﻿@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

    a:focus {
        outline: thin dotted;
    }

    a:active,
    a:hover {
        outline: 0;
    }

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

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: "“" "”" "‘" "’";
}

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 silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.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] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-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 0.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 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail,
.thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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 #eee;
}

.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: 16px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #428bca;
}

    .text-primary:hover {
        color: #3071a9;
    }

.text-warning {
    color: #c09853;
}

    .text-warning:hover {
        color: #a47e3c;
    }

.text-danger {
    color: #b94a48;
}

    .text-danger:hover {
        color: #953b39;
    }

.text-success {
    color: #468847;
}

    .text-success:hover {
        color: #356635;
    }

.text-info {
    color: #3a87ad;
}

    .text-info:hover {
        color: #2d6987;
    }

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h1 .small,
    h2 small,
    h2 .small,
    h3 small,
    h3 .small,
    h4 small,
    h4 .small,
    h5 small,
    h5 .small,
    h6 small,
    h6 .small,
    .h1 small,
    .h1 .small,
    .h2 small,
    .h2 .small,
    .h3 small,
    .h3 .small,
    .h4 small,
    .h4 .small,
    .h5 small,
    .h5 .small,
    .h6 small,
    .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #999;
    }

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    h1 .small,
    h2 small,
    h2 .small,
    h3 small,
    h3 .small {
        font-size: 65%;
    }

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    h4 .small,
    h5 small,
    h5 .small,
    h6 small,
    h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

        .list-inline > li:first-child {
            padding-left: 0;
        }

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: 700;
}

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;
        }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

    blockquote p {
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25;
    }

        blockquote p:last-child {
            margin-bottom: 0;
        }

    blockquote small {
        display: block;
        line-height: 1.42857;
        color: #999;
    }

        blockquote small:before {
            content: "— ";
        }

    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        blockquote.pull-right p,
        blockquote.pull-right small,
        blockquote.pull-right .small {
            text-align: right;
        }

            blockquote.pull-right small:before,
            blockquote.pull-right .small:before {
                content: "";
            }

            blockquote.pull-right small:after,
            blockquote.pull-right .small:after {
                content: " —";
            }

    blockquote:before,
    blockquote:after {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

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: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before,
    .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before,
    .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .col-sm-12,
    .col-sm-11,
    .col-sm-10,
    .col-sm-9,
    .col-sm-8,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3,
    .col-sm-2,
    .col-sm-1 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .col-md-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .col-lg-12,
    .col-lg-11,
    .col-lg-10,
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4,
    .col-lg-3,
    .col-lg-2,
    .col-lg-1 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    float: none;
    display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

@media (max-width: 767px) {
    .table-responsive > .table {
        margin-bottom: 0;
    }

        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0;
        }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -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: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
  height: 34px;
  padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    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 0.15s, box-shadow ease-in-out 0.15s; }


    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control:-moz-placeholder {
        color: #999;
    }

    .form-control::-moz-placeholder {
        color: #999;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
    }

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}

    .radio label,
    .checkbox label {
        display: inline;
        margin-bottom: 0;
        font-weight: 400;
        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: 400;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type=radio][disabled],
    fieldset[disabled] input[type=radio],
    input[type=checkbox][disabled],
    fieldset[disabled] input[type=checkbox],
    .radio[disabled],
    fieldset[disabled] .radio,
    .radio-inline[disabled],
    fieldset[disabled] .radio-inline,
    .checkbox[disabled],
    fieldset[disabled] .checkbox,
    .checkbox-inline[disabled],
    fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
    height: auto;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 45px;
    line-height: 45px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
    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: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #a47e3c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    }

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #953b39;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #356635;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    }

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group,
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control,
    .navbar-form .form-control {
        display: inline-block;
    }

    .form-inline .radio,
    .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

        .form-inline .radio input[type=radio],
        .navbar-form .radio input[type=radio],
        .form-inline .checkbox input[type=checkbox],
        .navbar-form .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: 7px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .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: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        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;
        -webkit-filter: alpha(opacity=65);
        filter: alpha(opacity=65);
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

.open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active {
    background-image: none;
}

.open .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active {
    background-image: none;
}

.open .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-login {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-login:hover,
.btn-login:focus,
.btn-login:active,
.btn-login.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.open .btn-login.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-login:active,
.btn-login.active {
    background-image: none;
}

.open .btn-login.dropdown-toggle {
    background-image: none;
}

.btn-login.disabled,
.btn-login.disabled:hover,
.btn-login.disabled:focus,
.btn-login.disabled:active,
.btn-login.disabled.active,
.btn-login[disabled],
.btn-login[disabled]:hover,
.btn-login[disabled]:focus,
.btn-login[disabled]:active,
.btn-login[disabled].active,
fieldset[disabled] .btn-login,
fieldset[disabled] .btn-login:hover,
fieldset[disabled] .btn-login:focus,
fieldset[disabled] .btn-login:active,
fieldset[disabled] .btn-login.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

.open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active {
    background-image: none;
}

.open .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

.open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active {
    background-image: none;
}

.open .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active {
        color: #fff;
        background-color: #47a447;
        border-color: #398439;
    }

.open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active {
    background-image: none;
}

.open .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

.open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active {
    background-image: none;
}

.open .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:hover,
            fieldset[disabled] .btn-link:focus {
                color: #999;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    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 0.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 0.35s ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../bower_components/sass-bootstrap/fonts/glyphicons-halflings-regular.eot);
    src: url(../bower_components/sass-bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../bower_components/sass-bootstrap/fonts/glyphicons-halflings-regular.woff) format("woff"), url(../bower_components/sass-bootstrap/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../bower_components/sass-bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .glyphicon:empty {
        width: 1em;
    }

.glyphicon-asterisk:before {
    content: "*";
}

.glyphicon-plus:before {
    content: "+";
}

.glyphicon-euro:before {
    content: "€";
}

.glyphicon-minus:before {
    content: "−";
}

.glyphicon-cloud:before {
    content: "☁";
}

.glyphicon-envelope:before {
    content: "✉";
}

.glyphicon-pencil:before {
    content: "✏";
}

.glyphicon-glass:before {
    content: "";
}

.glyphicon-music:before {
    content: "";
}

.glyphicon-search:before {
    content: "";
}

.glyphicon-heart:before {
    content: "";
}

.glyphicon-star:before {
    content: "";
}

.glyphicon-star-empty:before {
    content: "";
}

.glyphicon-user:before {
    content: "";
}

.glyphicon-film:before {
    content: "";
}

.glyphicon-th-large:before {
    content: "";
}

.glyphicon-th:before {
    content: "";
}

.glyphicon-th-list:before {
    content: "";
}

.glyphicon-ok:before {
    content: "";
}

.glyphicon-remove:before {
    content: "";
}

.glyphicon-zoom-in:before {
    content: "";
}

.glyphicon-zoom-out:before {
    content: "";
}

.glyphicon-off:before {
    content: "";
}

.glyphicon-signal:before {
    content: "";
}

.glyphicon-cog:before {
    content: "";
}

.glyphicon-trash:before {
    content: "";
}

.glyphicon-home:before {
    content: "";
}

.glyphicon-file:before {
    content: "";
}

.glyphicon-time:before {
    content: "";
}

.glyphicon-road:before {
    content: "";
}

.glyphicon-download-alt:before {
    content: "";
}

.glyphicon-download:before {
    content: "";
}

.glyphicon-upload:before {
    content: "";
}

.glyphicon-inbox:before {
    content: "";
}

.glyphicon-play-circle:before {
    content: "";
}

.glyphicon-repeat:before {
    content: "";
}

.glyphicon-refresh:before {
    content: "";
}

.glyphicon-list-alt:before {
    content: "";
}

.glyphicon-lock:before {
    content: "";
}

.glyphicon-flag:before {
    content: "";
}

.glyphicon-headphones:before {
    content: "";
}

.glyphicon-volume-off:before {
    content: "";
}

.glyphicon-volume-down:before {
    content: "";
}

.glyphicon-volume-up:before {
    content: "";
}

.glyphicon-qrcode:before {
    content: "";
}

.glyphicon-barcode:before {
    content: "";
}

.glyphicon-tag:before {
    content: "";
}

.glyphicon-tags:before {
    content: "";
}

.glyphicon-book:before {
    content: "";
}

.glyphicon-bookmark:before {
    content: "";
}

.glyphicon-print:before {
    content: "";
}

.glyphicon-camera:before {
    content: "";
}

.glyphicon-font:before {
    content: "";
}

.glyphicon-bold:before {
    content: "";
}

.glyphicon-italic:before {
    content: "";
}

.glyphicon-text-height:before {
    content: "";
}

.glyphicon-text-width:before {
    content: "";
}

.glyphicon-align-left:before {
    content: "";
}

.glyphicon-align-center:before {
    content: "";
}

.glyphicon-align-right:before {
    content: "";
}

.glyphicon-align-justify:before {
    content: "";
}

.glyphicon-list:before {
    content: "";
}

.glyphicon-indent-left:before {
    content: "";
}

.glyphicon-indent-right:before {
    content: "";
}

.glyphicon-facetime-video:before {
    content: "";
}

.glyphicon-picture:before {
    content: "";
}

.glyphicon-map-marker:before {
    content: "";
}

.glyphicon-adjust:before {
    content: "";
}

.glyphicon-tint:before {
    content: "";
}

.glyphicon-edit:before {
    content: "";
}

.glyphicon-share:before {
    content: "";
}

.glyphicon-check:before {
    content: "";
}

.glyphicon-move:before {
    content: "";
}

.glyphicon-step-backward:before {
    content: "";
}

.glyphicon-fast-backward:before {
    content: "";
}

.glyphicon-backward:before {
    content: "";
}

.glyphicon-play:before {
    content: "";
}

.glyphicon-pause:before {
    content: "";
}

.glyphicon-stop:before {
    content: "";
}

.glyphicon-forward:before {
    content: "";
}

.glyphicon-fast-forward:before {
    content: "";
}

.glyphicon-step-forward:before {
    content: "";
}

.glyphicon-eject:before {
    content: "";
}

.glyphicon-chevron-left:before {
    content: "";
}

.glyphicon-chevron-right:before {
    content: "";
}

.glyphicon-plus-sign:before {
    content: "";
}

.glyphicon-minus-sign:before {
    content: "";
}

.glyphicon-remove-sign:before {
    content: "";
}

.glyphicon-ok-sign:before {
    content: "";
}

.glyphicon-question-sign:before {
    content: "";
}

.glyphicon-info-sign:before {
    content: "";
}

.glyphicon-screenshot:before {
    content: "";
}

.glyphicon-remove-circle:before {
    content: "";
}

.glyphicon-ok-circle:before {
    content: "";
}

.glyphicon-ban-circle:before {
    content: "";
}

.glyphicon-arrow-left:before {
    content: "";
}

.glyphicon-arrow-right:before {
    content: "";
}

.glyphicon-arrow-up:before {
    content: "";
}

.glyphicon-arrow-down:before {
    content: "";
}

.glyphicon-share-alt:before {
    content: "";
}

.glyphicon-resize-full:before {
    content: "";
}

.glyphicon-resize-small:before {
    content: "";
}

.glyphicon-exclamation-sign:before {
    content: "";
}

.glyphicon-gift:before {
    content: "";
}

.glyphicon-leaf:before {
    content: "";
}

.glyphicon-fire:before {
    content: "";
}

.glyphicon-eye-open:before {
    content: "";
}

.glyphicon-eye-close:before {
    content: "";
}

.glyphicon-warning-sign:before {
    content: "";
}

.glyphicon-plane:before {
    content: "";
}

.glyphicon-calendar:before {
    content: "";
}

.glyphicon-random:before {
    content: "";
}

.glyphicon-comment:before {
    content: "";
}

.glyphicon-magnet:before {
    content: "";
}

.glyphicon-chevron-up:before {
    content: "";
}

.glyphicon-chevron-down:before {
    content: "";
}

.glyphicon-retweet:before {
    content: "";
}

.glyphicon-shopping-cart:before {
    content: "";
}

.glyphicon-folder-close:before {
    content: "";
}

.glyphicon-folder-open:before {
    content: "";
}

.glyphicon-resize-vertical:before {
    content: "";
}

.glyphicon-resize-horizontal:before {
    content: "";
}

.glyphicon-hdd:before {
    content: "";
}

.glyphicon-bullhorn:before {
    content: "";
}

.glyphicon-bell:before {
    content: "";
}

.glyphicon-certificate:before {
    content: "";
}

.glyphicon-thumbs-up:before {
    content: "";
}

.glyphicon-thumbs-down:before {
    content: "";
}

.glyphicon-hand-right:before {
    content: "";
}

.glyphicon-hand-left:before {
    content: "";
}

.glyphicon-hand-up:before {
    content: "";
}

.glyphicon-hand-down:before {
    content: "";
}

.glyphicon-circle-arrow-right:before {
    content: "";
}

.glyphicon-circle-arrow-left:before {
    content: "";
}

.glyphicon-circle-arrow-up:before {
    content: "";
}

.glyphicon-circle-arrow-down:before {
    content: "";
}

.glyphicon-globe:before {
    content: "";
}

.glyphicon-wrench:before {
    content: "";
}

.glyphicon-tasks:before {
    content: "";
}

.glyphicon-filter:before {
    content: "";
}

.glyphicon-briefcase:before {
    content: "";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-fullscreen:before {
    content: "";
}

.glyphicon-dashboard:before {
    content: "";
}

.glyphicon-paperclip:before {
    content: "";
}

.glyphicon-heart-empty:before {
    content: "";
}

.glyphicon-link:before {
    content: "";
}

.glyphicon-phone:before {
    content: "";
}

.glyphicon-pushpin:before {
    content: "";
}

.glyphicon-usd:before {
    content: "";
}

.glyphicon-gbp:before {
    content: "";
}

.glyphicon-sort:before {
    content: "";
}

.glyphicon-sort-by-alphabet:before {
    content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "";
}

.glyphicon-sort-by-order:before {
    content: "";
}

.glyphicon-sort-by-order-alt:before {
    content: "";
}

.glyphicon-sort-by-attributes:before {
    content: "";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "";
}

.glyphicon-unchecked:before {
    content: "";
}

.glyphicon-expand:before {
    content: "";
}

.glyphicon-collapse-down:before {
    content: "";
}

.glyphicon-collapse-up:before {
    content: "";
}

.glyphicon-log-in:before {
    content: "";
}

.glyphicon-flash:before {
    content: "";
}

.glyphicon-log-out:before {
    content: "";
}

.glyphicon-new-window:before {
    content: "";
}

.glyphicon-record:before {
    content: "";
}

.glyphicon-save:before {
    content: "";
}

.glyphicon-open:before {
    content: "";
}

.glyphicon-saved:before {
    content: "";
}

.glyphicon-import:before {
    content: "";
}

.glyphicon-export:before {
    content: "";
}

.glyphicon-send:before {
    content: "";
}

.glyphicon-floppy-disk:before {
    content: "";
}

.glyphicon-floppy-saved:before {
    content: "";
}

.glyphicon-floppy-remove:before {
    content: "";
}

.glyphicon-floppy-save:before {
    content: "";
}

.glyphicon-floppy-open:before {
    content: "";
}

.glyphicon-credit-card:before {
    content: "";
}

.glyphicon-transfer:before {
    content: "";
}

.glyphicon-cutlery:before {
    content: "";
}

.glyphicon-header:before {
    content: "";
}

.glyphicon-compressed:before {
    content: "";
}

.glyphicon-earphone:before {
    content: "";
}

.glyphicon-phone-alt:before {
    content: "";
}

.glyphicon-tower:before {
    content: "";
}

.glyphicon-stats:before {
    content: "";
}

.glyphicon-sd-video:before {
    content: "";
}

.glyphicon-hd-video:before {
    content: "";
}

.glyphicon-subtitles:before {
    content: "";
}

.glyphicon-sound-stereo:before {
    content: "";
}

.glyphicon-sound-dolby:before {
    content: "";
}

.glyphicon-sound-5-1:before {
    content: "";
}

.glyphicon-sound-6-1:before {
    content: "";
}

.glyphicon-sound-7-1:before {
    content: "";
}

.glyphicon-copyright-mark:before {
    content: "";
}

.glyphicon-registration-mark:before {
    content: "";
}

.glyphicon-cloud-download:before {
    content: "";
}

.glyphicon-cloud-upload:before {
    content: "";
}

.glyphicon-tree-conifer:before {
    content: "";
}

.glyphicon-tree-deciduous:before {
    content: "";
}

.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;
    border-bottom: 0 dotted;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #999;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            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 {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.btn-default .caret {
    border-top-color: #333;
}

.btn-primary .caret,
.btn-login .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-login .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 > .btn:focus,
        .btn-group > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .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 .btn-group {
    float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.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 > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .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 > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        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;
}

.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-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=radio],
    .input-group-addon input[type=checkbox] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-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:first-child > .btn {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn {
        margin-left: -1px;
    }

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -4px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .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: #eee;
            }

        .nav > li.disabled > a {
            color: #999;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eee;
        border-color: #428bca;
    }

        .nav .open > a .caret,
        .nav .open > a:hover .caret,
        .nav .open > a:focus .caret {
            border-top-color: #2a6496;
            border-bottom-color: #2a6496;
        }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

        .nav-pills > li.active > a .caret,
        .nav-pills > li.active > a:hover .caret,
        .nav-pills > li.active > a:focus .caret {
            border-top-color: #fff;
            border-bottom-color: #fff;
        }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a,
        .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a,
        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca;
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:before,
    .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.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.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: auto;
        }

        .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 {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px;
    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: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (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;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ccc;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .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: #e7e7e7;
        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 .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #999;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        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: #999;
        border-bottom-color: #999;
    }

    .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;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #999;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            background-color: #eee;
        }

    .pagination > .active > a,
    .pagination > .active > a:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
        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: #999;
        background-color: #fff;
        border-color: #ddd;
        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: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager: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 #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

    .label[href]:hover,
    .label[href]:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.label-default {
    background-color: #999;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: gray;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.btn .badge {
    position: relative;
    top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.14286;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1 {
        line-height: 1;
        color: inherit;
    }

    .jumbotron p {
        line-height: 1.4;
    }

.container .jumbotron {
    border-radius: 6px;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    margin-bottom: 20px;
}

    .thumbnail > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .thumbnail .caption {
        padding: 9px;
        color: #333;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #356635;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #2d6987;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #a47e3c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #953b39;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

    .media,
    .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .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: #428bca;
        border-color: #428bca;
    }

        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: #e1edf7;
        }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before,
    .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0;
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive {
    margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:last-child > th,
    .panel > .table-bordered > thead > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}

    .panel-group .panel + .panel {
        margin-top: 5px;
    }

.panel-group .panel-heading {
    border-bottom: 0;
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #ddd;
    }

.panel-group .panel-footer {
    border-top: 0;
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd;
    }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading > .dropdown .caret {
            border-color: #333 transparent;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca;
        }

        .panel-primary > .panel-heading > .dropdown .caret {
            border-color: #fff transparent;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #468847;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading > .dropdown .caret {
            border-color: #468847 transparent;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #c09853;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading > .dropdown .caret {
            border-color: #c09853 transparent;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading > .dropdown .caret {
            border-color: #b94a48 transparent;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading > .dropdown .caret {
            border-color: #3a87ad transparent;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    -webkit-filter: alpha(opacity=20);
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        -webkit-filter: alpha(opacity=50);
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: 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%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    position: relative;
    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: 6px;
    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;
        -webkit-filter: alpha(opacity=0);
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        -webkit-filter: alpha(opacity=50);
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.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 .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 {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: .9;
        -webkit-filter: alpha(opacity=90);
        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: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    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 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    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: 400;
    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;
    }

.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: 0.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;
    -webkit-filter: alpha(opacity=50);
    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: -webkit-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: -webkit-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;
        -webkit-filter: alpha(opacity=90);
        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: "‹";
        }

        .carousel-control .icon-next:before {
            content: "›";
        }

.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: transparent;
    }

    .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;
    }
}

.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 !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }

    tr.visible-xs.visible-sm {
        display: table-row !important;
    }

    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }

    tr.visible-xs.visible-md {
        display: table-row !important;
    }

    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }

    tr.visible-xs.visible-lg {
        display: table-row !important;
    }

    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }

    tr.visible-sm.visible-xs {
        display: table-row !important;
    }

    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }

    tr.visible-sm.visible-md {
        display: table-row !important;
    }

    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }

    tr.visible-sm.visible-lg {
        display: table-row !important;
    }

    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important;
    }

    tr.visible-md.visible-xs {
        display: table-row !important;
    }

    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important;
    }

    tr.visible-md.visible-sm {
        display: table-row !important;
    }

    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }

    tr.visible-md.visible-lg {
        display: table-row !important;
    }

    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }

    tr.visible-lg.visible-xs {
        display: table-row !important;
    }

    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }

    tr.visible-lg.visible-sm {
        display: table-row !important;
    }

    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }

    tr.visible-lg.visible-md {
        display: table-row !important;
    }

    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}

