/* Minification failed. Returning unminified contents.
(4023,34): run-time error CSS1034: 
 */
@charset "UTF-8";
/*====================================================================
Import Archives CSS
======================================================================*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-insert:before {
    content: "\e081";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-print:before {
    content: "\e045";
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #999999;
                text-decoration: none;
            }

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../sass/_normalize.scss */
audio,
canvas,
video {
    display: inline-block;
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    /* line 41, ../sass/_normalize.scss */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, ../sass/_normalize.scss */
[hidden],
template {
    display: none;
}

/* line 56, ../sass/_normalize.scss */
script {
    display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 70, ../sass/_normalize.scss */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
/* line 80, ../sass/_normalize.scss */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 92, ../sass/_normalize.scss */
a {
    background: transparent;
}

    /**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
    /* line 100, ../sass/_normalize.scss */
    a:focus {
        outline: thin dotted;
    }

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
    /* line 109, ../sass/_normalize.scss */
    a:active,
    a:hover {
        outline: 0;
    }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 122, ../sass/_normalize.scss */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 131, ../sass/_normalize.scss */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 140, ../sass/_normalize.scss */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 148, ../sass/_normalize.scss */
dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../sass/_normalize.scss */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 166, ../sass/_normalize.scss */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 178, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 187, ../sass/_normalize.scss */
pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 195, ../sass/_normalize.scss */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 203, ../sass/_normalize.scss */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 212, ../sass/_normalize.scss */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/* line 219, ../sass/_normalize.scss */
sup {
    top: -0.5em;
}

/* line 223, ../sass/_normalize.scss */
sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 235, ../sass/_normalize.scss */
img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 243, ../sass/_normalize.scss */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 255, ../sass/_normalize.scss */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 267, ../sass/_normalize.scss */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 278, ../sass/_normalize.scss */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 292, ../sass/_normalize.scss */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 304, ../sass/_normalize.scss */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 316, ../sass/_normalize.scss */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 331, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    /* line 341, ../sass/_normalize.scss */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 351, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 362, ../sass/_normalize.scss */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

    /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
    /* line 375, ../sass/_normalize.scss */
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 384, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 394, ../sass/_normalize.scss */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 407, ../sass/_normalize.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 1, ../sass/_bootstrap.scss */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    /* line 7, ../sass/_bootstrap.scss */
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

/* line 13, ../sass/_bootstrap.scss */
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    /* line 20, ../sass/_bootstrap.scss */
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    /* line 25, ../sass/_bootstrap.scss */
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    /* line 30, ../sass/_bootstrap.scss */
    .container {
        width: 1170px;
    }
}
/* line 34, ../sass/_bootstrap.scss */
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* line 40, ../sass/_bootstrap.scss */
.row {
    margin-right: -15px;
    margin-left: -15px;
}

/* line 44, ../sass/_bootstrap.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* line 50, ../sass/_bootstrap.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

/* line 53, ../sass/_bootstrap.scss */
.col-xs-12 {
    width: 100%;
}

/* line 56, ../sass/_bootstrap.scss */
.col-xs-11 {
    width: 91.66666667%;
}

/* line 59, ../sass/_bootstrap.scss */
.col-xs-10 {
    width: 83.33333333%;
}

/* line 62, ../sass/_bootstrap.scss */
.col-xs-9 {
    width: 75%;
}

/* line 65, ../sass/_bootstrap.scss */
.col-xs-8 {
    width: 66.66666667%;
}

/* line 68, ../sass/_bootstrap.scss */
.col-xs-7 {
    width: 58.33333333%;
}

/* line 71, ../sass/_bootstrap.scss */
.col-xs-6 {
    width: 50%;
}

/* line 74, ../sass/_bootstrap.scss */
.col-xs-5 {
    width: 41.66666667%;
}

/* line 77, ../sass/_bootstrap.scss */
.col-xs-4 {
    width: 33.33333333%;
}

/* line 80, ../sass/_bootstrap.scss */
.col-xs-3 {
    width: 25%;
}

/* line 83, ../sass/_bootstrap.scss */
.col-xs-2 {
    width: 16.66666667%;
}

/* line 86, ../sass/_bootstrap.scss */
.col-xs-1 {
    width: 8.33333333%;
}

/* line 89, ../sass/_bootstrap.scss */
.col-xs-pull-12 {
    right: 100%;
}

/* line 92, ../sass/_bootstrap.scss */
.col-xs-pull-11 {
    right: 91.66666667%;
}

/* line 95, ../sass/_bootstrap.scss */
.col-xs-pull-10 {
    right: 83.33333333%;
}

/* line 98, ../sass/_bootstrap.scss */
.col-xs-pull-9 {
    right: 75%;
}

/* line 101, ../sass/_bootstrap.scss */
.col-xs-pull-8 {
    right: 66.66666667%;
}

/* line 104, ../sass/_bootstrap.scss */
.col-xs-pull-7 {
    right: 58.33333333%;
}

/* line 107, ../sass/_bootstrap.scss */
.col-xs-pull-6 {
    right: 50%;
}

/* line 110, ../sass/_bootstrap.scss */
.col-xs-pull-5 {
    right: 41.66666667%;
}

/* line 113, ../sass/_bootstrap.scss */
.col-xs-pull-4 {
    right: 33.33333333%;
}

/* line 116, ../sass/_bootstrap.scss */
.col-xs-pull-3 {
    right: 25%;
}

/* line 119, ../sass/_bootstrap.scss */
.col-xs-pull-2 {
    right: 16.66666667%;
}

/* line 122, ../sass/_bootstrap.scss */
.col-xs-pull-1 {
    right: 8.33333333%;
}

/* line 125, ../sass/_bootstrap.scss */
.col-xs-pull-0 {
    right: auto;
}

/* line 128, ../sass/_bootstrap.scss */
.col-xs-push-12 {
    left: 100%;
}

/* line 131, ../sass/_bootstrap.scss */
.col-xs-push-11 {
    left: 91.66666667%;
}

/* line 134, ../sass/_bootstrap.scss */
.col-xs-push-10 {
    left: 83.33333333%;
}

/* line 137, ../sass/_bootstrap.scss */
.col-xs-push-9 {
    left: 75%;
}

/* line 140, ../sass/_bootstrap.scss */
.col-xs-push-8 {
    left: 66.66666667%;
}

/* line 143, ../sass/_bootstrap.scss */
.col-xs-push-7 {
    left: 58.33333333%;
}

/* line 146, ../sass/_bootstrap.scss */
.col-xs-push-6 {
    left: 50%;
}

/* line 149, ../sass/_bootstrap.scss */
.col-xs-push-5 {
    left: 41.66666667%;
}

/* line 152, ../sass/_bootstrap.scss */
.col-xs-push-4 {
    left: 33.33333333%;
}

/* line 155, ../sass/_bootstrap.scss */
.col-xs-push-3 {
    left: 25%;
}

/* line 158, ../sass/_bootstrap.scss */
.col-xs-push-2 {
    left: 16.66666667%;
}

/* line 161, ../sass/_bootstrap.scss */
.col-xs-push-1 {
    left: 8.33333333%;
}

/* line 164, ../sass/_bootstrap.scss */
.col-xs-push-0 {
    left: auto;
}

/* line 167, ../sass/_bootstrap.scss */
.col-xs-offset-12 {
    margin-left: 100%;
}

/* line 170, ../sass/_bootstrap.scss */
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

/* line 173, ../sass/_bootstrap.scss */
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

/* line 176, ../sass/_bootstrap.scss */
.col-xs-offset-9 {
    margin-left: 75%;
}

/* line 179, ../sass/_bootstrap.scss */
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

/* line 182, ../sass/_bootstrap.scss */
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

/* line 185, ../sass/_bootstrap.scss */
.col-xs-offset-6 {
    margin-left: 50%;
}

/* line 188, ../sass/_bootstrap.scss */
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

/* line 191, ../sass/_bootstrap.scss */
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

/* line 194, ../sass/_bootstrap.scss */
.col-xs-offset-3 {
    margin-left: 25%;
}

/* line 197, ../sass/_bootstrap.scss */
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

/* line 200, ../sass/_bootstrap.scss */
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

/* line 203, ../sass/_bootstrap.scss */
.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    /* line 207, ../sass/_bootstrap.scss */
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    /* line 210, ../sass/_bootstrap.scss */
    .col-sm-12 {
        width: 100%;
    }

    /* line 213, ../sass/_bootstrap.scss */
    .col-sm-11 {
        width: 91.66666667%;
    }

    /* line 216, ../sass/_bootstrap.scss */
    .col-sm-10 {
        width: 83.33333333%;
    }

    /* line 219, ../sass/_bootstrap.scss */
    .col-sm-9 {
        width: 75%;
    }

    /* line 222, ../sass/_bootstrap.scss */
    .col-sm-8 {
        width: 66.66666667%;
    }

    /* line 225, ../sass/_bootstrap.scss */
    .col-sm-7 {
        width: 58.33333333%;
    }

    /* line 228, ../sass/_bootstrap.scss */
    .col-sm-6 {
        width: 50%;
    }

    /* line 231, ../sass/_bootstrap.scss */
    .col-sm-5 {
        width: 41.66666667%;
    }

    /* line 234, ../sass/_bootstrap.scss */
    .col-sm-4 {
        width: 33.33333333%;
    }

    /* line 237, ../sass/_bootstrap.scss */
    .col-sm-3 {
        width: 25%;
    }

    /* line 240, ../sass/_bootstrap.scss */
    .col-sm-2 {
        width: 16.66666667%;
    }

    /* line 243, ../sass/_bootstrap.scss */
    .col-sm-1 {
        width: 8.33333333%;
    }

    /* line 246, ../sass/_bootstrap.scss */
    .col-sm-pull-12 {
        right: 100%;
    }

    /* line 249, ../sass/_bootstrap.scss */
    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    /* line 252, ../sass/_bootstrap.scss */
    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    /* line 255, ../sass/_bootstrap.scss */
    .col-sm-pull-9 {
        right: 75%;
    }

    /* line 258, ../sass/_bootstrap.scss */
    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    /* line 261, ../sass/_bootstrap.scss */
    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    /* line 264, ../sass/_bootstrap.scss */
    .col-sm-pull-6 {
        right: 50%;
    }

    /* line 267, ../sass/_bootstrap.scss */
    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    /* line 270, ../sass/_bootstrap.scss */
    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    /* line 273, ../sass/_bootstrap.scss */
    .col-sm-pull-3 {
        right: 25%;
    }

    /* line 276, ../sass/_bootstrap.scss */
    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    /* line 279, ../sass/_bootstrap.scss */
    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    /* line 282, ../sass/_bootstrap.scss */
    .col-sm-pull-0 {
        right: auto;
    }

    /* line 285, ../sass/_bootstrap.scss */
    .col-sm-push-12 {
        left: 100%;
    }

    /* line 288, ../sass/_bootstrap.scss */
    .col-sm-push-11 {
        left: 91.66666667%;
    }

    /* line 291, ../sass/_bootstrap.scss */
    .col-sm-push-10 {
        left: 83.33333333%;
    }

    /* line 294, ../sass/_bootstrap.scss */
    .col-sm-push-9 {
        left: 75%;
    }

    /* line 297, ../sass/_bootstrap.scss */
    .col-sm-push-8 {
        left: 66.66666667%;
    }

    /* line 300, ../sass/_bootstrap.scss */
    .col-sm-push-7 {
        left: 58.33333333%;
    }

    /* line 303, ../sass/_bootstrap.scss */
    .col-sm-push-6 {
        left: 50%;
    }

    /* line 306, ../sass/_bootstrap.scss */
    .col-sm-push-5 {
        left: 41.66666667%;
    }

    /* line 309, ../sass/_bootstrap.scss */
    .col-sm-push-4 {
        left: 33.33333333%;
    }

    /* line 312, ../sass/_bootstrap.scss */
    .col-sm-push-3 {
        left: 25%;
    }

    /* line 315, ../sass/_bootstrap.scss */
    .col-sm-push-2 {
        left: 16.66666667%;
    }

    /* line 318, ../sass/_bootstrap.scss */
    .col-sm-push-1 {
        left: 8.33333333%;
    }

    /* line 321, ../sass/_bootstrap.scss */
    .col-sm-push-0 {
        left: auto;
    }

    /* line 324, ../sass/_bootstrap.scss */
    .col-sm-offset-12 {
        margin-left: 100%;
    }

    /* line 327, ../sass/_bootstrap.scss */
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    /* line 330, ../sass/_bootstrap.scss */
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    /* line 333, ../sass/_bootstrap.scss */
    .col-sm-offset-9 {
        margin-left: 75%;
    }

    /* line 336, ../sass/_bootstrap.scss */
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    /* line 339, ../sass/_bootstrap.scss */
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    /* line 342, ../sass/_bootstrap.scss */
    .col-sm-offset-6 {
        margin-left: 50%;
    }

    /* line 345, ../sass/_bootstrap.scss */
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    /* line 348, ../sass/_bootstrap.scss */
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    /* line 351, ../sass/_bootstrap.scss */
    .col-sm-offset-3 {
        margin-left: 25%;
    }

    /* line 354, ../sass/_bootstrap.scss */
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    /* line 357, ../sass/_bootstrap.scss */
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    /* line 360, ../sass/_bootstrap.scss */
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    /* line 365, ../sass/_bootstrap.scss */
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    /* line 368, ../sass/_bootstrap.scss */
    .col-md-12 {
        width: 100%;
    }

    /* line 371, ../sass/_bootstrap.scss */
    .col-md-11 {
        width: 91.66666667%;
    }

    /* line 374, ../sass/_bootstrap.scss */
    .col-md-10 {
        width: 83.33333333%;
    }

    /* line 377, ../sass/_bootstrap.scss */
    .col-md-9 {
        width: 75%;
    }

    /* line 380, ../sass/_bootstrap.scss */
    .col-md-8 {
        width: 66.66666667%;
    }

    /* line 383, ../sass/_bootstrap.scss */
    .col-md-7 {
        width: 58.33333333%;
    }

    /* line 386, ../sass/_bootstrap.scss */
    .col-md-6 {
        width: 50%;
    }

    /* line 389, ../sass/_bootstrap.scss */
    .col-md-5 {
        width: 41.66666667%;
    }

    /* line 392, ../sass/_bootstrap.scss */
    .col-md-4 {
        width: 33.33333333%;
    }

    /* line 395, ../sass/_bootstrap.scss */
    .col-md-3 {
        width: 25%;
    }

    /* line 398, ../sass/_bootstrap.scss */
    .col-md-2 {
        width: 16.66666667%;
    }

    /* line 401, ../sass/_bootstrap.scss */
    .col-md-1 {
        width: 8.33333333%;
    }

    /* line 404, ../sass/_bootstrap.scss */
    .col-md-pull-12 {
        right: 100%;
    }

    /* line 407, ../sass/_bootstrap.scss */
    .col-md-pull-11 {
        right: 91.66666667%;
    }

    /* line 410, ../sass/_bootstrap.scss */
    .col-md-pull-10 {
        right: 83.33333333%;
    }

    /* line 413, ../sass/_bootstrap.scss */
    .col-md-pull-9 {
        right: 75%;
    }

    /* line 416, ../sass/_bootstrap.scss */
    .col-md-pull-8 {
        right: 66.66666667%;
    }

    /* line 419, ../sass/_bootstrap.scss */
    .col-md-pull-7 {
        right: 58.33333333%;
    }

    /* line 422, ../sass/_bootstrap.scss */
    .col-md-pull-6 {
        right: 50%;
    }

    /* line 425, ../sass/_bootstrap.scss */
    .col-md-pull-5 {
        right: 41.66666667%;
    }

    /* line 428, ../sass/_bootstrap.scss */
    .col-md-pull-4 {
        right: 33.33333333%;
    }

    /* line 431, ../sass/_bootstrap.scss */
    .col-md-pull-3 {
        right: 25%;
    }

    /* line 434, ../sass/_bootstrap.scss */
    .col-md-pull-2 {
        right: 16.66666667%;
    }

    /* line 437, ../sass/_bootstrap.scss */
    .col-md-pull-1 {
        right: 8.33333333%;
    }

    /* line 440, ../sass/_bootstrap.scss */
    .col-md-pull-0 {
        right: auto;
    }

    /* line 443, ../sass/_bootstrap.scss */
    .col-md-push-12 {
        left: 100%;
    }

    /* line 446, ../sass/_bootstrap.scss */
    .col-md-push-11 {
        left: 91.66666667%;
    }

    /* line 449, ../sass/_bootstrap.scss */
    .col-md-push-10 {
        left: 83.33333333%;
    }

    /* line 452, ../sass/_bootstrap.scss */
    .col-md-push-9 {
        left: 75%;
    }

    /* line 455, ../sass/_bootstrap.scss */
    .col-md-push-8 {
        left: 66.66666667%;
    }

    /* line 458, ../sass/_bootstrap.scss */
    .col-md-push-7 {
        left: 58.33333333%;
    }

    /* line 461, ../sass/_bootstrap.scss */
    .col-md-push-6 {
        left: 50%;
    }

    /* line 464, ../sass/_bootstrap.scss */
    .col-md-push-5 {
        left: 41.66666667%;
    }

    /* line 467, ../sass/_bootstrap.scss */
    .col-md-push-4 {
        left: 33.33333333%;
    }

    /* line 470, ../sass/_bootstrap.scss */
    .col-md-push-3 {
        left: 25%;
    }

    /* line 473, ../sass/_bootstrap.scss */
    .col-md-push-2 {
        left: 16.66666667%;
    }

    /* line 476, ../sass/_bootstrap.scss */
    .col-md-push-1 {
        left: 8.33333333%;
    }

    /* line 479, ../sass/_bootstrap.scss */
    .col-md-push-0 {
        left: auto;
    }

    /* line 482, ../sass/_bootstrap.scss */
    .col-md-offset-12 {
        margin-left: 100%;
    }

    /* line 485, ../sass/_bootstrap.scss */
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    /* line 488, ../sass/_bootstrap.scss */
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    /* line 491, ../sass/_bootstrap.scss */
    .col-md-offset-9 {
        margin-left: 75%;
    }

    /* line 494, ../sass/_bootstrap.scss */
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    /* line 497, ../sass/_bootstrap.scss */
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    /* line 500, ../sass/_bootstrap.scss */
    .col-md-offset-6 {
        margin-left: 50%;
    }

    /* line 503, ../sass/_bootstrap.scss */
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    /* line 506, ../sass/_bootstrap.scss */
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    /* line 509, ../sass/_bootstrap.scss */
    .col-md-offset-3 {
        margin-left: 25%;
    }

    /* line 512, ../sass/_bootstrap.scss */
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    /* line 515, ../sass/_bootstrap.scss */
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    /* line 518, ../sass/_bootstrap.scss */
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    /* line 523, ../sass/_bootstrap.scss */
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    /* line 526, ../sass/_bootstrap.scss */
    .col-lg-12 {
        width: 100%;
    }

    /* line 529, ../sass/_bootstrap.scss */
    .col-lg-11 {
        width: 91.66666667%;
    }

    /* line 532, ../sass/_bootstrap.scss */
    .col-lg-10 {
        width: 83.33333333%;
    }

    /* line 535, ../sass/_bootstrap.scss */
    .col-lg-9 {
        width: 75%;
    }

    /* line 538, ../sass/_bootstrap.scss */
    .col-lg-8 {
        width: 66.66666667%;
    }

    /* line 541, ../sass/_bootstrap.scss */
    .col-lg-7 {
        width: 58.33333333%;
    }

    /* line 544, ../sass/_bootstrap.scss */
    .col-lg-6 {
        width: 50%;
    }

    /* line 547, ../sass/_bootstrap.scss */
    .col-lg-5 {
        width: 41.66666667%;
    }

    /* line 550, ../sass/_bootstrap.scss */
    .col-lg-4 {
        width: 33.33333333%;
    }

    /* line 553, ../sass/_bootstrap.scss */
    .col-lg-3 {
        width: 25%;
    }

    /* line 556, ../sass/_bootstrap.scss */
    .col-lg-2 {
        width: 16.66666667%;
    }

    /* line 559, ../sass/_bootstrap.scss */
    .col-lg-1 {
        width: 8.33333333%;
    }

    /* line 562, ../sass/_bootstrap.scss */
    .col-lg-pull-12 {
        right: 100%;
    }

    /* line 565, ../sass/_bootstrap.scss */
    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    /* line 568, ../sass/_bootstrap.scss */
    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    /* line 571, ../sass/_bootstrap.scss */
    .col-lg-pull-9 {
        right: 75%;
    }

    /* line 574, ../sass/_bootstrap.scss */
    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    /* line 577, ../sass/_bootstrap.scss */
    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    /* line 580, ../sass/_bootstrap.scss */
    .col-lg-pull-6 {
        right: 50%;
    }

    /* line 583, ../sass/_bootstrap.scss */
    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    /* line 586, ../sass/_bootstrap.scss */
    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    /* line 589, ../sass/_bootstrap.scss */
    .col-lg-pull-3 {
        right: 25%;
    }

    /* line 592, ../sass/_bootstrap.scss */
    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    /* line 595, ../sass/_bootstrap.scss */
    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    /* line 598, ../sass/_bootstrap.scss */
    .col-lg-pull-0 {
        right: auto;
    }

    /* line 601, ../sass/_bootstrap.scss */
    .col-lg-push-12 {
        left: 100%;
    }

    /* line 604, ../sass/_bootstrap.scss */
    .col-lg-push-11 {
        left: 91.66666667%;
    }

    /* line 607, ../sass/_bootstrap.scss */
    .col-lg-push-10 {
        left: 83.33333333%;
    }

    /* line 610, ../sass/_bootstrap.scss */
    .col-lg-push-9 {
        left: 75%;
    }

    /* line 613, ../sass/_bootstrap.scss */
    .col-lg-push-8 {
        left: 66.66666667%;
    }

    /* line 616, ../sass/_bootstrap.scss */
    .col-lg-push-7 {
        left: 58.33333333%;
    }

    /* line 619, ../sass/_bootstrap.scss */
    .col-lg-push-6 {
        left: 50%;
    }

    /* line 622, ../sass/_bootstrap.scss */
    .col-lg-push-5 {
        left: 41.66666667%;
    }

    /* line 625, ../sass/_bootstrap.scss */
    .col-lg-push-4 {
        left: 33.33333333%;
    }

    /* line 628, ../sass/_bootstrap.scss */
    .col-lg-push-3 {
        left: 25%;
    }

    /* line 631, ../sass/_bootstrap.scss */
    .col-lg-push-2 {
        left: 16.66666667%;
    }

    /* line 634, ../sass/_bootstrap.scss */
    .col-lg-push-1 {
        left: 8.33333333%;
    }

    /* line 637, ../sass/_bootstrap.scss */
    .col-lg-push-0 {
        left: auto;
    }

    /* line 640, ../sass/_bootstrap.scss */
    .col-lg-offset-12 {
        margin-left: 100%;
    }

    /* line 643, ../sass/_bootstrap.scss */
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    /* line 646, ../sass/_bootstrap.scss */
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    /* line 649, ../sass/_bootstrap.scss */
    .col-lg-offset-9 {
        margin-left: 75%;
    }

    /* line 652, ../sass/_bootstrap.scss */
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    /* line 655, ../sass/_bootstrap.scss */
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    /* line 658, ../sass/_bootstrap.scss */
    .col-lg-offset-6 {
        margin-left: 50%;
    }

    /* line 661, ../sass/_bootstrap.scss */
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    /* line 664, ../sass/_bootstrap.scss */
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    /* line 667, ../sass/_bootstrap.scss */
    .col-lg-offset-3 {
        margin-left: 25%;
    }

    /* line 670, ../sass/_bootstrap.scss */
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    /* line 673, ../sass/_bootstrap.scss */
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    /* line 676, ../sass/_bootstrap.scss */
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
/* line 681, ../sass/_bootstrap.scss */
.dropdown {
    position: relative;
}

/* line 684, ../sass/_bootstrap.scss */
.dropdown-toggle:focus {
    outline: 0;
}

/* line 687, ../sass/_bootstrap.scss */
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 140px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 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);
}

    /* line 709, ../sass/_bootstrap.scss */
    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    /* line 713, ../sass/_bootstrap.scss */
    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    /* line 719, ../sass/_bootstrap.scss */
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: normal;
    }

        /* line 729, ../sass/_bootstrap.scss */
        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    /* line 736, ../sass/_bootstrap.scss */
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0;
    }

    /* line 744, ../sass/_bootstrap.scss */
    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777;
    }

        /* line 748, ../sass/_bootstrap.scss */
        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

/* line 755, ../sass/_bootstrap.scss */
.open > .dropdown-menu {
    display: block;
}

/* line 758, ../sass/_bootstrap.scss */
.open > a {
    outline: 0;
}

/* line 761, ../sass/_bootstrap.scss */
.dropdown-menu-right {
    right: 0;
    left: auto;
}

/* line 765, ../sass/_bootstrap.scss */
.dropdown-menu-left {
    right: auto;
    left: 0;
}

/* line 769, ../sass/_bootstrap.scss */
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

/* line 777, ../sass/_bootstrap.scss */
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

/* line 785, ../sass/_bootstrap.scss */
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

/* line 790, ../sass/_bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

/* line 796, ../sass/_bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
/* exibição do sub-menu */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: "";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 15px;
            width: 175px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
/* exibição do sub-menu */

@media (min-width: 768px) {
    /* line 802, ../sass/_bootstrap.scss */
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    /* line 806, ../sass/_bootstrap.scss */
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
/* line 814, ../sass/_bootstrap.scss */
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* line 825, ../sass/_bootstrap.scss */
.dropdown {
    position: relative;
}

/* line 828, ../sass/_bootstrap.scss */
.dropdown-toggle:focus {
    outline: 0;
}

/* line 832, ../sass/_bootstrap.scss */
.open > .dropdown-menu {
    display: block;
}

/* line 835, ../sass/_bootstrap.scss */
.open > a {
    outline: 0;
}

/* line 840, ../sass/_bootstrap.scss */
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* line 846, ../sass/_bootstrap.scss */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
    /* line 852, ../sass/_bootstrap.scss */
    .alert ul {
        margin: 15px 0 0 !important;
    }
        /* line 855, ../sass/_bootstrap.scss */
        .alert ul li {
            list-style: disc;
            list-style-position: inside;
            padding-bottom: 5px;
        }
    /* line 863, ../sass/_bootstrap.scss */
    .alert button.close {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        cursor: pointer;
        padding: 0;
    }
    /* line 870, ../sass/_bootstrap.scss */
    .alert .close {
        color: #000;
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        opacity: 0.2;
        text-shadow: 0 1px 0 #fff;
    }
    /* line 880, ../sass/_bootstrap.scss */
    .alert .sr-only {
        border: 0 none;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    /* line 894, ../sass/_bootstrap.scss */
    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    /* line 898, ../sass/_bootstrap.scss */
    .alert .alert-link {
        font-weight: bold;
    }

    /* line 902, ../sass/_bootstrap.scss */
    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        /* line 905, ../sass/_bootstrap.scss */
        .alert > p + p {
            margin-top: 5px;
        }

/* line 909, ../sass/_bootstrap.scss */
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    /* line 913, ../sass/_bootstrap.scss */
    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

/* line 919, ../sass/_bootstrap.scss */
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    /* line 924, ../sass/_bootstrap.scss */
    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    /* line 927, ../sass/_bootstrap.scss */
    .alert-success .alert-link {
        color: #2b542c;
    }

/* line 930, ../sass/_bootstrap.scss */
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    /* line 935, ../sass/_bootstrap.scss */
    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    /* line 938, ../sass/_bootstrap.scss */
    .alert-info .alert-link {
        color: #245269;
    }

/* line 941, ../sass/_bootstrap.scss */
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    /* line 946, ../sass/_bootstrap.scss */
    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    /* line 949, ../sass/_bootstrap.scss */
    .alert-warning .alert-link {
        color: #66512c;
    }

/* line 952, ../sass/_bootstrap.scss */
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    /* line 957, ../sass/_bootstrap.scss */
    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    /* line 960, ../sass/_bootstrap.scss */
    .alert-danger .alert-link {
        color: #843534;
    }

/* line 1, ../sass/_bootstrap-select.scss */
.bootstrap-select {
    width: 220px 0;
}

    /* line 5, ../sass/_bootstrap-select.scss */
    .bootstrap-select > .btn {
        height: 32px;
        padding: 6px 0 8px 10px;
    }

    /* line 10, ../sass/_bootstrap-select.scss */
    .bootstrap-select.fit-width {
        width: auto !important;
    }

    /* line 13, ../sass/_bootstrap-select.scss */
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 220px;
    }

    /* line 17, ../sass/_bootstrap-select.scss */
    .bootstrap-select.form-control {
        margin-bottom: 0;
        padding: 0;
        border: none;
    }

        /* line 22, ../sass/_bootstrap-select.scss */
        .bootstrap-select.form-control:not([class*="col-"]) {
            width: 100%;
        }

    /* line 26, ../sass/_bootstrap-select.scss */
    .bootstrap-select.btn-group:not(.input-group-btn),
    .bootstrap-select.btn-group[class*="col-"] {
        float: none;
        display: inline-block;
        margin-left: 0;
    }

        /* line 33, ../sass/_bootstrap-select.scss */
        .bootstrap-select.btn-group.dropdown-menu-right,
        .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
        .row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
            float: right;
        }

/* line 39, ../sass/_bootstrap-select.scss */
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

/* line 43, ../sass/_bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

/* line 46, ../sass/_bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

/* line 49, ../sass/_bootstrap-select.scss */
.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

/* line 52, ../sass/_bootstrap-select.scss */
.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

/* line 55, ../sass/_bootstrap-select.scss */
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

    /* line 58, ../sass/_bootstrap-select.scss */
    .bootstrap-select.btn-group > .disabled:focus {
        outline: none !important;
    }

/* line 61, ../sass/_bootstrap-select.scss */
.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    color: #000 !important;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

/* line 68, ../sass/_bootstrap-select.scss */
.bootstrap-select.btn-group .btn .caret {
    border-color: #333 transparent transparent transparent;
    border-style: solid;
    border-width: 4px;
    position: absolute;
    top: 55%;
    right: 6px;
    margin-top: -2px;
    vertical-align: middle;
}

/* line 78, ../sass/_bootstrap-select.scss */
.bootstrap-select.btn-group[class*="col-"] .btn {
    width: 100%;
}

/* line 81, ../sass/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu {
    border-bottom: 1px solid #000;
    border-left: 2px solid #cacaca;
    border-right: 1px solid #000;
    border-top: 2px solid #cacaca;
    border-radius: 0;
    margin: 0;
    width: 100%;
    z-index: 1035;
}

    /* line 91, ../sass/_bootstrap-select.scss */
    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* line 100, ../sass/_bootstrap-select.scss */
    .bootstrap-select.btn-group .dropdown-menu li {
        padding: 5px 0 0 0 !important;
        position: relative;
        width: 100% !important;
    }

        /* line 106, ../sass/_bootstrap-select.scss */
        .bootstrap-select.btn-group .dropdown-menu li a {
            cursor: pointer;
        }

/* line 112, ../sass/_bootstrap-select.scss */
.dropdown-menu .bs-searchbox {
    margin: 0 10px 5px;
}

/* line 118, ../sass/_bootstrap-select.scss */
.hide {
    display: none !important;
}

/*====================================================================
Mixins and Variables
======================================================================*/
/*====================================================================
@font-face
======================================================================*/
@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-regular-webfont.eot");
    src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg#latoregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url("../fonts/pt_sans-web-regular-webfont.eot");
    src: url("../fonts/pt_sans-web-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pt_sans-web-regular-webfont.woff") format("woff"), url("../fonts/pt_sans-web-regular-webfont.ttf") format("truetype"), url("../fonts/pt_sans-web-regular-webfont.svg#pt_sansregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*====================================================================
General style
======================================================================*/
/* line 127, ../sass/style.scss */
html, body {
    background: #eee;
    font-family: Arial;
    height: auto;
}

/* line 133, ../sass/style.scss */
::-moz-selection {
    background: rgba(215, 162, 7, 0.65);
    color: #fff;
    text-shadow: none;
}

/* line 139, ../sass/style.scss */
::selection {
    background: rgba(215, 162, 7, 0.65);
    color: #fff;
    text-shadow: none;
}

/* line 145, ../sass/style.scss */
:focus {
    outline: 0 !important;
}

/* line 149, ../sass/style.scss */
:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    outline-color: transparent;
    outline-style: none;
}

/* line 157, ../sass/style.scss */
.clear {
    clear: both;
}

/* line 161, ../sass/style.scss */
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* line 167, ../sass/style.scss */
a {
    text-decoration: none;
    outline: 0;
}
    /* line 171, ../sass/style.scss */
    a:focus {
        outline: 0 !important;
    }

/* line 177, ../sass/style.scss */
h1, h2, h3, h4, h5 {
    font-family: "Lato", sans-serif;
}

/* line 182, ../sass/style.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
    white-space: nowrap;
}

/* line 189, ../sass/style.scss */
.filter-option {
    float: left;
    height: 18px;
    width: 85% !important;
    white-space: normal;
}

/* line 196, ../sass/style.scss */
.btn-group > .btn,
.btn-group-vertical > .btn, .search .row .bs-searchbox input, .main .accordion .accordion-content .row-form li input, .main .accordion .accordion-content .row-form li select {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #cacaca;
    color: #444;
    font-size: 0.875em;
    margin-top: 0.3125em;
    width: 100%;
}

/* line 208, ../sass/style.scss */
select option {
    margin: 0.5em 0;
    padding: 0 0.4375em;
}

/* line 215, ../sass/style.scss */
.customSelect {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cacaca;
    font-size: 0.875em;
    height: 33px;
    padding: 0.5625em 0.4375em 0;
    margin-top: 0.3125em;
}
    /* line 223, ../sass/style.scss */
    .customSelect .customSelectInner {
        background: url(../images/select-arrow.jpg) no-repeat center right;
        height: 17px;
        overflow: hidden;
        padding-right: 16px;
    }

/* line 232, ../sass/style.scss */
.img-carregando {
    margin: 0 auto;
    text-align: center;
    width: 196px;
}