.sidebar {
    width: 60px;
    float: left;
    position: relative;
    background-color: #f7f7f7;
}

    .sidebar:before {
        content: "";
        display: block;
        width: 60px;
        position: fixed;
        bottom: 0;
        top: 0;
        z-index: -1;
        background-color: #f7f7f7;
    }

    .sidebar.fixed,
    .sidebar.sidebar-fixed {
        position: fixed;
        z-index: 1029;
        top: 45px;
        left: 0;
    }

        .sidebar.fixed:before,
        .sidebar.sidebar-fixed:before {
            left: 0;
            right: auto;
        }

li [class^=icon-],
li [class*=" icon-"],
.nav-list li [class^=icon-],
.nav-list li [class*=" icon-"] {
    width: auto;
}

.sidebar > .nav-search {
    position: static;
    background-color: #fafafa;
    border-bottom: 1px solid #DDD;
    text-align: center;
    height: 35px;
    padding-top: 6px;
}

    .sidebar > .nav-search .nav-search-input {
        width: 162px !important;
        border-radius: 0 !important;
        max-width: 162px !important;
        opacity: 1 !important;
        -webkit-filter: alpha(opacity=100) !important;
        filter: alpha(opacity=100) !important;
    }

        .sidebar > .nav-search .nav-search-input + .dropdown-menu {
            text-align: left;
        }

.sidebar.menu-min .nav-search .form-search {
    position: absolute;
    left: 5px;
    z-index: 14;
}

.sidebar.menu-min .nav-search .nav-search-input {
    width: 0 !important;
    max-width: 0 !important;
    opacity: 0 !important;
    -webkit-filter: alpha(opacity=0) !important;
    filter: alpha(opacity=0) !important;
}

    .sidebar.menu-min .nav-search .nav-search-input:hover,
    .sidebar.menu-min .nav-search .nav-search-input:focus,
    .sidebar.menu-min .nav-search .nav-search-input:active {
        width: 162px !important;
        max-width: 162px !important;
        opacity: 1 !important;
        -webkit-filter: alpha(opacity=100) !important;
        filter: alpha(opacity=100) !important;
    }

        .sidebar.menu-min .nav-search .nav-search-input:hover ~ #nav-search-icon,
        .sidebar.menu-min .nav-search .nav-search-input:focus ~ #nav-search-icon,
        .sidebar.menu-min .nav-search .nav-search-input:active ~ #nav-search-icon {
            border: 0;
            border-radius: 0;
            padding: 0 3px !important;
        }

.sidebar.menu-min .nav-search:hover .nav-search-input {
    width: 162px !important;
    max-width: 162px !important;
    opacity: 1 !important;
    -webkit-filter: alpha(opacity=100) !important;
    filter: alpha(opacity=100) !important;
}

    .sidebar.menu-min .nav-search:hover .nav-search-input ~ .nav-search-icon {
        border: 0;
        border-radius: 0;
        padding: 0 3px !important;
    }

.sidebar.menu-min .nav-search .nav-search-icon {
    border: 1px solid;
    border-radius: 32px;
    background-color: #FFF;
    padding: 0 5px !important;
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-list .open > a,
    .nav-list .open > a:hover,
    .nav-list .open > a:focus {
        background-color: #ECEBEB;
    }

    .nav-list > li > a,
    .nav-list .nav-header {
        margin: 0;
    }

    .nav-list > li {
        display: block;
        padding: 0;
        margin: 0;
        border: 0;
        position: relative;
    }

    .nav-list li > a:focus {
        outline: 0;
    }

    .nav-list > li > a {
        display: block;
        height: 50px;
        line-height: 36px;
        padding: 0 16px 0 7px;
        background-color: #f9f9f9;
        color: #585858;
        text-shadow: none !important;
        font-size: 13px;
        text-decoration: none;
    }

        .nav-list > li > a > [class*=icon-]:first-child {
            display: inline-block;
            vertical-align: middle;
            min-width: 30px;
            text-align: center;
            font-size: 23px;
            font-weight: 400;
            margin-right: 2px;
            margin-left: 8px;
            margin-top: 8px;
        }

        .nav-list > li > a:focus {
            background-color: #f9f9f9;
            color: #c33a34;
        }

        .nav-list > li > a:hover {
            background-color: #FFF;
            color: #c33a34;
        }

            .nav-list > li > a:hover:before, .nav-list > li.open > a:before {
                display: block;
                content: "";
                position: absolute;
                top: -1px;
                bottom: 0;
                left: 0;
                width: 3px;
                max-width: 3px;
                overflow: hidden;
                background-color: #c33a34;
            }

    .nav-list > li a > .arrow {
        display: none;
        width: 14px !important;
        height: 14px;
        line-height: 14px;
        text-shadow: none;
        font-size: 10px;
        position: absolute;
        right: 11px;
        top: 11px;
        padding: 0;
        color: #666;
    }

.sidebar.hide-side .nav-list > li a > .arrow {
    display: inline-block;
}

.nav-list > li a:hover > .arrow,
.nav-list > li.active > a > .arrow,
.nav-list > li.open > a > .arrow {
    color: #c33a34;
}

.nav-list > li.separator {
    height: 3px;
    background-color: transparent;
    position: static;
    margin: 1px 0;
    box-shadow: none;
}

.nav-list > li > a > span {
    display: none;
}

.hide-side .nav-list > li > a > span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.sidebar:not(.hide-side) .nav-list > li.open > a > span {
    position: absolute;
    display: block;
    left: 100%;
    width: 250px;
    top: -2px;
    z-index: 999;
    padding: 9px 15px;
    font-size: 15px;
    font-weight: bold;
}

.nav-list > li > .submenu > li > a > .arrow {
    display: block;
}

.nav-list > li.open > a {
    background-color: #ECEBEB;
    color: #c33a34;
}

.nav-list > li.active {
    background-color: #fff;
}

    .nav-list > li.active > a .menu-text,
    .nav-list > li.active > a:hover .menu-text,
    .nav-list > li.active > a:focus .menu-text,
    .nav-list > li.active > a:active .menu-text {
        color: #c33a34;
        font-weight: 700;
        font-size: 13px;
    }

    .nav-list > li.active > a > [class*=icon-] {
        font-weight: 400;
    }

    .nav-list > li.active > a:hover:before {
        display: none;
    }

    .nav-list > li.active:after {
        display: inline-block;
        content: "";
        position: absolute;
        right: -2px;
        top: -1px;
        bottom: 0;
        z-index: 1;
        border: 2px solid #c33a34;
        border-width: 0 2px 0 0;
    }

.nav-list > li.open {
    border-bottom-color: #e5e5e5;
}

.nav-list > li.active .submenu {
    display: block;
}

.nav-list > li .submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 250px;
    z-index: 999;
    left: 100%;
    position: absolute;
    background-color: #ECEBEB;
    border-top: 1px solid #e5e5e5;
}

.nav-list > li > .submenu > li > .submenu, .sidebar.hide-side .nav-list > li .submenu {
    position: relative;
    left: 0;
    width: 100%;
}

.nav-list > li .submenu > li {
    margin-left: 0;
    position: relative;
}

.nav-list > li > .submenu > li.open > a {
    text-decoration: none;
}

.nav-list > li .submenu > li > a {
    display: block;
    position: relative;
    color: #616161;
    padding: 7px 0 9px 37px;
    margin: 0;
}

    .nav-list > li .submenu > li > a:focus {
        text-decoration: none;
    }

    .nav-list > li .submenu > li > a:hover {
        text-decoration: none;
        color: #c33a34;
    }

.nav-list > li .submenu > li.active > a {
    color: #c33a34;
}

.nav-list > li .submenu > li a > [class*=icon-]:first-child {
    display: none;
    font-size: 12px;
    font-weight: 400;
    width: 18px;
    height: auto;
    line-height: 12px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: 1;
}

.nav-list > li .submenu > li.active > a > [class*=icon-]:first-child,
.nav-list > li .submenu > li:hover > a > [class*=icon-]:first-child {
    display: inline-block;
}

.nav-list > li .submenu > li.active > a > [class*=icon-]:first-child {
    color: #c86139;
}

.nav-list > li > .submenu > li:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    left: 20px;
    top: 17px;
}

.nav-list > li > .submenu > li:first-child > a {
    /*border-top: 1px solid #fafafa*/
}

.nav-list > li > .submenu:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 0;
    bottom: 0;
}

.nav-list > li.active > .submenu > li:before {
    border-top-color: #8eb3d0;
}

.nav-list > li.active > .submenu:before {
    border-left-color: #8eb3d0;
}

.nav-list li .submenu {
    /* overflow: hidden */
}

.nav-list li.active > a:after {
    display: block;
    content: "";
    position: absolute !important;
    right: 0;
    top: 4px;
    border: 8px solid transparent;
    border-width: 14px 10px;
    border-right-color: #c33a34;
}

.nav-list li.open > a:after {
    display: none;
}

.nav-list li.active.open > .submenu > li.active.open > a.dropdown-toggle:after {
    display: none;
}

.nav-list li.active > .submenu > li.active > a:after {
    display: none;
}

.nav-list li.active.open > .submenu > li.active > a:after {
    display: block;
}

.nav-list li.active.no-active-child > a:after {
    display: inline-block !important;
}

.nav-list a .badge,
.nav-list a .label {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    position: absolute;
    top: 9px;
    right: 11px;
    opacity: 0.88;
}

    .nav-list a .badge [class*=icon-],
    .nav-list a .label [class*=icon-] {
        vertical-align: middle;
        margin: 0;
    }

.nav-list a.dropdown-toggle .badge,
.nav-list a.dropdown-toggle .label {
    right: 28px;
}

.nav-list a:hover .badge,
.nav-list a:hover .label {
    opacity: 1;
}

.nav-list .submenu .submenu a .badge,
.nav-list .submenu .submenu a .label {
    top: 6px;
}

.nav-list > li > ul.submenu > li > a {
    padding-left: 40px;
}

.nav-list > li > ul.submenu > li > ul.submenu > li a {
    padding-left: 50px !important;
}

.nav-list > li > ul.submenu > li > ul.submenu > li > ul.submenu > li a {
    padding-left: 55px !important;
}

.menu-toggler {
    display: none;
}

@media only screen and (max-width: 991px) {
    .sub-header {
        padding: 0;
    }

        .sub-header .user-info {
            padding: 10px;
            margin-left: 0;
            text-align: right;
        }

    .sidebar:before {
        display: none;
    }

    .sidebar {
        width: 50% !important;
        height: 100%;
        left: -100%;
        margin-left: 0 !important;
        z-index: 1000000;
        margin: 0;
        position: fixed;
        top: 0;
        border-right: 1px solid #ccc;
    }

        .sidebar.display {
            display: block;
        }

    .menu-toggler {
        display: inline-block;
        position: absolute;
        left: 20px;
        /* border-radius: 5px; */
        z-index: 998;
        width: 67px;
        height: 28px;
        margin-right: 2px;
        line-height: normal;
        padding-left: 12px;
        padding-top: 11px;
        padding-bottom: 1px;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #444;
        color: #f3f3f3;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .menu-toggler:hover {
            text-decoration: none;
        }

    .nav-list > li.active:after {
        display: none;
    }

    .nav-list li.active > a:after {
        display: none;
    }

    .nav-list li.active.open > .submenu > li.active > a:after {
        display: none;
    }

    .menu-min .nav-list > li.active:after {
        display: block;
    }

    .menu-min .nav-list > li.active > a:after {
        display: block;
    }

    .nav-list > li > a > span {
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
    }

    .nav-list > li a > .arrow {
        display: inline-block;
    }

    .nav-list > li .submenu {
        position: relative;
        left: 0;
        width: 100%;
    }

    .sidebar .nav-list > li > a > span {
        display: inline-block !important;
        vertical-align: middle;
        padding: 0 10px;
        position: relative !important;
        left: 0 !important;
        width: auto !important;
        font-weight: normal !important;
        font-size: 13px !important;
        background-color: transparent !important;
    }
}

.main-container {
    position: static;
    padding: 0;
}

    .main-container:after {
        background-color: #FFF;
        bottom: 0;
        content: "";
        display: block;
        max-width: inherit;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: -2;
    }

@media (min-width: 768px) {
    .container.main-container:after {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    }
}

.main-container > .main-container-inner {
    position: relative;
}

.container.main-container .sidebar.sidebar-fixed,
.container.main-container .sidebar.sidebar-fixed:before {
    left: auto;
}

.main-content {
    margin-left: 60px;
    margin-right: 0;
    margin-top: 0;
    min-height: 100%;
    padding: 0;
}

.page-content {
    background: #fff;
    margin: 0;
    padding: 8px 20px 24px;
}

@media only screen and (max-width: 991px) {
    .main-content {
        margin-left: 0 !important;
    }

    .nav-list > li.active .flechaOpen {
        display: none !important;
    }
}
/*!
* 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;
}

    .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 td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    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: #eee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    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 {
    background-color: #fde19a;
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}

    .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: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,
    .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] {
        background-color: #fdf59a;
    }

        .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 {
            background-color: #fbf069 \9;
        }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eee;
    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 {
        background-color: #f3d17a;
        background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
        background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
        background-image: linear-gradient(top, #f3c17a, #f3e97a);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        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: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,
        .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] {
            background-color: #f3e97a;
        }

            .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 {
                background-color: #efe24b \9;
            }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -ms-linear-gradient(top, #b3b3b3, gray);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
    background-image: -webkit-linear-gradient(top, #b3b3b3, gray);
    background-image: -webkit-linear-gradient(top, #b3b3b3, gray);
    background-image: linear-gradient(top, #b3b3b3, gray);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: gray #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .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: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,
    .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] {
        background-color: gray;
    }

        .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 {
            background-color: #666 \9;
        }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .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: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,
    .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] {
        background-color: #04c;
    }

        .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 {
            background-color: #039 \9;
        }

.datepicker table tr td span {
    display: block;
    width: 30%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

    .datepicker table tr td span:hover {
        background: #eee;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: 0 0;
        color: #999;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        background-color: #006dcc;
        background-image: -ms-linear-gradient(top, #08c, #04c);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
        background-image: -webkit-linear-gradient(top, #08c, #04c);
        background-image: linear-gradient(top, #08c, #04c);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
        border-color: #04c #04c #002a80;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .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: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,
        .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] {
            background-color: #04c;
        }

            .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 {
                background-color: #039 \9;
            }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #999;
    }

.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: #eee;
    }

.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-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    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 .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.m10 {
    margin-top: 10px;
}

label {
    color: #444;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid #444;
    border-left: 0;
    border-right: 0;
}

html,
body {
    padding-bottom: 0;
    min-height: 100%;
    font-size: 13px;
    color: #393939;
    line-height: 1.5;
}

.container .credit {
    margin: 20px 0;
}

header {
    background-color: #fff;
}

.sub-header {
    background-color: #444;
    color: #FFF;
    padding: 0px 0;
}

.form-signin {
    padding: 0 15px;
    margin: 30px auto;
    border-radius: 10px;
    background: #f7f7f7;
    border: 1px solid #ebebeb;
}

.form-signin-heading {
    font-size: 18px;
    text-align: right;
    line-height: 15px;
    font-style: italic;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.dxeEditAreaSys, input[type="text"].dxeEditAreaSys, input[type="password"].dxeEditAreaSys {
   padding: 0px 5px 3px 1px;
}

.form-signin .form-control {
    position: relative;
    height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .form-signin .form-control:focus {
        z-index: 2;
    }

.form-signin .brand-logo {
    text-align: center;
    margin: 10px 0;
}

.form-signin:after {
    display: table;
    content: "";
    clear: both;
}

.border-divider-right {
    border-right: 1px solid #ddd;
    padding-left: 0;
}

.help-login {
    margin-top: 40px;
    padding-right: 0;
    border-left: 1px #ddd solid;
    margin-left: -1px;
}

    .help-login a {
        margin-bottom: 7px;
        text-align: left;
    }

#FormAutenticacion #btnAceptar {
    width: 100% !important;
    box-sizing: border-box;
}

.certicamara {
    float: left;
    width: 100px;
}

.logo_certicamara {
    width: 80px;
    height: 80px;
    float: left;
}

.bottom-login {
    margin-top: 105px;
}

.help-login .user-link {
    padding: 0 15px;
}

@media (max-width: 992px) {
    .border-divider-right {
        border-bottom: 1px solid #ddd;
        border-right: none;
        padding-left: 15px;
    }

    .help-login {
        margin-top: 20px;
        margin-bottom: 20px;
        border-left: 0;
        padding-right: 15px;
    }

    .bottom-login {
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    .help-login h4, .help-login a {
        text-align: center;
    }

    .certicamara, .logo_certicamara {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .form-signin {
        max-width: 350px;
    }

        .form-signin.remember {
            max-width: 220px;
        }
}

help-login #wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

footer {
    background-color: #f7f7f7;
    height: 60px;
    border-top: 1px solid #e5e5e5;
}

.search-form {
    margin-bottom: 20px;
}

.header,
.marketing,
.footer {
    padding-left: 15px;
    padding-right: 15px;
}

.header {
    border-bottom: 1px solid #e5e5e5;
}

    .header h3 {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 40px;
        padding-bottom: 19px;
    }

.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

.container-narrow > hr {
    margin: 30px 0;
}

.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

    .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
    }

.marketing {
    margin: 40px 0;
}

    .marketing p + h4 {
        margin-top: 28px;
    }

@media screen and (min-width: 768px) {
    .header,
    .marketing,
    .footer {
        padding-left: 0;
        padding-right: 0;
    }

    .header {
        margin-bottom: 30px;
    }

    .jumbotron {
        border-bottom: 0;
    }
}

tr.GridViewPaginacion > td > table {
    border-collapse: separate;
}

    tr.GridViewPaginacion > td > table > tbody > tr > td {
        padding: 5px;
        border: solid 1px #ddd;
        border-right: none;
    }

        tr.GridViewPaginacion > td > table > tbody > tr > td > span, tr.GridViewPaginacion > td > table > tbody > tr > td > a {
            margin: 5px;
        }

        tr.GridViewPaginacion > td > table > tbody > tr > td > span {
            color: #ccc;
        }

        tr.GridViewPaginacion > td > table > tbody > tr > td:first-child {
            -webkit-border-top-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            border-right: none;
        }

        tr.GridViewPaginacion > td > table > tbody > tr > td:last-child {
            border-right: solid 1px #ddd;
            -webkit-border-top-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-radius-topright: 5px;
            -moz-border-radius-bottomright: 5px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

.tab-cotizaciones li.active a {
    /* color: #fff; */
    background-color: #FCFCFC;
}

.tab-content-cotizaciones {
    background-color: #FCFCFC;
}

    .tab-content-cotizaciones table {
        background-color: #FFF;
    }

        .tab-content-cotizaciones table tr:hover th, .tab-content-cotizaciones table tr:hover td {
            background-color: #EEEEEE;
        }

        .tab-content-cotizaciones table th {
            /* background-color: #CACACA !important; */
        }

        .tab-content-cotizaciones table td {
            vertical-align: middle !important;
        }

.input_cotizaciones {
    width: 80px;
}

.bootstrap-select > .btn {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.bootstrap-select.btn-group {
    margin-bottom: 0px !important;
}

/* Clase para el iframe Dinamico */
.dynamic_iframe {
    width: 100%;
    border: none;
}

iframe {
    width: 100%;
    border: none;
    overflow: hidden;
}

.user-info.row {
    margin-right: 0;
}

.inactive-zone.display {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 998;
}

.nav-list > li.active .flechaOpen {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 4px;
    right: -32px;
    border: 8px solid transparent;
    border-width: 14px 0px 14px 13px;
    border-left-color: #c33a34;
    display: none;
}

.datepicker table.table-condensed {
    width: 100%;
}

#MuestraCrud {
    padding-bottom: 110px;
}

.inputEmpty {
    border-color: #b94a48 !important;
}

    .inputEmpty:focus {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 73, 0.6) !important;
    }

.sidebar.hide-side:before {
    width: 210px;
}

.sidebar:before {
    transition: all 500ms linear 0s;
    left: 0;
}

.form-newuser {
    /* max-width: 350px; */
    padding: 0 20px;
    /* margin: 30px auto; */
    border-radius: 10px;
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    margin-top: 30px;
}

.nav > li .close {
    float: none\9;
    /* IE6, IE7, IE8, IE9 */
    display: inline-block\9;
}

.dxgvHeader {
    cursor: pointer;
    white-space: nowrap;
    padding: 4px 6px;
    border: 1px solid #ddd !important;
    background-color: #f5f5f5;
    overflow: hidden;
    font-weight: normal;
    text-align: left;
}

.dxgvTable {
    border-collapse: collapse !important;
}

@media only screen and (min-width: 992px) {
    .sidebar {
        left: 0 !important;
    }
}

.dxgvHeader td {
    white-space: nowrap;
    color: #666;
    font-weight: 600;
}

.dxgvDataRowAlt {
    background-color: #f9f9f9;
}

    .dxgvEditFormDisplayRow td.dxgv, .dxgvDataRow td.dxgv, .dxgvDataRowAlt td.dxgv, .dxgvSelectedRow td.dxgv, .dxgvFocusedRow td.dxgv {
        border: 1px solid #ddd !important;
        color: #666;
        font-size: 11px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}

.dxgvTable > tbody > tr:hover:not(.dxgvFocusedRow):not(.dxgvSelectedRow):not(.dxtlSelectedNode) > td, .dxgvTable > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

.dxgvSearchPanel {
    margin-bottom: 10px;
}

.dxeButtonEdit {
    background-color: white;
    border: 1px solid #9F9F9F;
    font: 12px Tahoma, Geneva, sans-serif;
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    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;
}

.dxeButtonEditButton.dxeButtonEditClearButton {
    display: block !important;
    visibility: hidden;
}

.dxeFocused .dxeButtonEditButton.dxeButtonEditClearButton {
    visibility: visible;
}

.dxgvControl {
    border: none;
}

.table > tbody > tr > td {
    border: none;
    padding: 0 !important;
}

.dxgvSearchPanel {
    border-bottom: none;
    padding: 10px 0 5px;
}

.dxWebKitFamily .dxpLite .dxp-current {
    margin-top: 0;
}

.dxpLite .dxp-num {
    text-decoration: none;
}

.dxp-pageSizeItem label {
    font: inherit;
    line-height: normal;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 5px;
}

.dxpLite .dxp-comboBox {
    float: left;
    border: 1px solid #ccc;
    margin: -2px 0px;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.dxpLite .dxp-dropDownButton {
    display: inline-block;
    width: 0;
    height: 0 !important;
    margin-left: 2px;
    margin-top: 7px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: none;
    padding: 0;
    background: none;
}

.dxp-dropDownButton img {
    display: none;
}

.dxmLite .dxm-popup, .dxeListBox {
    min-width: 61px;
    padding: 0px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

    .dxmLite .dxm-popup .dxm-selected {
        background-color: #D8D8D8;
        border-color: transparent;
    }

.dxmLite .dxm-hovered {
    border-color: transparent;
}

.form-control.selectpicker .dxeButtonEditButton:not(.dxeButtonEditClearButton), .umedidas .dxeButtonEditButton:not(.dxeButtonEditClearButton), #DvCabeAsesor .dxeButtonEditButton:not(.dxeButtonEditClearButton), .dxeButtonEdit .dxeButtonEditButton:not(.dxeButtonEditClearButton) {
    line-height: 100%;
    position: relative;
    width: 0;
    height: 0 !important;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: none;
    padding: 0;
    top: 0px;
    background: none;
}

    .form-control.selectpicker .dxeButtonEditButton:not(.dxeButtonEditClearButton) img, .umedidas .dxeButtonEditButton:not(.dxeButtonEditClearButton) img, #DvCabeAsesor .dxeButtonEditButton:not(.dxeButtonEditClearButton) img, .dxeButtonEdit .dxeButtonEditButton:not(.dxeButtonEditClearButton) img {
        display: none;
    }

.dxdvItem, .dxdvFlowItem {
    width: 230px !important;
    height: auto;
    margin-right: 0px;
    background-color: #ffffff;
    border: none;
}

.dxdvControl td.dxdvCtrl {
    padding: 12px 30px 12px 0px;
}

.dxdvFlowItemsContainer {
    width: 100%;
    margin: 0 !important;
    background-color: #fafafa;
}

    .dxdvFlowItemsContainer img {
        background-color: #fff;
        max-width: 100%;
    }

.dxdvItem:hover {
    -webkit-animation-name: 'pulse_animation';
    -webkit-animation-duration: 500ms;
    -webkit-transform-origin: 70% 70%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}

.dxdvFlowItemsContainer b {
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.dxdvFlowItemsContainer figcaption {
    text-align: center;
    margin-top: 10px;
}

.dxpc-mainDiv.dxpc-shadow {
    border-radius: 6px;
}

.dxpcLite .dxpc-header, .dxdpLite .dxpc-header {
    color: #404040;
    font-weight: bold;
    background-color: #EFEFEF;
    border-bottom: 1px solid #C9C9C9;
    padding: 10px 5px 10px 12px;
    font-size: 13px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dxbButton {
    color: #000000;
    font: 12px Tahoma, Geneva, sans-serif;
    border: 1px solid #7F7F7F;
    background: none;
    padding: 1px;
    border: 1px solid #adadad;
    border-radius: 4px;
    overflow: hidden;
}

.btn-primary {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn-login {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#DivCatalogo {
    min-height: 200px;
}

.containerFilters {
    display: none;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.zapatos ul {
    padding: 0;
    text-align: center;
    margin: 15px 0;
}

    .zapatos ul li, .carrito1 i {
        color: white;
        background-color: #514f50;
        -webkit-border-radius: 200px;
        -webkit-border-top-left-radius: 200px;
        -webkit-border-bottom-left-radius: 200px;
        -moz-border-radius: 200px;
        -moz-border-radius-topleft: 200px;
        -moz-border-radius-bottomleft: 200px;
        border-radius: 100%;
        padding: 4px 6px;
    }

.mallaproductos {
    margin: 0;
    padding: 30px;
    background-color: #fafafa;
}

.umedidas {
    margin-bottom: 10px;
}

.btn-aceptar {
    margin-top: 10px;
    margin-bottom: 20px;
}

.carrito1 {
    float: right;
    height: 10px;
}

.carrito a {
    float: right;
}

.carrito1 span {
    padding: 5px;
    vertical-align: 25%;
    font-weight: bold;
}

.mt20 {
    margin-top: 20px;
}

.tool-container {
    display: none;
    right: 0;
    opacity: 0;
    background-color: #fff;
}

    .tool-container #toolbar-options {
        border: 1px solid #5e696d;
        border-radius: 10px;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.49);
        -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.49);
        box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.49);
    }

#toolbar-options .eltotal {
    margin-top: 10px;
    text-align: right;
    margin-right: 10px;
}

#toolbar-options .eltotalbtns {
    margin: 10px;
    text-align: right;
}

.tool-container .arrow {
    border-color: transparent transparent #5e696d;
    right: 0;
    top: -14px;
    margin-left: -7px;
    width: 0;
    height: 0;
    position: absolute;
    border-width: 7px;
    border-style: solid;
}

#FormAutenticacion .btn-primary {
    padding: 5px 5px;
    font-size: 14px;
    height: auto !important;
}

#FormAutenticacion .btn-login {
    padding: 5px 5px;
    font-size: 14px;
    height: auto !important;
}

#FormAutenticacion .dxeRoot, #FormCambioContrasena .dxeRoot {
    width: 100%;
}

div.overlay {
    z-index: 2;
}

.btnscarrito:not(.pull-right) {
    margin-top: 20px;
}

.latabla::after {
    display: table;
    clear: both;
    content: "";
}

.latabla {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
}

    .latabla > table {
        margin-bottom: 10px;
    }

    .latabla .btnscarrito {
        margin-right: 10px;
    }

td.form-control.input-sm {
    width: auto !important;
    height: auto !important;
    display: table-cell;
}

.latabla .eltotal {
    font-size: 16px;
    margin: 10px;
}

.modal-header {
    padding: 0;
}

.modal-content.modal-header hr {
    margin-right: -15px;
    margin-left: -15px;
}

.modal-content.modal-header table.dxgvTable {
    margin-right: -15px;
    margin-left: -15px;
}

.modal-content.modal-header table.dxgvControl {
    background-color: transparent;
}