.img-carregando-login {
    margin: 0 auto;
    text-align: center;
    width: 196px;
    padding-top: 200px;
}

.fundo-login {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    opacity: 0.7;
}

/* line 238, ../sass/style.scss */
#ui-datepicker-div {
    display: none;
}

/*====================================================================
Header
======================================================================*/
/* line 246, ../sass/style.scss */
header {
    background: #121f3c;
}
    /* line 249, ../sass/style.scss */
    header .top-hdr {
        height: 17.5em;
    }

@media only screen and (min-width: 985px) {
    /* line 249, ../sass/style.scss */
    header .top-hdr {
        height: 4.375em;
    }
}
/* line 256, ../sass/style.scss */
header .top-hdr h1 {
    display: inline-block;
    margin: 0;
}
    /* line 260, ../sass/style.scss */
    header .top-hdr h1 a {
        background-image: url("../images/sprite.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        display: block;
        text-indent: -9999px;
        height: 43px;
        margin: 0.4375em 0;
        width: 147px;
    }
/* line 269, ../sass/style.scss */
header .top-hdr .con-login {
    padding-top: 2.5em;
}

@media only screen and (min-width: 985px) {
    /* line 269, ../sass/style.scss */
    header .top-hdr .con-login {
        padding-top: 0;
    }
}
/* line 276, ../sass/style.scss */
header .top-hdr .con-login label {
    color: white;
    display: block;
    font-family: "PT Sans", sans-serif;
    font-size: 0.875em;
    font-weight: 100;
    margin: 1.875em 0.9375em 0 0;
    position: absolute;
    top: 0;
    text-transform: uppercase;
}

@media only screen and (min-width: 985px) {
    /* line 276, ../sass/style.scss */
    header .top-hdr .con-login label {
        float: right;
        position: relative;
        margin: 1.875em 0.9375em 0 0;
    }
}
/* line 295, ../sass/style.scss */
header .top-hdr .con-login .box-input {
    margin: 1.25em 0.625em 0 0;
    position: relative;
}

@media only screen and (min-width: 985px) {
    /* line 295, ../sass/style.scss */
    header .top-hdr .con-login .box-input {
        float: right;
    }
}
/* line 303, ../sass/style.scss */
header .top-hdr .con-login .box-input input {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    font-size: 0.8125em;
    padding: 0.625em 0.625em 0.3125em 1.875em;
    text-transform: uppercase;
    width: 100%;
}

@media only screen and (min-width: 985px) {
    /* line 303, ../sass/style.scss */
    header .top-hdr .con-login .box-inputbtn-login input {
        width: 10.5em;
    }

    header .top-hdr .con-login .box-inputbtn-loginJLR input {
        width: 10.5em;
    }
}
/* line 317, ../sass/style.scss */
header .top-hdr .con-login .box-input:before {
    background-image: url("../images/sprite.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    content: "";
    height: 19px;
    left: 5px;
    position: absolute;
    top: 3px;
    width: 15px;
}
/* line 329, ../sass/style.scss */
header .top-hdr .con-login .box-input.user:before {
    background-position: 0 -43px;
}
/* line 337, ../sass/style.scss */
header .top-hdr .con-login .box-input.pass:before {
    background-position: -16px -43px;
}
/* line 345, ../sass/style.scss */
header .top-hdr .con-login .btn-login {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #d7a207;
    border: 0;
    color: white;
    display: block;
    font-size: 0.8125em;
    padding: 0.4375em 0;
    text-align: center;
    text-transform: uppercase;
    width: 7.5em;
    margin-top: 1.5625em;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    bottom: -45px;
}

header .top-hdr .con-login .btn-loginJLR {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #005A2B;
    border: 0;
    color: white;
    display: block;
    font-size: 0.8125em;
    padding: 0.4375em 0;
    text-align: center;
    text-transform: uppercase;
    width: 7.5em;
    margin-top: 1.5625em;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    bottom: -45px;
}

/* Define ordenação de campos quando for redimensionado em tamanho menor */
@media only screen and (max-width: 985px) {
    header .top-hdr .con-login .user {
        bottom: 60px;
    }

    header .top-hdr .con-login .pass {
        bottom: -40px;
    }
}

/* line 89, ../sass/style.scss */
header .top-hdr .con-login .btn-login:hover {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
}

header .top-hdr .con-login .btn-loginJLR:hover {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
}

@media only screen and (min-width: 985px) {
    /* line 345, ../sass/style.scss */
    header .top-hdr .con-login .btn-login {
        float: right;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        bottom: 0;
    }

    header .top-hdr .con-login .btn-loginJLR {
        float: right;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        bottom: 0;
    }
}

/* Acerto para faixa que desalinhava campos de login */
@media only screen and (min-width: 985px) and (max-width: 991px) {
    header .top-hdr .con-login .user {
        bottom: 70px;
    }

    header .top-hdr .con-login .pass {
        bottom: 70px;
    }

    header .top-hdr .con-login .btn-login {
        bottom: 70px;
    }

    header .top-hdr .con-login .btn-loginJLR {
        bottom: 70px;
    }
}

/* line 364, ../sass/style.scss */
header .top-hdr .con-login .btn-login:hover {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    background: #b48806;
}

header .top-hdr .con-login .btn-loginJLR:hover {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    background: #005A2B;
}
/* line 373, ../sass/style.scss */
header .top-hdr .con-menu {
    display: none;
}
    /* line 376, ../sass/style.scss */
    header .top-hdr .con-menu ul {
        float: right;
        margin: 1.4375em 0;
        padding: 0;
    }
        /* line 381, ../sass/style.scss */
        header .top-hdr .con-menu ul li {
            float: left;
            margin-right: 1.875em;
        }
            /* line 385, ../sass/style.scss */
            header .top-hdr .con-menu ul li a {
                color: #fff;
                font-size: 14px;
            }
                /* line 389, ../sass/style.scss */
                header .top-hdr .con-menu ul li a:hover {
                    -webkit-transition: all 0.2s ease 0s !important;
                    -moz-transition: all 0.2s ease 0s !important;
                    transition: all 0.2s ease 0s !important;
                    text-decoration: underline;
                }
            /* line 396, ../sass/style.scss */
            header .top-hdr .con-menu ul li:before {
                background-image: url("../images/sprite.png");
                background-position: 0 0;
                background-repeat: no-repeat;
                display: block;
                text-indent: -9999px;
                content: "";
                cursor: pointer;
                float: left;
                height: 16px;
                margin-right: 0.625em;
            }
            /* line 407, ../sass/style.scss */
            header .top-hdr .con-menu ul li.add:before {
                background-position: -29px -44px;
                width: 14px;
            }
            /* line 416, ../sass/style.scss */
            header .top-hdr .con-menu ul li.follow:before {
                background-position: -45px -44px;
                width: 11px;
            }

            header .top-hdr .con-menu ul li.report:before {
                margin-top: 2px;
                background-position: -117px -80px;
                width: 20px;
                height: 18px;
            }

            /* line 425, ../sass/style.scss */
            header .top-hdr .con-menu ul li.simulate:before {
                background-position: -58px -44px;
                width: 15px;
            }
        /* line 434, ../sass/style.scss */
        header .top-hdr .con-menu ul.user-info {
            border-left: 1px solid #223345;
            display: none;
            margin: 0.625em 0;
            padding: 0.625em 0 0.625em 0.9375em;
        }

@media only screen and (min-width: 1024px) {
    /* line 434, ../sass/style.scss */
    header .top-hdr .con-menu ul.user-info {
        display: block;
    }
}
/* line 444, ../sass/style.scss */
header .top-hdr .con-menu ul.user-info li {
    margin: 0;
}
    /* line 447, ../sass/style.scss */
    header .top-hdr .con-menu ul.user-info li .avatar {
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        display: inline-block;
        float: left;
        height: 25px;
        margin-right: 0.9375em;
        overflow: hidden;
        width: 25px;
    }
    /* line 457, ../sass/style.scss */
    header .top-hdr .con-menu ul.user-info li .name {
        cursor: pointer !important;
        float: left;
        line-height: 7px;
        margin-top: 0.625em;
    }
        /* line 463, ../sass/style.scss */
        header .top-hdr .con-menu ul.user-info li .name:after {
            background-image: url("../images/sprite.png");
            background-position: -74px -47px;
            background-repeat: no-repeat;
            display: block;
            text-indent: -9999px;
            content: "";
            cursor: pointer !important;
            float: right;
            height: 5px;
            margin: 0 1.875em 0 0.9375em;
            width: 10px;
        }
/* line 477, ../sass/style.scss */
header .top-hdr .con-menu ul.user-info .dropdown-menu {
    margin: 1.25em 1.0625em 0 0;
    padding: 0 0.625em;
}
    /* line 481, ../sass/style.scss */
    header .top-hdr .con-menu ul.user-info .dropdown-menu:before {
        border-color: transparent transparent #fff transparent;
        border-style: solid;
        border-width: 5px;
        content: "";
        height: 5px;
        position: absolute;
        right: 9px;
        top: -10px;
    }
    /* line 492, ../sass/style.scss */
    header .top-hdr .con-menu ul.user-info .dropdown-menu li {
        border-bottom: 1px solid #ccc;
        padding: 0.3125em;
        width: 100%;
    }
        /* line 497, ../sass/style.scss */
        header .top-hdr .con-menu ul.user-info .dropdown-menu li:last-child {
            border: 0;
        }
        /* line 501, ../sass/style.scss */
        header .top-hdr .con-menu ul.user-info .dropdown-menu li:before {
            display: none;
        }
        /* line 505, ../sass/style.scss */
        header .top-hdr .con-menu ul.user-info .dropdown-menu li a {
            background: #fff !important;
            color: #444;
            cursor: pointer;
        }
/* line 521, ../sass/style.scss */
header .top-hdr.menu {
    height: 4.375em !important;
}
    /* line 524, ../sass/style.scss */
    header .top-hdr.menu .con-login {
        display: none;
    }
    /* line 528, ../sass/style.scss */
    header .top-hdr.menu .con-menu {
        display: block;
    }
/* line 536, ../sass/style.scss */
header .links-menus {
    display: none;
}

.horario-limite {
    display: none;
}

@media only screen and (min-width: 1024px) {
    /* line 536, ../sass/style.scss */
    header .links-menus {
        display: block;
    }

    .horario-limite {
        display: block;
        float: right;
        clear: right;
        margin-top: -1.25em;
        margin-right: 1.7rem;
        color: #bec3ce;
        text-align: right;
        font-size: 0.7em;
        font-family: Verdana;
    }
}

/* line 548, ../sass/style.scss */
.menu-anchor {
    width: 40px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 20px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background: #121f3c;
}

@media only screen and (min-width: 1024px) {
    /* line 548, ../sass/style.scss */
    .menu-anchor {
        display: none;
    }
}
/* line 565, ../sass/style.scss */
.menu-anchor:before {
    content: "";
    display: block;
    margin: 7px auto;
    width: 70%;
    height: 0.25em;
    background: #fff;
    box-shadow: 0 .45em 0 0 #fff, 0 .9em 0 0 #fff;
}

/* line 577, ../sass/style.scss */
menu {
    position: absolute;
    top: -196px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 180px;
    padding: 0;
    background: #172750;
    box-shadow: inset -2px -7px 7px 0 rgba(0, 0, 0, 0.1);
}
    /* line 589, ../sass/style.scss */
    menu a {
        display: block;
        border-bottom: 1px solid #233a6c;
        padding: 0.9375em;
        color: #FFF;
        text-decoration: none;
    }
        /* line 596, ../sass/style.scss */
        menu a:hover {
            background: #d7a207;
            color: #121f3c;
        }

/*
	Aqui você esconde o menu para fora da tela 
	O valor é exatamente a largura da sidebar
*/
/* line 609, ../sass/style.scss */
menu {
    -webkit-transform: translateY(-180px);
    -moz-transform: translateY(-180px);
    -ms-transform: translateY(-180px);
    transform: translateY(-180px);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
}

/* line 622, ../sass/style.scss */
html menu, body menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateX(0);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
}

/*
   Com a classe menu-active na tag HTML
*/
/* line 638, ../sass/style.scss */
.menu-active menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* line 646, ../sass/style.scss */
.menu-active html,
.menu-active body {
    -webkit-transform: translateY(180px);
    -moz-transform: translateY(180px);
    -ms-transform: translateY(180px);
    transform: translateY(180px);
}

/*====================================================================
Search
======================================================================*/
/* line 658, ../sass/style.scss */
.search {
    background: #fff;
    border-bottom: 1px solid #d1d1d1;
    padding: 0.875em;
}
    /* line 663, ../sass/style.scss */
    .search .row {
        /*height: 10em;*/
        height: auto;
    }

@media only screen and (min-width: 1270px) {
    /* line 663, ../sass/style.scss */
    .search .row {
        height: auto;
    }
}
/* line 670, ../sass/style.scss */
.search .row h2 {
    color: #0a61b2;
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin: 0 0.9375em 0 0;
    padding: 0.375em 0;
    text-transform: uppercase;
}

@media only screen and (min-width: 1270px) {
    /* line 670, ../sass/style.scss */
    .search .row h2 {
        float: left;
    }
}
/* line 685, ../sass/style.scss */
.search .row .field-search {
    /*margin-bottom: 0.9375em;*/
    overflow: hidden;
    /*width: 100%;*/
}
    /* line 690, ../sass/style.scss */
    /*.search .row .field-search.box-number {
        margin: 0 !important;
    }*/
    /* line 694, ../sass/style.scss */
    .search .row .field-search label {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #eaeaea;
        border: 1px solid #cacaca;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        color: #888;
        float: left;
        font-size: 0.75em;
        padding: 0.625em;
        text-transform: uppercase;
        width: 25%;
    }

@media only screen and (min-width: 520px) {
    /* line 694, ../sass/style.scss */
    .search .row .field-search label {
        width: 15%;
    }
}

/*@media only screen and (min-width: 1024px) {*/
@media only screen and (min-width: 680px) {
    /* line 694, ../sass/style.scss */
    .search .row .field-search label {
        width: auto;
    }

    /*.select {
        display: none !important;
    }*/
}
/* line 717, ../sass/style.scss */
.search .row .field-search input {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cacaca;
    border-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #444;
    float: left;
    font-size: 0.875em;
    padding: 0.4625em 0.625em;
}
    /* line 728, ../sass/style.scss */
    .search .row .field-search input.first-date, .search .row .field-search input.last-date {
        text-align: center;
        /*width: 6.875em;*/
    }
    /* line 733, ../sass/style.scss */
    .search .row .field-search input.client {
        /*width: 75%;*/
    }

@media only screen and (min-width: 520px) {
    /* line 733, ../sass/style.scss */
    .search .row .field-search input.client {
        /*width: 85%;*/
    }
}

@media only screen and (min-width: 1080px) {
    /* line 733, ../sass/style.scss */
    .search .row .field-search input.client {
        /*width: 7.5em;*/
    }
}
/* line 750, ../sass/style.scss */
/*.search .row .select {
    display: none;
    float: left;
    margin-right: 10px;
    width: 13.5%;
}*/

@media only screen and (min-width: 1370px) {
    /* line 750, ../sass/style.scss */
    /*.search .row .select {
        width: 14%;
    }*/
}

@media only screen and (min-width: 1410px) {
    /* line 750, ../sass/style.scss */
    /*.search .row .select {
        width: 15%;
    }*/
}
/* line 764, ../sass/style.scss */
.search .row .select select {
    width: 100%;
}
/* line 768, ../sass/style.scss */
.search .row .select .customSelect {
    height: 31px;
    margin: 0;
}
/* line 773, ../sass/style.scss */
.search .row .select .trigger, .search .row .select .activetrigger {
    margin: 0 !important;
}
/* line 779, ../sass/style.scss */
.search .row .bs-searchbox {
    margin: 0.625em;
}
    /* line 782, ../sass/style.scss */
    .search .row .bs-searchbox input {
        -webkit-transition: all 0.2s ease 0s !important;
        -moz-transition: all 0.2s ease 0s !important;
        transition: all 0.2s ease 0s !important;
        padding: 0.5em 0.5em;
        width: 100%;
    }
        /* line 788, ../sass/style.scss */
        .search .row .bs-searchbox input:focus {
            -webkit-transition: all 0.2s ease 0s !important;
            -moz-transition: all 0.2s ease 0s !important;
            transition: all 0.2s ease 0s !important;
            background: #f5f5f5;
        }
/* line 797, ../sass/style.scss */
.search .row .btn-search {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    /*-webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #0a61b2;
    border: 0;
    color: white;
    display: block;
    font-size: 0.78125em;
    padding: 0.59375em;
    text-align: center;
    text-transform: uppercase;
    /*width: 6.875em;*/
    /*margin-top: 1.4375em;*/
}
    /* line 89, ../sass/style.scss */
    .search .row .btn-search:hover {
        -webkit-transition: all 0.2s ease 0s !important;
        -moz-transition: all 0.2s ease 0s !important;
        transition: all 0.2s ease 0s !important;
    }
    /* line 803, ../sass/style.scss */
    .search .row .btn-search:hover {
        -webkit-transition: all 0.2s ease 0s !important;
        -moz-transition: all 0.2s ease 0s !important;
        transition: all 0.2s ease 0s !important;
        background: #084f90;
    }

@media only screen and (min-width: 1024px) {
    /* line 797, ../sass/style.scss */
    .search .row .btn-search {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) {
    /* line 797, ../sass/style.scss */
    /*.search .row .btn-search {
        width: 7.8125em;
    }*/
}
/* line 818, ../sass/style.scss */
.search .row .numero {
    /*width: 75%;*/
}

@media only screen and (min-width: 520px) {
    /* line 818, ../sass/style.scss */
    .search .row .numero {
        width: 85%;
    }
}

@media only screen and (min-width: 736px) {
    /* line 818, ../sass/style.scss */
    .search .row .numero {
        /*width: 6.625em;*/
    }
}

@media only screen and (min-width: 1024px) {
    /*@media only screen and (min-width: 1108px) {*/
    /* line 818, ../sass/style.scss */
    .search .row .numero {
        /*width: 7.625em;*/
    }
}

@media only screen and (min-width: 1080px) {
    /* line 818, ../sass/style.scss */
    .search .row .numero {
        /*width: 6.875em;*/
    }
}

@media only screen and (min-width: 1200px) {
    /* line 818, ../sass/style.scss */
    .search .row .numero {
        /*width: 6.875em;*/
    }
}

@media only screen and (min-width: 1260px) {
    /* line 818, ../sass/style.scss */
    .search .row .numero {
        /*width: 2.5em;*/
    }
}

@media only screen and (min-width: 1350px) {
    /* line 818, ../sass/style.scss */
    .search .row .numero {
        /*width: 6.25em;*/
    }
}
/* line 847, ../sass/style.scss */
/*.search .row .date {
    display: none;
    margin-right: 2.1875em;
    position: relative;
}*/
/* line 852, ../sass/style.scss */
.search .row .date img {
    margin-left: 0.3125em;
    position: absolute;
    top: 8px;
}
/* line 860, ../sass/style.scss */
.search .row .btn {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cacaca;
    border-radius: 4px;
    color: #444;
    font-size: 0.875em;
    margin-top: 0;
    width: 100%;
}

/*@media only screen and (min-width: 1024px) {*/
@media only screen and (min-width: 680px) {
    /* line 874, ../sass/style.scss */
    .search .row {
        /*height: 4.375em !important;*/ height: auto;
    }
    /* line 883, ../sass/style.scss */
    /*.search .field-search {
        float: left !important;
        margin: 0 0.625em 0 0 !important;
        overflow: visible !important;
        width: auto !important;
    }*/
    /* line 890, ../sass/style.scss */
    .search .date /*, .search .select */ {
        /*display: block !important;*/
    }

    /* line 894, ../sass/style.scss */
    /*.search .date {
        margin-right: 2.1875em !important;
    }*/
    /* line 898, ../sass/style.scss */
    /*.search .client {
        width: 6.25em !important;
    }*/
}

@media only screen and (min-width: 1108px) {
    /*.search .select {
        display: block !important;
    }*/
}

@media only screen and (min-width: 1024px) and (min-width: 1270px) {
    /* line 874, ../sass/style.scss */
    .search .row {
        /*height: 1.875em !important;*/ height: auto;
    }
}

@media only screen and (min-width: 1024px) and (min-width: 1200px) {
    /* line 898, ../sass/style.scss */
    /*.search .client {
        width: 7.5em !important;
    }*/
}

/*====================================================================
Dashboard
======================================================================*/
/* line 915, ../sass/style.scss */
.container-dash {
    position: relative;
}
    /* line 918, ../sass/style.scss */
    .container-dash .dashboard {
        position: relative;
        z-index: 2;
    }
    /* line 923, ../sass/style.scss */
    .container-dash .dashboard, .container-dash .placeholder {
        height: 100%;
        margin: 0;
        padding: 1.25em 0.625em 0;
        overflow-y: hidden;
        width: 100%;
    }
        /* line 930, ../sass/style.scss */
        .container-dash .dashboard li, .container-dash .placeholder li {
            float: left;
            margin: 0 0.625em 1.25em;
            /*min-height: 20em;*/
            padding: 0;
            position: relative;
            /*width: 95%;*/ /*repaginação*/
        }

            /*repaginação*/

            /*@media only screen and (min-width: 1020px) {
    
    .container-dash .dashboard li, .container-dash .placeholder li {
        min-height: 16.25em;
        width: 47.8%;
    }
}

@media only screen and (min-width: 1200px) {

    .container-dash .dashboard li, .container-dash .placeholder li {
        width: 31.5%;
    }
}



@media only screen and (min-width: 1400px) {
    .container-dash .dashboard li, .container-dash .placeholder li {
        width: 31.8%;
    }
}*/


            /* line 951, ../sass/style.scss */
            .container-dash .dashboard li.widget, .container-dash .placeholder li.widget {
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                border: 1px solid #cacaca;
                background-color: #fff;
                display: block;
                /*height: 15.625em;*/
                -webkit-transition: border-color 0.3s;
                -moz-transition: border-color 0.3s;
                transition: border-color 0.3s;
            }

@media only screen and (min-width: 1020px) {
    /* line 951, ../sass/style.scss */
    .container-dash .dashboard li.widget, .container-dash .placeholder li.widget {
        /*height: 20em;*/
    }
}

@media only screen and (min-width: 1200px) {
    /* line 951, ../sass/style.scss */
    .container-dash .dashboard li.widget, .container-dash .placeholder li.widget {
        /*height: 15.625em;*/
    }
}
/* line 969, ../sass/style.scss */
.container-dash .dashboard li.widget:hover, .container-dash .placeholder li.widget:hover {
    border: 1px solid #0a61b2;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
/* line 978, ../sass/style.scss */
.container-dash .dashboard li .widget-header, .container-dash .placeholder li .widget-header {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #b4bec7;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    cursor: move;
    font-family: "Lato", sans-serif;
    font-size: 0.875em;
    font-weight: 300;
    padding: 0.5em 0.625em 0.5em 1.375em;
    position: relative;
    text-transform: uppercase;
}
    /* line 992, ../sass/style.scss */
    .container-dash .dashboard li .widget-header:before, .container-dash .placeholder li .widget-header:before {
        background-image: url("../images/sprite.png");
        background-position: -87px -47px;
        background-repeat: no-repeat;
        display: block;
        text-indent: -9999px;
        content: "";
        height: 11px;
        left: 8px;
        position: absolute;
        top: 10px;
        width: 5px;
    }
    /* line 1002, ../sass/style.scss */
    .container-dash .dashboard li .widget-header .icon, .container-dash .placeholder li .widget-header .icon {
        background-image: url("../images/sprite.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        display: block;
        text-indent: -9999px;
        float: right;
        display: none;
        height: 10px;
        margin: 0.3125em 0 0 0.625em;
        width: 10px;
    }
        /* line 1010, ../sass/style.scss */
        .container-dash .dashboard li .widget-header .icon:hover, .container-dash .placeholder li .widget-header .icon:hover {
            cursor: pointer;
        }
        /* line 1014, ../sass/style.scss */
        .container-dash .dashboard li .widget-header .icon.icon-open, .container-dash .placeholder li .widget-header .icon.icon-open {
            background-position: -95px -47px;
        }
        /* line 1018, ../sass/style.scss */
        .container-dash .dashboard li .widget-header .icon.icon-remove, .container-dash .placeholder li .widget-header .icon.icon-remove {
            background-position: -108px -47px;
        }

@media only screen and (min-width: 1020px) {
    /* line 1002, ../sass/style.scss */
    .container-dash .dashboard li .widget-header .icon, .container-dash .placeholder li .widget-header .icon {
        display: block;
    }
}
/* line 1034, ../sass/style.scss */
.container-dash .placeholder {
    position: absolute;
    top: 0;
    z-index: 0;
}
    /* line 1039, ../sass/style.scss */
    .container-dash .placeholder .widget-placeholder {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #dcdcdc;
        border: 1px dotted #9f9f9f;
        visibility: visible !important;
    }

@media only screen and (min-width: 1020px) {
    /* line 1039, ../sass/style.scss */
    .container-dash .placeholder .widget-placeholder {
        height: 20em;
    }
}

@media only screen and (min-width: 1200px) {
    /* line 1039, ../sass/style.scss */
    .container-dash .placeholder .widget-placeholder {
        height: 15.625em;
    }
}
/* line 1053, ../sass/style.scss */
.container-dash .placeholder .widget-placeholder * {
    visibility: hidden;
}

/* line 1063, ../sass/style.scss */
.widget-content, .modal-content {
    padding: 0.5em 0.625em;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 1020px) {
    /* line 1063, ../sass/style.scss */
    .widget-content, .modal-content {
        height: 17.5em;
    }
}

@media only screen and (min-width: 1200px) {
    /* line 1063, ../sass/style.scss */
    .widget-content, .modal-content {
        height: 13.625em;
    }
}
/* line 1076, ../sass/style.scss */
.widget-content thead, .modal-content thead {
    border-bottom: 2px solid #cacaca;
    font-family: "Lato", sans-serif;
    font-size: 0.625em;
    text-transform: uppercase;
}
    /* line 1082, ../sass/style.scss */
    .widget-content thead th, .modal-content thead th {
        color: #121f3c;
        font-family: "Lato", sans-serif;
        font-weight: 600;
        padding: 0 0.75em 0.3125em;
        text-align: left;
        /*width: 50% !important;*/
    }
        /* line 1090, ../sass/style.scss */
        .widget-content thead th.sorting_asc, .modal-content thead th.sorting_asc {
            width: 33% !important;
        }
/* line 1098, ../sass/style.scss */
.widget-content table, .modal-content table {
    width: 100%;
}
    /* line 1103, ../sass/style.scss */
    .widget-content table tbody tr, .modal-content table tbody tr {
        border-bottom: 1px solid #cacaca;
    }
        /* line 1106, ../sass/style.scss */
        .widget-content table tbody tr:last-child, .modal-content table tbody tr:last-child {
            border: 0;
        }
        /* line 1110, ../sass/style.scss */
        .widget-content table tbody tr td, .modal-content table tbody tr td {
            color: #444;
            font-size: 0.75em;
            padding: 0.75em 0.625em;
            width: 20%;
        }
        /* line 1116, ../sass/style.scss */
        .widget-content table tbody tr:nth-child(2n+1):hover, .modal-content table tbody tr:nth-child(2n+1):hover {
            background-color: #edf7f7;
            cursor: pointer;
        }
        /* line 1121, ../sass/style.scss */
        .widget-content table tbody tr:nth-child(2n):hover, .modal-content table tbody tr:nth-child(2n):hover {
            background-color: #edf7f7;
            cursor: pointer;
        }
/* line 1132, ../sass/style.scss */
.widget-content p, .modal-content p {
    color: #444;
    font-size: 0.75em;
    margin: 0;
    padding: 1.25em;
}
/* line 1139, ../sass/style.scss */
.widget-content a, .modal-content a {
    color: #0a61b2;
}
/* line 1143, ../sass/style.scss */
.widget-content .chart-bar, .widget-content .chart-line, .modal-content .chart-bar, .modal-content .chart-line {
    margin: 3.75em 0;
}

@media only screen and (min-width: 420px) {
    /* line 1143, ../sass/style.scss */
    .widget-content .chart-bar, .widget-content .chart-line, .modal-content .chart-bar, .modal-content .chart-line {
        margin: 1.25em 0;
    }
}

@media only screen and (min-width: 540px) {
    /* line 1143, ../sass/style.scss */
    .widget-content .chart-bar, .widget-content .chart-line, .modal-content .chart-bar, .modal-content .chart-line {
        margin: 0;
    }
}

@media only screen and (min-width: 630px) {
    /* line 1143, ../sass/style.scss */
    .widget-content .chart-bar, .widget-content .chart-line, .modal-content .chart-bar, .modal-content .chart-line {
        width: 80%;
    }
}

@media only screen and (min-width: 1020px) {
    /* line 1143, ../sass/style.scss */
    .widget-content .chart-bar, .widget-content .chart-line, .modal-content .chart-bar, .modal-content .chart-line {
        width: 100%;
    }
}
/* line 1164, ../sass/style.scss */
.widget-content .canvas, .modal-content .canvas {
    cursor: pointer;
    width: 160px;
    float: left;
    margin: 1.5625em 2.5em;
}

@media only screen and (min-width: 420px) {
    /* line 1164, ../sass/style.scss */
    .widget-content .canvas, .modal-content .canvas {
        margin: 1.5625em 1.25em;
    }
}
/* line 1176, ../sass/style.scss */
.widget-content .chartbar, .modal-content .chartbar {
    height: 15.625em;
}
/* line 1180, ../sass/style.scss */
.widget-content .legend, .modal-content .legend {
    width: 15em;
    position: absolute;
    top: 210px;
}
    /* line 1185, ../sass/style.scss */
    .widget-content .legend .doughnut-legend, .modal-content .legend .doughnut-legend {
        overflow: hidden;
    }
        /* line 1188, ../sass/style.scss */
        .widget-content .legend .doughnut-legend li, .modal-content .legend .doughnut-legend li {
            color: #888;
            float: left;
            font-size: 0.6875em;
            min-height: 1.25em;
            padding-left: 14px;
            width: 27%;
        }
            /* line 1196, ../sass/style.scss */
            .widget-content .legend .doughnut-legend li span, .modal-content .legend .doughnut-legend li span {
                width: 1em;
                height: 1em;
                display: inline-block;
                left: 0;
                position: absolute;
            }

@media only screen and (min-width: 420px) {
    /* line 1180, ../sass/style.scss */
    .widget-content .legend, .modal-content .legend {
        right: 20px;
        top: 25px;
        width: 40%;
    }
        /* line 1213, ../sass/style.scss */
        .widget-content .legend li, .modal-content .legend li {
            float: none !important;
            padding-left: 20px !important;
            width: 100% !important;
        }
            /* line 1218, ../sass/style.scss */
            .widget-content .legend li span, .modal-content .legend li span {
                margin-right: 5px !important;
                position: absolute !important;
            }
}
/* line 1229, ../sass/style.scss */
.widget-content#line, .modal-content#line {
    cursor: crosshair;
}
/* line 1233, ../sass/style.scss */
.widget-content#bar, .modal-content#bar {
    cursor: pointer;
}

/* line 1241, ../sass/style.scss */
.tweets-box h2 {
    font-size: 1.25em;
    font-weight: 300;
    padding: 0 1.25em;
}

@media only screen and (min-width: 420px) {
    /* line 1241, ../sass/style.scss */
    .tweets-box h2 {
        font-size: 1.5625em;
    }
}

/*====================================================================
Page Search
======================================================================*/
/* line 1259, ../sass/style.scss */
.container-search {
    padding: 1.25em 1.25em 0;
    overflow: hidden;
    width: 100%;
}
    /* line 1264, ../sass/style.scss */
    .container-search .btn-voltar {
        -webkit-transition: all 0.2s ease 0s !important;
        -moz-transition: all 0.2s ease 0s !important;
        transition: all 0.2s ease 0s !important;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #0a61b2;
        border: 0;
        color: white;
        display: block;
        font-size: 0.8125em;
        padding: 0.5em 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        position: relative;
        display: none;
        width: 17.5em;
    }
        /* line 89, ../sass/style.scss */
        .container-search .btn-voltar:hover {
            -webkit-transition: all 0.2s ease 0s !important;
            -moz-transition: all 0.2s ease 0s !important;
            transition: all 0.2s ease 0s !important;
        }

@media only screen and (min-width: 1024px) {
    /* line 1264, ../sass/style.scss */
    .container-search .btn-voltar {
        display: block;
    }
}
/* line 1274, ../sass/style.scss */
.container-search .btn-voltar:hover {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    background: #084f90;
}
/* line 1279, ../sass/style.scss */
.container-search .btn-voltar:before {
    background-image: url("../images/sprite.png");
    background-position: -149px 0;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    content: "";
    height: 12px;
    left: 15px;
    position: absolute;
    top: 8px;
    width: 7px;
}
/* line 1291, ../sass/style.scss */
.container-search .search-resultado {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #cacaca;
    margin: 1.25em 0;
    padding: 1.25em;
    width: 100%;
}
    /* line 1299, ../sass/style.scss */
    .container-search .search-resultado tr {
        -webkit-transition: all 0.2s ease 0s !important;
        -moz-transition: all 0.2s ease 0s !important;
        transition: all 0.2s ease 0s !important;
        border-bottom: 1px solid #cacaca;
        color: #666;
        cursor: pointer;
    }
        /* line 1305, ../sass/style.scss */
        .container-search .search-resultado tr td {
            font-size: 0.8125em;
            padding: 0.625em 0;
        }
        /* line 1310, ../sass/style.scss */
        .container-search .search-resultado tr .view-icon {
            background-image: url("../images/view-icon.png");
            background-position: 0 0;
            background-repeat: no-repeat;
            display: block;
            text-indent: -9999px;
            height: 12px;
            margin-left: 1.875em;
            width: 19px;
        }
        /* line 1317, ../sass/style.scss */
        .container-search .search-resultado tr .number {
            font-size: 0.75em;
            font-weight: 600;
        }
        /* line 1322, ../sass/style.scss */
        .container-search .search-resultado tr .name {
            padding-right: 0.9375em;
            width: 20%;
        }
        /* line 1329, ../sass/style.scss */
        .container-search .search-resultado tr .status:before {
            background-image: url("../images/sprite.png");
            background-position: 0 -63px;
            background-repeat: no-repeat;
            display: block;
            text-indent: -9999px;
            content: "";
            float: left;
            height: 16px;
            margin-right: 0.9375em;
            width: 15px;
        }
        /* line 1340, ../sass/style.scss */
        .container-search .search-resultado tr .status.reanalise:before {
            background-position: 0 -80px;
        }
        /* line 1348, ../sass/style.scss */
        .container-search .search-resultado tr .status.reprovado:before {
            background-position: -40px -63px;
        }
        /* line 1356, ../sass/style.scss */
        .container-search .search-resultado tr .status.contabilizado:before {
            left: 10px;
            background-position: -60px -64px;
        }
        /* line 1365, ../sass/style.scss */
        .container-search .search-resultado tr .time {
            display: inline-block;
            margin-left: 0.625em;
        }
        /* line 1370, ../sass/style.scss */
        .container-search .search-resultado tr:hover {
            -webkit-transition: all 0.2s ease 0s !important;
            -moz-transition: all 0.2s ease 0s !important;
            transition: all 0.2s ease 0s !important;
            background: #edf7f7;
            color: #444;
        }
            /* line 1375, ../sass/style.scss */
            .container-search .search-resultado tr:hover .view-icon {
                background-position: 0 -12px;
            }
    /* line 1383, ../sass/style.scss */
    .container-search .search-resultado .table-header {
        background: #d2effe;
        border: 0;
        cursor: inherit;
        font-family: "Lato", sans-serif;
        font-size: 0.9375em;
        text-transform: none;
    }
        /* line 1391, ../sass/style.scss */
        .container-search .search-resultado .table-header:hover {
            background: #d2effe;
        }
        /* line 1395, ../sass/style.scss */
        .container-search .search-resultado .table-header th {
            color: #222;
            font-weight: normal;
            padding: 0.625em 0;
            text-align: left;
        }
    /* line 1404, ../sass/style.scss */
    .container-search .search-resultado .empty {
        text-align: center !important;
    }
    /* line 1408, ../sass/style.scss */
    .container-search .search-resultado .page-nav {
        margin: 1.25em auto 0;
        overflow: hidden;
        width: 35%;
    }

@media only screen and (min-width: 1024x) {
    /* line 1408, ../sass/style.scss */
    .container-search .search-resultado .page-nav {
        width: 25%;
    }
}
/* line 1417, ../sass/style.scss */
.container-search .search-resultado .page-nav li {
    float: left;
    margin-right: 0.3125em;
}
    /* line 1421, ../sass/style.scss */
    .container-search .search-resultado .page-nav li:last-child {
        margin: 0;
    }
    /* line 1425, ../sass/style.scss */
    .container-search .search-resultado .page-nav li a {
        color: #666;
        display: block;
        font-size: 0.9375em;
        font-weight: 600;
        height: 25px;
        padding-top: 0.1875em;
        text-align: center;
        width: 25px;
    }
        /* line 1435, ../sass/style.scss */
        .container-search .search-resultado .page-nav li a.selected {
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background: #0a61b2;
            color: #fff;
        }
/* line 1449, ../sass/style.scss */
.container-search .search-small {
    font-size: 0.8125em;
    width: 100%;
}
    /* line 1453, ../sass/style.scss */
    .container-search .search-small .name {
        width: 60% !important;
    }
    /* line 1457, ../sass/style.scss */
    .container-search .search-small .row-status {
        text-indent: -99999px !important;
    }

@media only screen and (min-width: 700px) {
    /* line 1449, ../sass/style.scss */
    .container-search .search-small {
        display: none;
    }
}
/* line 1467, ../sass/style.scss */
.container-search .search-large {
    display: none;
}

@media only screen and (min-width: 700px) {
    /* line 1467, ../sass/style.scss */
    .container-search .search-large {
        display: block;
        font-size: 0.8125em;
    }
}

@media only screen and (min-width: 1020px) {
    /* line 1467, ../sass/style.scss */
    .container-search .search-large {
        font-size: 0.9375em;
    }
}

/*====================================================================
View Proposta
======================================================================*/
/* line 1490, ../sass/style.scss */
.view-proposta .block-send {
    position: relative;
}
    /* line 1493, ../sass/style.scss */
    .view-proposta .block-send .status {
        background-image: url("../images/sprite.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        display: block;
        text-indent: -9999px;
        display: none;
        float: left;
        height: 17px;
        margin: 0.3125em 0.625em 0 0;
        width: 17px;
    }
        /* line 1501, ../sass/style.scss */
        .view-proposta .block-send .status.aprovado {
            background-position: -19px -81px;
        }
        /* line 1505, ../sass/style.scss */
        .view-proposta .block-send .status.reanalise {
            background-position: -37px -81px;
        }
        /* line 1509, ../sass/style.scss */
        .view-proposta .block-send .status.reprovado {
            background-position: -55px -63px;
        }


@media only screen and (min-width: 420px) {
    /* line 1493, ../sass/style.scss */
    .view-proposta .block-send .status {
        display: block;
    }
}
/* line 1519, ../sass/style.scss */
.view-proposta .block-send p {
    float: left;
    margin: 0;
    padding: 0.125em 1.25em 0 0;
}
/* line 1525, ../sass/style.scss */
.view-proposta .block-send .btn-imprimir {
    display: none;
    color: #444;
    font-size: 0.75em;
    font-weight: 600;
    position: absolute;
    right: 20px;
    text-transform: uppercase;
    top: 7px;
}
    /* line 1535, ../sass/style.scss */
    .view-proposta .block-send .btn-imprimir:before {
        background: url("../images/sprite.png") no-repeat -74px -78px;
        content: "";
        display: inline-block;
        height: 20px;
        margin: 0 0.625em;
        width: 17px;
    }

@media only screen and (min-width}: 1020px) {
    /* line 1525, ../sass/style.scss */
    .view-proposta .block-send .btn-imprimir {
        display: inline-block;
    }
}
/* line 1552, ../sass/style.scss */
.view-proposta fieldset {
    font-size: 0.75em;
    width: 100% !important;
}

@media only screen and (min-width: 540px) {
    /* line 1552, ../sass/style.scss */
    .view-proposta fieldset {
        font-size: 1em;
        width: 55% !important;
    }

    .view-proposta .modal fieldset.tablebox {
        width: 95% !important;
    }
}
/* line 1561, ../sass/style.scss */
.view-proposta fieldset ul {
    height: auto !important;
    margin: 0;
}

/*====================================================================
Alert
======================================================================*/
/* line 1576, ../sass/style.scss */
#notification {
    display: none;
    top: 10px;
    width: 15.625em;
    right: 20px;
    padding-top: 0.625em;
    position: fixed;
    z-index: 9999;
}

/* line 1586, ../sass/style.scss */
.noti-item {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    border-left: 5px solid #ffbe00;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    display: none;
    padding-top: 0.625em;
    position: relative;
}

@media only screen and (min-width: 1020px) {
    /* line 1586, ../sass/style.scss */
    .noti-item {
        display: block;
    }
}
/* line 1599, ../sass/style.scss */
.noti-item p {
    color: #888;
    font-size: 0.6875em;
    margin: 0;
    padding: 0.625em 0.9375em 1.25em;
}
/* line 1606, ../sass/style.scss */
.noti-item h3 {
    color: #677784;
    font-size: 0.75em;
    font-weight: 300;
    margin: 0;
    padding: 0 0.9375em;
    text-transform: uppercase;
}
/* line 1615, ../sass/style.scss */
.noti-item .noti-close {
    background-image: url("../images/sprite.png");
    background-position: -122px -46px;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
    display: block;
    height: 1em;
    position: absolute;
    right: 3px;
    top: 5px;
    width: 1em;
}

/* line 1628, ../sass/style.scss */
.noti-bottom {
    display: block;
    height: 20px;
}

/*====================================================================
Modal
======================================================================*/
/* line 1638, ../sass/style.scss */
.loading {
    background-color: rgba(2, 17, 50, 0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
}
    /* line 1645, ../sass/style.scss */
    .loading .loadingbox {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #fff;
        bottom: 0;
        height: 14.375em;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 14.375em;
    }
        /* line 1657, ../sass/style.scss */
        .loading .loadingbox img {
            bottom: 0;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
        }

/* line 1670, ../sass/style.scss */
.modal-open {
    overflow: hidden;
}
    /* line 1673, ../sass/style.scss */
    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

/* line 1680, ../sass/style.scss */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
    /* line 1692, ../sass/style.scss */
    .modal .modal-dialog {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #fff;
        bottom: 0;
        left: 0;
        margin: auto;
        position: fixed;
        right: 0;
        top: 0;
        width: 60em;
    }
        /* line 1703, ../sass/style.scss */
        .modal .modal-dialog .modal-header {
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            background: #b4bec7;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            padding: 0.5em 0.75em;
            overflow: hidden;
        }
            /* line 1711, ../sass/style.scss */
            .modal .modal-dialog .modal-header h4 {
                color: #fff;
                float: left;
                font-size: 0.8125em;
                font-weight: 300;
            }
            /* line 1718, ../sass/style.scss */
            .modal .modal-dialog .modal-header .close {
                color: #fff;
                float: right;
                font-weight: 100;
            }
        /* line 1726, ../sass/style.scss */
        .modal .modal-dialog .modal-content {
            height: auto;
            padding: 0.9em !important;
        }
            /* line 1730, ../sass/style.scss */
            .modal .modal-dialog .modal-content li {
                margin-top: 0.9375em;
            }
                /* line 1733, ../sass/style.scss */
                .modal .modal-dialog .modal-content li:first-child {
                    margin: 0;
                }
                /* line 1737, ../sass/style.scss */
                .modal .modal-dialog .modal-content li.box-btn {
                    margin: 0;
                }
                    /* line 1740, ../sass/style.scss */
                    .modal .modal-dialog .modal-content li.box-btn .btn {
                        width: 47%;
                    }
                    /* line 1744, ../sass/style.scss */
                    .modal .modal-dialog .modal-content li.box-btn .btn-cancelar {
                        background: #596e8b;
                        margin-right: 5.5%;
                    }
                        /* line 1748, ../sass/style.scss */
                        .modal .modal-dialog .modal-content li.box-btn .btn-cancelar:hover {
                            background: #4b5d75;
                        }
            /* line 1760, ../sass/style.scss */
            .modal .modal-dialog .modal-content .canvas.line {
                margin: 0;
            }
            /* line 1766, ../sass/style.scss */
            .modal .modal-dialog .modal-content thead {
                font-size: 0.75em;
            }
            /* line 1770, ../sass/style.scss */
            .modal .modal-dialog .modal-content td {
                font-size: 0.875em;
            }
            /* line 1774, ../sass/style.scss */
            .modal .modal-dialog .modal-content p {
                font-size: 1em;
            }
            /* line 1778, ../sass/style.scss */
            .modal .modal-dialog .modal-content .legend {
                width: 12.5em;
                top: 160px;
            }
                /* line 1784, ../sass/style.scss */
                .modal .modal-dialog .modal-content .legend .doughnut-legend li {
                    font-size: 0.875em;
                }
                    /* line 1787, ../sass/style.scss */
                    .modal .modal-dialog .modal-content .legend .doughnut-legend li span {
                        width: 1.25em;
                        height: 1.25em;
                    }
            /* line 1798, ../sass/style.scss */
            .modal .modal-dialog .modal-content .control-label, .modal .modal-dialog .modal-content .help-block {
                color: red;
                display: block;
                font-size: 12px;
                margin-top: 15px;
            }
        /* line 1807, ../sass/style.scss */
        .modal .modal-dialog.m-dados-clientes {
            height: 20em;
            width: 20.625em;
        }
            /* line 1811, ../sass/style.scss */
            .modal .modal-dialog.m-dados-clientes ul {
                height: 18.75em !important;
            }
        /* line 1817, ../sass/style.scss */
        .modal .modal-dialog.m-defaut {
            height: 13.75em;
            width: 19.375em;
        }
            /* line 1821, ../sass/style.scss */
            .modal .modal-dialog.m-defaut .ng-binding {
                color: #222;
                font-size: 14px;
                margin-top: 25px !important;
                text-align: center;
            }
            /* line 1828, ../sass/style.scss */
            .modal .modal-dialog.m-defaut .btn-continuar {
                left: 0;
                position: absolute;
                margin: 0 auto !important;
                right: 0;
            }
        /* line 1837, ../sass/style.scss */
        .modal .modal-dialog.m-dados-veiculos {
            height: 23.125em;
            width: 37.5em;
        }
            /* line 1841, ../sass/style.scss */
            .modal .modal-dialog.m-dados-veiculos ul {
                height: 4.375em !important;
            }
        /* line 1847, ../sass/style.scss */
        .modal .modal-dialog.m-add-veiculo {
            height: 16.25em;
        }
            /* line 1850, ../sass/style.scss */
            .modal .modal-dialog.m-add-veiculo ul {
                height: 14.375em !important;
            }
        /* line 1856, ../sass/style.scss */
        .modal .modal-dialog.m-delete {
            height: 10.625em;
            width: 26.25em;
        }
            /* line 1860, ../sass/style.scss */
            .modal .modal-dialog.m-delete p {
                color: #444;
                font-size: 0.875em;
                margin: 1.5625em 1.25em;
                text-align: center;
            }
            /* line 1867, ../sass/style.scss */
            .modal .modal-dialog.m-delete .row-form {
                padding: 0 1.25em !important;
                margin: 0 !important;
                overflow: visible;
            }
            /* line 1875, ../sass/style.scss */
            .modal .modal-dialog.m-delete .box-btn .btn {
                width: 47% !important;
                float: left !important;
                margin-top: 0 !important;
            }
                /* line 1880, ../sass/style.scss */
                .modal .modal-dialog.m-delete .box-btn .btn:last-child {
                    margin-right: 0 !important;
                }
        /* line 1890, ../sass/style.scss */
        .modal .modal-dialog.m-dashboard {
            height: 31.25em;
            width: 50.625em;
        }
            /* line 1894, ../sass/style.scss */
            .modal .modal-dialog.m-dashboard h4 {
                color: #677784;
                font-size: 0.875em;
                margin: 2px 0 0;
                text-transform: uppercase;
            }

            .modal .modal-dialog.m-dashboard thead {
                font-family: "Lato", sans-serif;
            }

                .modal .modal-dialog.m-dashboard thead th {
                    font-weight: normal;
                    text-align: left;
                    font-size: 0.875em;
                    color: #444;
                    font-weight: 600;
                    padding: 0.625em 0.5em;
                }


            .modal .modal-dialog.m-dashboard tr {
                border-bottom: 1px solid #cacaca;
                border: 0;
            }


                .modal .modal-dialog.m-dashboard tr td {
                    font-size: 0.81em;
                    color: #888;
                    padding: 0.4375em 0 0.4375em 0.5em;
                    font-weight: 500;
                }

                .modal .modal-dialog.m-dashboard tr .status {
                    background-image: url("../images/sprite.png");
                    background-position: 0 100px;
                    background-repeat: no-repeat;
                    display: block;
                    text-indent: -9999px;
                    cursor: pointer;
                    height: 16px;
                    width: 16px;
                    float: left;
                }

                    /* line 1501, ../sass/style.scss */
                    .modal .modal-dialog.m-dashboard tr .status.aprovado {
                        background-position: 0 -64px;
                    }
                    /* line 1505, ../sass/style.scss */
                    .modal .modal-dialog.m-dashboard tr .status.reanalise {
                        background-position: 0 -81px;
                    }
                    /* line 1509, ../sass/style.scss */
                    .modal .modal-dialog.m-dashboard tr .status.reprovado {
                        background-position: -40px -64px;
                    }
                    /* line 3299, ../sass/style.scss */
                    .modal .modal-dialog.m-dashboard tr .status.andamento {
                        background-position: -20px -64px;
                    }
                    /* line 3303, ../sass/style.scss */
                    .modal .modal-dialog.m-dashboard tr .status.contabilizado {
                        background-position: -60px -64px;
                    }



        /* line 1903, ../sass/style.scss */
        .modal .modal-dialog.m-pesquisar {
            bottom: initial;
            padding-bottom: 1.25em;
            min-height: 11.875em;
            top: 60px;
            width: 56.25em;
        }
            /* line 1912, ../sass/style.scss */
            .modal .modal-dialog.m-pesquisar .dropdown-menu li {
                margin: 0 !important;
            }
            /* line 1918, ../sass/style.scss */
            .modal .modal-dialog.m-pesquisar .radio-box {
                height: 1.875em !important;
                margin: 1.25em 1.25em 0 !important;
            }
            /* line 1923, ../sass/style.scss */
            .modal .modal-dialog.m-pesquisar .modal-content {
                height: 7.8125em;
                overflow: visible;
            }
            /* line 1928, ../sass/style.scss */
            .modal .modal-dialog.m-pesquisar .marca {
                margin-right: 2.5% !important;
                width: 30% !important;
            }
            /* line 1933, ../sass/style.scss */
            .modal .modal-dialog.m-pesquisar .ano {
                margin-right: 2.5% !important;
                margin-top: 0;
                width: 15% !important;
            }
            /* line 1939, ../sass/style.scss */
            .modal .modal-dialog.m-pesquisar .modelo {
                margin: 0;
                width: 35% !important;
            }
            /* line 1944, ../sass/style.scss */
            .modal .modal-dialog.m-pesquisar .box-btn {
                margin: 0;
                float: right !important;
                width: 15% !important;
            }
                /* line 1949, ../sass/style.scss */
                .modal .modal-dialog.m-pesquisar .box-btn .btn {
                    margin-top: 19px !important;
                    width: 88% !important;
                }
            /* line 1956, ../sass/style.scss */
            .modal .modal-dialog.m-pesquisar .search-resultado {
                margin: 0 1.25em;
                max-height: 27.5em;
                overflow-y: auto;
                width: 53.75em;
            }
                /* line 1962, ../sass/style.scss */
                .modal .modal-dialog.m-pesquisar .search-resultado .table-header {
                    background: #d2effe;
                    font-family: "Lato", sans-serif;
                    font-size: 1em;
                }
                    /* line 1967, ../sass/style.scss */
                    .modal .modal-dialog.m-pesquisar .search-resultado .table-header th {
                        font-weight: normal;
                        text-align: left;
                    }
                /* line 1974, ../sass/style.scss */
                .modal .modal-dialog.m-pesquisar .search-resultado tr {
                    border-bottom: 1px solid #cacaca;
                }
                    /* line 1977, ../sass/style.scss */
                    .modal .modal-dialog.m-pesquisar .search-resultado tr:last-child {
                        border: 0;
                    }
                    /* line 1981, ../sass/style.scss */
                    .modal .modal-dialog.m-pesquisar .search-resultado tr td, .modal .modal-dialog.m-pesquisar .search-resultado tr th {
                        padding: 0.4375em 0 0.4375em 0.5em;
                    }
                    /* line 1985, ../sass/style.scss */
                    .modal .modal-dialog.m-pesquisar .search-resultado tr td {
                        font-size: 0.8125em;
                        font-weight: bold;
                        color: #888;
                    }
                        /* line 1990, ../sass/style.scss */
                        .modal .modal-dialog.m-pesquisar .search-resultado tr td.price {
                            font-weight: 300;
                        }
                        /* line 1994, ../sass/style.scss */
                        .modal .modal-dialog.m-pesquisar .search-resultado tr td .btn-selecionar {
                            -webkit-transition: all 0.2s ease 0s !important;
                            -moz-transition: all 0.2s ease 0s !important;
                            transition: all 0.2s ease 0s !important;
                            -moz-border-radius: 5px;
                            -webkit-border-radius: 5px;
                            border-radius: 5px;
                            background: #0a61b2;
                            border: 0;
                            color: white;
                            display: block;
                            font-size: 0.75em;
                            padding: 0.1875em 0;
                            text-align: center;
                            text-transform: uppercase;
                            width: 75px;
                            color: #fff;
                            float: right;
                            font-weight: normal;
                            margin-right: 0.5em;
                        }
                            /* line 89, ../sass/style.scss */
                            .modal .modal-dialog.m-pesquisar .search-resultado tr td .btn-selecionar:hover {
                                -webkit-transition: all 0.2s ease 0s !important;
                                -moz-transition: all 0.2s ease 0s !important;
                                transition: all 0.2s ease 0s !important;
                            }
    /* line 2014, ../sass/style.scss */
    .modal .error:before {
        right: 97px !important;
        top: 75px !important;
    }
    /* line 2019, ../sass/style.scss */
    .modal .error:after {
        border-color: transparent transparent #cd2f50 transparent !important;
        top: 61px !important;
        right: 269px !important;
    }

/* line 2029, ../sass/style.scss */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(2, 17, 50, 0.7);
}

/*====================================================================
Main
======================================================================*/
/* line 2043, ../sass/style.scss */
.main {
    padding: 1.25em 0;
    overflow: hidden;
    width: 100%;
}
    /* line 2048, ../sass/style.scss */
    .main .block-send {
        color: #0a61b2;
        font-family: "Lato", sans-serif;
        margin: 0 0 1.25em;
        overflow: hidden;
        text-transform: uppercase;
    }
        /* line 2055, ../sass/style.scss */
        .main .block-send p {
            font-size: 1em;
            margin: 0;
            padding: 0.125em 1.25em 1.25em 0;
            text-align: center;
        }

@media only screen and (min-width: 770px) {
    /* line 2055, ../sass/style.scss */
    .main .block-send p {
        float: left;
        font-size: 1.375em;
        padding: 0.125em 1.25em 0 0;
    }
}
/* line 2068, ../sass/style.scss */
.main .block-send .box-button {
    float: right;
    position: relative;
}
    /* line 2072, ../sass/style.scss */
    .main .block-send .box-button:before {
        background-image: url("../images/sprite.png");
        background-position: -80px -64px;
        background-repeat: no-repeat;
        display: block;
        text-indent: -9999px;
        content: "";
        height: 15px;
        left: 10px;
        position: absolute;
        top: 8px;
        width: 16px;
        z-index: 10;
    }
    /* line 2083, ../sass/style.scss */
    .main .block-send .box-button .btn-enviar {
        -webkit-transition: all 0.2s ease 0s !important;
        -moz-transition: all 0.2s ease 0s !important;
        transition: all 0.2s ease 0s !important;
        -webkit-transition: all 0.2s ease 0s !important;
        -moz-transition: all 0.2s ease 0s !important;
        transition: all 0.2s ease 0s !important;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #d7a207;
        border: 0;
        color: white;
        display: block;
        font-size: 0.875em;
        padding: 0.5em 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        position: relative;
    }
        /* line 89, ../sass/style.scss */
        .main .block-send .box-button .btn-enviar:hover {
            -webkit-transition: all 0.2s ease 0s !important;
            -moz-transition: all 0.2s ease 0s !important;
            transition: all 0.2s ease 0s !important;
        }

@media only screen and (min-width: 770px) {
    /* line 2083, ../sass/style.scss */
    .main .block-send .box-button .btn-enviar {
        width: 15em;
    }
}
/* line 2092, ../sass/style.scss */
.main .block-send .box-button .btn-enviar:hover {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    background: #b48806;
}
/* line 2101, ../sass/style.scss */
.main .block-send .btn-editar {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #d7a207;
    border: 0;
    color: white;
    display: block;
    font-size: 0.875em;
    padding: 0.5em 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: relative;
}
    /* line 89, ../sass/style.scss */
    .main .block-send .btn-editar:hover {
        -webkit-transition: all 0.2s ease 0s !important;
        -moz-transition: all 0.2s ease 0s !important;
        transition: all 0.2s ease 0s !important;
    }

@media only screen and (min-width: 770px) {
    /* line 2101, ../sass/style.scss */
    .main .block-send .btn-editar {
        width: 15em;
    }
}
/* line 2110, ../sass/style.scss */
.main .block-send .btn-editar:hover {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    background: #b48806;
}
/* line 2121, ../sass/style.scss */
.main .accordion h2, .main .accordion h3 {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #6b83a2;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 0.875em;
    font-weight: 400;
    margin: 0.625em 0 0;
    padding: 0.625em 0.9375em 0.625em 2.1875em !important;
    position: relative;
    outline: none;
    text-transform: uppercase;
}
    /* line 2136, ../sass/style.scss */
    .main .accordion h2:before, .main .accordion h3:before {
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        border-width: 5px;
        content: "";
        display: inline-block;
        height: 5px;
        left: 12px;
        position: absolute;
        top: 12px;
    }
    /* line 2148, ../sass/style.scss */
    .main .accordion h2:first-child, .main .accordion h3:first-child {
        margin: 0;
    }
    /* line 2152, ../sass/style.scss */
    .main .accordion h2:hover, .main .accordion h3:hover {
        -webkit-transition: all 0.2s ease 0s !important;
        -moz-transition: all 0.2s ease 0s !important;
        transition: all 0.2s ease 0s !important;
        background: #0a61b2;
    }
    /* line 2157, ../sass/style.scss */
    .main .accordion h2.ui-state-active, .main .accordion h3.ui-state-active {
        display: block !important;
        background: #0a61b2;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
        /* line 2163, ../sass/style.scss */
        .main .accordion h2.ui-state-active:before, .main .accordion h3.ui-state-active:before {
            border-color: #fff transparent transparent transparent;
            top: 17px;
        }
    /* line 2172, ../sass/style.scss */
    .main .accordion h2.delete a, .main .accordion h3.delete a {
        color: #0a61b2;
        position: absolute;
        right: 10px;
    }
        /* line 2177, ../sass/style.scss */
        .main .accordion h2.delete a:before, .main .accordion h3.delete a:before {
            background-image: url("../images/sprite.png");
            background-position: -158px 0;
            background-repeat: no-repeat;
            display: block;
            text-indent: -9999px;
            content: "";
            height: 14px;
            left: -20px;
            position: absolute;
            top: 2px;
            width: 11px;
        }
/* line 2193, ../sass/style.scss */
.main .accordion .accordion-content {
    background: #fff;
    border: 1px solid #cacaca;
    border-top: 0;
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 1.25em 0;
}
    /* line 2203, ../sass/style.scss */
    .main .accordion .accordion-content .alert {
        margin: 0 auto 1.25em;
    }

@media only screen and (min-width: 520px) {
    /* line 2203, ../sass/style.scss */
    .main .accordion .accordion-content .alert {
        width: 30em;
    }
}
/* line 2212, ../sass/style.scss */
.main .accordion .accordion-content.first-accordion {
    display: block !important;
}
/* line 2216, ../sass/style.scss */
.main .accordion .accordion-content fieldset {
    border: 0;
    margin: 0 auto 1.5625em;
    padding: 0 1.25em;
    position: relative;
}

@media only screen and (min-width: 520px) {
    /* line 2216, ../sass/style.scss */
    .main .accordion .accordion-content fieldset {
        padding: 0;
        width: 30em;
    }
}
/* line 2227, ../sass/style.scss */
.main .accordion .accordion-content fieldset:last-child {
    margin-bottom: 0;
}
/* line 2231, ../sass/style.scss */
.main .accordion .accordion-content fieldset.tablebox {
    width: 95%;
}

.main .accordion .accordion-content .modal fieldset.tablebox {
    width: 95%;
}

.main .accordion .accordion-content .modal .row-form li {
    padding: 0.2em 0.2em;
}

    .main .accordion .accordion-content .modal .row-form li label {
        color: #444;
        display: block;
        font-size: 0.87em;
        font-weight: 700;
        padding: 0.1em 0.1em;
    }

/* line 2234, ../sass/style.scss */
.main .accordion .accordion-content fieldset.tablebox .table-header {
    background: #d2effe;
    font-family: "Lato", sans-serif;
}
    /* line 2239, ../sass/style.scss */
    .main .accordion .accordion-content fieldset.tablebox .table-header th {
        font-weight: normal;
        text-align: left;
        font-size: 0.875em;
        color: #444;
        font-weight: 600;
        padding: 0.625em 0.5em;
    }
        /* line 2243, ../sass/style.scss */
        .main .accordion .accordion-content fieldset.tablebox .table-header th.proposta {
            width: 105px;
        }
/* line 2251, ../sass/style.scss */
.main .accordion .accordion-content fieldset.tablebox tr {
    border-bottom: 1px solid #cacaca;
}

    /* line 2254, ../sass/style.scss */
    .main .accordion .accordion-content fieldset.tablebox tr:last-child {
        border: 0;
    }
    /* line 2258, ../sass/style.scss */
    .main .accordion .accordion-content fieldset.tablebox tr td, .main .accordion .accordion-content fieldset.tablebox tr th {
        padding: 0.4375em 0 0.4375em 0.5em;
    }
    /* line 2262, ../sass/style.scss */
    .main .accordion .accordion-content fieldset.tablebox tr td {
        font-size: 0.81em;
        color: #888;
        padding: 0.4375em 0 0.4375em 0.5em;
        font-weight: 600;
    }

    .main .accordion .accordion-content fieldset.tablebox tr .fichaProposta {
        background-image: url("../images/sprite.png");
        background-position: 0 100px;
        background-repeat: no-repeat;
        display: block;
        text-indent: -9999px;
        cursor: pointer;
        height: 15px;
        width: 15px;
        background-position: -60px -64px;
    }

    .main .accordion .accordion-content fieldset.tablebox tr .doc-icon {
        background-image: url("../images/sprite.png");
        background-repeat: no-repeat;
        display: block;
        text-indent: -9999px;
        cursor: pointer;
        height: 15px;
        width: 15px;
        background-position: -60px -64px;
        margin: 0.4375em 0.5em 0.4375em 0.5em;
    }

.doc-upload-icon {
    background-image: url("../images/IconDoc.PNG");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
    height: 15px;
    width: 15px;
    background-position: -6px -3px;
    margin: 0.1500em 0.5em 0.1500em 0.5em;
}
    /* line 2266, ../sass/style.scss */
    .main .accordion .accordion-content fieldset.tablebox tr td.price {
        font-weight: 300;
    }
    /* line 2272, ../sass/style.scss */
    .main .accordion .accordion-content fieldset.tablebox tr:hover {
        -webkit-transition: all 0.2s ease 0s !important;
        -moz-transition: all 0.2s ease 0s !important;
        transition: all 0.2s ease 0s !important;
        background: #edf7f7;
        color: #444;
    }
/* line 2282, ../sass/style.scss */
.main .accordion .accordion-content fieldset .ng-hide {
    height: auto !important;
}
    /* line 2285, ../sass/style.scss */
    .main .accordion .accordion-content fieldset .ng-hide .empresa-cnpj, .main .accordion .accordion-content fieldset .ng-hide .date {
        display: none !important;
    }

/* Cocate: */
.main .modal h4 {
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
}

    .main .modal h4.float {
        float: left;
    }


/* line 2293, ../sass/style.scss */
.main .accordion .accordion-content h4 {
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
}
    /* line 2298, ../sass/style.scss */
    .main .accordion .accordion-content h4.float {
        float: left;
    }
/* line 2304, ../sass/style.scss */
.main .accordion .accordion-content .header-accordion {
    overflow: hidden;
}
    /* line 2307, ../sass/style.scss */
    .main .accordion .accordion-content .header-accordion .checkbox {
        position: absolute;
        right: 0 !important;
    }
        /* line 2311, ../sass/style.scss */
        .main .accordion .accordion-content .header-accordion .checkbox label {
            font-size: 0.6875em;
        }
/* line 2319, ../sass/style.scss */
.main .accordion .accordion-content .row-form {
    height: 4.375em;
}
    /* line 2322, ../sass/style.scss */
    .main .accordion .accordion-content .row-form li {
        padding: 0.9375em 0 0.125em;
        position: relative;
        width: 100%;
    }

@media only screen and (min-width: 520px) {
    /* line 2322, ../sass/style.scss */
    .main .accordion .accordion-content .row-form li {
        float: left;
    }
}
/* line 2331, ../sass/style.scss */
.main .accordion .accordion-content .row-form li label {
    color: #444;
    display: block;
    font-size: 0.75em;
    font-weight: 700;
}
/* line 2338, ../sass/style.scss */
.main .accordion .accordion-content .row-form li input {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    padding: 0.5em 0.5em;
}
    /* line 2343, ../sass/style.scss */
    .main .accordion .accordion-content .row-form li input:focus {
        -webkit-transition: all 0.2s ease 0s !important;
        -moz-transition: all 0.2s ease 0s !important;
        transition: all 0.2s ease 0s !important;
        background: #f5f5f5;
    }
/* line 2350, ../sass/style.scss */
.main .accordion .accordion-content .row-form li select {
    padding: 0.5em 0.5em;
    width: 100% !important;
    white-space: nowrap;
}
/* line 2357, ../sass/style.scss */
.main .accordion .accordion-content .row-form li .customSelect, .main .accordion .accordion-content .row-form li .customSelectInner {
    width: 100% !important;
}
/* line 2361, ../sass/style.scss */
.main .accordion .accordion-content .row-form li.date {
    position: relative;
}
    /* line 2364, ../sass/style.scss */
    .main .accordion .accordion-content .row-form li.date img {
        margin-left: 0.625em;
        position: absolute;
        top: 40px;
    }

.main .accordion .accordion-content .row-form.col-3 li .chkseguro {
    float: left;
    margin: 13px 0px 0px 0px !important;
    width: 20px !important;
}
/* line 2376, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li {
    margin-right: 2.5%;
    width: 100%;
}

@media only screen and (min-width: 520px) {
    /* line 2376, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-2 li {
        width: 48.5%;
    }
}
/* line 2384, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li:last-child {
    margin: 0;
}
/* line 2388, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li.radio-box {
    padding: 2.5em 0 0 0.625em;
}
    /* line 2391, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-2 li.radio-box.contato {
        padding-left: 0;
        width: 100%;
    }

/* line 2388, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li.check-box {
    padding: 2.5em 0 0 0.625em;
    font-weight: bold;
}
/* line 2391, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li.radio-box.contato {
    padding-left: 0;
    width: 100%;
}


@media only screen and (min-width: 520px) {
    /* line 2391, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-2 li.radio-box.contato {
        width: 60%;
    }
}
/* line 2401, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li.radio-box label {
    float: left;
    font-weight: normal;
}
    /* line 2405, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-2 li.radio-box label:first-child {
        font-weight: bold;
    }
/* line 2411, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li.radio-box input {
    background: none;
    border: 0;
    float: left;
    margin: 1px;
    width: 30px !important;
}
/* line 2419, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li.radio-box.genero {
    padding: 0.9375em 0 0 0.625em;
}
    /* line 2422, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-2 li.radio-box.genero input {
        margin: 0 5px 0 0;
        width: 18px !important;
    }
    /* line 2427, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-2 li.radio-box.genero label {
        margin-right: 10px;
    }
        /* line 2430, ../sass/style.scss */
        .main .accordion .accordion-content .row-form.col-2 li.radio-box.genero label:first-child {
            margin: 0 0 15px 0;
            width: 100% !important;
        }
/* line 2443, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li.date input {
    width: 100%;
}

@media only screen and (min-width: 520px) {
    /* line 2443, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-2 li.date input {
        width: 87%;
    }
}
/* line 2454, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li.date-small {
    width: 25%;
    margin-right: 30px;
}
/* line 2459, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li.orgao {
    width: 68%;
}

.main .accordion .accordion-content .row-form.col-2 li.nome-banco {
    width: 75%;
}
/* line 2463, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li.cpf-conjuge {
    width: 100%;
}

@media only screen and (min-width: 520px) {
    /* line 2463, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-2 li.cpf-conjuge {
        width: 60%;
    }
}
/* line 2472, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li.conjuge {
    width: 100%;
}

@media only screen and (min-width: 520px) {
    /* line 2472, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-2 li.conjuge {
        width: 36%;
    }
}
/* line 2483, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li.cep-endereco input {
    float: left;
    width: 100%;
}

@media only screen and (min-width: 520px) {
    /* line 2483, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-2 li.cep-endereco input {
        width: 87%;
    }
}
/* line 2493, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li.cep-endereco .search-cep {
    background-image: url("../images/sprite.png");
    background-position: -148px -64px;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    float: left;
    height: 19px;
    margin: 10px 0 0 5px;
    width: 19px;
}
/* line 2503, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li.endereco {
    width: 100%;
}

@media only screen and (min-width: 520px) {
    /* line 2503, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-2 li.endereco {
        width: 75%;
    }
}
/* line 2512, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li.numero {
    width: 100%;
}

@media only screen and (min-width: 520px) {
    /* line 2512, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-2 li.numero {
        width: 22%;
    }
}
/* line 2521, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-2 li.ramal {
    width: 100%;
}

@media only screen and (min-width: 520px) {
    /* line 2521, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-2 li.ramal {
        width: 15%;
    }
}
/* line 2534, ../sass/style.scss */
.main .accordion .accordion-content .row-form.cards-box {
    height: auto;
}
    /* line 2537, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.cards-box li {
        margin-bottom: 1.5625em;
        width: 100%;
    }

@media only screen and (min-width: 520px) {
    /* line 2537, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.cards-box li {
        width: 33%;
    }
}
/* line 2545, ../sass/style.scss */
.main .accordion .accordion-content .row-form.cards-box li input {
    float: left;
    margin: 0;
    width: auto;
}
/* line 2551, ../sass/style.scss */
.main .accordion .accordion-content .row-form.cards-box li label {
    float: left;
    margin-left: 0.625em;
}
/* line 2560, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-3 {
    clear: both;
}
    /* line 2563, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-3 li {
        margin-right: 2.5%;
        width: 100%;
    }

@media only screen and (min-width: 520px) {
    /* line 2563, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-3 li {
        width: 31.6%;
    }
}
/* line 2571, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-3 li:last-child {
    margin: 0;
}
/* line 2575, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-3 li.date {
    width: 100%;
}
    /* line 2578, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-3 li.date.date-small {
        width: 25%;
        margin-right: 30px;
    }

@media only screen and (min-width: 520px) {
    /* line 2575, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-3 li.date {
        width: 50%;
    }
}
/* line 2587, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-3 li.date.base {
    margin-right: 1.125em;
    width: 30%;
}
/* line 2592, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-3 li.date input {
    width: 100%;
}

@media only screen and (min-width: 520px) {
    /* line 2592, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-3 li.date input {
        width: 87%;
    }
}
/* line 2601, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-3 li.date.admissao, .main .accordion .accordion-content .row-form.col-3 li.date.fundacao {
    width: 100%;
}

@media only screen and (min-width: 520px) {
    /* line 2601, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-3 li.date.admissao, .main .accordion .accordion-content .row-form.col-3 li.date.fundacao {
        width: 24.7%;
    }
}
/* line 2612, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-3 li.state {
    width: 100%;
}

@media only screen and (min-width: 520px) {
    /* line 2612, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-3 li.state {
        width: 35%;
    }
}
/* line 2621, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-3 li.city {
    width: 100%;
}

@media only screen and (min-width: 520px) {
    /* line 2621, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-3 li.city {
        width: 31%;
    }
}
/* line 2630, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-3 li.empresa-cnpj {
    margin-left: 2.5%;
    width: 100%;
}

@media only screen and (min-width: 520px) {
    /* line 2630, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-3 li.empresa-cnpj {
        width: 40%;
    }
}
/* line 2640, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-3 li.n-ddd {
    width: 13%;
}
/* line 2644, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-3 li.n-telefone {
    width: 33%;
}
/* line 2648, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-3 li.email {
    width: 48.5%;
}
/* line 2654, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-3 .checkbox {
    margin-left: 2% !important;
    overflow: hidden;
    width: 25%;
}

.main .accordion .accordion-content .row-form.col-3 .checkboxseguro {
    margin-left: 0% !important;
    overflow: hidden;
    width: 25%;
}

    .main .accordion .accordion-content .row-form.col-3 .checkboxseguro input {
        display: inline-block;
        float: left;
        margin: 13px 0 0 0;
    }
/* line 2659, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-3 .checkbox input {
    display: inline-block;
    float: left;
    margin: 13px 0 0 20px;
    width: 14px;
}

/* line 2666, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-3 .checkbox label {
    display: block;
    width: 100%;
}
/* line 2677, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-4 li {
    margin-right: 2.5%;
    width: 100%;
}

@media only screen and (min-width: 520px) {
    /* line 2677, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-4 li {
        width: 23%;
    }
}
/* line 2685, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-4 li:last-child {
    margin: 0;
}
/* line 2695, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-4 li.date.error label:before {
    right: 8%;
}

/* line 2711, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-5 li {
    margin-right: 2.5%;
    width: 100%;
}

@media only screen and (min-width: 520px) {
    /* line 2711, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-5 li {
        width: 18%;
    }
}
/* line 2719, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-5 li:last-child {
    margin: 0;
}
/* line 2729, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-custom .checkbox {
    margin-right: 2.5%;
    width: 6%;
}
    /* line 2733, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-custom .checkbox label {
        text-align: center;
    }
    /* line 2737, ../sass/style.scss */
    .main .accordion .accordion-content .row-form.col-custom .checkbox input {
        margin-top: 15px;
    }
/* line 2743, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-custom .modelo-ano {
    margin-right: 2.5%;
    width: 20%;
}
/* line 2748, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-custom .marca {
    width: 46%;
}

.main .accordion .accordion-content .row-form.col-custom .valor-financiado {
    margin-right: 0%;
    width: 47%;
}

.main .accordion .accordion-content .row-form.col-custom .data {
    margin-right: 2.5%;
    width: 24%;
}

.main .accordion .accordion-content .row-form.col-custom .qtde {
    margin-right: 2.5%;
    width: 15%;
}

.main .accordion .accordion-content .row-form.col-custom .TipoSimulacao {
    margin-right: 2.5%;
    width: 33%;
}

.main .accordion .accordion-content .row-form.col-custom .ValorSimulacao {
    margin-right: 0.0%;
    width: 47%;
}

.main .accordion .accordion-content .row-form.col-custom .TipoCobranca {
    margin-right: 2.5%;
    width: 25%;
}

.main .accordion .accordion-content .row-form.col-custom .SeguroGarantiaEstendida {
    margin-right: 2.5%;
    width: 35%;
}

.main .accordion .accordion-content .row-form.col-custom .PagamentoIof {
    margin-right: 0.0%;
    width: 35%;
}
/* line 2752, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-custom .empresa, .main .accordion .accordion-content .row-form.col-custom .empresa-cnpj {
    margin-right: 2.5%;
    width: 66%;
}
/* line 2757, ../sass/style.scss */
.main .accordion .accordion-content .row-form.col-custom .date {
    width: 25%;
}
.main .accordion .accordion-content .adicao-liberado,
.main .accordion .accordion-content .bloquear-adicao {
    margin-right: 15px;
}
.main .accordion .accordion-content .adicao-liberado {
    cursor: pointer;
    color: #CBA639;
}
.main .accordion .accordion-content .bloquear-adicao {
    color: #D1D1D1;
}
/* line 2763, ../sass/style.scss */
.main .accordion .accordion-content .row-form .btn-form {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #0a61b2;
    border: 0;
    color: white;
    display: block;
    font-size: 0.8125em;
    padding: 0.59375em 0;
    text-align: center;
    text-transform: uppercase;
    width: 7.8125em;
    float: right;
    margin: 1.25em 0;
}
    /* line 89, ../sass/style.scss */
    .main .accordion .accordion-content .row-form .btn-form:hover {
        -webkit-transition: all 0.2s ease 0s !important;
        -moz-transition: all 0.2s ease 0s !important;
        transition: all 0.2s ease 0s !important;
    }
    /* line 2768, ../sass/style.scss */
    .main .accordion .accordion-content .row-form .btn-form:focus {
        background: #0a61b2;
    }
    /* line 2772, ../sass/style.scss */
    .main .accordion .accordion-content .row-form .btn-form:hover {
        background: #084f90;
    }
    /* line 2776, ../sass/style.scss */
    .main .accordion .accordion-content .row-form .btn-form.btn-new {
        float: right;
        margin: 20px 0;
        width: 12.5em;
    }
    /* line 2782, ../sass/style.scss */
    .main .accordion .accordion-content .row-form .btn-form.btn-reaproveitar {
        background: #4B5D75;
        float: right;
        margin: 20px 0 0 2.5%;
        width: 20em;
    }
    /* line 2789, ../sass/style.scss */
    .main .accordion .accordion-content .row-form .btn-form.btn-cancelar {
        background: #596e8b;
        margin-right: 5.5%;
    }
        /* line 2793, ../sass/style.scss */
        .main .accordion .accordion-content .row-form .btn-form.btn-cancelar:hover {
            background: #4b5d75;
        }
    /* line 2799, ../sass/style.scss */
    .main .accordion .accordion-content .row-form .btn-form.btn-delete {
        background: #d01b4a;
        margin-right: 5.5%;
    }
        /* line 2803, ../sass/style.scss */
        .main .accordion .accordion-content .row-form .btn-form.btn-delete:hover {
            background: #b0173f;
        }
    /* line 2809, ../sass/style.scss */
    .main .accordion .accordion-content .row-form .btn-form.btn-add {
        margin-right: 5.5%;
    }
    /* line 2813, ../sass/style.scss */
    .main .accordion .accordion-content .row-form .btn-form.btn-sim {
        background: #596e8b;
    }
        /* line 2816, ../sass/style.scss */
        .main .accordion .accordion-content .row-form .btn-form.btn-sim:hover {
            background: #4b5d75;
        }
/* line 2826, ../sass/style.scss */
.main .accordion .accordion-content .simulacao {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
}
    /* line 2829, ../sass/style.scss */
    .main .accordion .accordion-content .simulacao h4 {
        background: #d2effe;
        border-bottom: 1px solid #cacaca;
        color: #444;
        font-size: 0.875em;
        padding: 0.625em 0.5em;
    }
    /* line 2837, ../sass/style.scss */
    .main .accordion .accordion-content .simulacao ul {
        margin: 0;
        padding: 2px 0;
    }
        /* line 2841, ../sass/style.scss */
        .main .accordion .accordion-content .simulacao ul li {
            border-bottom: 1px solid #cacaca;
            padding: 0.375em 0.5em;
            overflow: hidden;
        }
            /* line 2846, ../sass/style.scss */
            .main .accordion .accordion-content .simulacao ul li label {
                color: #888;
                float: left;
                font-size: 0.8125em;
                font-weight: 600;
            }
                /* line 2852, ../sass/style.scss */
                .main .accordion .accordion-content .simulacao ul li label.right {
                    float: right;
                    font-weight: 300;
                }
            /* line 2859, ../sass/style.scss */
            .main .accordion .accordion-content .simulacao ul li.box-btn {
                border: 0;
                margin-top: 1.25em;
                padding: 0;
            }
                /* line 2864, ../sass/style.scss */
                .main .accordion .accordion-content .simulacao ul li.box-btn .btn-protocolo {
                    width: 12.5em;
                }
                /* line 2868, ../sass/style.scss */
                .main .accordion .accordion-content .simulacao ul li.box-btn .btn-limpar {
                    background: #596e8b;
                    margin-right: 1.25em;
                    width: 11.25em;
                }
                    /* line 2873, ../sass/style.scss */
                    .main .accordion .accordion-content .simulacao ul li.box-btn .btn-limpar:hover {
                        background: #4b5d75;
                    }
/* line 2891, ../sass/style.scss */
.main .accordion.error-accordion .error-alert {
    background: #cd2f50;
}
    /* line 2894, ../sass/style.scss */
    .main .accordion.error-accordion .error-alert:after {
        background-image: url("../images/sprite.png");
        background-position: -155px -46px;
        background-repeat: no-repeat;
        display: block;
        text-indent: -9999px;
        content: "";
        height: 15px;
        left: 130px;
        position: absolute;
        top: 9px;
        width: 15px;
    }
/* line 2906, ../sass/style.scss */
.main .accordion.error-accordion .error {
    position: relative;
    /*&:before {
      @include achor-effect;
      opacity: 0;
      background: $alert;
      color: #fff;
      content: "Preencha o campo corretamente!";
      font-size: 12px;
      padding: em-calc(5) em-calc(10);
      position: absolute;
      right: -209px;
      top: 39px;
      z-index: 9999;
  }
  
  &:after {
      @include achor-effect;
      opacity: 0;
      border-color: transparent $alert transparent transparent;
      border-style: solid;
      border-width: 7px;
      content: "";
      position: absolute;
      top: 43px;
      right: -16px;
      z-index: 9999;
  }
  
  &:hover {
      @include achor-effect;
      
      &:before, &:after {
          @include achor-effect;
          opacity: 1;
      }
      
  }//hover*/
}
    /* line 2909, ../sass/style.scss */
    .main .accordion.error-accordion .error label {
        color: #cd2f50 !important;
    }
    /* line 2913, ../sass/style.scss */
    .main .accordion.error-accordion .error input, .main .accordion.error-accordion .error select, .main .accordion.error-accordion .error button {
        border: 1px solid #cd2f50 !important;
    }
        /* line 2916, ../sass/style.scss */
        .main .accordion.error-accordion .error input .filter-option, .main .accordion.error-accordion .error select .filter-option, .main .accordion.error-accordion .error button .filter-option {
            margin-left: 5px;
        }
    /* line 2961, ../sass/style.scss */
    .main .accordion.error-accordion .error label:before {
        background-image: url("../images/sprite.png");
        background-position: -139px -46px;
        background-repeat: no-repeat;
        display: block;
        text-indent: -9999px;
        content: "";
        height: 15px;
        right: 2%;
        position: absolute;
        top: 43px;
        width: 15px;
        z-index: 1000;
    }
    /* line 2974, ../sass/style.scss */
    .main .accordion.error-accordion .error .input-block-level {
        border-color: #ccc !important;
    }
    /* line 2982, ../sass/style.scss */
    .main .accordion.error-accordion .error.error-select label:before {
        right: 10%;
    }
/* line 3000, ../sass/style.scss */
.main .accordion .date.error label:before, .main .accordion .cep-endereco.error label:before {
    right: 17%;
}
/* line 3010, ../sass/style.scss */
.main .accordion .search-box {
    height: 2.5em !important;
}
    /* line 3013, ../sass/style.scss */
    .main .accordion .search-box label {
        color: #000 !important;
        float: left;
        font-family: "Lato", sans-serif;
        font-size: 1em !important;
        padding: 5px 10px 0 0;
        text-transform: uppercase;
    }
    /* line 3022, ../sass/style.scss */
    .main .accordion .search-box .btn-search {
        -webkit-transition: all 0.2s ease 0s !important;
        -moz-transition: all 0.2s ease 0s !important;
        transition: all 0.2s ease 0s !important;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #0a61b2;
        border: 0;
        color: white;
        display: block;
        font-size: 0.8125em;
        padding: 0.4375em 0;
        text-align: center;
        text-transform: uppercase;
        width: 9.375em;
        float: left;
        padding-left: 1.25em;
        position: relative;
        text-transform: none;
    }
        /* line 89, ../sass/style.scss */
        .main .accordion .search-box .btn-search:hover {
            -webkit-transition: all 0.2s ease 0s !important;
            -moz-transition: all 0.2s ease 0s !important;
            transition: all 0.2s ease 0s !important;
        }
        /* line 3029, ../sass/style.scss */
        .main .accordion .search-box .btn-search:before {
            background-image: url("../images/sprite.png");
            background-position: -99px -64px;
            background-repeat: no-repeat;
            display: block;
            text-indent: -9999px;
            content: "";
            height: 12px;
            left: 8px;
            position: absolute;
            top: 7px;
            width: 12px;
        }
/* line 3045, ../sass/style.scss */
.main .accordion .radio-box.fornecedor {
    height: 40px;
}
/* line 3049, ../sass/style.scss */
.main .accordion .radio-box li {
    margin-right: 0.9375em;
    width: auto !important;
}
    /* line 3053, ../sass/style.scss */
    .main .accordion .radio-box li input {
        float: left;
        margin: 0 !important;
        width: 20px !important;
    }
    /* line 3059, ../sass/style.scss */
    .main .accordion .radio-box li .radio-label {
        float: left;
        font-weight: 100 !important;
    }
    /* line 3064, ../sass/style.scss */
    .main .accordion .radio-box li .radio {
        font-weight: normal !important;
    }
/* line 3072, ../sass/style.scss */
.main .accordion.sub-accordion {
    padding: 0 0.625em;
}

@media only screen and (min-width: 770px) {
    /* line 3072, ../sass/style.scss */
    .main .accordion.sub-accordion {
        padding: 0 1.25em;
    }
}
/* line 3079, ../sass/style.scss */
.main .accordion.sub-accordion h3 {
    background: #dfe4e9;
    border: 1px solid #cacaca;
    border-radius: 0;
    color: #121f3c;
}
    /* line 3085, ../sass/style.scss */
    .main .accordion.sub-accordion h3:before {
        border-color: transparent transparent transparent #121f3c;
    }
    /* line 3091, ../sass/style.scss */
    .main .accordion.sub-accordion h3.ui-state-active:before {
        border-color: #121f3c transparent transparent transparent;
        top: 17px;
    }
/* line 3100, ../sass/style.scss */
.main .accordion.sub-accordion .accordion-content {
    border-radius: 0;
}
/* line 3106, ../sass/style.scss */
.main .accordion.sub-accordion.default .accordion-content {
    border: 1px solid #cacaca;
}
/* line 3116, ../sass/style.scss */
.main .add-accordion {
    background: #dfe4e9;
    border: 1px solid #cacaca;
    color: #121f3c;
    display: block;
    font-size: 0.875em;
    font-weight: 400;
    margin: 0.625em 1.375em 0;
    padding: 0.625em 0.9375em 0.625em 2.1875em;
    position: relative;
    outline: none;
    text-transform: uppercase;
}
    /* line 3129, ../sass/style.scss */
    .main .add-accordion:before {
        content: "+";
        display: inline-block;
        height: 5px;
        left: 12px;
        position: absolute;
        top: 9px;
    }

/*====================================================================
Sidebar
======================================================================*/
/* line 3147, ../sass/style.scss */
.sidebar {
    display: none;
}

@media only screen and (min-width: 1020px) {
    /* line 3147, ../sass/style.scss */
    .sidebar {
        display: block;
    }
}
/* line 3154, ../sass/style.scss */
.sidebar.f-side {
    position: fixed;
    right: 0;
    top: 20px;
}
/* line 3160, ../sass/style.scss */
.sidebar h3 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #b4bec7;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    display: block;
    font-size: 0.875em;
    font-weight: 400;
    margin: 0;
    padding: 0.625em 0.9375em;
    position: relative;
    outline: none;
    text-transform: uppercase;
}
/* line 3118, ../sass/style.scss */
.sidebar .side-box {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #cacaca;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0.6em;
}
    /* line 3185, ../sass/style.scss */
    .sidebar .side-box .side-content {
        margin-bottom: 0.6em;
    }
        /* line 3188, ../sass/style.scss */
        .sidebar .side-box .side-content:last-child {
            margin: 0;
        }
        /* line 3192, ../sass/style.scss */
        .sidebar .side-box .side-content h4 {
            background: #d2effe;
            color: #444;
            font-size: 0.9375em;
            font-weight: 300;
            margin: 0;
            padding: 0.625em 0.5em;
            position: relative;
            text-transform: uppercase;
        }
            /* line 3202, ../sass/style.scss */
            .sidebar .side-box .side-content h4:before {
                background-image: url("../images/sprite.png");
                background-position: 0 100px;
                background-repeat: no-repeat;
                display: block;
                text-indent: -9999px;
                content: "";
                height: 15px;
                position: absolute !important;
                top: 12px;
                width: 15px;
            }
            /* line 3211, ../sass/style.scss */
            .sidebar .side-box .side-content h4.aprovado {
                padding-left: 2.5em;
            }
                /* line 3214, ../sass/style.scss */
                .sidebar .side-box .side-content h4.aprovado:before {
                    left: 10px;
                    background-position: 0 -64px;
                }
            /* line 3221, ../sass/style.scss */
            .sidebar .side-box .side-content h4.reprovado {
                padding-left: 2.5em;
            }
                /* line 3224, ../sass/style.scss */
                .sidebar .side-box .side-content h4.reprovado:before {
                    left: 10px;
                    background-position: -40px -64px;
                }
            /* line 3231, ../sass/style.scss */
            .sidebar .side-box .side-content h4.contabilizado {
                padding-left: 2.5em;
            }
                /* line 3234, ../sass/style.scss */
                .sidebar .side-box .side-content h4.contabilizado:before {
                    left: 10px;
                    background-position: -60px -64px;
                }
            /* line 3243, ../sass/style.scss */
            .sidebar .side-box .side-content h4.andamento {
                padding-left: 2.5em;
            }

                .sidebar .side-box .side-content h4.andamento:before {
                    left: 10px;
                    background-position: -20px -64px;
                }
        /* line 3252, ../sass/style.scss */
        .sidebar .side-box .side-content li {
            -webkit-transition: all 0.2s ease 0s !important;
            -moz-transition: all 0.2s ease 0s !important;
            transition: all 0.2s ease 0s !important;
            cursor: pointer;
            border-bottom: 1px solid #cacaca;
            padding: 0.5em;
            overflow: hidden;
        }
            /* line 3259, ../sass/style.scss */
            .sidebar .side-box .side-content li:last-child {
                border: 0;
            }
            /* line 3263, ../sass/style.scss */
            .sidebar .side-box .side-content li:hover {
                -webkit-transition: all 0.2s ease 0s !important;
                -moz-transition: all 0.2s ease 0s !important;
                transition: all 0.2s ease 0s !important;
                background: #edf7f7;
            }
            /* line 3268, ../sass/style.scss */
            .sidebar .side-box .side-content li label, .sidebar .side-box .side-content li a {
                color: #666;
                float: left;
                font-size: 0.8125em;
                margin-right: 1.25em;
            }
            /* line 3275, ../sass/style.scss */
            .sidebar .side-box .side-content li .nome {
                margin: 0;
            }
                /* line 3278, ../sass/style.scss */
                .sidebar .side-box .side-content li .nome:hover {
                    color: #444;
                    text-decoration: underline !important;
                }
            /* line 3285, ../sass/style.scss */
            .sidebar .side-box .side-content li .status {
                background-image: url("../images/sprite.png");
                background-position: 0 100px;
                background-repeat: no-repeat;
                display: block;
                text-indent: -9999px;
                cursor: pointer;
                height: 15px;
                width: 15px;
            }
                /* line 3291, ../sass/style.scss */
                .sidebar .side-box .side-content li .status.aprovado {
                    background-position: 0 -64px;
                }
                /* line 3295, ../sass/style.scss */
                .sidebar .side-box .side-content li .status.reprovado {
                    background-position: -40px -64px;
                }
                /* line 3299, ../sass/style.scss */
                .sidebar .side-box .side-content li .status.andamento {
                    background-position: -20px -64px;
                }
                /* line 3303, ../sass/style.scss */
                .sidebar .side-box .side-content li .status.contabilizado {
                    background-position: -60px -64px;
                }
            /* line 3309, ../sass/style.scss */
            .sidebar .side-box .side-content li .code {
                color: #444;
                font-weight: 600;
            }

/*====================================================================
Tabs
======================================================================*/
/* line 3326, ../sass/style.scss */
.tabs {
    margin: 0 0.625em;
}

@media only screen and (min-width: 770px) {
    /* line 3326, ../sass/style.scss */
    .tabs {
        margin: 0 1.25em;
    }
}
/* line 3333, ../sass/style.scss */
.tabs .nav-tabs {
    overflow: hidden;
}
    /* line 3336, ../sass/style.scss */
    .tabs .nav-tabs li {
        float: left;
        margin-left: 0.125em;
        width: 100%;
    }
        /* line 3341, ../sass/style.scss */
        .tabs .nav-tabs li.proponente {
            margin: 0;
        }

@media only screen and (min-width: 770px) {
    /* line 3336, ../sass/style.scss */
    .tabs .nav-tabs li {
        width: inherit;
    }
}
/* line 3349, ../sass/style.scss */
.tabs .nav-tabs li a {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    background: #dfe4e9;
    border: 1px solid #cacaca;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #444;
    display: block;
    font-size: 0.8125em;
    padding: 0.9375em 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

@media only screen and (min-width: 770px) {
    /* line 3349, ../sass/style.scss */
    .tabs .nav-tabs li a {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        width: 144.5px;
    }
}
/* line 3371, ../sass/style.scss */
.tabs .nav-tabs li a:hover {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    background: #d9dfe5;
    border: 1px solid #c5c5c5;
    border-bottom: 0;
}
/* line 3378, ../sass/style.scss */
.tabs .nav-tabs li a.avalista {
    position: relative;
}
    /* line 3381, ../sass/style.scss */
    .tabs .nav-tabs li a.avalista .delete {
        background-image: url("../images/sprite.png");
        background-position: -118px -64px;
        background-repeat: no-repeat;
        display: block;
        text-indent: -9999px;
        background-color: transparent;
        border: 0;
        content: "";
        height: 14px;
        right: 10px;
        position: absolute;
        top: 13px;
        width: 11px;
    }
/* line 3395, ../sass/style.scss */
.tabs .nav-tabs li a.add-avalista {
    padding-left: 30px;
    position: relative;
    text-align: left;
}
    /* line 3400, ../sass/style.scss */
    .tabs .nav-tabs li a.add-avalista:before {
        background-image: url("../images/sprite.png");
        background-position: -158px -28px;
        background-repeat: no-repeat;
        display: block;
        text-indent: -9999px;
        content: "";
        height: 15px;
        left: 10px;
        position: absolute;
        width: 14px;
    }
/* line 3417, ../sass/style.scss */
.tabs .nav-tabs li.active a {
    background: #7ca7e0;
    border-color: #7ca7e0;
    color: #fff;
}
    /* line 3424, ../sass/style.scss */
    .tabs .nav-tabs li.active a.avalista .delete {
        background-position: -131px -64px;
    }

/* line 3440, ../sass/style.scss */
.tab-content {
    border: 1px solid #cacaca;
    background: #f4f4f4;
    margin-top: -1px;
    padding: 1.25em 0;
}
    /* line 3446, ../sass/style.scss */
    .tab-content .tab-pane {
        display: none;
    }
    /* line 3450, ../sass/style.scss */
    .tab-content .active {
        display: block;
    }

/* line 3456, ../sass/style.scss */
.content-pessoa-f, .content-pessoa-j {
    display: none;
}

/* line 3462, ../sass/style.scss */
.pessoa-f .default {
    display: none;
}
/* line 3466, ../sass/style.scss */
.pessoa-f .content-pessoa-f {
    display: block;
}

/* line 3474, ../sass/style.scss */
.pessoa-j .default {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    display: none;
}
/* line 3479, ../sass/style.scss */
.pessoa-j .content-pessoa-j {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    display: block;
}

/*====================================================================
Calendar
======================================================================*/
/* line 3491, ../sass/style.scss */
.ui-datepicker-trigger {
    cursor: pointer;
}

/* line 3495, ../sass/style.scss */
.ui-datepicker {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #cacaca !important;
    border-top: 0;
    width: 11.875em;
    z-index: 9999 !important;
}
    /* line 3503, ../sass/style.scss */
    .ui-datepicker .ui-datepicker-header {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #6b83a2;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        position: relative;
        overflow: hidden;
        width: 100%;
    }
    /* line 3513, ../sass/style.scss */
    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        border-color: transparent #fff transparent transparent;
        border-style: solid;
        border-width: 5px;
        cursor: pointer;
        display: inline-block;
        float: left;
        height: 5px;
        margin: 0.8125em 0.625em;
        text-indent: -99999px;
    }
    /* line 3525, ../sass/style.scss */
    .ui-datepicker .ui-datepicker-next {
        border-color: transparent transparent transparent #fff;
        position: absolute;
        right: 0;
        top: 0;
    }
    /* line 3532, ../sass/style.scss */
    .ui-datepicker .ui-datepicker-title {
        color: #fff;
        font-size: 0.75em;
        padding: 0.9375em 4.375em 0;
        text-transform: uppercase;
    }
    /* line 3539, ../sass/style.scss */
    .ui-datepicker .ui-datepicker-calendar {
        font-size: 0.625em;
        margin: 10px;
        width: 90%;
    }
        /* line 3544, ../sass/style.scss */
        .ui-datepicker .ui-datepicker-calendar .ui-state-default {
            background: #e9f3fd;
            border: 1px solid #d1e2f3;
            color: #3d658c;
            display: block;
            height: 100%;
            padding: 0.125em;
            text-align: right;
            width: 100%;
        }
            /* line 3554, ../sass/style.scss */
            .ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active {
                background: #f9ed78;
                border-color: #fae444;
            }

/*Implementações Resource - Início*/
/* line 3567, ../sass/style.scss */
.btn-enviar-observacao {
    color: #fff !important;
    text-transform: uppercase;
    position: relative;
    font-family: inherit;
    display: block;
    font-size: 0.875em !important;
    border: 0 !important;
    width: 100px !important;
    float: right;
    background-color: #d7a207 !important;
}

/* line 3580, ../sass/style.scss */
.text-area-observacao {
    border-radius: 1em;
    outline: none;
    resize: none;
    width: 100%;
}

.lbl-bacen {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    /*color: #444;*/
    display: block;
    /*font-size: 0.81em;*/
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
    /*font-weight: 700;*/
    text-transform: uppercase;
}

.btn-listErro {
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
    /*-webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #0a61b2;
    border: 0;
    color: white;
    font-size: 0.78125em;
    padding: 0.59375em 0;
    padding-top: 0.35em;
    padding-bottom: 0.35em;
    text-align: center;
    text-transform: uppercase;
    width: 6.875em;
}

    .btn-listErro:hover {
        -webkit-transition: all 0.2s ease 0s !important;
        -moz-transition: all 0.2s ease 0s !important;
        transition: all 0.2s ease 0s !important;
    }

    .btn-listErro:hover {
        -webkit-transition: all 0.2s ease 0s !important;
        -moz-transition: all 0.2s ease 0s !important;
        transition: all 0.2s ease 0s !important;
        background: #084f90;
    }

.likStyle:link, .likStyle:visited {
    color: #0a61b2;
    text-decoration: underline;
    cursor: auto;
}

    .likStyle:link:active, .likStyle:visited:active {
        color: #0a61b2;
    }



/*Implementações Resource - Fim*/

/*Refatoração search-bar*/



.search input {
    max-width: 100%;
}

.search .container-fluid .row div {
    padding-left: 5px;
    padding-right: 5px;
}

.search .pesquisa-data, .search .pesquisa-select, .search .pesquisa-numero {
    display: none;
}

.search .row .btn-search {
    margin: 1em auto;
}

.search .row .field-search input {
    width: 75%;
}

@media (min-width: 768px) {
    .search .pesquisa-data, .search .pesquisa-numero {
        display: block;
    }

        .search .pesquisa-data img {
            visibility: hidden;
        }

    .search .row .field-search input {
        width: 60%;
    }

    .search .row .btn-search {
        float: right;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .search .pesquisa-data img {
        visibility: visible;
    }
}

@media (min-width: 1200px) {
    .search .pesquisa-data, .search .pesquisa-select, .search .pesquisa-numero {
        display: block;
    }
}

.clearfix:before, .clearfix:after {
    content: "020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.modal-footer-upload-documento {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer-upload-documento > :not(:first-child) {
    margin: 0px .25rem 0px .25rem;
}
.modal-body-upload-documento {
    position: relative;
    padding: 1rem;
    height: 170px;
}
.container-upload-documento {
    max-width: 1200px;
}

.container-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.container-buttons input[type="button"] {
    display: flex;
    margin: .5em;
}

.container-buttons input[type="file"] {
    visibility: hidden;
}

.btn-upload {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #15284b;
    border-radius: 0.2em;
    float: none;
    color: #15284b;
    padding: 0.5em 1em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    display: block;
    transition: all 0.5s;
}

.btn-upload:hover {
    background-color: #15284b;
    border: 1px solid #15284b;
    color: white;
}
.btn-upload.close {
    border: 1px solid transparent;
}
.btn-upload.close:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #15284b;
    color: #070f3d;
}
/*!
 * Font Awesome Free 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-brands-400.eot);
    src: url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-regular-400.eot);
    src: url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-solid-900.eot);
    src: url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(../../Areas/Concessionaria/Contents/Vendor/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    font-weight: 900
}