.btn-group > .btn:last-of-type {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.dxpc-mainDiv.dxpc-shadow .dxbButton:first-child {
    padding: 5px 10px;
    text-decoration: none;
}

.dxpc-mainDiv.dxpc-shadow .dxeTextBox {
    border: 1px solid #9F9F9F;
    font: 12px Tahoma, Geneva, sans-serif;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.dxpc-mainDiv.dxpc-shadow .dxbButton:not(.first-child) {
    background-color: #eee;
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #ccc;
}

.dxtc-tab, .dxtc-activeTab {
    border-radius: 4px 4px 0 0;
}

.dxtc-strip.dxtc-stripContainer {
    height: auto !important;
}

.dxpc-mainDiv.dxpc-shadow .dxeTokenBox {
    height: auto;
}

@-webkit-keyframes pulse_animation {
    100% {
        -webkit-transform: scale(1.08);
    }
}

.table-responsive-inner {
    width: 100%;
    margin-bottom: 15px;
    padding-right: -40px;
    overflow-x: scroll;
    overflow-y: visible;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive-inner > .dxgvTable > thead > tr > th, .table-responsive-inner > .dxgvTable > thead > tr > td, .table-responsive-inner > .dxgvTable > tbody > tr > th, .table-responsive-inner > .dxgvTable > tbody > tr > td, .table-responsive-inner > .dxgvTable > tfoot > tr > th, .table-responsive-inner > .dxgvTable > tfoot > tr > td {
        white-space: nowrap;
    }

.table-responsive .dxgvControl.table {
    table-layout: fixed;
}

@media (min-width: 768px) {
    .tab-content-cotizaciones-textdoc {
        display: none;
    }
}

@media only screen and (max-width: 670px) {
    .user-info.row {
        margin-top: 15px;
        padding: 10px 0;
    }

    #LblUsuario .badge {
        width: 100%;
        white-space: normal;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .user-info.row {
        margin-top: 30px;
        padding: 10px 0;
    }
}
/*!Icons
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'Material-Design-Iconic-Font';
    src: url("../../fonts/Material-Design-Iconic-Font.woff2") format("woff2"), url("../../fonts/Material-Design-Iconic-Font.woff") format("woff"), url("../../fonts/Material-Design-Iconic-Font.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zmdi-hc-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.zmdi-hc-2x {
    font-size: 2em;
}

.zmdi-hc-3x {
    font-size: 3em;
}

.zmdi-hc-4x {
    font-size: 4em;
}

.zmdi-hc-5x {
    font-size: 5em;
}

.zmdi-hc-fw {
    width: 1.28571429em;
    text-align: center;
}

.zmdi-hc-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .zmdi-hc-ul > li {
        position: relative;
    }

.zmdi-hc-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .zmdi-hc-li.zmdi-hc-lg {
        left: -1.85714286em;
    }

.zmdi-hc-border {
    padding: .1em .25em;
    border: solid 0.1em #9e9e9e;
    border-radius: 2px;
}

.zmdi-hc-border-circle {
    padding: .1em .25em;
    border: solid 0.1em #9e9e9e;
    border-radius: 50%;
}

.zmdi.pull-left {
    float: left;
    margin-right: .15em;
}

.zmdi.pull-right {
    float: right;
    margin-left: .15em;
}

.zmdi-hc-spin {
    -webkit-animation: zmdi-spin 1.5s infinite linear;
    animation: zmdi-spin 1.5s infinite linear;
}

.zmdi-hc-spin-reverse {
    -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
    animation: zmdi-spin-reverse 1.5s infinite linear;
}

@-webkit-keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

@keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

.zmdi-hc-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.zmdi-hc-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.zmdi-hc-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.zmdi-hc-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.zmdi-hc-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.zmdi-hc-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.zmdi-hc-stack-1x {
    line-height: inherit;
}

.zmdi-hc-stack-2x {
    font-size: 2em;
}

.zmdi-hc-inverse {
    color: #ffffff;
}

/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.zmdi-3d-rotation:before {
    content: '\f101';
}

.zmdi-airplane-off:before {
    content: '\f102';
}

.zmdi-airplane:before {
    content: '\f103';
}

.zmdi-album:before {
    content: '\f104';
}

.zmdi-archive:before {
    content: '\f105';
}

.zmdi-assignment-account:before {
    content: '\f106';
}

.zmdi-assignment-alert:before {
    content: '\f107';
}

.zmdi-assignment-check:before {
    content: '\f108';
}

.zmdi-assignment-o:before {
    content: '\f109';
}

.zmdi-assignment-return:before {
    content: '\f10a';
}

.zmdi-assignment-returned:before {
    content: '\f10b';
}

.zmdi-assignment:before {
    content: '\f10c';
}

.zmdi-attachment-alt:before {
    content: '\f10d';
}

.zmdi-attachment:before {
    content: '\f10e';
}

.zmdi-audio:before {
    content: '\f10f';
}

.zmdi-badge-check:before {
    content: '\f110';
}

.zmdi-balance-wallet:before {
    content: '\f111';
}

.zmdi-balance:before {
    content: '\f112';
}

.zmdi-battery-alert:before {
    content: '\f113';
}

.zmdi-battery-flash:before {
    content: '\f114';
}

.zmdi-battery-unknown:before {
    content: '\f115';
}

.zmdi-battery:before {
    content: '\f116';
}

.zmdi-bike:before {
    content: '\f117';
}

.zmdi-block-alt:before {
    content: '\f118';
}

.zmdi-block:before {
    content: '\f119';
}

.zmdi-boat:before {
    content: '\f11a';
}

.zmdi-book-image:before {
    content: '\f11b';
}

.zmdi-book:before {
    content: '\f11c';
}

.zmdi-bookmark-outline:before {
    content: '\f11d';
}

.zmdi-bookmark:before {
    content: '\f11e';
}

.zmdi-brush:before {
    content: '\f11f';
}

.zmdi-bug:before {
    content: '\f120';
}

.zmdi-bus:before {
    content: '\f121';
}

.zmdi-cake:before {
    content: '\f122';
}

.zmdi-car-taxi:before {
    content: '\f123';
}

.zmdi-car-wash:before {
    content: '\f124';
}

.zmdi-car:before {
    content: '\f125';
}

.zmdi-card-giftcard:before {
    content: '\f126';
}

.zmdi-card-membership:before {
    content: '\f127';
}

.zmdi-card-travel:before {
    content: '\f128';
}

.zmdi-card:before {
    content: '\f129';
}

.zmdi-case-check:before {
    content: '\f12a';
}

.zmdi-case-download:before {
    content: '\f12b';
}

.zmdi-case-play:before {
    content: '\f12c';
}

.zmdi-case:before {
    content: '\f12d';
}

.zmdi-cast-connected:before {
    content: '\f12e';
}

.zmdi-cast:before {
    content: '\f12f';
}

.zmdi-chart-donut:before {
    content: '\f130';
}

.zmdi-chart:before {
    content: '\f131';
}

.zmdi-city-alt:before {
    content: '\f132';
}

.zmdi-city:before {
    content: '\f133';
}

.zmdi-close-circle-o:before {
    content: '\f134';
}

.zmdi-close-circle:before {
    content: '\f135';
}

.zmdi-close:before {
    content: '\f136';
}

.zmdi-cocktail:before {
    content: '\f137';
}

.zmdi-code-setting:before {
    content: '\f138';
}

.zmdi-code-smartphone:before {
    content: '\f139';
}

.zmdi-code:before {
    content: '\f13a';
}

.zmdi-coffee:before {
    content: '\f13b';
}

.zmdi-collection-bookmark:before {
    content: '\f13c';
}

.zmdi-collection-case-play:before {
    content: '\f13d';
}

.zmdi-collection-folder-image:before {
    content: '\f13e';
}

.zmdi-collection-image-o:before {
    content: '\f13f';
}

.zmdi-collection-image:before {
    content: '\f140';
}

.zmdi-collection-item-1:before {
    content: '\f141';
}

.zmdi-collection-item-2:before {
    content: '\f142';
}

.zmdi-collection-item-3:before {
    content: '\f143';
}

.zmdi-collection-item-4:before {
    content: '\f144';
}

.zmdi-collection-item-5:before {
    content: '\f145';
}

.zmdi-collection-item-6:before {
    content: '\f146';
}

.zmdi-collection-item-7:before {
    content: '\f147';
}

.zmdi-collection-item-8:before {
    content: '\f148';
}

.zmdi-collection-item-9-plus:before {
    content: '\f149';
}

.zmdi-collection-item-9:before {
    content: '\f14a';
}

.zmdi-collection-item:before {
    content: '\f14b';
}

.zmdi-collection-music:before {
    content: '\f14c';
}

.zmdi-collection-pdf:before {
    content: '\f14d';
}

.zmdi-collection-plus:before {
    content: '\f14e';
}

.zmdi-collection-speaker:before {
    content: '\f14f';
}

.zmdi-collection-text:before {
    content: '\f150';
}

.zmdi-collection-video:before {
    content: '\f151';
}

.zmdi-compass:before {
    content: '\f152';
}

.zmdi-cutlery:before {
    content: '\f153';
}

.zmdi-delete:before {
    content: '\f154';
}

.zmdi-dialpad:before {
    content: '\f155';
}

.zmdi-dns:before {
    content: '\f156';
}

.zmdi-drink:before {
    content: '\f157';
}

.zmdi-edit:before {
    content: '\f158';
}

.zmdi-email-open:before {
    content: '\f159';
}

.zmdi-email:before {
    content: '\f15a';
}

.zmdi-eye-off:before {
    content: '\f15b';
}

.zmdi-eye:before {
    content: '\f15c';
}

.zmdi-eyedropper:before {
    content: '\f15d';
}

.zmdi-favorite-outline:before {
    content: '\f15e';
}

.zmdi-favorite:before {
    content: '\f15f';
}

.zmdi-filter-list:before {
    content: '\f160';
}

.zmdi-fire:before {
    content: '\f161';
}

.zmdi-flag:before {
    content: '\f162';
}

.zmdi-flare:before {
    content: '\f163';
}

.zmdi-flash-auto:before {
    content: '\f164';
}

.zmdi-flash-off:before {
    content: '\f165';
}

.zmdi-flash:before {
    content: '\f166';
}

.zmdi-flip:before {
    content: '\f167';
}

.zmdi-flower-alt:before {
    content: '\f168';
}

.zmdi-flower:before {
    content: '\f169';
}

.zmdi-font:before {
    content: '\f16a';
}

.zmdi-fullscreen-alt:before {
    content: '\f16b';
}

.zmdi-fullscreen-exit:before {
    content: '\f16c';
}

.zmdi-fullscreen:before {
    content: '\f16d';
}

.zmdi-functions:before {
    content: '\f16e';
}

.zmdi-gas-station:before {
    content: '\f16f';
}

.zmdi-gesture:before {
    content: '\f170';
}

.zmdi-globe-alt:before {
    content: '\f171';
}

.zmdi-globe-lock:before {
    content: '\f172';
}

.zmdi-globe:before {
    content: '\f173';
}

.zmdi-graduation-cap:before {
    content: '\f174';
}

.zmdi-home:before {
    content: '\f175';
}

.zmdi-hospital-alt:before {
    content: '\f176';
}

.zmdi-hospital:before {
    content: '\f177';
}

.zmdi-hotel:before {
    content: '\f178';
}

.zmdi-hourglass-alt:before {
    content: '\f179';
}

.zmdi-hourglass-outline:before {
    content: '\f17a';
}

.zmdi-hourglass:before {
    content: '\f17b';
}

.zmdi-http:before {
    content: '\f17c';
}

.zmdi-image-alt:before {
    content: '\f17d';
}

.zmdi-image-o:before {
    content: '\f17e';
}

.zmdi-image:before {
    content: '\f17f';
}

.zmdi-inbox:before {
    content: '\f180';
}

.zmdi-invert-colors-off:before {
    content: '\f181';
}

.zmdi-invert-colors:before {
    content: '\f182';
}

.zmdi-key:before {
    content: '\f183';
}

.zmdi-label-alt-outline:before {
    content: '\f184';
}

.zmdi-label-alt:before {
    content: '\f185';
}

.zmdi-label-heart:before {
    content: '\f186';
}

.zmdi-label:before {
    content: '\f187';
}

.zmdi-labels:before {
    content: '\f188';
}

.zmdi-lamp:before {
    content: '\f189';
}

.zmdi-landscape:before {
    content: '\f18a';
}

.zmdi-layers-off:before {
    content: '\f18b';
}

.zmdi-layers:before {
    content: '\f18c';
}

.zmdi-library:before {
    content: '\f18d';
}

.zmdi-link:before {
    content: '\f18e';
}

.zmdi-lock-open:before {
    content: '\f18f';
}

.zmdi-lock-outline:before {
    content: '\f190';
}

.zmdi-lock:before {
    content: '\f191';
}

.zmdi-mail-reply-all:before {
    content: '\f192';
}

.zmdi-mail-reply:before {
    content: '\f193';
}

.zmdi-mail-send:before {
    content: '\f194';
}

.zmdi-mall:before {
    content: '\f195';
}

.zmdi-map:before {
    content: '\f196';
}

.zmdi-menu:before {
    content: '\f197';
}

.zmdi-money-box:before {
    content: '\f198';
}

.zmdi-money-off:before {
    content: '\f199';
}

.zmdi-money:before {
    content: '\f19a';
}

.zmdi-more-vert:before {
    content: '\f19b';
}

.zmdi-more:before {
    content: '\f19c';
}

.zmdi-movie-alt:before {
    content: '\f19d';
}

.zmdi-movie:before {
    content: '\f19e';
}

.zmdi-nature-people:before {
    content: '\f19f';
}

.zmdi-nature:before {
    content: '\f1a0';
}

.zmdi-navigation:before {
    content: '\f1a1';
}

.zmdi-open-in-browser:before {
    content: '\f1a2';
}

.zmdi-open-in-new:before {
    content: '\f1a3';
}

.zmdi-palette:before {
    content: '\f1a4';
}

.zmdi-parking:before {
    content: '\f1a5';
}

.zmdi-pin-account:before {
    content: '\f1a6';
}

.zmdi-pin-assistant:before {
    content: '\f1a7';
}

.zmdi-pin-drop:before {
    content: '\f1a8';
}

.zmdi-pin-help:before {
    content: '\f1a9';
}

.zmdi-pin-off:before {
    content: '\f1aa';
}

.zmdi-pin:before {
    content: '\f1ab';
}

.zmdi-pizza:before {
    content: '\f1ac';
}

.zmdi-plaster:before {
    content: '\f1ad';
}

.zmdi-power-setting:before {
    content: '\f1ae';
}

.zmdi-power:before {
    content: '\f1af';
}

.zmdi-print:before {
    content: '\f1b0';
}

.zmdi-puzzle-piece:before {
    content: '\f1b1';
}

.zmdi-quote:before {
    content: '\f1b2';
}

.zmdi-railway:before {
    content: '\f1b3';
}

.zmdi-receipt:before {
    content: '\f1b4';
}

.zmdi-refresh-alt:before {
    content: '\f1b5';
}

.zmdi-refresh-sync-alert:before {
    content: '\f1b6';
}

.zmdi-refresh-sync-off:before {
    content: '\f1b7';
}

.zmdi-refresh-sync:before {
    content: '\f1b8';
}

.zmdi-refresh:before {
    content: '\f1b9';
}

.zmdi-roller:before {
    content: '\f1ba';
}

.zmdi-ruler:before {
    content: '\f1bb';
}

.zmdi-scissors:before {
    content: '\f1bc';
}

.zmdi-screen-rotation-lock:before {
    content: '\f1bd';
}

.zmdi-screen-rotation:before {
    content: '\f1be';
}

.zmdi-search-for:before {
    content: '\f1bf';
}

.zmdi-search-in-file:before {
    content: '\f1c0';
}

.zmdi-search-in-page:before {
    content: '\f1c1';
}

.zmdi-search-replace:before {
    content: '\f1c2';
}

.zmdi-search:before {
    content: '\f1c3';
}

.zmdi-seat:before {
    content: '\f1c4';
}

.zmdi-settings-square:before {
    content: '\f1c5';
}

.zmdi-settings:before {
    content: '\f1c6';
}

.zmdi-shield-check:before {
    content: '\f1c7';
}

.zmdi-shield-security:before {
    content: '\f1c8';
}

.zmdi-shopping-basket:before {
    content: '\f1c9';
}

.zmdi-shopping-cart-plus:before {
    content: '\f1ca';
}

.zmdi-shopping-cart:before {
    content: '\f1cb';
}

.zmdi-sign-in:before {
    content: '\f1cc';
}

.zmdi-sort-amount-asc:before {
    content: '\f1cd';
}

.zmdi-sort-amount-desc:before {
    content: '\f1ce';
}

.zmdi-sort-asc:before {
    content: '\f1cf';
}

.zmdi-sort-desc:before {
    content: '\f1d0';
}

.zmdi-spellcheck:before {
    content: '\f1d1';
}

.zmdi-storage:before {
    content: '\f1d2';
}

.zmdi-store-24:before {
    content: '\f1d3';
}

.zmdi-store:before {
    content: '\f1d4';
}

.zmdi-subway:before {
    content: '\f1d5';
}

.zmdi-sun:before {
    content: '\f1d6';
}

.zmdi-tab-unselected:before {
    content: '\f1d7';
}

.zmdi-tab:before {
    content: '\f1d8';
}

.zmdi-tag-close:before {
    content: '\f1d9';
}

.zmdi-tag-more:before {
    content: '\f1da';
}

.zmdi-tag:before {
    content: '\f1db';
}

.zmdi-thumb-down:before {
    content: '\f1dc';
}

.zmdi-thumb-up-down:before {
    content: '\f1dd';
}

.zmdi-thumb-up:before {
    content: '\f1de';
}

.zmdi-ticket-star:before {
    content: '\f1df';
}

.zmdi-toll:before {
    content: '\f1e0';
}

.zmdi-toys:before {
    content: '\f1e1';
}

.zmdi-traffic:before {
    content: '\f1e2';
}

.zmdi-translate:before {
    content: '\f1e3';
}

.zmdi-triangle-down:before {
    content: '\f1e4';
}

.zmdi-triangle-up:before {
    content: '\f1e5';
}

.zmdi-truck:before {
    content: '\f1e6';
}

.zmdi-turning-sign:before {
    content: '\f1e7';
}

.zmdi-wallpaper:before {
    content: '\f1e8';
}

.zmdi-washing-machine:before {
    content: '\f1e9';
}

.zmdi-window-maximize:before {
    content: '\f1ea';
}

.zmdi-window-minimize:before {
    content: '\f1eb';
}

.zmdi-window-restore:before {
    content: '\f1ec';
}

.zmdi-wrench:before {
    content: '\f1ed';
}

.zmdi-zoom-in:before {
    content: '\f1ee';
}

.zmdi-zoom-out:before {
    content: '\f1ef';
}

.zmdi-alert-circle-o:before {
    content: '\f1f0';
}

.zmdi-alert-circle:before {
    content: '\f1f1';
}

.zmdi-alert-octagon:before {
    content: '\f1f2';
}

.zmdi-alert-polygon:before {
    content: '\f1f3';
}

.zmdi-alert-triangle:before {
    content: '\f1f4';
}

.zmdi-help-outline:before {
    content: '\f1f5';
}

.zmdi-help:before {
    content: '\f1f6';
}

.zmdi-info-outline:before {
    content: '\f1f7';
}

.zmdi-info:before {
    content: '\f1f8';
}

.zmdi-notifications-active:before {
    content: '\f1f9';
}

.zmdi-notifications-add:before {
    content: '\f1fa';
}

.zmdi-notifications-none:before {
    content: '\f1fb';
}

.zmdi-notifications-off:before {
    content: '\f1fc';
}

.zmdi-notifications-paused:before {
    content: '\f1fd';
}

.zmdi-notifications:before {
    content: '\f1fe';
}

.zmdi-account-add:before {
    content: '\f1ff';
}

.zmdi-account-box-mail:before {
    content: '\f200';
}

.zmdi-account-box-o:before {
    content: '\f201';
}

.zmdi-account-box-phone:before {
    content: '\f202';
}

.zmdi-account-box:before {
    content: '\f203';
}

.zmdi-account-calendar:before {
    content: '\f204';
}

.zmdi-account-circle:before {
    content: '\f205';
}

.zmdi-account-o:before {
    content: '\f206';
}

.zmdi-account:before {
    content: '\f207';
}

.zmdi-accounts-add:before {
    content: '\f208';
}

.zmdi-accounts-alt:before {
    content: '\f209';
}

.zmdi-accounts-list-alt:before {
    content: '\f20a';
}

.zmdi-accounts-list:before {
    content: '\f20b';
}

.zmdi-accounts-outline:before {
    content: '\f20c';
}

.zmdi-accounts:before {
    content: '\f20d';
}

.zmdi-face:before {
    content: '\f20e';
}

.zmdi-female:before {
    content: '\f20f';
}

.zmdi-male-alt:before {
    content: '\f210';
}

.zmdi-male-female:before {
    content: '\f211';
}

.zmdi-male:before {
    content: '\f212';
}

.zmdi-mood-bad:before {
    content: '\f213';
}

.zmdi-mood:before {
    content: '\f214';
}

.zmdi-run:before {
    content: '\f215';
}

.zmdi-walk:before {
    content: '\f216';
}

.zmdi-cloud-box:before {
    content: '\f217';
}

.zmdi-cloud-circle:before {
    content: '\f218';
}

.zmdi-cloud-done:before {
    content: '\f219';
}

.zmdi-cloud-download:before {
    content: '\f21a';
}

.zmdi-cloud-off:before {
    content: '\f21b';
}

.zmdi-cloud-outline-alt:before {
    content: '\f21c';
}

.zmdi-cloud-outline:before {
    content: '\f21d';
}

.zmdi-cloud-upload:before {
    content: '\f21e';
}

.zmdi-cloud:before {
    content: '\f21f';
}

.zmdi-download:before {
    content: '\f220';
}

.zmdi-file-plus:before {
    content: '\f221';
}

.zmdi-file-text:before {
    content: '\f222';
}

.zmdi-file:before {
    content: '\f223';
}

.zmdi-folder-outline:before {
    content: '\f224';
}

.zmdi-folder-person:before {
    content: '\f225';
}

.zmdi-folder-star-alt:before {
    content: '\f226';
}

.zmdi-folder-star:before {
    content: '\f227';
}

.zmdi-folder:before {
    content: '\f228';
}

.zmdi-gif:before {
    content: '\f229';
}

.zmdi-upload:before {
    content: '\f22a';
}

.zmdi-border-all:before {
    content: '\f22b';
}

.zmdi-border-bottom:before {
    content: '\f22c';
}

.zmdi-border-clear:before {
    content: '\f22d';
}

.zmdi-border-color:before {
    content: '\f22e';
}

.zmdi-border-horizontal:before {
    content: '\f22f';
}

.zmdi-border-inner:before {
    content: '\f230';
}

.zmdi-border-left:before {
    content: '\f231';
}

.zmdi-border-outer:before {
    content: '\f232';
}

.zmdi-border-right:before {
    content: '\f233';
}

.zmdi-border-style:before {
    content: '\f234';
}

.zmdi-border-top:before {
    content: '\f235';
}

.zmdi-border-vertical:before {
    content: '\f236';
}

.zmdi-copy:before {
    content: '\f237';
}

.zmdi-crop:before {
    content: '\f238';
}

.zmdi-format-align-center:before {
    content: '\f239';
}

.zmdi-format-align-justify:before {
    content: '\f23a';
}

.zmdi-format-align-left:before {
    content: '\f23b';
}

.zmdi-format-align-right:before {
    content: '\f23c';
}

.zmdi-format-bold:before {
    content: '\f23d';
}

.zmdi-format-clear-all:before {
    content: '\f23e';
}

.zmdi-format-clear:before {
    content: '\f23f';
}

.zmdi-format-color-fill:before {
    content: '\f240';
}

.zmdi-format-color-reset:before {
    content: '\f241';
}

.zmdi-format-color-text:before {
    content: '\f242';
}

.zmdi-format-indent-decrease:before {
    content: '\f243';
}

.zmdi-format-indent-increase:before {
    content: '\f244';
}

.zmdi-format-italic:before {
    content: '\f245';
}

.zmdi-format-line-spacing:before {
    content: '\f246';
}

.zmdi-format-list-bulleted:before {
    content: '\f247';
}

.zmdi-format-list-numbered:before {
    content: '\f248';
}

.zmdi-format-ltr:before {
    content: '\f249';
}

.zmdi-format-rtl:before {
    content: '\f24a';
}

.zmdi-format-size:before {
    content: '\f24b';
}

.zmdi-format-strikethrough-s:before {
    content: '\f24c';
}

.zmdi-format-strikethrough:before {
    content: '\f24d';
}

.zmdi-format-subject:before {
    content: '\f24e';
}

.zmdi-format-underlined:before {
    content: '\f24f';
}

.zmdi-format-valign-bottom:before {
    content: '\f250';
}

.zmdi-format-valign-center:before {
    content: '\f251';
}

.zmdi-format-valign-top:before {
    content: '\f252';
}

.zmdi-redo:before {
    content: '\f253';
}

.zmdi-select-all:before {
    content: '\f254';
}

.zmdi-space-bar:before {
    content: '\f255';
}

.zmdi-text-format:before {
    content: '\f256';
}

.zmdi-transform:before {
    content: '\f257';
}

.zmdi-undo:before {
    content: '\f258';
}

.zmdi-wrap-text:before {
    content: '\f259';
}

.zmdi-comment-alert:before {
    content: '\f25a';
}

.zmdi-comment-alt-text:before {
    content: '\f25b';
}

.zmdi-comment-alt:before {
    content: '\f25c';
}

.zmdi-comment-edit:before {
    content: '\f25d';
}

.zmdi-comment-image:before {
    content: '\f25e';
}

.zmdi-comment-list:before {
    content: '\f25f';
}

.zmdi-comment-more:before {
    content: '\f260';
}

.zmdi-comment-outline:before {
    content: '\f261';
}

.zmdi-comment-text-alt:before {
    content: '\f262';
}

.zmdi-comment-text:before {
    content: '\f263';
}

.zmdi-comment-video:before {
    content: '\f264';
}

.zmdi-comment:before {
    content: '\f265';
}

.zmdi-comments:before {
    content: '\f266';
}

.zmdi-check-all:before {
    content: '\f267';
}

.zmdi-check-circle-u:before {
    content: '\f268';
}

.zmdi-check-circle:before {
    content: '\f269';
}

.zmdi-check-square:before {
    content: '\f26a';
}

.zmdi-check:before {
    content: '\f26b';
}

.zmdi-circle-o:before {
    content: '\f26c';
}

.zmdi-circle:before {
    content: '\f26d';
}

.zmdi-dot-circle-alt:before {
    content: '\f26e';
}

.zmdi-dot-circle:before {
    content: '\f26f';
}

.zmdi-minus-circle-outline:before {
    content: '\f270';
}

.zmdi-minus-circle:before {
    content: '\f271';
}

.zmdi-minus-square:before {
    content: '\f272';
}

.zmdi-minus:before {
    content: '\f273';
}

.zmdi-plus-circle-o-duplicate:before {
    content: '\f274';
}

.zmdi-plus-circle-o:before {
    content: '\f275';
}

.zmdi-plus-circle:before {
    content: '\f276';
}

.zmdi-plus-square:before {
    content: '\f277';
}

.zmdi-plus:before {
    content: '\f278';
}

.zmdi-square-o:before {
    content: '\f279';
}

.zmdi-star-circle:before {
    content: '\f27a';
}

.zmdi-star-half:before {
    content: '\f27b';
}

.zmdi-star-outline:before {
    content: '\f27c';
}

.zmdi-star:before {
    content: '\f27d';
}

.zmdi-bluetooth-connected:before {
    content: '\f27e';
}

.zmdi-bluetooth-off:before {
    content: '\f27f';
}

.zmdi-bluetooth-search:before {
    content: '\f280';
}

.zmdi-bluetooth-setting:before {
    content: '\f281';
}

.zmdi-bluetooth:before {
    content: '\f282';
}

.zmdi-camera-add:before {
    content: '\f283';
}

.zmdi-camera-alt:before {
    content: '\f284';
}

.zmdi-camera-bw:before {
    content: '\f285';
}

.zmdi-camera-front:before {
    content: '\f286';
}

.zmdi-camera-mic:before {
    content: '\f287';
}

.zmdi-camera-party-mode:before {
    content: '\f288';
}

.zmdi-camera-rear:before {
    content: '\f289';
}

.zmdi-camera-roll:before {
    content: '\f28a';
}

.zmdi-camera-switch:before {
    content: '\f28b';
}

.zmdi-camera:before {
    content: '\f28c';
}

.zmdi-card-alert:before {
    content: '\f28d';
}

.zmdi-card-off:before {
    content: '\f28e';
}

.zmdi-card-sd:before {
    content: '\f28f';
}

.zmdi-card-sim:before {
    content: '\f290';
}

.zmdi-desktop-mac:before {
    content: '\f291';
}

.zmdi-desktop-windows:before {
    content: '\f292';
}

.zmdi-device-hub:before {
    content: '\f293';
}

.zmdi-devices-off:before {
    content: '\f294';
}

.zmdi-devices:before {
    content: '\f295';
}

.zmdi-dock:before {
    content: '\f296';
}

.zmdi-floppy:before {
    content: '\f297';
}

.zmdi-gamepad:before {
    content: '\f298';
}

.zmdi-gps-dot:before {
    content: '\f299';
}

.zmdi-gps-off:before {
    content: '\f29a';
}

.zmdi-gps:before {
    content: '\f29b';
}

.zmdi-headset-mic:before {
    content: '\f29c';
}

.zmdi-headset:before {
    content: '\f29d';
}

.zmdi-input-antenna:before {
    content: '\f29e';
}

.zmdi-input-composite:before {
    content: '\f29f';
}

.zmdi-input-hdmi:before {
    content: '\f2a0';
}

.zmdi-input-power:before {
    content: '\f2a1';
}

.zmdi-input-svideo:before {
    content: '\f2a2';
}

.zmdi-keyboard-hide:before {
    content: '\f2a3';
}

.zmdi-keyboard:before {
    content: '\f2a4';
}

.zmdi-laptop-chromebook:before {
    content: '\f2a5';
}

.zmdi-laptop-mac:before {
    content: '\f2a6';
}

.zmdi-laptop:before {
    content: '\f2a7';
}

.zmdi-mic-off:before {
    content: '\f2a8';
}

.zmdi-mic-outline:before {
    content: '\f2a9';
}

.zmdi-mic-setting:before {
    content: '\f2aa';
}

.zmdi-mic:before {
    content: '\f2ab';
}

.zmdi-mouse:before {
    content: '\f2ac';
}

.zmdi-network-alert:before {
    content: '\f2ad';
}

.zmdi-network-locked:before {
    content: '\f2ae';
}

.zmdi-network-off:before {
    content: '\f2af';
}

.zmdi-network-outline:before {
    content: '\f2b0';
}

.zmdi-network-setting:before {
    content: '\f2b1';
}

.zmdi-network:before {
    content: '\f2b2';
}

.zmdi-phone-bluetooth:before {
    content: '\f2b3';
}

.zmdi-phone-end:before {
    content: '\f2b4';
}

.zmdi-phone-forwarded:before {
    content: '\f2b5';
}

.zmdi-phone-in-talk:before {
    content: '\f2b6';
}

.zmdi-phone-locked:before {
    content: '\f2b7';
}

.zmdi-phone-missed:before {
    content: '\f2b8';
}

.zmdi-phone-msg:before {
    content: '\f2b9';
}

.zmdi-phone-paused:before {
    content: '\f2ba';
}

.zmdi-phone-ring:before {
    content: '\f2bb';
}

.zmdi-phone-setting:before {
    content: '\f2bc';
}

.zmdi-phone-sip:before {
    content: '\f2bd';
}

.zmdi-phone:before {
    content: '\f2be';
}

.zmdi-portable-wifi-changes:before {
    content: '\f2bf';
}

.zmdi-portable-wifi-off:before {
    content: '\f2c0';
}

.zmdi-portable-wifi:before {
    content: '\f2c1';
}

.zmdi-radio:before {
    content: '\f2c2';
}

.zmdi-reader:before {
    content: '\f2c3';
}

.zmdi-remote-control-alt:before {
    content: '\f2c4';
}

.zmdi-remote-control:before {
    content: '\f2c5';
}

.zmdi-router:before {
    content: '\f2c6';
}

.zmdi-scanner:before {
    content: '\f2c7';
}

.zmdi-smartphone-android:before {
    content: '\f2c8';
}

.zmdi-smartphone-download:before {
    content: '\f2c9';
}

.zmdi-smartphone-erase:before {
    content: '\f2ca';
}

.zmdi-smartphone-info:before {
    content: '\f2cb';
}

.zmdi-smartphone-iphone:before {
    content: '\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
    content: '\f2cd';
}

.zmdi-smartphone-landscape:before {
    content: '\f2ce';
}

.zmdi-smartphone-lock:before {
    content: '\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
    content: '\f2d0';
}

.zmdi-smartphone-ring:before {
    content: '\f2d1';
}

.zmdi-smartphone-setting:before {
    content: '\f2d2';
}

.zmdi-smartphone-setup:before {
    content: '\f2d3';
}

.zmdi-smartphone:before {
    content: '\f2d4';
}

.zmdi-speaker:before {
    content: '\f2d5';
}

.zmdi-tablet-android:before {
    content: '\f2d6';
}

.zmdi-tablet-mac:before {
    content: '\f2d7';
}

.zmdi-tablet:before {
    content: '\f2d8';
}

.zmdi-tv-alt-play:before {
    content: '\f2d9';
}

.zmdi-tv-list:before {
    content: '\f2da';
}

.zmdi-tv-play:before {
    content: '\f2db';
}

.zmdi-tv:before {
    content: '\f2dc';
}

.zmdi-usb:before {
    content: '\f2dd';
}

.zmdi-videocam-off:before {
    content: '\f2de';
}

.zmdi-videocam-switch:before {
    content: '\f2df';
}

.zmdi-videocam:before {
    content: '\f2e0';
}

.zmdi-watch:before {
    content: '\f2e1';
}

.zmdi-wifi-alt-2:before {
    content: '\f2e2';
}

.zmdi-wifi-alt:before {
    content: '\f2e3';
}

.zmdi-wifi-info:before {
    content: '\f2e4';
}

.zmdi-wifi-lock:before {
    content: '\f2e5';
}

.zmdi-wifi-off:before {
    content: '\f2e6';
}

.zmdi-wifi-outline:before {
    content: '\f2e7';
}

.zmdi-wifi:before {
    content: '\f2e8';
}

.zmdi-arrow-left-bottom:before {
    content: '\f2e9';
}

.zmdi-arrow-left:before {
    content: '\f2ea';
}

.zmdi-arrow-merge:before {
    content: '\f2eb';
}

.zmdi-arrow-missed:before {
    content: '\f2ec';
}

.zmdi-arrow-right-top:before {
    content: '\f2ed';
}

.zmdi-arrow-right:before {
    content: '\f2ee';
}

.zmdi-arrow-split:before {
    content: '\f2ef';
}

.zmdi-arrows:before {
    content: '\f2f0';
}

.zmdi-caret-down-circle:before {
    content: '\f2f1';
}

.zmdi-caret-down:before {
    content: '\f2f2';
}

.zmdi-caret-left-circle:before {
    content: '\f2f3';
}

.zmdi-caret-left:before {
    content: '\f2f4';
}

.zmdi-caret-right-circle:before {
    content: '\f2f5';
}

.zmdi-caret-right:before {
    content: '\f2f6';
}

.zmdi-caret-up-circle:before {
    content: '\f2f7';
}

.zmdi-caret-up:before {
    content: '\f2f8';
}

.zmdi-chevron-down:before {
    content: '\f2f9';
}

.zmdi-chevron-left:before {
    content: '\f2fa';
}

.zmdi-chevron-right:before {
    content: '\f2fb';
}

.zmdi-chevron-up:before {
    content: '\f2fc';
}

.zmdi-forward:before {
    content: '\f2fd';
}

.zmdi-long-arrow-down:before {
    content: '\f2fe';
}

.zmdi-long-arrow-left:before {
    content: '\f2ff';
}

.zmdi-long-arrow-return:before {
    content: '\f300';
}

.zmdi-long-arrow-right:before {
    content: '\f301';
}

.zmdi-long-arrow-tab:before {
    content: '\f302';
}

.zmdi-long-arrow-up:before {
    content: '\f303';
}

.zmdi-rotate-ccw:before {
    content: '\f304';
}

.zmdi-rotate-cw:before {
    content: '\f305';
}

.zmdi-rotate-left:before {
    content: '\f306';
}

.zmdi-rotate-right:before {
    content: '\f307';
}

.zmdi-square-down:before {
    content: '\f308';
}

.zmdi-square-right:before {
    content: '\f309';
}

.zmdi-swap-alt:before {
    content: '\f30a';
}

.zmdi-swap-vertical-circle:before {
    content: '\f30b';
}

.zmdi-swap-vertical:before {
    content: '\f30c';
}

.zmdi-swap:before {
    content: '\f30d';
}

.zmdi-trending-down:before {
    content: '\f30e';
}

.zmdi-trending-flat:before {
    content: '\f30f';
}

.zmdi-trending-up:before {
    content: '\f310';
}

.zmdi-unfold-less:before {
    content: '\f311';
}

.zmdi-unfold-more:before {
    content: '\f312';
}

.zmdi-apps:before {
    content: '\f313';
}

.zmdi-grid-off:before {
    content: '\f314';
}

.zmdi-grid:before {
    content: '\f315';
}

.zmdi-view-agenda:before {
    content: '\f316';
}

.zmdi-view-array:before {
    content: '\f317';
}

.zmdi-view-carousel:before {
    content: '\f318';
}

.zmdi-view-column:before {
    content: '\f319';
}

.zmdi-view-comfy:before {
    content: '\f31a';
}

.zmdi-view-compact:before {
    content: '\f31b';
}

.zmdi-view-dashboard:before {
    content: '\f31c';
}

.zmdi-view-day:before {
    content: '\f31d';
}

.zmdi-view-headline:before {
    content: '\f31e';
}

.zmdi-view-list-alt:before {
    content: '\f31f';
}

.zmdi-view-list:before {
    content: '\f320';
}

.zmdi-view-module:before {
    content: '\f321';
}

.zmdi-view-quilt:before {
    content: '\f322';
}

.zmdi-view-stream:before {
    content: '\f323';
}

.zmdi-view-subtitles:before {
    content: '\f324';
}

.zmdi-view-toc:before {
    content: '\f325';
}

.zmdi-view-web:before {
    content: '\f326';
}

.zmdi-view-week:before {
    content: '\f327';
}

.zmdi-widgets:before {
    content: '\f328';
}

.zmdi-alarm-check:before {
    content: '\f329';
}

.zmdi-alarm-off:before {
    content: '\f32a';
}

.zmdi-alarm-plus:before {
    content: '\f32b';
}

.zmdi-alarm-snooze:before {
    content: '\f32c';
}

.zmdi-alarm:before {
    content: '\f32d';
}

.zmdi-calendar-alt:before {
    content: '\f32e';
}

.zmdi-calendar-check:before {
    content: '\f32f';
}

.zmdi-calendar-close:before {
    content: '\f330';
}

.zmdi-calendar-note:before {
    content: '\f331';
}

.zmdi-calendar:before {
    content: '\f332';
}

.zmdi-time-countdown:before {
    content: '\f333';
}

.zmdi-time-interval:before {
    content: '\f334';
}

.zmdi-time-restore-setting:before {
    content: '\f335';
}

.zmdi-time-restore:before {
    content: '\f336';
}

.zmdi-time:before {
    content: '\f337';
}

.zmdi-timer-off:before {
    content: '\f338';
}

.zmdi-timer:before {
    content: '\f339';
}

.zmdi-android-alt:before {
    content: '\f33a';
}

.zmdi-android:before {
    content: '\f33b';
}

.zmdi-apple:before {
    content: '\f33c';
}

.zmdi-behance:before {
    content: '\f33d';
}

.zmdi-codepen:before {
    content: '\f33e';
}

.zmdi-dribbble:before {
    content: '\f33f';
}

.zmdi-dropbox:before {
    content: '\f340';
}

.zmdi-evernote:before {
    content: '\f341';
}

.zmdi-facebook-box:before {
    content: '\f342';
}

.zmdi-facebook:before {
    content: '\f343';
}

.zmdi-github-box:before {
    content: '\f344';
}

.zmdi-github:before {
    content: '\f345';
}

.zmdi-google-drive:before {
    content: '\f346';
}

.zmdi-google-earth:before {
    content: '\f347';
}

.zmdi-google-glass:before {
    content: '\f348';
}

.zmdi-google-maps:before {
    content: '\f349';
}

.zmdi-google-pages:before {
    content: '\f34a';
}

.zmdi-google-play:before {
    content: '\f34b';
}

.zmdi-google-plus-box:before {
    content: '\f34c';
}

.zmdi-google-plus:before {
    content: '\f34d';
}

.zmdi-google:before {
    content: '\f34e';
}

.zmdi-instagram:before {
    content: '\f34f';
}

.zmdi-language-css3:before {
    content: '\f350';
}

.zmdi-language-html5:before {
    content: '\f351';
}

.zmdi-language-javascript:before {
    content: '\f352';
}

.zmdi-language-python-alt:before {
    content: '\f353';
}

.zmdi-language-python:before {
    content: '\f354';
}

.zmdi-lastfm:before {
    content: '\f355';
}

.zmdi-linkedin-box:before {
    content: '\f356';
}

.zmdi-paypal:before {
    content: '\f357';
}

.zmdi-pinterest-box:before {
    content: '\f358';
}

.zmdi-pocket:before {
    content: '\f359';
}

.zmdi-polymer:before {
    content: '\f35a';
}

.zmdi-share:before {
    content: '\f35b';
}

.zmdi-stack-overflow:before {
    content: '\f35c';
}

.zmdi-steam-square:before {
    content: '\f35d';
}

.zmdi-steam:before {
    content: '\f35e';
}

.zmdi-twitter-box:before {
    content: '\f35f';
}

.zmdi-twitter:before {
    content: '\f360';
}

.zmdi-vk:before {
    content: '\f361';
}

.zmdi-wikipedia:before {
    content: '\f362';
}

.zmdi-windows:before {
    content: '\f363';
}

.zmdi-aspect-ratio-alt:before {
    content: '\f364';
}

.zmdi-aspect-ratio:before {
    content: '\f365';
}

.zmdi-blur-circular:before {
    content: '\f366';
}

.zmdi-blur-linear:before {
    content: '\f367';
}

.zmdi-blur-off:before {
    content: '\f368';
}

.zmdi-blur:before {
    content: '\f369';
}

.zmdi-brightness-2:before {
    content: '\f36a';
}

.zmdi-brightness-3:before {
    content: '\f36b';
}

.zmdi-brightness-4:before {
    content: '\f36c';
}

.zmdi-brightness-5:before {
    content: '\f36d';
}

.zmdi-brightness-6:before {
    content: '\f36e';
}

.zmdi-brightness-7:before {
    content: '\f36f';
}

.zmdi-brightness-auto:before {
    content: '\f370';
}

.zmdi-brightness-setting:before {
    content: '\f371';
}

.zmdi-broken-image:before {
    content: '\f372';
}

.zmdi-center-focus-strong:before {
    content: '\f373';
}

.zmdi-center-focus-weak:before {
    content: '\f374';
}

.zmdi-compare:before {
    content: '\f375';
}

.zmdi-crop-16-9:before {
    content: '\f376';
}

.zmdi-crop-3-2:before {
    content: '\f377';
}

.zmdi-crop-5-4:before {
    content: '\f378';
}

.zmdi-crop-7-5:before {
    content: '\f379';
}

.zmdi-crop-din:before {
    content: '\f37a';
}

.zmdi-crop-free:before {
    content: '\f37b';
}

.zmdi-crop-landscape:before {
    content: '\f37c';
}

.zmdi-crop-portrait:before {
    content: '\f37d';
}

.zmdi-crop-square:before {
    content: '\f37e';
}

.zmdi-exposure-alt:before {
    content: '\f37f';
}

.zmdi-exposure:before {
    content: '\f380';
}

.zmdi-filter-b-and-w:before {
    content: '\f381';
}

.zmdi-filter-center-focus:before {
    content: '\f382';
}

.zmdi-filter-frames:before {
    content: '\f383';
}

.zmdi-filter-tilt-shift:before {
    content: '\f384';
}

.zmdi-gradient:before {
    content: '\f385';
}

.zmdi-grain:before {
    content: '\f386';
}

.zmdi-graphic-eq:before {
    content: '\f387';
}

.zmdi-hdr-off:before {
    content: '\f388';
}

.zmdi-hdr-strong:before {
    content: '\f389';
}

.zmdi-hdr-weak:before {
    content: '\f38a';
}

.zmdi-hdr:before {
    content: '\f38b';
}

.zmdi-iridescent:before {
    content: '\f38c';
}

.zmdi-leak-off:before {
    content: '\f38d';
}

.zmdi-leak:before {
    content: '\f38e';
}

.zmdi-looks:before {
    content: '\f38f';
}

.zmdi-loupe:before {
    content: '\f390';
}

.zmdi-panorama-horizontal:before {
    content: '\f391';
}

.zmdi-panorama-vertical:before {
    content: '\f392';
}

.zmdi-panorama-wide-angle:before {
    content: '\f393';
}

.zmdi-photo-size-select-large:before {
    content: '\f394';
}

.zmdi-photo-size-select-small:before {
    content: '\f395';
}

.zmdi-picture-in-picture:before {
    content: '\f396';
}

.zmdi-slideshow:before {
    content: '\f397';
}

.zmdi-texture:before {
    content: '\f398';
}

.zmdi-tonality:before {
    content: '\f399';
}

.zmdi-vignette:before {
    content: '\f39a';
}

.zmdi-wb-auto:before {
    content: '\f39b';
}

.zmdi-eject-alt:before {
    content: '\f39c';
}

.zmdi-eject:before {
    content: '\f39d';
}

.zmdi-equalizer:before {
    content: '\f39e';
}

.zmdi-fast-forward:before {
    content: '\f39f';
}

.zmdi-fast-rewind:before {
    content: '\f3a0';
}

.zmdi-forward-10:before {
    content: '\f3a1';
}

.zmdi-forward-30:before {
    content: '\f3a2';
}

.zmdi-forward-5:before {
    content: '\f3a3';
}

.zmdi-hearing:before {
    content: '\f3a4';
}

.zmdi-pause-circle-outline:before {
    content: '\f3a5';
}

.zmdi-pause-circle:before {
    content: '\f3a6';
}

.zmdi-pause:before {
    content: '\f3a7';
}

.zmdi-play-circle-outline:before {
    content: '\f3a8';
}

.zmdi-play-circle:before {
    content: '\f3a9';
}

.zmdi-play:before {
    content: '\f3aa';
}

.zmdi-playlist-audio:before {
    content: '\f3ab';
}

.zmdi-playlist-plus:before {
    content: '\f3ac';
}

.zmdi-repeat-one:before {
    content: '\f3ad';
}

.zmdi-repeat:before {
    content: '\f3ae';
}

.zmdi-replay-10:before {
    content: '\f3af';
}

.zmdi-replay-30:before {
    content: '\f3b0';
}

.zmdi-replay-5:before {
    content: '\f3b1';
}

.zmdi-replay:before {
    content: '\f3b2';
}

.zmdi-shuffle:before {
    content: '\f3b3';
}

.zmdi-skip-next:before {
    content: '\f3b4';
}

.zmdi-skip-previous:before {
    content: '\f3b5';
}

.zmdi-stop:before {
    content: '\f3b6';
}

.zmdi-surround-sound:before {
    content: '\f3b7';
}

.zmdi-tune:before {
    content: '\f3b8';
}

.zmdi-volume-down:before {
    content: '\f3b9';
}

.zmdi-volume-mute:before {
    content: '\f3ba';
}

.zmdi-volume-off:before {
    content: '\f3bb';
}

.zmdi-volume-up:before {
    content: '\f3bc';
}

.zmdi-n-1-square:before {
    content: '\f3bd';
}

.zmdi-n-2-square:before {
    content: '\f3be';
}

.zmdi-n-3-square:before {
    content: '\f3bf';
}

.zmdi-n-4-square:before {
    content: '\f3c0';
}

.zmdi-n-5-square:before {
    content: '\f3c1';
}

.zmdi-n-6-square:before {
    content: '\f3c2';
}

.zmdi-neg-1:before {
    content: '\f3c3';
}

.zmdi-neg-2:before {
    content: '\f3c4';
}

.zmdi-plus-1:before {
    content: '\f3c5';
}

.zmdi-plus-2:before {
    content: '\f3c6';
}

.zmdi-sec-10:before {
    content: '\f3c7';
}

.zmdi-sec-3:before {
    content: '\f3c8';
}

.zmdi-zero:before {
    content: '\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
    content: '\f3ca';
}

.zmdi-airline-seat-flat:before {
    content: '\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
    content: '\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
    content: '\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
    content: '\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
    content: '\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
    content: '\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
    content: '\f3d1';
}

.zmdi-airplay:before {
    content: '\f3d2';
}

.zmdi-closed-caption:before {
    content: '\f3d3';
}

.zmdi-confirmation-number:before {
    content: '\f3d4';
}

.zmdi-developer-board:before {
    content: '\f3d5';
}

.zmdi-disc-full:before {
    content: '\f3d6';
}

.zmdi-explicit:before {
    content: '\f3d7';
}

.zmdi-flight-land:before {
    content: '\f3d8';
}

.zmdi-flight-takeoff:before {
    content: '\f3d9';
}

.zmdi-flip-to-back:before {
    content: '\f3da';
}

.zmdi-flip-to-front:before {
    content: '\f3db';
}

.zmdi-group-work:before {
    content: '\f3dc';
}

.zmdi-hd:before {
    content: '\f3dd';
}

.zmdi-hq:before {
    content: '\f3de';
}

.zmdi-markunread-mailbox:before {
    content: '\f3df';
}

.zmdi-memory:before {
    content: '\f3e0';
}

.zmdi-nfc:before {
    content: '\f3e1';
}

.zmdi-play-for-work:before {
    content: '\f3e2';
}

.zmdi-power-input:before {
    content: '\f3e3';
}

.zmdi-present-to-all:before {
    content: '\f3e4';
}

.zmdi-satellite:before {
    content: '\f3e5';
}

.zmdi-tap-and-play:before {
    content: '\f3e6';
}

.zmdi-vibration:before {
    content: '\f3e7';
}

.zmdi-voicemail:before {
    content: '\f3e8';
}

.zmdi-3d-rotation:before {
    content: '\f101';
}

.zmdi-airplane-off:before {
    content: '\f102';
}

.zmdi-airplane:before {
    content: '\f103';
}

.zmdi-album:before {
    content: '\f104';
}

.zmdi-archive:before {
    content: '\f105';
}

.zmdi-assignment-account:before {
    content: '\f106';
}

.zmdi-assignment-alert:before {
    content: '\f107';
}

.zmdi-assignment-check:before {
    content: '\f108';
}

.zmdi-assignment-o:before {
    content: '\f109';
}

.zmdi-assignment-return:before {
    content: '\f10a';
}

.zmdi-assignment-returned:before {
    content: '\f10b';
}

.zmdi-assignment:before {
    content: '\f10c';
}

.zmdi-attachment-alt:before {
    content: '\f10d';
}

.zmdi-attachment:before {
    content: '\f10e';
}

.zmdi-audio:before {
    content: '\f10f';
}

.zmdi-badge-check:before {
    content: '\f110';
}

.zmdi-balance-wallet:before {
    content: '\f111';
}

.zmdi-balance:before {
    content: '\f112';
}

.zmdi-battery-alert:before {
    content: '\f113';
}

.zmdi-battery-flash:before {
    content: '\f114';
}

.zmdi-battery-unknown:before {
    content: '\f115';
}

.zmdi-battery:before {
    content: '\f116';
}

.zmdi-bike:before {
    content: '\f117';
}

.zmdi-block-alt:before {
    content: '\f118';
}

.zmdi-block:before {
    content: '\f119';
}

.zmdi-boat:before {
    content: '\f11a';
}

.zmdi-book-image:before {
    content: '\f11b';
}

.zmdi-book:before {
    content: '\f11c';
}

.zmdi-bookmark-outline:before {
    content: '\f11d';
}

.zmdi-bookmark:before {
    content: '\f11e';
}

.zmdi-brush:before {
    content: '\f11f';
}

.zmdi-bug:before {
    content: '\f120';
}

.zmdi-bus:before {
    content: '\f121';
}

.zmdi-cake:before {
    content: '\f122';
}

.zmdi-car-taxi:before {
    content: '\f123';
}

.zmdi-car-wash:before {
    content: '\f124';
}

.zmdi-car:before {
    content: '\f125';
}

.zmdi-card-giftcard:before {
    content: '\f126';
}

.zmdi-card-membership:before {
    content: '\f127';
}

.zmdi-card-travel:before {
    content: '\f128';
}

.zmdi-card:before {
    content: '\f129';
}

.zmdi-case-check:before {
    content: '\f12a';
}

.zmdi-case-download:before {
    content: '\f12b';
}

.zmdi-case-play:before {
    content: '\f12c';
}

.zmdi-case:before {
    content: '\f12d';
}

.zmdi-cast-connected:before {
    content: '\f12e';
}

.zmdi-cast:before {
    content: '\f12f';
}

.zmdi-chart-donut:before {
    content: '\f130';
}

.zmdi-chart:before {
    content: '\f131';
}

.zmdi-city-alt:before {
    content: '\f132';
}

.zmdi-city:before {
    content: '\f133';
}

.zmdi-close-circle-o:before {
    content: '\f134';
}

.zmdi-close-circle:before {
    content: '\f135';
}

.zmdi-close:before {
    content: '\f136';
}

.zmdi-cocktail:before {
    content: '\f137';
}

.zmdi-code-setting:before {
    content: '\f138';
}

.zmdi-code-smartphone:before {
    content: '\f139';
}

.zmdi-code:before {
    content: '\f13a';
}

.zmdi-coffee:before {
    content: '\f13b';
}

.zmdi-collection-bookmark:before {
    content: '\f13c';
}

.zmdi-collection-case-play:before {
    content: '\f13d';
}

.zmdi-collection-folder-image:before {
    content: '\f13e';
}

.zmdi-collection-image-o:before {
    content: '\f13f';
}

.zmdi-collection-image:before {
    content: '\f140';
}

.zmdi-collection-item-1:before {
    content: '\f141';
}

.zmdi-collection-item-2:before {
    content: '\f142';
}

.zmdi-collection-item-3:before {
    content: '\f143';
}

.zmdi-collection-item-4:before {
    content: '\f144';
}

.zmdi-collection-item-5:before {
    content: '\f145';
}

.zmdi-collection-item-6:before {
    content: '\f146';
}

.zmdi-collection-item-7:before {
    content: '\f147';
}

.zmdi-collection-item-8:before {
    content: '\f148';
}

.zmdi-collection-item-9-plus:before {
    content: '\f149';
}

.zmdi-collection-item-9:before {
    content: '\f14a';
}

.zmdi-collection-item:before {
    content: '\f14b';
}

.zmdi-collection-music:before {
    content: '\f14c';
}

.zmdi-collection-pdf:before {
    content: '\f14d';
}

.zmdi-collection-plus:before {
    content: '\f14e';
}

.zmdi-collection-speaker:before {
    content: '\f14f';
}

.zmdi-collection-text:before {
    content: '\f150';
}

.zmdi-collection-video:before {
    content: '\f151';
}

.zmdi-compass:before {
    content: '\f152';
}

.zmdi-cutlery:before {
    content: '\f153';
}

.zmdi-delete:before {
    content: '\f154';
}

.zmdi-dialpad:before {
    content: '\f155';
}

.zmdi-dns:before {
    content: '\f156';
}

.zmdi-drink:before {
    content: '\f157';
}

.zmdi-edit:before {
    content: '\f158';
}

.zmdi-email-open:before {
    content: '\f159';
}

.zmdi-email:before {
    content: '\f15a';
}

.zmdi-eye-off:before {
    content: '\f15b';
}

.zmdi-eye:before {
    content: '\f15c';
}

.zmdi-eyedropper:before {
    content: '\f15d';
}

.zmdi-favorite-outline:before {
    content: '\f15e';
}

.zmdi-favorite:before {
    content: '\f15f';
}

.zmdi-filter-list:before {
    content: '\f160';
}

.zmdi-fire:before {
    content: '\f161';
}

.zmdi-flag:before {
    content: '\f162';
}

.zmdi-flare:before {
    content: '\f163';
}

.zmdi-flash-auto:before {
    content: '\f164';
}

.zmdi-flash-off:before {
    content: '\f165';
}

.zmdi-flash:before {
    content: '\f166';
}

.zmdi-flip:before {
    content: '\f167';
}

.zmdi-flower-alt:before {
    content: '\f168';
}

.zmdi-flower:before {
    content: '\f169';
}

.zmdi-font:before {
    content: '\f16a';
}

.zmdi-fullscreen-alt:before {
    content: '\f16b';
}

.zmdi-fullscreen-exit:before {
    content: '\f16c';
}

.zmdi-fullscreen:before {
    content: '\f16d';
}

.zmdi-functions:before {
    content: '\f16e';
}

.zmdi-gas-station:before {
    content: '\f16f';
}

.zmdi-gesture:before {
    content: '\f170';
}

.zmdi-globe-alt:before {
    content: '\f171';
}

.zmdi-globe-lock:before {
    content: '\f172';
}

.zmdi-globe:before {
    content: '\f173';
}

.zmdi-graduation-cap:before {
    content: '\f174';
}

.zmdi-home:before {
    content: '\f175';
}

.zmdi-hospital-alt:before {
    content: '\f176';
}

.zmdi-hospital:before {
    content: '\f177';
}

.zmdi-hotel:before {
    content: '\f178';
}

.zmdi-hourglass-alt:before {
    content: '\f179';
}

.zmdi-hourglass-outline:before {
    content: '\f17a';
}

.zmdi-hourglass:before {
    content: '\f17b';
}

.zmdi-http:before {
    content: '\f17c';
}

.zmdi-image-alt:before {
    content: '\f17d';
}

.zmdi-image-o:before {
    content: '\f17e';
}

.zmdi-image:before {
    content: '\f17f';
}

.zmdi-inbox:before {
    content: '\f180';
}

.zmdi-invert-colors-off:before {
    content: '\f181';
}

.zmdi-invert-colors:before {
    content: '\f182';
}

.zmdi-key:before {
    content: '\f183';
}

.zmdi-label-alt-outline:before {
    content: '\f184';
}

.zmdi-label-alt:before {
    content: '\f185';
}

.zmdi-label-heart:before {
    content: '\f186';
}

.zmdi-label:before {
    content: '\f187';
}

.zmdi-labels:before {
    content: '\f188';
}

.zmdi-lamp:before {
    content: '\f189';
}

.zmdi-landscape:before {
    content: '\f18a';
}

.zmdi-layers-off:before {
    content: '\f18b';
}

.zmdi-layers:before {
    content: '\f18c';
}

.zmdi-library:before {
    content: '\f18d';
}

.zmdi-link:before {
    content: '\f18e';
}

.zmdi-lock-open:before {
    content: '\f18f';
}

.zmdi-lock-outline:before {
    content: '\f190';
}

.zmdi-lock:before {
    content: '\f191';
}

.zmdi-mail-reply-all:before {
    content: '\f192';
}

.zmdi-mail-reply:before {
    content: '\f193';
}

.zmdi-mail-send:before {
    content: '\f194';
}

.zmdi-mall:before {
    content: '\f195';
}

.zmdi-map:before {
    content: '\f196';
}

.zmdi-menu:before {
    content: '\f197';
}

.zmdi-money-box:before {
    content: '\f198';
}

.zmdi-money-off:before {
    content: '\f199';
}

.zmdi-money:before {
    content: '\f19a';
}

.zmdi-more-vert:before {
    content: '\f19b';
}

.zmdi-more:before {
    content: '\f19c';
}

.zmdi-movie-alt:before {
    content: '\f19d';
}

.zmdi-movie:before {
    content: '\f19e';
}

.zmdi-nature-people:before {
    content: '\f19f';
}

.zmdi-nature:before {
    content: '\f1a0';
}

.zmdi-navigation:before {
    content: '\f1a1';
}

.zmdi-open-in-browser:before {
    content: '\f1a2';
}

.zmdi-open-in-new:before {
    content: '\f1a3';
}

.zmdi-palette:before {
    content: '\f1a4';
}

.zmdi-parking:before {
    content: '\f1a5';
}

.zmdi-pin-account:before {
    content: '\f1a6';
}

.zmdi-pin-assistant:before {
    content: '\f1a7';
}

.zmdi-pin-drop:before {
    content: '\f1a8';
}

.zmdi-pin-help:before {
    content: '\f1a9';
}

.zmdi-pin-off:before {
    content: '\f1aa';
}

.zmdi-pin:before {
    content: '\f1ab';
}

.zmdi-pizza:before {
    content: '\f1ac';
}

.zmdi-plaster:before {
    content: '\f1ad';
}

.zmdi-power-setting:before {
    content: '\f1ae';
}

.zmdi-power:before {
    content: '\f1af';
}

.zmdi-print:before {
    content: '\f1b0';
}

.zmdi-puzzle-piece:before {
    content: '\f1b1';
}

.zmdi-quote:before {
    content: '\f1b2';
}

.zmdi-railway:before {
    content: '\f1b3';
}

.zmdi-receipt:before {
    content: '\f1b4';
}

.zmdi-refresh-alt:before {
    content: '\f1b5';
}

.zmdi-refresh-sync-alert:before {
    content: '\f1b6';
}

.zmdi-refresh-sync-off:before {
    content: '\f1b7';
}

.zmdi-refresh-sync:before {
    content: '\f1b8';
}

.zmdi-refresh:before {
    content: '\f1b9';
}

.zmdi-roller:before {
    content: '\f1ba';
}

.zmdi-ruler:before {
    content: '\f1bb';
}

.zmdi-scissors:before {
    content: '\f1bc';
}

.zmdi-screen-rotation-lock:before {
    content: '\f1bd';
}

.zmdi-screen-rotation:before {
    content: '\f1be';
}

.zmdi-search-for:before {
    content: '\f1bf';
}

.zmdi-search-in-file:before {
    content: '\f1c0';
}

.zmdi-search-in-page:before {
    content: '\f1c1';
}

.zmdi-search-replace:before {
    content: '\f1c2';
}

.zmdi-search:before {
    content: '\f1c3';
}

.zmdi-seat:before {
    content: '\f1c4';
}

.zmdi-settings-square:before {
    content: '\f1c5';
}

.zmdi-settings:before {
    content: '\f1c6';
}

.zmdi-shield-check:before {
    content: '\f1c7';
}

.zmdi-shield-security:before {
    content: '\f1c8';
}

.zmdi-shopping-basket:before {
    content: '\f1c9';
}

.zmdi-shopping-cart-plus:before {
    content: '\f1ca';
}

.zmdi-shopping-cart:before {
    content: '\f1cb';
}

.zmdi-sign-in:before {
    content: '\f1cc';
}

.zmdi-sort-amount-asc:before {
    content: '\f1cd';
}

.zmdi-sort-amount-desc:before {
    content: '\f1ce';
}

.zmdi-sort-asc:before {
    content: '\f1cf';
}

.zmdi-sort-desc:before {
    content: '\f1d0';
}

.zmdi-spellcheck:before {
    content: '\f1d1';
}

.zmdi-storage:before {
    content: '\f1d2';
}

.zmdi-store-24:before {
    content: '\f1d3';
}

.zmdi-store:before {
    content: '\f1d4';
}

.zmdi-subway:before {
    content: '\f1d5';
}

.zmdi-sun:before {
    content: '\f1d6';
}

.zmdi-tab-unselected:before {
    content: '\f1d7';
}

.zmdi-tab:before {
    content: '\f1d8';
}

.zmdi-tag-close:before {
    content: '\f1d9';
}

.zmdi-tag-more:before {
    content: '\f1da';
}

.zmdi-tag:before {
    content: '\f1db';
}

.zmdi-thumb-down:before {
    content: '\f1dc';
}

.zmdi-thumb-up-down:before {
    content: '\f1dd';
}

.zmdi-thumb-up:before {
    content: '\f1de';
}

.zmdi-ticket-star:before {
    content: '\f1df';
}

.zmdi-toll:before {
    content: '\f1e0';
}

.zmdi-toys:before {
    content: '\f1e1';
}

.zmdi-traffic:before {
    content: '\f1e2';
}

.zmdi-translate:before {
    content: '\f1e3';
}

.zmdi-triangle-down:before {
    content: '\f1e4';
}

.zmdi-triangle-up:before {
    content: '\f1e5';
}

.zmdi-truck:before {
    content: '\f1e6';
}

.zmdi-turning-sign:before {
    content: '\f1e7';
}

.zmdi-wallpaper:before {
    content: '\f1e8';
}

.zmdi-washing-machine:before {
    content: '\f1e9';
}

.zmdi-window-maximize:before {
    content: '\f1ea';
}

.zmdi-window-minimize:before {
    content: '\f1eb';
}

.zmdi-window-restore:before {
    content: '\f1ec';
}

.zmdi-wrench:before {
    content: '\f1ed';
}

.zmdi-zoom-in:before {
    content: '\f1ee';
}

.zmdi-zoom-out:before {
    content: '\f1ef';
}

.zmdi-alert-circle-o:before {
    content: '\f1f0';
}

.zmdi-alert-circle:before {
    content: '\f1f1';
}

.zmdi-alert-octagon:before {
    content: '\f1f2';
}

.zmdi-alert-polygon:before {
    content: '\f1f3';
}

.zmdi-alert-triangle:before {
    content: '\f1f4';
}

.zmdi-help-outline:before {
    content: '\f1f5';
}

.zmdi-help:before {
    content: '\f1f6';
}

.zmdi-info-outline:before {
    content: '\f1f7';
}

.zmdi-info:before {
    content: '\f1f8';
}

.zmdi-notifications-active:before {
    content: '\f1f9';
}

.zmdi-notifications-add:before {
    content: '\f1fa';
}

.zmdi-notifications-none:before {
    content: '\f1fb';
}

.zmdi-notifications-off:before {
    content: '\f1fc';
}

.zmdi-notifications-paused:before {
    content: '\f1fd';
}

.zmdi-notifications:before {
    content: '\f1fe';
}

.zmdi-account-add:before {
    content: '\f1ff';
}

.zmdi-account-box-mail:before {
    content: '\f200';
}

.zmdi-account-box-o:before {
    content: '\f201';
}

.zmdi-account-box-phone:before {
    content: '\f202';
}

.zmdi-account-box:before {
    content: '\f203';
}

.zmdi-account-calendar:before {
    content: '\f204';
}

.zmdi-account-circle:before {
    content: '\f205';
}

.zmdi-account-o:before {
    content: '\f206';
}

.zmdi-account:before {
    content: '\f207';
}

.zmdi-accounts-add:before {
    content: '\f208';
}

.zmdi-accounts-alt:before {
    content: '\f209';
}

.zmdi-accounts-list-alt:before {
    content: '\f20a';
}

.zmdi-accounts-list:before {
    content: '\f20b';
}

.zmdi-accounts-outline:before {
    content: '\f20c';
}

.zmdi-accounts:before {
    content: '\f20d';
}

.zmdi-face:before {
    content: '\f20e';
}

.zmdi-female:before {
    content: '\f20f';
}

.zmdi-male-alt:before {
    content: '\f210';
}

.zmdi-male-female:before {
    content: '\f211';
}

.zmdi-male:before {
    content: '\f212';
}

.zmdi-mood-bad:before {
    content: '\f213';
}

.zmdi-mood:before {
    content: '\f214';
}

.zmdi-run:before {
    content: '\f215';
}

.zmdi-walk:before {
    content: '\f216';
}

.zmdi-cloud-box:before {
    content: '\f217';
}

.zmdi-cloud-circle:before {
    content: '\f218';
}

.zmdi-cloud-done:before {
    content: '\f219';
}

.zmdi-cloud-download:before {
    content: '\f21a';
}

.zmdi-cloud-off:before {
    content: '\f21b';
}

.zmdi-cloud-outline-alt:before {
    content: '\f21c';
}

.zmdi-cloud-outline:before {
    content: '\f21d';
}

.zmdi-cloud-upload:before {
    content: '\f21e';
}

.zmdi-cloud:before {
    content: '\f21f';
}

.zmdi-download:before {
    content: '\f220';
}

.zmdi-file-plus:before {
    content: '\f221';
}

.zmdi-file-text:before {
    content: '\f222';
}

.zmdi-file:before {
    content: '\f223';
}

.zmdi-folder-outline:before {
    content: '\f224';
}

.zmdi-folder-person:before {
    content: '\f225';
}

.zmdi-folder-star-alt:before {
    content: '\f226';
}

.zmdi-folder-star:before {
    content: '\f227';
}

.zmdi-folder:before {
    content: '\f228';
}

.zmdi-gif:before {
    content: '\f229';
}

.zmdi-upload:before {
    content: '\f22a';
}

.zmdi-border-all:before {
    content: '\f22b';
}

.zmdi-border-bottom:before {
    content: '\f22c';
}

.zmdi-border-clear:before {
    content: '\f22d';
}

.zmdi-border-color:before {
    content: '\f22e';
}

.zmdi-border-horizontal:before {
    content: '\f22f';
}

.zmdi-border-inner:before {
    content: '\f230';
}

.zmdi-border-left:before {
    content: '\f231';
}

.zmdi-border-outer:before {
    content: '\f232';
}

.zmdi-border-right:before {
    content: '\f233';
}

.zmdi-border-style:before {
    content: '\f234';
}

.zmdi-border-top:before {
    content: '\f235';
}

.zmdi-border-vertical:before {
    content: '\f236';
}

.zmdi-copy:before {
    content: '\f237';
}

.zmdi-crop:before {
    content: '\f238';
}

.zmdi-format-align-center:before {
    content: '\f239';
}

.zmdi-format-align-justify:before {
    content: '\f23a';
}

.zmdi-format-align-left:before {
    content: '\f23b';
}

.zmdi-format-align-right:before {
    content: '\f23c';
}

.zmdi-format-bold:before {
    content: '\f23d';
}

.zmdi-format-clear-all:before {
    content: '\f23e';
}

.zmdi-format-clear:before {
    content: '\f23f';
}

.zmdi-format-color-fill:before {
    content: '\f240';
}

.zmdi-format-color-reset:before {
    content: '\f241';
}

.zmdi-format-color-text:before {
    content: '\f242';
}

.zmdi-format-indent-decrease:before {
    content: '\f243';
}

.zmdi-format-indent-increase:before {
    content: '\f244';
}

.zmdi-format-italic:before {
    content: '\f245';
}

.zmdi-format-line-spacing:before {
    content: '\f246';
}

.zmdi-format-list-bulleted:before {
    content: '\f247';
}

.zmdi-format-list-numbered:before {
    content: '\f248';
}

.zmdi-format-ltr:before {
    content: '\f249';
}

.zmdi-format-rtl:before {
    content: '\f24a';
}

.zmdi-format-size:before {
    content: '\f24b';
}

.zmdi-format-strikethrough-s:before {
    content: '\f24c';
}

.zmdi-format-strikethrough:before {
    content: '\f24d';
}

.zmdi-format-subject:before {
    content: '\f24e';
}

.zmdi-format-underlined:before {
    content: '\f24f';
}

.zmdi-format-valign-bottom:before {
    content: '\f250';
}

.zmdi-format-valign-center:before {
    content: '\f251';
}

.zmdi-format-valign-top:before {
    content: '\f252';
}

.zmdi-redo:before {
    content: '\f253';
}

.zmdi-select-all:before {
    content: '\f254';
}

.zmdi-space-bar:before {
    content: '\f255';
}

.zmdi-text-format:before {
    content: '\f256';
}

.zmdi-transform:before {
    content: '\f257';
}

.zmdi-undo:before {
    content: '\f258';
}

.zmdi-wrap-text:before {
    content: '\f259';
}

.zmdi-comment-alert:before {
    content: '\f25a';
}

.zmdi-comment-alt-text:before {
    content: '\f25b';
}

.zmdi-comment-alt:before {
    content: '\f25c';
}

.zmdi-comment-edit:before {
    content: '\f25d';
}

.zmdi-comment-image:before {
    content: '\f25e';
}

.zmdi-comment-list:before {
    content: '\f25f';
}

.zmdi-comment-more:before {
    content: '\f260';
}

.zmdi-comment-outline:before {
    content: '\f261';
}

.zmdi-comment-text-alt:before {
    content: '\f262';
}

.zmdi-comment-text:before {
    content: '\f263';
}

.zmdi-comment-video:before {
    content: '\f264';
}

.zmdi-comment:before {
    content: '\f265';
}

.zmdi-comments:before {
    content: '\f266';
}

.zmdi-check-all:before {
    content: '\f267';
}

.zmdi-check-circle-u:before {
    content: '\f268';
}

.zmdi-check-circle:before {
    content: '\f269';
}

.zmdi-check-square:before {
    content: '\f26a';
}

.zmdi-check:before {
    content: '\f26b';
}

.zmdi-circle-o:before {
    content: '\f26c';
}

.zmdi-circle:before {
    content: '\f26d';
}

.zmdi-dot-circle-alt:before {
    content: '\f26e';
}

.zmdi-dot-circle:before {
    content: '\f26f';
}

.zmdi-minus-circle-outline:before {
    content: '\f270';
}

.zmdi-minus-circle:before {
    content: '\f271';
}

.zmdi-minus-square:before {
    content: '\f272';
}

.zmdi-minus:before {
    content: '\f273';
}

.zmdi-plus-circle-o-duplicate:before {
    content: '\f274';
}

.zmdi-plus-circle-o:before {
    content: '\f275';
}

.zmdi-plus-circle:before {
    content: '\f276';
}

.zmdi-plus-square:before {
    content: '\f277';
}

.zmdi-plus:before {
    content: '\f278';
}

.zmdi-square-o:before {
    content: '\f279';
}

.zmdi-star-circle:before {
    content: '\f27a';
}

.zmdi-star-half:before {
    content: '\f27b';
}

.zmdi-star-outline:before {
    content: '\f27c';
}

.zmdi-star:before {
    content: '\f27d';
}

.zmdi-bluetooth-connected:before {
    content: '\f27e';
}

.zmdi-bluetooth-off:before {
    content: '\f27f';
}

.zmdi-bluetooth-search:before {
    content: '\f280';
}

.zmdi-bluetooth-setting:before {
    content: '\f281';
}

.zmdi-bluetooth:before {
    content: '\f282';
}

.zmdi-camera-add:before {
    content: '\f283';
}

.zmdi-camera-alt:before {
    content: '\f284';
}

.zmdi-camera-bw:before {
    content: '\f285';
}

.zmdi-camera-front:before {
    content: '\f286';
}

.zmdi-camera-mic:before {
    content: '\f287';
}

.zmdi-camera-party-mode:before {
    content: '\f288';
}

.zmdi-camera-rear:before {
    content: '\f289';
}

.zmdi-camera-roll:before {
    content: '\f28a';
}

.zmdi-camera-switch:before {
    content: '\f28b';
}

.zmdi-camera:before {
    content: '\f28c';
}

.zmdi-card-alert:before {
    content: '\f28d';
}

.zmdi-card-off:before {
    content: '\f28e';
}

.zmdi-card-sd:before {
    content: '\f28f';
}

.zmdi-card-sim:before {
    content: '\f290';
}

.zmdi-desktop-mac:before {
    content: '\f291';
}

.zmdi-desktop-windows:before {
    content: '\f292';
}

.zmdi-device-hub:before {
    content: '\f293';
}

.zmdi-devices-off:before {
    content: '\f294';
}

.zmdi-devices:before {
    content: '\f295';
}

.zmdi-dock:before {
    content: '\f296';
}

.zmdi-floppy:before {
    content: '\f297';
}

.zmdi-gamepad:before {
    content: '\f298';
}

.zmdi-gps-dot:before {
    content: '\f299';
}

.zmdi-gps-off:before {
    content: '\f29a';
}

.zmdi-gps:before {
    content: '\f29b';
}

.zmdi-headset-mic:before {
    content: '\f29c';
}

.zmdi-headset:before {
    content: '\f29d';
}

.zmdi-input-antenna:before {
    content: '\f29e';
}

.zmdi-input-composite:before {
    content: '\f29f';
}

.zmdi-input-hdmi:before {
    content: '\f2a0';
}

.zmdi-input-power:before {
    content: '\f2a1';
}

.zmdi-input-svideo:before {
    content: '\f2a2';
}

.zmdi-keyboard-hide:before {
    content: '\f2a3';
}

.zmdi-keyboard:before {
    content: '\f2a4';
}

.zmdi-laptop-chromebook:before {
    content: '\f2a5';
}

.zmdi-laptop-mac:before {
    content: '\f2a6';
}

.zmdi-laptop:before {
    content: '\f2a7';
}

.zmdi-mic-off:before {
    content: '\f2a8';
}

.zmdi-mic-outline:before {
    content: '\f2a9';
}

.zmdi-mic-setting:before {
    content: '\f2aa';
}

.zmdi-mic:before {
    content: '\f2ab';
}

.zmdi-mouse:before {
    content: '\f2ac';
}

.zmdi-network-alert:before {
    content: '\f2ad';
}

.zmdi-network-locked:before {
    content: '\f2ae';
}

.zmdi-network-off:before {
    content: '\f2af';
}

.zmdi-network-outline:before {
    content: '\f2b0';
}

.zmdi-network-setting:before {
    content: '\f2b1';
}

.zmdi-network:before {
    content: '\f2b2';
}

.zmdi-phone-bluetooth:before {
    content: '\f2b3';
}

.zmdi-phone-end:before {
    content: '\f2b4';
}

.zmdi-phone-forwarded:before {
    content: '\f2b5';
}

.zmdi-phone-in-talk:before {
    content: '\f2b6';
}

.zmdi-phone-locked:before {
    content: '\f2b7';
}

.zmdi-phone-missed:before {
    content: '\f2b8';
}

.zmdi-phone-msg:before {
    content: '\f2b9';
}

.zmdi-phone-paused:before {
    content: '\f2ba';
}

.zmdi-phone-ring:before {
    content: '\f2bb';
}

.zmdi-phone-setting:before {
    content: '\f2bc';
}

.zmdi-phone-sip:before {
    content: '\f2bd';
}

.zmdi-phone:before {
    content: '\f2be';
}

.zmdi-portable-wifi-changes:before {
    content: '\f2bf';
}

.zmdi-portable-wifi-off:before {
    content: '\f2c0';
}

.zmdi-portable-wifi:before {
    content: '\f2c1';
}

.zmdi-radio:before {
    content: '\f2c2';
}

.zmdi-reader:before {
    content: '\f2c3';
}

.zmdi-remote-control-alt:before {
    content: '\f2c4';
}

.zmdi-remote-control:before {
    content: '\f2c5';
}

.zmdi-router:before {
    content: '\f2c6';
}

.zmdi-scanner:before {
    content: '\f2c7';
}

.zmdi-smartphone-android:before {
    content: '\f2c8';
}

.zmdi-smartphone-download:before {
    content: '\f2c9';
}

.zmdi-smartphone-erase:before {
    content: '\f2ca';
}

.zmdi-smartphone-info:before {
    content: '\f2cb';
}

.zmdi-smartphone-iphone:before {
    content: '\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
    content: '\f2cd';
}

.zmdi-smartphone-landscape:before {
    content: '\f2ce';
}

.zmdi-smartphone-lock:before {
    content: '\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
    content: '\f2d0';
}

.zmdi-smartphone-ring:before {
    content: '\f2d1';
}

.zmdi-smartphone-setting:before {
    content: '\f2d2';
}

.zmdi-smartphone-setup:before {
    content: '\f2d3';
}

.zmdi-smartphone:before {
    content: '\f2d4';
}

.zmdi-speaker:before {
    content: '\f2d5';
}

.zmdi-tablet-android:before {
    content: '\f2d6';
}

.zmdi-tablet-mac:before {
    content: '\f2d7';
}

.zmdi-tablet:before {
    content: '\f2d8';
}

.zmdi-tv-alt-play:before {
    content: '\f2d9';
}

.zmdi-tv-list:before {
    content: '\f2da';
}

.zmdi-tv-play:before {
    content: '\f2db';
}

.zmdi-tv:before {
    content: '\f2dc';
}

.zmdi-usb:before {
    content: '\f2dd';
}

.zmdi-videocam-off:before {
    content: '\f2de';
}

.zmdi-videocam-switch:before {
    content: '\f2df';
}

.zmdi-videocam:before {
    content: '\f2e0';
}

.zmdi-watch:before {
    content: '\f2e1';
}

.zmdi-wifi-alt-2:before {
    content: '\f2e2';
}

.zmdi-wifi-alt:before {
    content: '\f2e3';
}

.zmdi-wifi-info:before {
    content: '\f2e4';
}

.zmdi-wifi-lock:before {
    content: '\f2e5';
}

.zmdi-wifi-off:before {
    content: '\f2e6';
}

.zmdi-wifi-outline:before {
    content: '\f2e7';
}

.zmdi-wifi:before {
    content: '\f2e8';
}

.zmdi-arrow-left-bottom:before {
    content: '\f2e9';
}

.zmdi-arrow-left:before {
    content: '\f2ea';
}

.zmdi-arrow-merge:before {
    content: '\f2eb';
}

.zmdi-arrow-missed:before {
    content: '\f2ec';
}

.zmdi-arrow-right-top:before {
    content: '\f2ed';
}

.zmdi-arrow-right:before {
    content: '\f2ee';
}

.zmdi-arrow-split:before {
    content: '\f2ef';
}

.zmdi-arrows:before {
    content: '\f2f0';
}

.zmdi-caret-down-circle:before {
    content: '\f2f1';
}

.zmdi-caret-down:before {
    content: '\f2f2';
}

.zmdi-caret-left-circle:before {
    content: '\f2f3';
}

.zmdi-caret-left:before {
    content: '\f2f4';
}

.zmdi-caret-right-circle:before {
    content: '\f2f5';
}

.zmdi-caret-right:before {
    content: '\f2f6';
}

.zmdi-caret-up-circle:before {
    content: '\f2f7';
}

.zmdi-caret-up:before {
    content: '\f2f8';
}

.zmdi-chevron-down:before {
    content: '\f2f9';
}

.zmdi-chevron-left:before {
    content: '\f2fa';
}

.zmdi-chevron-right:before {
    content: '\f2fb';
}

.zmdi-chevron-up:before {
    content: '\f2fc';
}

.zmdi-forward:before {
    content: '\f2fd';
}

.zmdi-long-arrow-down:before {
    content: '\f2fe';
}

.zmdi-long-arrow-left:before {
    content: '\f2ff';
}

.zmdi-long-arrow-return:before {
    content: '\f300';
}

.zmdi-long-arrow-right:before {
    content: '\f301';
}

.zmdi-long-arrow-tab:before {
    content: '\f302';
}

.zmdi-long-arrow-up:before {
    content: '\f303';
}

.zmdi-rotate-ccw:before {
    content: '\f304';
}

.zmdi-rotate-cw:before {
    content: '\f305';
}

.zmdi-rotate-left:before {
    content: '\f306';
}

.zmdi-rotate-right:before {
    content: '\f307';
}

.zmdi-square-down:before {
    content: '\f308';
}

.zmdi-square-right:before {
    content: '\f309';
}

.zmdi-swap-alt:before {
    content: '\f30a';
}

.zmdi-swap-vertical-circle:before {
    content: '\f30b';
}

.zmdi-swap-vertical:before {
    content: '\f30c';
}

.zmdi-swap:before {
    content: '\f30d';
}

.zmdi-trending-down:before {
    content: '\f30e';
}

.zmdi-trending-flat:before {
    content: '\f30f';
}

.zmdi-trending-up:before {
    content: '\f310';
}

.zmdi-unfold-less:before {
    content: '\f311';
}

.zmdi-unfold-more:before {
    content: '\f312';
}

.zmdi-apps:before {
    content: '\f313';
}

.zmdi-grid-off:before {
    content: '\f314';
}

.zmdi-grid:before {
    content: '\f315';
}

.zmdi-view-agenda:before {
    content: '\f316';
}

.zmdi-view-array:before {
    content: '\f317';
}

.zmdi-view-carousel:before {
    content: '\f318';
}

.zmdi-view-column:before {
    content: '\f319';
}

.zmdi-view-comfy:before {
    content: '\f31a';
}

.zmdi-view-compact:before {
    content: '\f31b';
}

.zmdi-view-dashboard:before {
    content: '\f31c';
}

.zmdi-view-day:before {
    content: '\f31d';
}

.zmdi-view-headline:before {
    content: '\f31e';
}

.zmdi-view-list-alt:before {
    content: '\f31f';
}

.zmdi-view-list:before {
    content: '\f320';
}

.zmdi-view-module:before {
    content: '\f321';
}

.zmdi-view-quilt:before {
    content: '\f322';
}

.zmdi-view-stream:before {
    content: '\f323';
}

.zmdi-view-subtitles:before {
    content: '\f324';
}

.zmdi-view-toc:before {
    content: '\f325';
}

.zmdi-view-web:before {
    content: '\f326';
}

.zmdi-view-week:before {
    content: '\f327';
}

.zmdi-widgets:before {
    content: '\f328';
}

.zmdi-alarm-check:before {
    content: '\f329';
}

.zmdi-alarm-off:before {
    content: '\f32a';
}

.zmdi-alarm-plus:before {
    content: '\f32b';
}

.zmdi-alarm-snooze:before {
    content: '\f32c';
}

.zmdi-alarm:before {
    content: '\f32d';
}

.zmdi-calendar-alt:before {
    content: '\f32e';
}

.zmdi-calendar-check:before {
    content: '\f32f';
}

.zmdi-calendar-close:before {
    content: '\f330';
}

.zmdi-calendar-note:before {
    content: '\f331';
}

.zmdi-calendar:before {
    content: '\f332';
}

.zmdi-time-countdown:before {
    content: '\f333';
}

.zmdi-time-interval:before {
    content: '\f334';
}

.zmdi-time-restore-setting:before {
    content: '\f335';
}

.zmdi-time-restore:before {
    content: '\f336';
}

.zmdi-time:before {
    content: '\f337';
}

.zmdi-timer-off:before {
    content: '\f338';
}

.zmdi-timer:before {
    content: '\f339';
}

.zmdi-android-alt:before {
    content: '\f33a';
}

.zmdi-android:before {
    content: '\f33b';
}

.zmdi-apple:before {
    content: '\f33c';
}

.zmdi-behance:before {
    content: '\f33d';
}

.zmdi-codepen:before {
    content: '\f33e';
}

.zmdi-dribbble:before {
    content: '\f33f';
}

.zmdi-dropbox:before {
    content: '\f340';
}

.zmdi-evernote:before {
    content: '\f341';
}

.zmdi-facebook-box:before {
    content: '\f342';
}

.zmdi-facebook:before {
    content: '\f343';
}

.zmdi-github-box:before {
    content: '\f344';
}

.zmdi-github:before {
    content: '\f345';
}

.zmdi-google-drive:before {
    content: '\f346';
}

.zmdi-google-earth:before {
    content: '\f347';
}

.zmdi-google-glass:before {
    content: '\f348';
}

.zmdi-google-maps:before {
    content: '\f349';
}

.zmdi-google-pages:before {
    content: '\f34a';
}

.zmdi-google-play:before {
    content: '\f34b';
}

.zmdi-google-plus-box:before {
    content: '\f34c';
}

.zmdi-google-plus:before {
    content: '\f34d';
}

.zmdi-google:before {
    content: '\f34e';
}

.zmdi-instagram:before {
    content: '\f34f';
}

.zmdi-language-css3:before {
    content: '\f350';
}

.zmdi-language-html5:before {
    content: '\f351';
}

.zmdi-language-javascript:before {
    content: '\f352';
}

.zmdi-language-python-alt:before {
    content: '\f353';
}

.zmdi-language-python:before {
    content: '\f354';
}

.zmdi-lastfm:before {
    content: '\f355';
}

.zmdi-linkedin-box:before {
    content: '\f356';
}

.zmdi-paypal:before {
    content: '\f357';
}

.zmdi-pinterest-box:before {
    content: '\f358';
}

.zmdi-pocket:before {
    content: '\f359';
}

.zmdi-polymer:before {
    content: '\f35a';
}

.zmdi-share:before {
    content: '\f35b';
}

.zmdi-stack-overflow:before {
    content: '\f35c';
}

.zmdi-steam-square:before {
    content: '\f35d';
}

.zmdi-steam:before {
    content: '\f35e';
}

.zmdi-twitter-box:before {
    content: '\f35f';
}

.zmdi-twitter:before {
    content: '\f360';
}

.zmdi-vk:before {
    content: '\f361';
}

.zmdi-wikipedia:before {
    content: '\f362';
}

.zmdi-windows:before {
    content: '\f363';
}

.zmdi-aspect-ratio-alt:before {
    content: '\f364';
}

.zmdi-aspect-ratio:before {
    content: '\f365';
}

.zmdi-blur-circular:before {
    content: '\f366';
}

.zmdi-blur-linear:before {
    content: '\f367';
}

.zmdi-blur-off:before {
    content: '\f368';
}

.zmdi-blur:before {
    content: '\f369';
}

.zmdi-brightness-2:before {
    content: '\f36a';
}

.zmdi-brightness-3:before {
    content: '\f36b';
}

.zmdi-brightness-4:before {
    content: '\f36c';
}

.zmdi-brightness-5:before {
    content: '\f36d';
}

.zmdi-brightness-6:before {
    content: '\f36e';
}

.zmdi-brightness-7:before {
    content: '\f36f';
}

.zmdi-brightness-auto:before {
    content: '\f370';
}

.zmdi-brightness-setting:before {
    content: '\f371';
}

.zmdi-broken-image:before {
    content: '\f372';
}

.zmdi-center-focus-strong:before {
    content: '\f373';
}

.zmdi-center-focus-weak:before {
    content: '\f374';
}

.zmdi-compare:before {
    content: '\f375';
}

.zmdi-crop-16-9:before {
    content: '\f376';
}

.zmdi-crop-3-2:before {
    content: '\f377';
}

.zmdi-crop-5-4:before {
    content: '\f378';
}

.zmdi-crop-7-5:before {
    content: '\f379';
}

.zmdi-crop-din:before {
    content: '\f37a';
}

.zmdi-crop-free:before {
    content: '\f37b';
}

.zmdi-crop-landscape:before {
    content: '\f37c';
}

.zmdi-crop-portrait:before {
    content: '\f37d';
}

.zmdi-crop-square:before {
    content: '\f37e';
}

.zmdi-exposure-alt:before {
    content: '\f37f';
}

.zmdi-exposure:before {
    content: '\f380';
}

.zmdi-filter-b-and-w:before {
    content: '\f381';
}

.zmdi-filter-center-focus:before {
    content: '\f382';
}

.zmdi-filter-frames:before {
    content: '\f383';
}

.zmdi-filter-tilt-shift:before {
    content: '\f384';
}

.zmdi-gradient:before {
    content: '\f385';
}

.zmdi-grain:before {
    content: '\f386';
}

.zmdi-graphic-eq:before {
    content: '\f387';
}

.zmdi-hdr-off:before {
    content: '\f388';
}

.zmdi-hdr-strong:before {
    content: '\f389';
}

.zmdi-hdr-weak:before {
    content: '\f38a';
}

.zmdi-hdr:before {
    content: '\f38b';
}

.zmdi-iridescent:before {
    content: '\f38c';
}

.zmdi-leak-off:before {
    content: '\f38d';
}

.zmdi-leak:before {
    content: '\f38e';
}

.zmdi-looks:before {
    content: '\f38f';
}

.zmdi-loupe:before {
    content: '\f390';
}

.zmdi-panorama-horizontal:before {
    content: '\f391';
}

.zmdi-panorama-vertical:before {
    content: '\f392';
}

.zmdi-panorama-wide-angle:before {
    content: '\f393';
}

.zmdi-photo-size-select-large:before {
    content: '\f394';
}

.zmdi-photo-size-select-small:before {
    content: '\f395';
}

.zmdi-picture-in-picture:before {
    content: '\f396';
}

.zmdi-slideshow:before {
    content: '\f397';
}

.zmdi-texture:before {
    content: '\f398';
}

.zmdi-tonality:before {
    content: '\f399';
}

.zmdi-vignette:before {
    content: '\f39a';
}

.zmdi-wb-auto:before {
    content: '\f39b';
}

.zmdi-eject-alt:before {
    content: '\f39c';
}

.zmdi-eject:before {
    content: '\f39d';
}

.zmdi-equalizer:before {
    content: '\f39e';
}

.zmdi-fast-forward:before {
    content: '\f39f';
}

.zmdi-fast-rewind:before {
    content: '\f3a0';
}

.zmdi-forward-10:before {
    content: '\f3a1';
}

.zmdi-forward-30:before {
    content: '\f3a2';
}

.zmdi-forward-5:before {
    content: '\f3a3';
}

.zmdi-hearing:before {
    content: '\f3a4';
}

.zmdi-pause-circle-outline:before {
    content: '\f3a5';
}

.zmdi-pause-circle:before {
    content: '\f3a6';
}

.zmdi-pause:before {
    content: '\f3a7';
}

.zmdi-play-circle-outline:before {
    content: '\f3a8';
}

.zmdi-play-circle:before {
    content: '\f3a9';
}

.zmdi-play:before {
    content: '\f3aa';
}

.zmdi-playlist-audio:before {
    content: '\f3ab';
}

.zmdi-playlist-plus:before {
    content: '\f3ac';
}

.zmdi-repeat-one:before {
    content: '\f3ad';
}

.zmdi-repeat:before {
    content: '\f3ae';
}

.zmdi-replay-10:before {
    content: '\f3af';
}

.zmdi-replay-30:before {
    content: '\f3b0';
}

.zmdi-replay-5:before {
    content: '\f3b1';
}

.zmdi-replay:before {
    content: '\f3b2';
}

.zmdi-shuffle:before {
    content: '\f3b3';
}

.zmdi-skip-next:before {
    content: '\f3b4';
}

.zmdi-skip-previous:before {
    content: '\f3b5';
}

.zmdi-stop:before {
    content: '\f3b6';
}

.zmdi-surround-sound:before {
    content: '\f3b7';
}

.zmdi-tune:before {
    content: '\f3b8';
}

.zmdi-volume-down:before {
    content: '\f3b9';
}

.zmdi-volume-mute:before {
    content: '\f3ba';
}

.zmdi-volume-off:before {
    content: '\f3bb';
}

.zmdi-volume-up:before {
    content: '\f3bc';
}

.zmdi-n-1-square:before {
    content: '\f3bd';
}

.zmdi-n-2-square:before {
    content: '\f3be';
}

.zmdi-n-3-square:before {
    content: '\f3bf';
}

.zmdi-n-4-square:before {
    content: '\f3c0';
}

.zmdi-n-5-square:before {
    content: '\f3c1';
}

.zmdi-n-6-square:before {
    content: '\f3c2';
}

.zmdi-neg-1:before {
    content: '\f3c3';
}

.zmdi-neg-2:before {
    content: '\f3c4';
}

.zmdi-plus-1:before {
    content: '\f3c5';
}

.zmdi-plus-2:before {
    content: '\f3c6';
}

.zmdi-sec-10:before {
    content: '\f3c7';
}

.zmdi-sec-3:before {
    content: '\f3c8';
}

.zmdi-zero:before {
    content: '\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
    content: '\f3ca';
}

.zmdi-airline-seat-flat:before {
    content: '\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
    content: '\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
    content: '\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
    content: '\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
    content: '\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
    content: '\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
    content: '\f3d1';
}

.zmdi-airplay:before {
    content: '\f3d2';
}

.zmdi-closed-caption:before {
    content: '\f3d3';
}

.zmdi-confirmation-number:before {
    content: '\f3d4';
}

.zmdi-developer-board:before {
    content: '\f3d5';
}

.zmdi-disc-full:before {
    content: '\f3d6';
}

.zmdi-explicit:before {
    content: '\f3d7';
}

.zmdi-flight-land:before {
    content: '\f3d8';
}

.zmdi-flight-takeoff:before {
    content: '\f3d9';
}

.zmdi-flip-to-back:before {
    content: '\f3da';
}

.zmdi-flip-to-front:before {
    content: '\f3db';
}

.zmdi-group-work:before {
    content: '\f3dc';
}

.zmdi-hd:before {
    content: '\f3dd';
}

.zmdi-hq:before {
    content: '\f3de';
}

.zmdi-markunread-mailbox:before {
    content: '\f3df';
}

.zmdi-memory:before {
    content: '\f3e0';
}

.zmdi-nfc:before {
    content: '\f3e1';
}

.zmdi-play-for-work:before {
    content: '\f3e2';
}

.zmdi-power-input:before {
    content: '\f3e3';
}

.zmdi-present-to-all:before {
    content: '\f3e4';
}

.zmdi-satellite:before {
    content: '\f3e5';
}

.zmdi-tap-and-play:before {
    content: '\f3e6';
}

.zmdi-vibration:before {
    content: '\f3e7';
}

.zmdi-voicemail:before {
    content: '\f3e8';
}

.zmdi-import-export:before {
    content: '\f30c';
}

.zmdi-swap-vertical-:before {
    content: '\f30c';
}

.zmdi-airplanemode-inactive:before {
    content: '\f102';
}

.zmdi-airplanemode-active:before {
    content: '\f103';
}

.zmdi-rate-review:before {
    content: '\f103';
}

.zmdi-comment-sign:before {
    content: '\f25a';
}

.zmdi-network-warning:before {
    content: '\f2ad';
}

.zmdi-shopping-cart-add:before {
    content: '\f1ca';
}

.zmdi-file-add:before {
    content: '\f221';
}

.zmdi-network-wifi-scan:before {
    content: '\f2e4';
}

.zmdi-collection-add:before {
    content: '\f14e';
}

.zmdi-format-playlist-add:before {
    content: '\f3ac';
}

.zmdi-format-queue-music:before {
    content: '\f3ab';
}

.zmdi-plus-box:before {
    content: '\f277';
}

.zmdi-tag-backspace:before {
    content: '\f1d9';
}

.zmdi-alarm-add:before {
    content: '\f32b';
}

.zmdi-battery-charging:before {
    content: '\f114';
}

.zmdi-daydream-setting:before {
    content: '\f217';
}

.zmdi-more-horiz:before {
    content: '\f19c';
}

.zmdi-book-photo:before {
    content: '\f11b';
}

.zmdi-incandescent:before {
    content: '\f189';
}

.zmdi-wb-iridescent:before {
    content: '\f38c';
}

.zmdi-calendar-remove:before {
    content: '\f330';
}

.zmdi-refresh-sync-disabled:before {
    content: '\f1b7';
}

.zmdi-refresh-sync-problem:before {
    content: '\f1b6';
}

.zmdi-crop-original:before {
    content: '\f17e';
}

.zmdi-power-off:before {
    content: '\f1af';
}

.zmdi-power-off-setting:before {
    content: '\f1ae';
}

.zmdi-leak-remove:before {
    content: '\f38d';
}

.zmdi-star-border:before {
    content: '\f27c';
}

.zmdi-brightness-low:before {
    content: '\f36d';
}

.zmdi-brightness-medium:before {
    content: '\f36e';
}

.zmdi-brightness-high:before {
    content: '\f36f';
}

.zmdi-smartphone-portrait:before {
    content: '\f2d4';
}

.zmdi-live-tv:before {
    content: '\f2d9';
}

.zmdi-format-textdirection-l-to-r:before {
    content: '\f249';
}

.zmdi-format-textdirection-r-to-l:before {
    content: '\f24a';
}

.zmdi-arrow-back:before {
    content: '\f2ea';
}

.zmdi-arrow-forward:before {
    content: '\f2ee';
}

.zmdi-arrow-in:before {
    content: '\f2e9';
}

.zmdi-arrow-out:before {
    content: '\f2ed';
}

.zmdi-rotate-90-degrees-ccw:before {
    content: '\f304';
}

.zmdi-adb:before {
    content: '\f33a';
}

.zmdi-network-wifi:before {
    content: '\f2e8';
}

.zmdi-network-wifi-alt:before {
    content: '\f2e3';
}

.zmdi-network-wifi-lock:before {
    content: '\f2e5';
}

.zmdi-network-wifi-off:before {
    content: '\f2e6';
}

.zmdi-network-wifi-outline:before {
    content: '\f2e7';
}

.zmdi-network-wifi-info:before {
    content: '\f2e4';
}

.zmdi-layers-clear:before {
    content: '\f18b';
}

.zmdi-colorize:before {
    content: '\f15d';
}

.zmdi-format-paint:before {
    content: '\f1ba';
}

.zmdi-format-quote:before {
    content: '\f1b2';
}

.zmdi-camera-monochrome-photos:before {
    content: '\f285';
}

.zmdi-sort-by-alpha:before {
    content: '\f1cf';
}

.zmdi-folder-shared:before {
    content: '\f225';
}

.zmdi-folder-special:before {
    content: '\f226';
}

.zmdi-comment-dots:before {
    content: '\f260';
}

.zmdi-reorder:before {
    content: '\f31e';
}

.zmdi-dehaze:before {
    content: '\f197';
}

.zmdi-sort:before {
    content: '\f1ce';
}

.zmdi-pages:before {
    content: '\f34a';
}

.zmdi-calendar-account:before {
    content: '\f204';
}

.zmdi-paste:before {
    content: '\f109';
}

.zmdi-cut:before {
    content: '\f1bc';
}

.zmdi-save:before {
    content: '\f297';
}

.zmdi-smartphone-code:before {
    content: '\f139';
}

.zmdi-directions-bike:before {
    content: '\f117';
}

.zmdi-directions-boat:before {
    content: '\f11a';
}

.zmdi-directions-bus:before {
    content: '\f121';
}

.zmdi-directions-car:before {
    content: '\f125';
}

.zmdi-directions-railway:before {
    content: '\f1b3';
}

.zmdi-directions-run:before {
    content: '\f215';
}

.zmdi-directions-subway:before {
    content: '\f1d5';
}

.zmdi-directions-walk:before {
    content: '\f216';
}

.zmdi-local-hotel:before {
    content: '\f178';
}

.zmdi-local-activity:before {
    content: '\f1df';
}

.zmdi-local-play:before {
    content: '\f1df';
}

.zmdi-local-airport:before {
    content: '\f103';
}

.zmdi-local-atm:before {
    content: '\f198';
}

.zmdi-local-bar:before {
    content: '\f137';
}

.zmdi-local-cafe:before {
    content: '\f13b';
}

.zmdi-local-car-wash:before {
    content: '\f124';
}

.zmdi-local-convenience-store:before {
    content: '\f1d3';
}

.zmdi-local-dining:before {
    content: '\f153';
}

.zmdi-local-drink:before {
    content: '\f157';
}

.zmdi-local-florist:before {
    content: '\f168';
}

.zmdi-local-gas-station:before {
    content: '\f16f';
}

.zmdi-local-grocery-store:before {
    content: '\f1cb';
}

.zmdi-local-hospital:before {
    content: '\f177';
}

.zmdi-local-laundry-service:before {
    content: '\f1e9';
}

.zmdi-local-library:before {
    content: '\f18d';
}

.zmdi-local-mall:before {
    content: '\f195';
}

.zmdi-local-movies:before {
    content: '\f19d';
}

.zmdi-local-offer:before {
    content: '\f187';
}

.zmdi-local-parking:before {
    content: '\f1a5';
}

.zmdi-local-parking:before {
    content: '\f1a5';
}

.zmdi-local-pharmacy:before {
    content: '\f176';
}

.zmdi-local-phone:before {
    content: '\f2be';
}

.zmdi-local-pizza:before {
    content: '\f1ac';
}

.zmdi-local-post-office:before {
    content: '\f15a';
}

.zmdi-local-printshop:before {
    content: '\f1b0';
}

.zmdi-local-see:before {
    content: '\f28c';
}

.zmdi-local-shipping:before {
    content: '\f1e6';
}

.zmdi-local-store:before {
    content: '\f1d4';
}

.zmdi-local-taxi:before {
    content: '\f123';
}

.zmdi-local-wc:before {
    content: '\f211';
}

.zmdi-my-location:before {
    content: '\f299';
}

.zmdi-directions:before {
    content: '\f1e7';
}

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    src: url("fonts/flexslider-icon.eot");
    src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

    .flexslider .slides:after {
        content: "\0020";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    margin: 0 0 60px;
    background: #ffffff;
    border: 4px solid #ffffff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

    .flexslider .slides {
        zoom: 1;
    }

        .flexslider .slides img {
            height: auto;
        }

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .flex-direction-nav a:before {
            font-family: "flexslider-icon";
            font-size: 40px;
            display: inline-block;
            content: '\f001';
            color: rgba(0, 0, 0, 0.8);
            text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        }

        .flex-direction-nav a.flex-next:before {
            content: '\f002';
        }

    .flex-direction-nav .flex-prev {
        left: -50px;
    }

    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right;
    }

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1;
    }

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-family: "flexslider-icon";
        font-size: 20px;
        display: inline-block;
        content: '\f004';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

.dxeMemoEditArea {
    background-color: transparent;
    outline: none;
}

.dxeMemo {
    background-color: transparent;
    border: none;
}

/*THEME CSS*/
.user-info.row {
    background: #fff;
}

/***************************************************MENU DE NAVEGACION LATERAL IZQUIERDO*/
/*********PRIMER NIVEL MENU*********/
/* contenedor del menu */
.nav-list > li {
    border: 0;
}

.nav-list li.active > a:after {
    border-right-color: #ffce00;
}

.nav-list > li.active > a .menu-text {
    color: #ffce00;
}

/*barra derecha Flecha cuando esta activo opcion Menu*/
.nav-list > li.active:after {
    border: 0;
    border-right: 2px solid #ffce00;
}

/* Flecha de la opcion Menu Oculto */
.nav-list > li.active .flechaOpen {
    border-left-color: #363636;
}

/*Items estado activo de la opcion*/
.nav-list > li.active > a,
.nav-list > li.active > a:hover,
.nav-list > li.active > a:focus,
.nav-list > li.active > a:active {
    color: #ffce00;
    background-color: #363636;
}

    .nav-list > li.active > a .menu-text, .nav-list > li.active > a:hover .menu-text, .nav-list > li.active > a:focus .menu-text, .nav-list > li.active > a:active .menu-text {
        color: #ffce00;
    }

.dxgvSelectedRow, .dxgvFocusedRow {
    background-color: #5cb85c;
    color: white;
}

.dxgvTable > tbody > tr:hover:not(.dxgvFocusedRow):not(.dxgvSelectedRow):not(.dxtlSelectedNode) > td, .dxgvTable > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

.dxgvFocusedRow td, .dxgvSelectedRow td.dxgv, .dxgvFocusedRow td.dxgv, .dxtlSelectedNode td {
    color: #fff;
    font-size: 11px;
}

/* Primer nivel del menu excepto Menu */
.nav-list > li > a {
    color: #ffce00;
    background-color: #363636;
}

    /* Hover del primer nivel del menu */
    .nav-list > li > a:hover, .nav-list > li > a:focus {
        background-color: #494949;
        color: #ffce00;
    }

/* Flecha hacia abajo del menu*/
.nav-list > li a > .arrow,
.nav-list > li a:hover > .arrow,
.nav-list > li.active > a > .arrow,
.nav-list > li.open > a > .arrow {
    color: #ffce00;
}

/*Menu item Vendor cuanto esta desplegado*/
.nav-list > li.open > a {
    background-color: #494949;
    color: #ffce00;
}

    /*barra lateral izquierda del menu*/
    .nav-list > li > a:hover:before, .nav-list > li.open > a:before {
        background-color: #ffce00;
    }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px !important;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    box-sizing: border-box;
}

.btn.input-sm {
    width: auto !important;
}

/*********SEGUNDO NIVEL MENU*********/
/* Segundo nivel del Menu */
.nav-list > li > ul.submenu > li > a {
    color: #ffce00;
    background-color: #5A5A5A;
}

    /* Evento Hover en el segundo nivel del menu*/
    .nav-list > li > ul.submenu > li > a:hover {
        background-color: #353535;
        color: #ffce00;
    }

/* Flecha hacia abajo del menu*/
.nav-list > li > .submenu > li > a > .arrow {
    color: #ffce00;
}

/* Flecha hacia abajo del menu en el evento hover*/
.nav-list > li > .submenu > li > a:hover > .arrow, .nav-list > li > .submenu > li.open > a > .arrow {
    color: #ffce00;
}

/* Opcion del Menu(Sistemas) abierto */
.nav-list .open > a, .nav-list .open > a:hover, .nav-list .open > a:focus {
    background-color: #494949;
    color: #ffce00;
}

/*********TERCER NIVEL MENU*********/
/* Tercer nivel del Menu */
.nav-list > li > ul.submenu > li > ul.submenu > li a {
    color: #ffce00;
    background-color: #353535;
}

/* Fondo de iconos de tercer nivel en el evento hover*/
.nav-list > li .submenu > li a > [class*=icon-]:first-child {
    background: #353535;
}

.nav-list > li > .submenu > li.open > a {
    text-decoration: none;
    color: #ffce00;
    background-color: #353535;
}

.sidebar:not(.hide-side) .nav-list > li.open > a > span {
    background-color: #363636;
}

/***************************
/***************************
/***************************
/***************************
/***************************

/*Iconos menu*/
.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-usd:before {
    content: "\e148";
}

/*Estilos TABLAS*/
/*.panel-primary>.panel-heading{
    background-color: #214F6F;
    border-color: #1A327E;
}

/*.table-hover>tbody>tr:hover>td, 
.table-hover>tbody>tr:hover>th {
    background-color: #DDE4E7;
    color: white;
}


/*tr.GridViewPaginacion > td > table > tbody > tr > td{
    background: #005DA8;
    border: solid 1px #A39292;
    }*/
/*.table-hover>tbody>tr:hover>td, 
.table-hover>tbody>tr:hover>th {
    background-color: #D5D5D5;
    }*/
/*.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #A0C5EC;
    }*/
/*.input-group-addon:last-child{
color: #005DA8;
}*/
/*Desactivar estilos en linea para aplicar las reglas*/
.panel-footer {
    background-color: #ececec;
}

.badge {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/*Desactivar estilos en linea para aplicar las reglas*/
#LblUltPagos .badge {
    background: white;
    color: #666666;
}

/*Paginador
tr.GridViewPaginacion > td > table > tbody > tr > td > span {
color: #85B9DB;
}

tr.GridViewPaginacion > td > table > tbody > tr > td:last-child{
border-right: 1px solid initial;
}*/
/*Estilos TAB contenidos*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #fff;
    color: #555;
}

#pageTab button.close {
    font-family: Arial;
    color: #fff;
}

.nav-tabs > li.active > a button.close {
    color: #555 !important;
}

/* Tabs inactivas */
.nav-tabs.nav > li:not(.active) > a {
    background-color: #363636;
    color: #fff;
}

    /* Boton de cerrar de tab inactiva*/
    .nav-tabs.nav > li:not(.active) > a > button.close {
        color: #fff;
    }

/* Color de fuente en radiobutton */
.radio label, .checkbox label {
    color: #666;
}

/* Titulos de los recuadros en tableros*/
.panel-title {
    margin-left: 25px;
    margin-top: -3px;
    font-weight: bold;
}

/* Mensaje de Error */
.alert-danger {
    background-color: #f2dede;
    color: #b94a48;
}

/* Titulos de las ventas */
legend {
    color: #C13B33;
    margin-bottom: 5px;
}

/* Recuadro de campos fecha */
.input-group-addon {
    background: #363636;
    border: #363636;
    color: #fff;
}

    .input-group-addon:hover {
        background: #363636;
        border: #363636;
        color: #fff;
    }

    .input-group-addon > i {
        color: #fff;
    }

.btn-danger {
    background-color: #b94a48;
}

.modal-title {
    color: #ffce00;
}

.dxdvItem, .dxdvFlowItem {
    border: 1px solid #A8A8A8 !important;
    background-color: #F0F0F0 !important;
    padding: 12px !important;
    height: auto !important;
}

div.overlay {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    div.overlay > div {
        display: table-cell;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 1.5;
        text-align: center;
        vertical-align: middle;
    }

.dxeTextBoxSys td.dxic {
    padding: 7px 7px 7px 7px;
    border-radius: 60px !important;
}

.dxeTextBox {
    border-radius: 5px !important;  
}

.dxpcModalBackLite, .dxdpModalBackLite {
    background-color: #fff;
    opacity: 0.7;
}

.btn-primary {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #47a447;
    border-color: #47a447;
}

.btn-login {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-login:hover, .btn-login:focus, .btn-login:active, .btn-login.active {
    color: #fff;
    background-color: #47a447;
    border-color: #47a447;
}

.dxeTBHSys .dxeTBMainDH_Moderno, .dxeTBHSys .dxeTBSecondaryDH_Moderno, .dxeTBVSys .dxeTBMainDH_Moderno, .dxeTBVSys .dxeTBSecondaryDH_Moderno, .dxeFocused_Moderno .dxeTBHSys .dxeFocusedMDHSys .dxeTBMainDH_Moderno, .dxeFocused_Moderno .dxeTBHSys .dxeFocusedSDHSys .dxeTBSecondaryDH_Moderno, .dxeFocused_Moderno .dxeTBVSys .dxeFocusedMDHSys .dxeTBMainDH_Moderno, .dxeFocused_Moderno .dxeTBVSys .dxeFocusedSDHSys .dxeTBSecondaryDH_Moderno {
    background-color: #5cb85c;
    border: 1px solid #5cb85c;
}

.sub-header {
    background-color: #fff;
}

.dxeFocused {
    border-color: #5cb85c !important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(92, 184, 92, 0.5);
}

.dxpLite .dxp-current {
    color: #5cb85c;
}

.dxpc-mainDiv.dxpc-shadow .dxbButton:first-child {
    background-color: #5cb85c;
    color: #fff;
}

.dxpc-mainDiv.dxpc-shadow .dxbTSys {
    background-color: #5cb85c;
    color: #fff;
}

.menu-toggler {
    /*margin-top: 15px;*/
    background-color: #363636;
    color: #fff;
    font-size: 11pt;
}

    .menu-toggler:before,
    .menu-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        font-size: 14pt;
    }

    .menu-toggler:after {
        top: 22px;
    }

    .menu-toggler > .menu-text:after {
        color: #fff;
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
}

.panel-primary > .panel-heading {
    background-color: #efc304;
    border-color: #efc304;
}

.panel-primary {
    border-color: #efc304;
}

.btn-info {
    background-color: #3aa049;
    border-color: #1d733a;
    font-family: Glyphicons Halflings, Helvetica Neue,Helvetica,Arial,sans-serif;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    font-family: Glyphicons Halflings, Helvetica Neue,Helvetica,Arial,sans-serif;
}

.btn-info:hover {
    background-color: #1d733a;
    border-color: #1d733a;
}

/*# sourceMappingURL=theme.css.map */
