﻿@charset 'UTF-8';
/* _config.scss */
/* _fonts.scss */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    margin-left: 2.14285714em;
    padding-left: 0;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    top: .14285714em;
    left: -2.14285714em;
    width: 2.14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    -o-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    line-height: 2em;
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
.fa-glass:before {
    content: '\f000';
}

.fa-music:before {
    content: '\f001';
}

.fa-search:before {
    content: '\f002';
}

.fa-envelope-o:before {
    content: '\f003';
}

.fa-heart:before {
    content: '\f004';
}

.fa-star:before {
    content: '\f005';
}

.fa-star-o:before {
    content: '\f006';
}

.fa-user:before {
    content: '\f007';
}

.fa-film:before {
    content: '\f008';
}

.fa-th-large:before {
    content: '\f009';
}

.fa-th:before {
    content: '\f00a';
}

.fa-th-list:before {
    content: '\f00b';
}

.fa-check:before {
    content: '\f00c';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: '\f00d';
}

.fa-search-plus:before {
    content: '\f00e';
}

.fa-search-minus:before {
    content: '\f010';
}

.fa-power-off:before {
    content: '\f011';
}

.fa-signal:before {
    content: '\f012';
}

.fa-gear:before,
.fa-cog:before {
    content: '\f013';
}

.fa-trash-o:before {
    content: '\f014';
}

.fa-home:before {
    content: '\f015';
}

.fa-file-o:before {
    content: '\f016';
}

.fa-clock-o:before {
    content: '\f017';
}

.fa-road:before {
    content: '\f018';
}

.fa-download:before {
    content: '\f019';
}

.fa-arrow-circle-o-down:before {
    content: '\f01a';
}

.fa-arrow-circle-o-up:before {
    content: '\f01b';
}

.fa-inbox:before {
    content: '\f01c';
}

.fa-play-circle-o:before {
    content: '\f01d';
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: '\f01e';
}

.fa-refresh:before {
    content: '\f021';
}

.fa-list-alt:before {
    content: '\f022';
}

.fa-lock:before {
    content: '\f023';
}

.fa-flag:before {
    content: '\f024';
}

.fa-headphones:before {
    content: '\f025';
}

.fa-volume-off:before {
    content: '\f026';
}

.fa-volume-down:before {
    content: '\f027';
}

.fa-volume-up:before {
    content: '\f028';
}

.fa-qrcode:before {
    content: '\f029';
}

.fa-barcode:before {
    content: '\f02a';
}

.fa-tag:before {
    content: '\f02b';
}

.fa-tags:before {
    content: '\f02c';
}

.fa-book:before {
    content: '\f02d';
}

.fa-bookmark:before {
    content: '\f02e';
}

.fa-print:before {
    content: '\f02f';
}

.fa-camera:before {
    content: '\f030';
}

.fa-font:before {
    content: '\f031';
}

.fa-bold:before {
    content: '\f032';
}

.fa-italic:before {
    content: '\f033';
}

.fa-text-height:before {
    content: '\f034';
}

.fa-text-width:before {
    content: '\f035';
}

.fa-align-left:before {
    content: '\f036';
}

.fa-align-center:before {
    content: '\f037';
}

.fa-align-right:before {
    content: '\f038';
}

.fa-align-justify:before {
    content: '\f039';
}

.fa-list:before {
    content: '\f03a';
}

.fa-dedent:before,
.fa-outdent:before {
    content: '\f03b';
}

.fa-indent:before {
    content: '\f03c';
}

.fa-video-camera:before {
    content: '\f03d';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: '\f03e';
}

.fa-pencil:before {
    content: '\f040';
}

.fa-map-marker:before {
    content: '\f041';
}

.fa-adjust:before {
    content: '\f042';
}

.fa-tint:before {
    content: '\f043';
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: '\f044';
}

.fa-share-square-o:before {
    content: '\f045';
}

.fa-check-square-o:before {
    content: '\f046';
}

.fa-arrows:before {
    content: '\f047';
}

.fa-step-backward:before {
    content: '\f048';
}

.fa-fast-backward:before {
    content: '\f049';
}

.fa-backward:before {
    content: '\f04a';
}

.fa-play:before {
    content: '\f04b';
}

.fa-pause:before {
    content: '\f04c';
}

.fa-stop:before {
    content: '\f04d';
}

.fa-forward:before {
    content: '\f04e';
}

.fa-fast-forward:before {
    content: '\f050';
}

.fa-step-forward:before {
    content: '\f051';
}

.fa-eject:before {
    content: '\f052';
}

.fa-chevron-left:before {
    content: '\f053';
}

.fa-chevron-right:before {
    content: '\f054';
}

.fa-plus-circle:before {
    content: '\f055';
}

.fa-minus-circle:before {
    content: '\f056';
}

.fa-times-circle:before {
    content: '\f057';
}

.fa-check-circle:before {
    content: '\f058';
}

.fa-question-circle:before {
    content: '\f059';
}

.fa-info-circle:before {
    content: '\f05a';
}

.fa-crosshairs:before {
    content: '\f05b';
}

.fa-times-circle-o:before {
    content: '\f05c';
}

.fa-check-circle-o:before {
    content: '\f05d';
}

.fa-ban:before {
    content: '\f05e';
}

.fa-arrow-left:before {
    content: '\f060';
}

.fa-arrow-right:before {
    content: '\f061';
}

.fa-arrow-up:before {
    content: '\f062';
}

.fa-arrow-down:before {
    content: '\f063';
}

.fa-mail-forward:before,
.fa-share:before {
    content: '\f064';
}

.fa-expand:before {
    content: '\f065';
}

.fa-compress:before {
    content: '\f066';
}

.fa-plus:before {
    content: '\f067';
}

.fa-minus:before {
    content: '\f068';
}

.fa-asterisk:before {
    content: '\f069';
}

.fa-exclamation-circle:before {
    content: '\f06a';
}

.fa-gift:before {
    content: '\f06b';
}

.fa-leaf:before {
    content: '\f06c';
}

.fa-fire:before {
    content: '\f06d';
}

.fa-eye:before {
    content: '\f06e';
}

.fa-eye-slash:before {
    content: '\f070';
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: '\f071';
}

.fa-plane:before {
    content: '\f072';
}

.fa-calendar {
    cursor: pointer;
}

    .fa-calendar:before {
        content: '\f073';
    }

.fa-random:before {
    content: '\f074';
}

.fa-comment:before {
    content: '\f075';
}

.fa-magnet:before {
    content: '\f076';
}

.fa-chevron-up:before {
    content: '\f077';
}

.fa-chevron-down:before {
    content: '\f078';
}

.fa-retweet:before {
    content: '\f079';
}

.fa-shopping-cart:before {
    content: '\f07a';
}

.fa-folder:before {
    content: '\f07b';
}

.fa-folder-open:before {
    content: '\f07c';
}

.fa-arrows-v:before {
    content: '\f07d';
}

.fa-arrows-h:before {
    content: '\f07e';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: '\f080';
}

.fa-twitter-square:before {
    content: '\f081';
}

.fa-facebook-square:before {
    content: '\f082';
}

.fa-camera-retro:before {
    content: '\f083';
}

.fa-key:before {
    content: '\f084';
}

.fa-gears:before,
.fa-cogs:before {
    content: '\f085';
}

.fa-comments:before {
    content: '\f086';
}

.fa-thumbs-o-up:before {
    content: '\f087';
}

.fa-thumbs-o-down:before {
    content: '\f088';
}

.fa-star-half:before {
    content: '\f089';
}

.fa-heart-o:before {
    content: '\f08a';
}

.fa-sign-out:before {
    content: '\f08b';
}

.fa-linkedin-square:before {
    content: '\f08c';
}

.fa-thumb-tack:before {
    content: '\f08d';
}

.fa-external-link:before {
    content: '\f08e';
}

.fa-sign-in:before {
    content: '\f090';
}

.fa-trophy:before {
    content: '\f091';
}

.fa-github-square:before {
    content: '\f092';
}

.fa-upload:before {
    content: '\f093';
}

.fa-lemon-o:before {
    content: '\f094';
}

.fa-phone:before {
    content: '\f095';
}

.fa-square-o:before {
    content: '\f096';
}

.fa-bookmark-o:before {
    content: '\f097';
}

.fa-phone-square:before {
    content: '\f098';
}

.fa-twitter:before {
    content: '\f099';
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: '\f09a';
}

.fa-github:before {
    content: '\f09b';
}

.fa-unlock:before {
    content: '\f09c';
}

.fa-credit-card:before {
    content: '\f09d';
}

.fa-feed:before,
.fa-rss:before {
    content: '\f09e';
}

.fa-hdd-o:before {
    content: '\f0a0';
}

.fa-bullhorn:before {
    content: '\f0a1';
}

.fa-bell:before {
    content: '\f0f3';
}

.fa-certificate:before {
    content: '\f0a3';
}

.fa-hand-o-right:before {
    content: '\f0a4';
}

.fa-hand-o-left:before {
    content: '\f0a5';
}

.fa-hand-o-up:before {
    content: '\f0a6';
}

.fa-hand-o-down:before {
    content: '\f0a7';
}

.fa-arrow-circle-left:before {
    content: '\f0a8';
}

.fa-arrow-circle-right:before {
    content: '\f0a9';
}

.fa-arrow-circle-up:before {
    content: '\f0aa';
}

.fa-arrow-circle-down:before {
    content: '\f0ab';
}

.fa-globe:before {
    content: '\f0ac';
}

.fa-wrench:before {
    content: '\f0ad';
}

.fa-tasks:before {
    content: '\f0ae';
}

.fa-filter:before {
    content: '\f0b0';
}

.fa-briefcase:before {
    content: '\f0b1';
}

.fa-arrows-alt:before {
    content: '\f0b2';
}

.fa-group:before,
.fa-users:before {
    content: '\f0c0';
}

.fa-chain:before,
.fa-link:before {
    content: '\f0c1';
}

.fa-cloud:before {
    content: '\f0c2';
}

.fa-flask:before {
    content: '\f0c3';
}

.fa-cut:before,
.fa-scissors:before {
    content: '\f0c4';
}

.fa-copy:before,
.fa-files-o:before {
    content: '\f0c5';
}

.fa-paperclip:before {
    content: '\f0c6';
}

.fa-save:before,
.fa-floppy-o:before {
    content: '\f0c7';
}

.fa-square:before {
    content: '\f0c8';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: '\f0c9';
}

.fa-list-ul:before {
    content: '\f0ca';
}

.fa-list-ol:before {
    content: '\f0cb';
}

.fa-strikethrough:before {
    content: '\f0cc';
}

.fa-underline:before {
    content: '\f0cd';
}

.fa-table:before {
    content: '\f0ce';
}

.fa-magic:before {
    content: '\f0d0';
}

.fa-truck:before {
    content: '\f0d1';
}

.fa-pinterest:before {
    content: '\f0d2';
}

.fa-pinterest-square:before {
    content: '\f0d3';
}

.fa-google-plus-square:before {
    content: '\f0d4';
}

.fa-google-plus:before {
    content: '\f0d5';
}

.fa-money:before {
    content: '\f0d6';
}

.fa-caret-down:before {
    content: '\f0d7';
}

.fa-caret-up:before {
    content: '\f0d8';
}

.fa-caret-left:before {
    content: '\f0d9';
}

.fa-caret-right:before {
    content: '\f0da';
}

.fa-columns:before {
    content: '\f0db';
}

.fa-unsorted:before,
.fa-sort:before {
    content: '\f0dc';
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: '\f0dd';
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: '\f0de';
}

.fa-envelope:before {
    content: '\f0e0';
}

.fa-linkedin:before {
    content: '\f0e1';
}

.fa-rotate-left:before,
.fa-undo:before {
    content: '\f0e2';
}

.fa-legal:before,
.fa-gavel:before {
    content: '\f0e3';
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: '\f0e4';
}

.fa-comment-o:before {
    content: '\f0e5';
}

.fa-comments-o:before {
    content: '\f0e6';
}

.fa-flash:before,
.fa-bolt:before {
    content: '\f0e7';
}

.fa-sitemap:before {
    content: '\f0e8';
}

.fa-umbrella:before {
    content: '\f0e9';
}

.fa-paste:before,
.fa-clipboard:before {
    content: '\f0ea';
}

.fa-lightbulb-o:before {
    content: '\f0eb';
}

.fa-exchange:before {
    content: '\f0ec';
}

.fa-cloud-download:before {
    content: '\f0ed';
}

.fa-cloud-upload:before {
    content: '\f0ee';
}

.fa-user-md:before {
    content: '\f0f0';
}

.fa-stethoscope:before {
    content: '\f0f1';
}

.fa-suitcase:before {
    content: '\f0f2';
}

.fa-bell-o:before {
    content: '\f0a2';
}

.fa-coffee:before {
    content: '\f0f4';
}

.fa-cutlery:before {
    content: '\f0f5';
}

.fa-file-text-o:before {
    content: '\f0f6';
}

.fa-building-o:before {
    content: '\f0f7';
}

.fa-hospital-o:before {
    content: '\f0f8';
}

.fa-ambulance:before {
    content: '\f0f9';
}

.fa-medkit:before {
    content: '\f0fa';
}

.fa-fighter-jet:before {
    content: '\f0fb';
}

.fa-beer:before {
    content: '\f0fc';
}

.fa-h-square:before {
    content: '\f0fd';
}

.fa-plus-square:before {
    content: '\f0fe';
}

.fa-angle-double-left:before {
    content: '\f100';
}

.fa-angle-double-right:before {
    content: '\f101';
}

.fa-angle-double-up:before {
    content: '\f102';
}

.fa-angle-double-down:before {
    content: '\f103';
}

.fa-angle-left:before {
    content: '\f104';
}

.fa-angle-right:before {
    content: '\f105';
}

.fa-angle-up:before {
    content: '\f106';
}

.fa-angle-down:before {
    content: '\f107';
}

.fa-desktop:before {
    content: '\f108';
}

.fa-laptop:before {
    content: '\f109';
}

.fa-tablet:before {
    content: '\f10a';
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: '\f10b';
}

.fa-circle-o:before {
    content: '\f10c';
}

.fa-quote-left:before {
    content: '\f10d';
}

.fa-quote-right:before {
    content: '\f10e';
}

.fa-spinner:before {
    content: '\f110';
}

.fa-circle:before {
    content: '\f111';
}

.fa-mail-reply:before,
.fa-reply:before {
    content: '\f112';
}

.fa-github-alt:before {
    content: '\f113';
}

.fa-folder-o:before {
    content: '\f114';
}

.fa-folder-open-o:before {
    content: '\f115';
}

.fa-smile-o:before {
    content: '\f118';
}

.fa-frown-o:before {
    content: '\f119';
}

.fa-meh-o:before {
    content: '\f11a';
}

.fa-gamepad:before {
    content: '\f11b';
}

.fa-keyboard-o:before {
    content: '\f11c';
}

.fa-flag-o:before {
    content: '\f11d';
}

.fa-flag-checkered:before {
    content: '\f11e';
}

.fa-terminal:before {
    content: '\f120';
}

.fa-code:before {
    content: '\f121';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: '\f122';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: '\f123';
}

.fa-location-arrow:before {
    content: '\f124';
}

.fa-crop:before {
    content: '\f125';
}

.fa-code-fork:before {
    content: '\f126';
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: '\f127';
}

.fa-question:before {
    content: '\f128';
}

.fa-info:before {
    content: '\f129';
}

.fa-exclamation:before {
    content: '\f12a';
}

.fa-superscript:before {
    content: '\f12b';
}

.fa-subscript:before {
    content: '\f12c';
}

.fa-eraser:before {
    content: '\f12d';
}

.fa-puzzle-piece:before {
    content: '\f12e';
}

.fa-microphone:before {
    content: '\f130';
}

.fa-microphone-slash:before {
    content: '\f131';
}

.fa-shield:before {
    content: '\f132';
}

.fa-calendar-o:before {
    content: '\f133';
}

.fa-fire-extinguisher:before {
    content: '\f134';
}

.fa-rocket:before {
    content: '\f135';
}

.fa-maxcdn:before {
    content: '\f136';
}

.fa-chevron-circle-left:before {
    content: '\f137';
}

.fa-chevron-circle-right:before {
    content: '\f138';
}

.fa-chevron-circle-up:before {
    content: '\f139';
}

.fa-chevron-circle-down:before {
    content: '\f13a';
}

.fa-html5:before {
    content: '\f13b';
}

.fa-css3:before {
    content: '\f13c';
}

.fa-anchor:before {
    content: '\f13d';
}

.fa-unlock-alt:before {
    content: '\f13e';
}

.fa-bullseye:before {
    content: '\f140';
}

.fa-ellipsis-h:before {
    content: '\f141';
}

.fa-ellipsis-v:before {
    content: '\f142';
}

.fa-rss-square:before {
    content: '\f143';
}

.fa-play-circle:before {
    content: '\f144';
}

.fa-ticket:before {
    content: '\f145';
}

.fa-minus-square:before {
    content: '\f146';
}

.fa-minus-square-o:before {
    content: '\f147';
}

.fa-level-up:before {
    content: '\f148';
}

.fa-level-down:before {
    content: '\f149';
}

.fa-check-square:before {
    content: '\f14a';
}

.fa-pencil-square:before {
    content: '\f14b';
}

.fa-external-link-square:before {
    content: '\f14c';
}

.fa-share-square:before {
    content: '\f14d';
}

.fa-compass:before {
    content: '\f14e';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: '\f150';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: '\f151';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: '\f152';
}

.fa-euro:before,
.fa-eur:before {
    content: '\f153';
}

.fa-gbp:before {
    content: '\f154';
}

.fa-dollar:before,
.fa-usd:before {
    content: '\f155';
}

.fa-rupee:before,
.fa-inr:before {
    content: '\f156';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: '\f157';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: '\f158';
}

.fa-won:before,
.fa-krw:before {
    content: '\f159';
}

.fa-bitcoin:before,
.fa-btc:before {
    content: '\f15a';
}

.fa-file:before {
    content: '\f15b';
}

.fa-file-text:before {
    content: '\f15c';
}

.fa-sort-alpha-asc:before {
    content: '\f15d';
}

.fa-sort-alpha-desc:before {
    content: '\f15e';
}

.fa-sort-amount-asc:before {
    content: '\f160';
}

.fa-sort-amount-desc:before {
    content: '\f161';
}

.fa-sort-numeric-asc:before {
    content: '\f162';
}

.fa-sort-numeric-desc:before {
    content: '\f163';
}

.fa-thumbs-up:before {
    content: '\f164';
}

.fa-thumbs-down:before {
    content: '\f165';
}

.fa-youtube-square:before {
    content: '\f166';
}

.fa-youtube:before {
    content: '\f167';
}

.fa-xing:before {
    content: '\f168';
}

.fa-xing-square:before {
    content: '\f169';
}

.fa-youtube-play:before {
    content: '\f16a';
}

.fa-dropbox:before {
    content: '\f16b';
}

.fa-stack-overflow:before {
    content: '\f16c';
}

.fa-instagram:before {
    content: '\f16d';
}

.fa-flickr:before {
    content: '\f16e';
}

.fa-adn:before {
    content: '\f170';
}

.fa-bitbucket:before {
    content: '\f171';
}

.fa-bitbucket-square:before {
    content: '\f172';
}

.fa-tumblr:before {
    content: '\f173';
}

.fa-tumblr-square:before {
    content: '\f174';
}

.fa-long-arrow-down:before {
    content: '\f175';
}

.fa-long-arrow-up:before {
    content: '\f176';
}

.fa-long-arrow-left:before {
    content: '\f177';
}

.fa-long-arrow-right:before {
    content: '\f178';
}

.fa-apple:before {
    content: '\f179';
}

.fa-windows:before {
    content: '\f17a';
}

.fa-android:before {
    content: '\f17b';
}

.fa-linux:before {
    content: '\f17c';
}

.fa-dribbble:before {
    content: '\f17d';
}

.fa-skype:before {
    content: '\f17e';
}

.fa-foursquare:before {
    content: '\f180';
}

.fa-trello:before {
    content: '\f181';
}

.fa-female:before {
    content: '\f182';
}

.fa-male:before {
    content: '\f183';
}

.fa-gittip:before,
.fa-gratipay:before {
    content: '\f184';
}

.fa-sun-o:before {
    content: '\f185';
}

.fa-moon-o:before {
    content: '\f186';
}

.fa-archive:before {
    content: '\f187';
}

.fa-bug:before {
    content: '\f188';
}

.fa-vk:before {
    content: '\f189';
}

.fa-weibo:before {
    content: '\f18a';
}

.fa-renren:before {
    content: '\f18b';
}

.fa-pagelines:before {
    content: '\f18c';
}

.fa-stack-exchange:before {
    content: '\f18d';
}

.fa-arrow-circle-o-right:before {
    content: '\f18e';
}

.fa-arrow-circle-o-left:before {
    content: '\f190';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: '\f191';
}

.fa-dot-circle-o:before {
    content: '\f192';
}

.fa-wheelchair:before {
    content: '\f193';
}

.fa-vimeo-square:before {
    content: '\f194';
}

.fa-turkish-lira:before,
.fa-try:before {
    content: '\f195';
}

.fa-plus-square-o:before {
    content: '\f196';
}

.fa-space-shuttle:before {
    content: '\f197';
}

.fa-slack:before {
    content: '\f198';
}

.fa-envelope-square:before {
    content: '\f199';
}

.fa-wordpress:before {
    content: '\f19a';
}

.fa-openid:before {
    content: '\f19b';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: '\f19c';
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: '\f19d';
}

.fa-yahoo:before {
    content: '\f19e';
}

.fa-google:before {
    content: '\f1a0';
}

.fa-reddit:before {
    content: '\f1a1';
}

.fa-reddit-square:before {
    content: '\f1a2';
}

.fa-stumbleupon-circle:before {
    content: '\f1a3';
}

.fa-stumbleupon:before {
    content: '\f1a4';
}

.fa-delicious:before {
    content: '\f1a5';
}

.fa-digg:before {
    content: '\f1a6';
}

.fa-pied-piper-pp:before {
    content: '\f1a7';
}

.fa-pied-piper-alt:before {
    content: '\f1a8';
}

.fa-drupal:before {
    content: '\f1a9';
}

.fa-joomla:before {
    content: '\f1aa';
}

.fa-language:before {
    content: '\f1ab';
}

.fa-fax:before {
    content: '\f1ac';
}

.fa-building:before {
    content: '\f1ad';
}

.fa-child:before {
    content: '\f1ae';
}

.fa-paw:before {
    content: '\f1b0';
}

.fa-spoon:before {
    content: '\f1b1';
}

.fa-cube:before {
    content: '\f1b2';
}

.fa-cubes:before {
    content: '\f1b3';
}

.fa-behance:before {
    content: '\f1b4';
}

.fa-behance-square:before {
    content: '\f1b5';
}

.fa-steam:before {
    content: '\f1b6';
}

.fa-steam-square:before {
    content: '\f1b7';
}

.fa-recycle:before {
    content: '\f1b8';
}

.fa-automobile:before,
.fa-car:before {
    content: '\f1b9';
}

.fa-cab:before,
.fa-taxi:before {
    content: '\f1ba';
}

.fa-tree:before {
    content: '\f1bb';
}

.fa-spotify:before {
    content: '\f1bc';
}

.fa-deviantart:before {
    content: '\f1bd';
}

.fa-soundcloud:before {
    content: '\f1be';
}

.fa-database:before {
    content: '\f1c0';
}

.fa-file-pdf-o:before {
    content: '\f1c1';
}

.fa-file-word-o:before {
    content: '\f1c2';
}

.fa-file-excel-o:before {
    content: '\f1c3';
}

.fa-file-powerpoint-o:before {
    content: '\f1c4';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: '\f1c5';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: '\f1c6';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: '\f1c7';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: '\f1c8';
}

.fa-file-code-o:before {
    content: '\f1c9';
}

.fa-vine:before {
    content: '\f1ca';
}

.fa-codepen:before {
    content: '\f1cb';
}

.fa-jsfiddle:before {
    content: '\f1cc';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: '\f1cd';
}

.fa-circle-o-notch:before {
    content: '\f1ce';
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: '\f1d0';
}

.fa-ge:before,
.fa-empire:before {
    content: '\f1d1';
}

.fa-git-square:before {
    content: '\f1d2';
}

.fa-git:before {
    content: '\f1d3';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: '\f1d4';
}

.fa-tencent-weibo:before {
    content: '\f1d5';
}

.fa-qq:before {
    content: '\f1d6';
}

.fa-wechat:before,
.fa-weixin:before {
    content: '\f1d7';
}

.fa-send:before,
.fa-paper-plane:before {
    content: '\f1d8';
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: '\f1d9';
}

.fa-history:before {
    content: '\f1da';
}

.fa-circle-thin:before {
    content: '\f1db';
}

.fa-header:before {
    content: '\f1dc';
}

.fa-paragraph:before {
    content: '\f1dd';
}

.fa-sliders:before {
    content: '\f1de';
}

.fa-share-alt:before {
    content: '\f1e0';
}

.fa-share-alt-square:before {
    content: '\f1e1';
}

.fa-bomb:before {
    content: '\f1e2';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: '\f1e3';
}

.fa-tty:before {
    content: '\f1e4';
}

.fa-binoculars:before {
    content: '\f1e5';
}

.fa-plug:before {
    content: '\f1e6';
}

.fa-slideshare:before {
    content: '\f1e7';
}

.fa-twitch:before {
    content: '\f1e8';
}

.fa-yelp:before {
    content: '\f1e9';
}

.fa-newspaper-o:before {
    content: '\f1ea';
}

.fa-wifi:before {
    content: '\f1eb';
}

.fa-calculator:before {
    content: '\f1ec';
}

.fa-paypal:before {
    content: '\f1ed';
}

.fa-google-wallet:before {
    content: '\f1ee';
}

.fa-cc-visa:before {
    content: '\f1f0';
}

.fa-cc-mastercard:before {
    content: '\f1f1';
}

.fa-cc-discover:before {
    content: '\f1f2';
}

.fa-cc-amex:before {
    content: '\f1f3';
}

.fa-cc-paypal:before {
    content: '\f1f4';
}

.fa-cc-stripe:before {
    content: '\f1f5';
}

.fa-bell-slash:before {
    content: '\f1f6';
}

.fa-bell-slash-o:before {
    content: '\f1f7';
}

.fa-trash:before {
    content: '\f1f8';
}

.fa-copyright:before {
    content: '\f1f9';
}

.fa-at:before {
    content: '\f1fa';
}

.fa-eyedropper:before {
    content: '\f1fb';
}

.fa-paint-brush:before {
    content: '\f1fc';
}

.fa-birthday-cake:before {
    content: '\f1fd';
}

.fa-area-chart:before {
    content: '\f1fe';
}

.fa-pie-chart:before {
    content: '\f200';
}

.fa-line-chart:before {
    content: '\f201';
}

.fa-lastfm:before {
    content: '\f202';
}

.fa-lastfm-square:before {
    content: '\f203';
}

.fa-toggle-off:before {
    content: '\f204';
}

.fa-toggle-on:before {
    content: '\f205';
}

.fa-bicycle:before {
    content: '\f206';
}

.fa-bus:before {
    content: '\f207';
}

.fa-ioxhost:before {
    content: '\f208';
}

.fa-angellist:before {
    content: '\f209';
}

.fa-cc:before {
    content: '\f20a';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: '\f20b';
}

.fa-meanpath:before {
    content: '\f20c';
}

.fa-buysellads:before {
    content: '\f20d';
}

.fa-connectdevelop:before {
    content: '\f20e';
}

.fa-dashcube:before {
    content: '\f210';
}

.fa-forumbee:before {
    content: '\f211';
}

.fa-leanpub:before {
    content: '\f212';
}

.fa-sellsy:before {
    content: '\f213';
}

.fa-shirtsinbulk:before {
    content: '\f214';
}

.fa-simplybuilt:before {
    content: '\f215';
}

.fa-skyatlas:before {
    content: '\f216';
}

.fa-cart-plus:before {
    content: '\f217';
}

.fa-cart-arrow-down:before {
    content: '\f218';
}

.fa-diamond:before {
    content: '\f219';
}

.fa-ship:before {
    content: '\f21a';
}

.fa-user-secret:before {
    content: '\f21b';
}

.fa-motorcycle:before {
    content: '\f21c';
}

.fa-street-view:before {
    content: '\f21d';
}

.fa-heartbeat:before {
    content: '\f21e';
}

.fa-venus:before {
    content: '\f221';
}

.fa-mars:before {
    content: '\f222';
}

.fa-mercury:before {
    content: '\f223';
}

.fa-intersex:before,
.fa-transgender:before {
    content: '\f224';
}

.fa-transgender-alt:before {
    content: '\f225';
}

.fa-venus-double:before {
    content: '\f226';
}

.fa-mars-double:before {
    content: '\f227';
}

.fa-venus-mars:before {
    content: '\f228';
}

.fa-mars-stroke:before {
    content: '\f229';
}

.fa-mars-stroke-v:before {
    content: '\f22a';
}

.fa-mars-stroke-h:before {
    content: '\f22b';
}

.fa-neuter:before {
    content: '\f22c';
}

.fa-genderless:before {
    content: '\f22d';
}

.fa-facebook-official:before {
    content: '\f230';
}

.fa-pinterest-p:before {
    content: '\f231';
}

.fa-whatsapp:before {
    content: '\f232';
}

.fa-server:before {
    content: '\f233';
}

.fa-user-plus:before {
    content: '\f234';
}

.fa-user-times:before {
    content: '\f235';
}

.fa-hotel:before,
.fa-bed:before {
    content: '\f236';
}

.fa-viacoin:before {
    content: '\f237';
}

.fa-train:before {
    content: '\f238';
}

.fa-subway:before {
    content: '\f239';
}

.fa-medium:before {
    content: '\f23a';
}

.fa-yc:before,
.fa-y-combinator:before {
    content: '\f23b';
}

.fa-optin-monster:before {
    content: '\f23c';
}

.fa-opencart:before {
    content: '\f23d';
}

.fa-expeditedssl:before {
    content: '\f23e';
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: '\f240';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: '\f241';
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: '\f242';
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: '\f243';
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: '\f244';
}

.fa-mouse-pointer:before {
    content: '\f245';
}

.fa-i-cursor:before {
    content: '\f246';
}

.fa-object-group:before {
    content: '\f247';
}

.fa-object-ungroup:before {
    content: '\f248';
}

.fa-sticky-note:before {
    content: '\f249';
}

.fa-sticky-note-o:before {
    content: '\f24a';
}

.fa-cc-jcb:before {
    content: '\f24b';
}

.fa-cc-diners-club:before {
    content: '\f24c';
}

.fa-clone:before {
    content: '\f24d';
}

.fa-balance-scale:before {
    content: '\f24e';
}

.fa-hourglass-o:before {
    content: '\f250';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: '\f251';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: '\f252';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: '\f253';
}

.fa-hourglass:before {
    content: '\f254';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: '\f255';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: '\f256';
}

.fa-hand-scissors-o:before {
    content: '\f257';
}

.fa-hand-lizard-o:before {
    content: '\f258';
}

.fa-hand-spock-o:before {
    content: '\f259';
}

.fa-hand-pointer-o:before {
    content: '\f25a';
}

.fa-hand-peace-o:before {
    content: '\f25b';
}

.fa-trademark:before {
    content: '\f25c';
}

.fa-registered:before {
    content: '\f25d';
}

.fa-creative-commons:before {
    content: '\f25e';
}

.fa-gg:before {
    content: '\f260';
}

.fa-gg-circle:before {
    content: '\f261';
}

.fa-tripadvisor:before {
    content: '\f262';
}

.fa-odnoklassniki:before {
    content: '\f263';
}

.fa-odnoklassniki-square:before {
    content: '\f264';
}

.fa-get-pocket:before {
    content: '\f265';
}

.fa-wikipedia-w:before {
    content: '\f266';
}

.fa-safari:before {
    content: '\f267';
}

.fa-chrome:before {
    content: '\f268';
}

.fa-firefox:before {
    content: '\f269';
}

.fa-opera:before {
    content: '\f26a';
}

.fa-internet-explorer:before {
    content: '\f26b';
}

.fa-tv:before,
.fa-television:before {
    content: '\f26c';
}

.fa-contao:before {
    content: '\f26d';
}

.fa-500px:before {
    content: '\f26e';
}

.fa-amazon:before {
    content: '\f270';
}

.fa-calendar-plus-o:before {
    content: '\f271';
}

.fa-calendar-minus-o:before {
    content: '\f272';
}

.fa-calendar-times-o:before {
    content: '\f273';
}

.fa-calendar-check-o:before {
    content: '\f274';
}

.fa-industry:before {
    content: '\f275';
}

.fa-map-pin:before {
    content: '\f276';
}

.fa-map-signs:before {
    content: '\f277';
}

.fa-map-o:before {
    content: '\f278';
}

.fa-map:before {
    content: '\f279';
}

.fa-commenting:before {
    content: '\f27a';
}

.fa-commenting-o:before {
    content: '\f27b';
}

.fa-houzz:before {
    content: '\f27c';
}

.fa-vimeo:before {
    content: '\f27d';
}

.fa-black-tie:before {
    content: '\f27e';
}

.fa-fonticons:before {
    content: '\f280';
}

.fa-reddit-alien:before {
    content: '\f281';
}

.fa-edge:before {
    content: '\f282';
}

.fa-credit-card-alt:before {
    content: '\f283';
}

.fa-codiepie:before {
    content: '\f284';
}

.fa-modx:before {
    content: '\f285';
}

.fa-fort-awesome:before {
    content: '\f286';
}

.fa-usb:before {
    content: '\f287';
}

.fa-product-hunt:before {
    content: '\f288';
}

.fa-mixcloud:before {
    content: '\f289';
}

.fa-scribd:before {
    content: '\f28a';
}

.fa-pause-circle:before {
    content: '\f28b';
}

.fa-pause-circle-o:before {
    content: '\f28c';
}

.fa-stop-circle:before {
    content: '\f28d';
}

.fa-stop-circle-o:before {
    content: '\f28e';
}

.fa-shopping-bag:before {
    content: '\f290';
}

.fa-shopping-basket:before {
    content: '\f291';
}

.fa-hashtag:before {
    content: '\f292';
}

.fa-bluetooth:before {
    content: '\f293';
}

.fa-bluetooth-b:before {
    content: '\f294';
}

.fa-percent:before {
    content: '\f295';
}

.fa-gitlab:before {
    content: '\f296';
}

.fa-wpbeginner:before {
    content: '\f297';
}

.fa-wpforms:before {
    content: '\f298';
}

.fa-envira:before {
    content: '\f299';
}

.fa-universal-access:before {
    content: '\f29a';
}

.fa-wheelchair-alt:before {
    content: '\f29b';
}

.fa-question-circle-o:before {
    content: '\f29c';
}

.fa-blind:before {
    content: '\f29d';
}

.fa-audio-description:before {
    content: '\f29e';
}

.fa-volume-control-phone:before {
    content: '\f2a0';
}

.fa-braille:before {
    content: '\f2a1';
}

.fa-assistive-listening-systems:before {
    content: '\f2a2';
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: '\f2a3';
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: '\f2a4';
}

.fa-glide:before {
    content: '\f2a5';
}

.fa-glide-g:before {
    content: '\f2a6';
}

.fa-signing:before,
.fa-sign-language:before {
    content: '\f2a7';
}

.fa-low-vision:before {
    content: '\f2a8';
}

.fa-viadeo:before {
    content: '\f2a9';
}

.fa-viadeo-square:before {
    content: '\f2aa';
}

.fa-snapchat:before {
    content: '\f2ab';
}

.fa-snapchat-ghost:before {
    content: '\f2ac';
}

.fa-snapchat-square:before {
    content: '\f2ad';
}

.fa-pied-piper:before {
    content: '\f2ae';
}

.fa-first-order:before {
    content: '\f2b0';
}

.fa-yoast:before {
    content: '\f2b1';
}

.fa-themeisle:before {
    content: '\f2b2';
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: '\f2b3';
}

.fa-fa:before,
.fa-font-awesome:before {
    content: '\f2b4';
}

.fa-handshake-o:before {
    content: '\f2b5';
}

.fa-envelope-open:before {
    content: '\f2b6';
}

.fa-envelope-open-o:before {
    content: '\f2b7';
}

.fa-linode:before {
    content: '\f2b8';
}

.fa-address-book:before {
    content: '\f2b9';
}

.fa-address-book-o:before {
    content: '\f2ba';
}

.fa-vcard:before,
.fa-address-card:before {
    content: '\f2bb';
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: '\f2bc';
}

.fa-user-circle:before {
    content: '\f2bd';
}

.fa-user-circle-o:before {
    content: '\f2be';
}

.fa-user-o:before {
    content: '\f2c0';
}

.fa-id-badge:before {
    content: '\f2c1';
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: '\f2c2';
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: '\f2c3';
}

.fa-quora:before {
    content: '\f2c4';
}

.fa-free-code-camp:before {
    content: '\f2c5';
}

.fa-telegram:before {
    content: '\f2c6';
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: '\f2c7';
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: '\f2c8';
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: '\f2c9';
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: '\f2ca';
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: '\f2cb';
}

.fa-shower:before {
    content: '\f2cc';
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: '\f2cd';
}

.fa-podcast:before {
    content: '\f2ce';
}

.fa-window-maximize:before {
    content: '\f2d0';
}

.fa-window-minimize:before {
    content: '\f2d1';
}

.fa-window-restore:before {
    content: '\f2d2';
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: '\f2d3';
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: '\f2d4';
}

.fa-bandcamp:before {
    content: '\f2d5';
}

.fa-grav:before {
    content: '\f2d6';
}

.fa-etsy:before {
    content: '\f2d7';
}

.fa-imdb:before {
    content: '\f2d8';
}

.fa-ravelry:before {
    content: '\f2d9';
}

.fa-eercast:before {
    content: '\f2da';
}

.fa-microchip:before {
    content: '\f2db';
}

.fa-snowflake-o:before {
    content: '\f2dc';
}

.fa-superpowers:before {
    content: '\f2dd';
}

.fa-wpexplorer:before {
    content: '\f2de';
}

.fa-meetup:before {
    content: '\f2e0';
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}

@font-face {
    font-family: 'Abel-Regular';
    src: url('../fonts/Abel-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'JosefinSans-Light';
    src: url('../fonts/JosefinSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'journal';
    src: url('../fonts/journal.ttf') format('truetype');
}

/* _base.scss */
/* Bootstrap */
/*!
 * Bootstrap v3.3.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox],
    input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type=search]::-webkit-search-cancel-button,
        input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :before,
    :after {
        color: #000 !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: ' (' attr(href) ')';
        }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../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 {
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    position: relative;
    top: 1px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: '\2a';
}

.glyphicon-plus:before {
    content: '\2b';
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: '\20ac';
}

.glyphicon-minus:before {
    content: '\2212';
}

.glyphicon-cloud:before {
    content: '\2601';
}

.glyphicon-envelope:before {
    content: '\2709';
}

.glyphicon-pencil:before {
    content: '\270f';
}

.glyphicon-glass:before {
    content: '\e001';
}

.glyphicon-music:before {
    content: '\e002';
}

.glyphicon-search:before {
    content: '\e003';
}

.glyphicon-heart:before {
    content: '\e005';
}

.glyphicon-star:before {
    content: '\e006';
}

.glyphicon-star-empty:before {
    content: '\e007';
}

.glyphicon-user:before {
    content: '\e008';
}

.glyphicon-film:before {
    content: '\e009';
}

.glyphicon-th-large:before {
    content: '\e010';
}

.glyphicon-th:before {
    content: '\e011';
}

.glyphicon-th-list:before {
    content: '\e012';
}

.glyphicon-ok:before {
    content: '\e013';
}

.glyphicon-remove:before {
    content: '\e014';
}

.glyphicon-zoom-in:before {
    content: '\e015';
}

.glyphicon-zoom-out:before {
    content: '\e016';
}

.glyphicon-off:before {
    content: '\e017';
}

.glyphicon-signal:before {
    content: '\e018';
}

.glyphicon-cog:before {
    content: '\e019';
}

.glyphicon-trash:before {
    content: '\e020';
}

.glyphicon-home:before {
    content: '\e021';
}

.glyphicon-file:before {
    content: '\e022';
}

.glyphicon-time:before {
    content: '\e023';
}

.glyphicon-road:before {
    content: '\e024';
}

.glyphicon-download-alt:before {
    content: '\e025';
}

.glyphicon-download:before {
    content: '\e026';
}

.glyphicon-upload:before {
    content: '\e027';
}

.glyphicon-inbox:before {
    content: '\e028';
}

.glyphicon-play-circle:before {
    content: '\e029';
}

.glyphicon-repeat:before {
    content: '\e030';
}

.glyphicon-refresh:before {
    content: '\e031';
}

.glyphicon-list-alt:before {
    content: '\e032';
}

.glyphicon-lock:before {
    content: '\e033';
}

.glyphicon-flag:before {
    content: '\e034';
}

.glyphicon-headphones:before {
    content: '\e035';
}

.glyphicon-volume-off:before {
    content: '\e036';
}

.glyphicon-volume-down:before {
    content: '\e037';
}

.glyphicon-volume-up:before {
    content: '\e038';
}

.glyphicon-qrcode:before {
    content: '\e039';
}

.glyphicon-barcode:before {
    content: '\e040';
}

.glyphicon-tag:before {
    content: '\e041';
}

.glyphicon-tags:before {
    content: '\e042';
}

.glyphicon-book:before {
    content: '\e043';
}

.glyphicon-bookmark:before {
    content: '\e044';
}

.glyphicon-print:before {
    content: '\e045';
}

.glyphicon-camera:before {
    content: '\e046';
}

.glyphicon-font:before {
    content: '\e047';
}

.glyphicon-bold:before {
    content: '\e048';
}

.glyphicon-italic:before {
    content: '\e049';
}

.glyphicon-text-height:before {
    content: '\e050';
}

.glyphicon-text-width:before {
    content: '\e051';
}

.glyphicon-align-left:before {
    content: '\e052';
}

.glyphicon-align-center:before {
    content: '\e053';
}

.glyphicon-align-right:before {
    content: '\e054';
}

.glyphicon-align-justify:before {
    content: '\e055';
}

.glyphicon-list:before {
    content: '\e056';
}

.glyphicon-indent-left:before {
    content: '\e057';
}

.glyphicon-indent-right:before {
    content: '\e058';
}

.glyphicon-facetime-video:before {
    content: '\e059';
}

.glyphicon-picture:before {
    content: '\e060';
}

.glyphicon-map-marker:before {
    content: '\e062';
}

.glyphicon-adjust:before {
    content: '\e063';
}

.glyphicon-tint:before {
    content: '\e064';
}

.glyphicon-edit:before {
    content: '\e065';
}

.glyphicon-share:before {
    content: '\e066';
}

.glyphicon-check:before {
    content: '\e067';
}

.glyphicon-move:before {
    content: '\e068';
}

.glyphicon-step-backward:before {
    content: '\e069';
}

.glyphicon-fast-backward:before {
    content: '\e070';
}

.glyphicon-backward:before {
    content: '\e071';
}

.glyphicon-play:before {
    content: '\e072';
}

.glyphicon-pause:before {
    content: '\e073';
}

.glyphicon-stop:before {
    content: '\e074';
}

.glyphicon-forward:before {
    content: '\e075';
}

.glyphicon-fast-forward:before {
    content: '\e076';
}

.glyphicon-step-forward:before {
    content: '\e077';
}

.glyphicon-eject:before {
    content: '\e078';
}

.glyphicon-chevron-left:before {
    content: '\e079';
}

.glyphicon-chevron-right:before {
    content: '\e080';
}

.glyphicon-plus-sign:before {
    content: '\e081';
}

.glyphicon-minus-sign:before {
    content: '\e082';
}

.glyphicon-remove-sign:before {
    content: '\e083';
}

.glyphicon-ok-sign:before {
    content: '\e084';
}

.glyphicon-question-sign:before {
    content: '\e085';
}

.glyphicon-info-sign:before {
    content: '\e086';
}

.glyphicon-screenshot:before {
    content: '\e087';
}

.glyphicon-remove-circle:before {
    content: '\e088';
}

.glyphicon-ok-circle:before {
    content: '\e089';
}

.glyphicon-ban-circle:before {
    content: '\e090';
}

.glyphicon-arrow-left:before {
    content: '\e091';
}

.glyphicon-arrow-right:before {
    content: '\e092';
}

.glyphicon-arrow-up:before {
    content: '\e093';
}

.glyphicon-arrow-down:before {
    content: '\e094';
}

.glyphicon-share-alt:before {
    content: '\e095';
}

.glyphicon-resize-full:before {
    content: '\e096';
}

.glyphicon-resize-small:before {
    content: '\e097';
}

.glyphicon-exclamation-sign:before {
    content: '\e101';
}

.glyphicon-gift:before {
    content: '\e102';
}

.glyphicon-leaf:before {
    content: '\e103';
}

.glyphicon-fire:before {
    content: '\e104';
}

.glyphicon-eye-open:before {
    content: '\e105';
}

.glyphicon-eye-close:before {
    content: '\e106';
}

.glyphicon-warning-sign:before {
    content: '\e107';
}

.glyphicon-plane:before {
    content: '\e108';
}

.glyphicon-calendar:before {
    content: '\e109';
}

.glyphicon-random:before {
    content: '\e110';
}

.glyphicon-comment:before {
    content: '\e111';
}

.glyphicon-magnet:before {
    content: '\e112';
}

.glyphicon-chevron-up:before {
    content: '\e113';
}

.glyphicon-chevron-down:before {
    content: '\e114';
}

.glyphicon-retweet:before {
    content: '\e115';
}

.glyphicon-shopping-cart:before {
    content: '\e116';
}

.glyphicon-folder-close:before {
    content: '\e117';
}

.glyphicon-folder-open:before {
    content: '\e118';
}

.glyphicon-resize-vertical:before {
    content: '\e119';
}

.glyphicon-resize-horizontal:before {
    content: '\e120';
}

.glyphicon-hdd:before {
    content: '\e121';
}

.glyphicon-bullhorn:before {
    content: '\e122';
}

.glyphicon-bell:before {
    content: '\e123';
}

.glyphicon-certificate:before {
    content: '\e124';
}

.glyphicon-thumbs-up:before {
    content: '\e125';
}

.glyphicon-thumbs-down:before {
    content: '\e126';
}

.glyphicon-hand-right:before {
    content: '\e127';
}

.glyphicon-hand-left:before {
    content: '\e128';
}

.glyphicon-hand-up:before {
    content: '\e129';
}

.glyphicon-hand-down:before {
    content: '\e130';
}

.glyphicon-circle-arrow-right:before {
    content: '\e131';
}

.glyphicon-circle-arrow-left:before {
    content: '\e132';
}

.glyphicon-circle-arrow-up:before {
    content: '\e133';
}

.glyphicon-circle-arrow-down:before {
    content: '\e134';
}

.glyphicon-globe:before {
    content: '\e135';
}

.glyphicon-wrench:before {
    content: '\e136';
}

.glyphicon-tasks:before {
    content: '\e137';
}

.glyphicon-filter:before {
    content: '\e138';
}

.glyphicon-briefcase:before {
    content: '\e139';
}

.glyphicon-fullscreen:before {
    content: '\e140';
}

.glyphicon-dashboard:before {
    content: '\e141';
}

.glyphicon-paperclip:before {
    content: '\e142';
}

.glyphicon-heart-empty:before {
    content: '\e143';
}

.glyphicon-link:before {
    content: '\e144';
}

.glyphicon-phone:before {
    content: '\e145';
}

.glyphicon-pushpin:before {
    content: '\e146';
}

.glyphicon-usd:before {
    content: '\e148';
}

.glyphicon-gbp:before {
    content: '\e149';
}

.glyphicon-sort:before {
    content: '\e150';
}

.glyphicon-sort-by-alphabet:before {
    content: '\e151';
}

.glyphicon-sort-by-alphabet-alt:before {
    content: '\e152';
}

.glyphicon-sort-by-order:before {
    content: '\e153';
}

.glyphicon-sort-by-order-alt:before {
    content: '\e154';
}

.glyphicon-sort-by-attributes:before {
    content: '\e155';
}

.glyphicon-sort-by-attributes-alt:before {
    content: '\e156';
}

.glyphicon-unchecked:before {
    content: '\e157';
}

.glyphicon-expand:before {
    content: '\e158';
}

.glyphicon-collapse-down:before {
    content: '\e159';
}

.glyphicon-collapse-up:before {
    content: '\e160';
}

.glyphicon-log-in:before {
    content: '\e161';
}

.glyphicon-flash:before {
    content: '\e162';
}

.glyphicon-log-out:before {
    content: '\e163';
}

.glyphicon-new-window:before {
    content: '\e164';
}

.glyphicon-record:before {
    content: '\e165';
}

.glyphicon-save:before {
    content: '\e166';
}

.glyphicon-open:before {
    content: '\e167';
}

.glyphicon-saved:before {
    content: '\e168';
}

.glyphicon-import:before {
    content: '\e169';
}

.glyphicon-export:before {
    content: '\e170';
}

.glyphicon-send:before {
    content: '\e171';
}

.glyphicon-floppy-disk:before {
    content: '\e172';
}

.glyphicon-floppy-saved:before {
    content: '\e173';
}

.glyphicon-floppy-remove:before {
    content: '\e174';
}

.glyphicon-floppy-save:before {
    content: '\e175';
}

.glyphicon-floppy-open:before {
    content: '\e176';
}

.glyphicon-credit-card:before {
    content: '\e177';
}

.glyphicon-transfer:before {
    content: '\e178';
}

.glyphicon-cutlery:before {
    content: '\e179';
}

.glyphicon-header:before {
    content: '\e180';
}

.glyphicon-compressed:before {
    content: '\e181';
}

.glyphicon-earphone:before {
    content: '\e182';
}

.glyphicon-phone-alt:before {
    content: '\e183';
}

.glyphicon-tower:before {
    content: '\e184';
}

.glyphicon-stats:before {
    content: '\e185';
}

.glyphicon-sd-video:before {
    content: '\e186';
}

.glyphicon-hd-video:before {
    content: '\e187';
}

.glyphicon-subtitles:before {
    content: '\e188';
}

.glyphicon-sound-stereo:before {
    content: '\e189';
}

.glyphicon-sound-dolby:before {
    content: '\e190';
}

.glyphicon-sound-5-1:before {
    content: '\e191';
}

.glyphicon-sound-6-1:before {
    content: '\e192';
}

.glyphicon-sound-7-1:before {
    content: '\e193';
}

.glyphicon-copyright-mark:before {
    content: '\e194';
}

.glyphicon-registration-mark:before {
    content: '\e195';
}

.glyphicon-cloud-download:before {
    content: '\e197';
}

.glyphicon-cloud-upload:before {
    content: '\e198';
}

.glyphicon-tree-conifer:before {
    content: '\e199';
}

.glyphicon-tree-deciduous:before {
    content: '\e200';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
    color: #428bca;
}

    a:hover,
    a:focus {
        text-decoration: underline;
        color: #2a6496;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.img-thumbnail {
    line-height: 1.42857143;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    margin: 40px 0 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        clear: left;
        overflow: hidden;
        width: 160px;
        text-align: right;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
    border-left: 5px solid #eee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        font-size: 80%;
        line-height: 1.42857143;
        display: block;
        color: #777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    font-style: normal;
    line-height: 1.42857143;
    margin-bottom: 20px;
}

code,
kbd,
pre,
samp {
    font-family: Menlo,Monaco,Consolas,'Courier New',monospace;
}

code {
    font-size: 90%;
    padding: 2px 4px;
    color: #c7254e;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f9f2f4;
}

kbd {
    font-size: 90%;
    padding: 2px 4px;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #333;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

    kbd kbd {
        font-size: 100%;
        font-weight: 700;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    font-size: 13px;
    line-height: 1.42857143;
    display: block;
    margin: 0 0 10px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

    pre code {
        font-size: inherit;
        padding: 0;
        white-space: pre-wrap;
        color: inherit;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
    }

.pre-scrollable {
    overflow-y: scroll;
    max-height: 340px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .container {
        /* width: 750px;*/
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    /*changes to class and styles*/

    .col-md-1 {
        /*width: 8.33333333%;*/
        width:16.333333%;
    }

    .addRemove {
        margin-left:-10px;
    }

    .ap-vr{
        margin-left:17px;
    }

    .med {
        margin-top: -10px !important;
        margin-bottom: 20px !important;
    }

    .icons-fluxo li{
        margin-right: 20px;
    }
    /*---------------------------*/
    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    color: #777;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        line-height: 1.42857143;
        padding: 8px;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        overflow-y: hidden;
        width: 100%;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    font-size: 21px;
    line-height: inherit;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    font-weight: 700;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
    line-height: normal;
    margin: 4px 0 0;
    margin-top: 1px \9;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    font-size: 14px;
    line-height: 1.42857143;
    display: block;
    padding-top: 7px;
    color: #555;
}

.form-control {
    font-size: 14px;
    line-height: 1.42857143;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    color: #555;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form-control::-moz-placeholder {
        opacity: 1;
        color: #999;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        opacity: 1;
        background-color: #eee;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: 34px;
    line-height: 1.42857143 \0;
}

    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px;
        line-height: 1.5 \0;
    }

    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px;
        line-height: 1.33 \0;
    }

_:-ms-fullscreen,
:root input[type=date],
_:-ms-fullscreen,
:root input[type=time],
_:-ms-fullscreen,
:root input[type=datetime-local],
_:-ms-fullscreen,
:root input[type=month] {
    line-height: 1.42857143;
}

    _:-ms-fullscreen.input-sm,
    :root input[type=date].input-sm,
    _:-ms-fullscreen.input-sm,
    :root input[type=time].input-sm,
    _:-ms-fullscreen.input-sm,
    :root input[type=datetime-local].input-sm,
    _:-ms-fullscreen.input-sm,
    :root input[type=month].input-sm {
        line-height: 1.5;
    }

    _:-ms-fullscreen.input-lg,
    :root input[type=date].input-lg,
    _:-ms-fullscreen.input-lg,
    :root input[type=time].input-lg,
    _:-ms-fullscreen.input-lg,
    :root input[type=datetime-local].input-lg,
    _:-ms-fullscreen.input-lg,
    :root input[type=month].input-lg {
        line-height: 1.33;
    }

.form-group {
    margin-bottom: 50px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        font-weight: 400;
        min-height: 20px;
        margin-bottom: 0;
        padding-left: 20px;
        cursor: pointer;
    }

    .radio input[type=radio],
    .radio-inline input[type=radio],
    .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 20px;
    cursor: pointer;
    vertical-align: middle;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm,
.form-group-sm .form-control {
    font-size: 12px;
    line-height: 1.5;
    height: 30px;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

select.input-sm,
select.form-group-sm .form-control {
    line-height: 30px;
    height: 30px;
}

textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
    height: auto;
}

.input-lg,
.form-group-lg .form-control {
    font-size: 18px;
    line-height: 1.33;
    height: 46px;
    padding: 10px 16px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

select.input-lg,
select.form-group-lg .form-control {
    line-height: 46px;
    height: 46px;
}

textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    line-height: 26px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    pointer-events: none;
    padding: 0 0 0 26px;
}

.input-lg + .form-control-feedback {
    line-height: 46px;
    width: 46px;
    height: 46px;
}

.input-sm + .form-control-feedback {
    line-height: 30px;
    width: 30px;
    height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
    height: 10px;
    width: 134px;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type=radio],
        .form-inline .checkbox input[type=checkbox] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
        padding-top: 7px;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        text-decoration: none;
        color: #333;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        -webkit-box-shadow: none;
        box-shadow: none;
        filter: alpha(opacity=65);
    }

.btn-default {
    color: #333;
    border-color: #ccc;
    background-color: #fff;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        border-color: #adadad;
        background-color: #e6e6e6;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        border-color: #ccc;
        background-color: #fff;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    border-color: #357ebd;
    background-color: #428bca;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        border-color: #285e8e;
        background-color: #3071a9;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        border-color: #357ebd;
        background-color: #428bca;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    border-color: #4cae4c;
    background-color: #5cb85c;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        border-color: #398439;
        background-color: #449d44;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        border-color: #4cae4c;
        background-color: #5cb85c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

    .btn-imprimir{
        margin-left: 50px;
    }

.btn-info {
    color: #fff;
    border-color: #46b8da;
    background-color: #5bc0de;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        border-color: #269abc;
        background-color: #31b0d5;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        border-color: #46b8da;
        background-color: #5bc0de;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    border-color: #eea236;
    background-color: #f0ad4e;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        border-color: #d58512;
        background-color: #ec971f;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        border-color: #eea236;
        background-color: #f0ad4e;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    border-color: #d43f3a;
    background-color: #d9534f;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        border-color: #ac2925;
        background-color: #c9302c;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        border-color: #d43f3a;
        background-color: #d9534f;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: 400;
    color: #428bca;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                text-decoration: underline;
                color: #2a6496;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                text-decoration: none;
                color: #777;
            }

.btn-lg,
.btn-group-lg > .btn {
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%;
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
    visibility: hidden;
}

    .collapse.in {
        display: block;
        visibility: visible;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    overflow: hidden;
    height: 0;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}

.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;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    font-size: 14px;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    padding: 5px 0;
    list-style: none;
    text-align: left;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        overflow: hidden;
        height: 1px;
        margin: 9px 0;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        font-weight: 400;
        line-height: 1.42857143;
        display: block;
        clear: both;
        padding: 3px 20px;
        white-space: nowrap;
        color: #333;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        text-decoration: none;
        color: #fff;
        outline: 0;
        background-color: #428bca;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            cursor: not-allowed;
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    font-size: 12px;
    line-height: 1.42857143;
    display: block;
    padding: 3px 20px;
    white-space: nowrap;
    color: #777;
}

.dropdown-backdrop {
    position: fixed;
    z-index: 990;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: '';
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child,
    .btn-group > .btn-group:first-child > .dropdown-toggle {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    font-size: 18px;
    line-height: 1.33;
    height: 46px;
    padding: 10px 16px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    line-height: 46px;
    height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    font-size: 12px;
    line-height: 1.5;
    height: 30px;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    line-height: 30px;
    height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    vertical-align: middle;
    white-space: nowrap;
}

.input-group-addon {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
    color: #555;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #eee;
}

    .input-group-addon.input-sm {
        font-size: 12px;
        padding: 5px 10px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        font-size: 18px;
        padding: 10px 16px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    .input-group-addon input[type=radio],
    .input-group-addon input[type=checkbox] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    font-size: 0;
    position: relative;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
            /*background-color: white;*/
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #ccc;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                cursor: not-allowed;
                text-decoration: none;
                color: #777;
                background-color: transparent;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        border-color: #428bca;
        background-color: #eee;
    }

    .nav .nav-divider {
        overflow: hidden;
        height: 1px;
        margin: 9px 0;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            line-height: 1.42857143;
            margin-right: 2px;
            border: 1px solid transparent;
            -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            cursor: default;
            color: #555;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            background-color: #fff;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            visibility: visible !important;
            overflow: visible !important;
            height: auto !important;
            padding-bottom: 0;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    height: 66px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    font-size: 18px;
    line-height: 20px;
    float: left;
    height: 50px;
    padding: 15px 15px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 9px 10px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    background-image: none;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type=radio],
        .navbar-form .checkbox input[type=checkbox] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    border-color: #e7e7e7;
    background-color: #f8f8f8;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    border-color: #080808;
    background-color: #222;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    margin-bottom: 20px;
    padding: 8px 15px;
    list-style: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            content: '/\00a0';
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            line-height: 1.42857143;
            position: relative;
            float: left;
            margin-left: -1px;
            padding: 6px 12px;
            text-decoration: none;
            color: #428bca;
            border: 1px solid #ddd;
            background-color: #fff;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #2a6496;
            border-color: #ddd;
            background-color: #eee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        cursor: default;
        color: #fff;
        border-color: #428bca;
        background-color: #428bca;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        cursor: not-allowed;
        color: #777;
        border-color: #ddd;
        background-color: #fff;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    font-size: 18px;
    padding: 10px 16px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    font-size: 12px;
    padding: 5px 10px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            border: 1px solid #ddd;
            -webkit-border-radius: 15px;
            border-radius: 15px;
            background-color: #fff;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        cursor: not-allowed;
        color: #777;
        background-color: #fff;
    }

.label {
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    display: inline;
    padding: .2em .6em .3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    color: #fff;
    -webkit-border-radius: .25em;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #777;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    margin-bottom: 30px;
    padding: 30px 15px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        font-size: 21px;
        font-weight: 200;
        margin-bottom: 15px;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    line-height: 1.42857143;
    display: block;
    margin-bottom: 20px;
    padding: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    border-color: #d6e9c6;
    background-color: #dff0d8;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    border-color: #bce8f1;
    background-color: #d9edf7;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    border-color: #faebcc;
    background-color: #fcf8e3;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    border-color: #ebccd1;
    background-color: #f2dede;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    font-size: 12px;
    line-height: 20px;
    float: left;
    width: 0;
    height: 100%;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    text-align: center;
    color: #fff;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

    .media-right,
    .media > .pull-right {
        padding-left: 10px;
    }

    .media-left,
    .media > .pull-left {
        padding-right: 10px;
    }

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #fff;
}

    .list-group-item:first-child {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover,
    a.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    cursor: not-allowed;
    color: #777;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #777;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    border-color: #428bca;
    background-color: #428bca;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #e1edf7;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus {
        color: #fff;
        border-color: #3c763d;
        background-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus {
        color: #fff;
        border-color: #31708f;
        background-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus {
        color: #fff;
        border-color: #8a6d3b;
        background-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus {
        color: #fff;
        border-color: #a94442;
        background-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0;
}

.panel {
    margin-bottom: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #f5f5f5;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                -webkit-border-top-left-radius: 3px;
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                -webkit-border-top-right-radius: 3px;
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                -webkit-border-bottom-left-radius: 3px;
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                -webkit-border-bottom-right-radius: 3px;
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        border-color: #ddd;
        background-color: #f5f5f5;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        border-color: #428bca;
        background-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #428bca;
        }

        .panel-primary > .panel-heading .badge {
            color: #428bca;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        border-color: #d6e9c6;
        background-color: #dff0d8;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        border-color: #bce8f1;
        background-color: #d9edf7;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        border-color: #faebcc;
        background-color: #fcf8e3;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        border-color: #ebccd1;
        background-color: #f2dede;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding: 0;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.well {
    min-height: 20px;
    margin-bottom: 20px;
    padding: 19px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, .15);
    }

.well-lg {
    padding: 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.close {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    float: right;
    opacity: .2;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        cursor: pointer;
        text-decoration: none;
        opacity: .5;
        color: #000;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    border: 0;
    background: 0 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        z-index: 99;
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    line-height: 1.42857143;
    margin: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0 solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    overflow: scroll;
    width: 50px;
    height: 50px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    font-size: 12px;
    line-height: 1.4;
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #000;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    position: absolute;
    z-index: 1060;
    top: 0;
    left: 0;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    font-size: 14px;
    margin: 0;
    padding: 8px 14px;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #f7f7f7;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: '';
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: ' ';
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: ' ';
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: ' ';
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: ' ';
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    text-align: center;
    opacity: .5;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        text-decoration: none;
        opacity: .9;
        color: #fff;
        outline: 0;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        z-index: 5;
        top: 50%;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        font-family: serif;
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    z-index: 15;
    bottom: 10px;
    left: 50%;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        cursor: pointer;
        text-indent: -999px;
        border: 1px solid #fff;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-color: #000 \9;
        background-color: transparent;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    z-index: 10;
    right: 15%;
    bottom: 20px;
    left: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        font-size: 30px;
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: ' ';
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

.tabs-left,
.tabs-right {
    padding-top: 2px;
    border-bottom: none;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

    .tabs-left > li,
    .tabs-right > li {
        float: none;
        margin-bottom: 2px;
    }

.tabs-left > li {
    margin-right: -1px;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:focus,
.tabs-left > li.active > a:hover {
    border-right-color: transparent;
    border-bottom-color: #ddd;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:focus,
.tabs-right > li.active > a:hover {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    display: block;
    margin-right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-right > li > a {
    margin-right: 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.vertical-text {
    position: relative;
    margin-top: 50px;
    border: none;
}

    .vertical-text > li {
        width: 120px;
        height: 20px;
        margin-bottom: 100px;
    }

        .vertical-text > li > a {
            text-align: center;
            border-right-color: transparent;
            border-bottom: 1px solid #ddd;
            -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

        .vertical-text > li.active > a,
        .vertical-text > li.active > a:focus,
        .vertical-text > li.active > a:hover {
            border-right-color: #ddd;
            border-bottom-color: transparent;
            border-left-color: #ddd;
        }

    .vertical-text.tabs-left {
        left: -50px;
    }

    .vertical-text.tabs-right {
        right: -50px;
    }

        .vertical-text.tabs-right > li {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .vertical-text.tabs-left > li {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}


@media (max-width: 767px) {
    .hidden-xs {
       /* display: none !important;*/ 
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*Data Table */
/*
 * Table styles
 */
table.dataTable {
    clear: both;
    width: 100%;
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: separate;
    /*
     * Header and footer styles
     */
    /*
     * Body styles
     */
}

    table.dataTable thead th,
    table.dataTable tfoot th {
        font-weight: bold;
    }

    table.dataTable thead th,
    table.dataTable thead td {
        padding: 10px 18px;
        border-bottom: 1px solid #111;
    }

        table.dataTable thead th:active,
        table.dataTable thead td:active {
            outline: none;
        }

    table.dataTable tfoot th,
    table.dataTable tfoot td {
        padding: 10px 18px 6px 18px;
        border-top: 1px solid #111;
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc {
        cursor: pointer;
        *cursor: hand;
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        background-repeat: no-repeat;
        background-position: center right;
    }

    table.dataTable thead .sorting {
        background-image: url('../images/sort_both.png');
    }

    table.dataTable thead .sorting_asc {
        background-image: url('../images/sort_asc.png');
    }

    table.dataTable thead .sorting_desc {
        background-image: url('../images/sort_desc.png');
    }

    table.dataTable thead .sorting_asc_disabled {
        background-image: url('../images/sort_asc_disabled.png');
    }

    table.dataTable thead .sorting_desc_disabled {
        background-image: url('../images/sort_desc_disabled.png');
    }

    table.dataTable tbody tr {
        background-color: #fff;
    }

        table.dataTable tbody tr.selected {
            background-color: #b0bed9;
        }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 8px 10px;
    }

    table.dataTable.row-border tbody th,
    table.dataTable.row-border tbody td,
    table.dataTable.display tbody th,
    table.dataTable.display tbody td {
        border-top: 1px solid #ddd;
    }

    table.dataTable.row-border tbody tr:first-child th,
    table.dataTable.row-border tbody tr:first-child td,
    table.dataTable.display tbody tr:first-child th,
    table.dataTable.display tbody tr:first-child td {
        border-top: none;
        line-height: 14px
    }

    table.dataTable.cell-border tbody th,
    table.dataTable.cell-border tbody td {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    table.dataTable.cell-border tbody tr th:first-child,
    table.dataTable.cell-border tbody tr td:first-child {
        border-left: 1px solid #ddd;
    }

    table.dataTable.cell-border tbody tr:first-child th,
    table.dataTable.cell-border tbody tr:first-child td {
        border-top: none;
    }

    table.dataTable.stripe tbody tr.odd,
    table.dataTable.display tbody tr.odd {
        background-color: #f9f9f9;
    }

        table.dataTable.stripe tbody tr.odd.selected,
        table.dataTable.display tbody tr.odd.selected {
            background-color: #acbad4;
        }

    table.dataTable.hover tbody tr:hover,
    table.dataTable.display tbody tr:hover {
        background-color: #f6f6f6;
    }

        table.dataTable.hover tbody tr:hover.selected,
        table.dataTable.display tbody tr:hover.selected {
            background-color: #aab7d1;
        }

    table.dataTable.order-column tbody tr > .sorting_1,
    table.dataTable.order-column tbody tr > .sorting_2,
    table.dataTable.order-column tbody tr > .sorting_3,
    table.dataTable.display tbody tr > .sorting_1,
    table.dataTable.display tbody tr > .sorting_2,
    table.dataTable.display tbody tr > .sorting_3 {
        background-color: #fafafa;
    }

    table.dataTable.order-column tbody tr.selected > .sorting_1,
    table.dataTable.order-column tbody tr.selected > .sorting_2,
    table.dataTable.order-column tbody tr.selected > .sorting_3,
    table.dataTable.display tbody tr.selected > .sorting_1,
    table.dataTable.display tbody tr.selected > .sorting_2,
    table.dataTable.display tbody tr.selected > .sorting_3 {
        background-color: #acbad5;
    }

    table.dataTable.display tbody tr.odd > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: #f1f1f1;
    }

    table.dataTable.display tbody tr.odd > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
        background-color: #f3f3f3;
    }

    table.dataTable.display tbody tr.odd > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
        background-color: whitesmoke;
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
        background-color: #a6b4cd;
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
        background-color: #a8b5cf;
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
        background-color: #a9b7d1;
    }

    table.dataTable.display tbody tr.even > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: #fafafa;
    }

    table.dataTable.display tbody tr.even > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        background-color: #fcfcfc;
    }

    table.dataTable.display tbody tr.even > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        background-color: #fefefe;
    }

    table.dataTable.display tbody tr.even.selected > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        background-color: #acbad5;
    }

    table.dataTable.display tbody tr.even.selected > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
        background-color: #aebcd6;
    }

    table.dataTable.display tbody tr.even.selected > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
        background-color: #afbdd8;
    }

    table.dataTable.display tbody tr:hover > .sorting_1,
    table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        background-color: #eaeaea;
    }

    table.dataTable.display tbody tr:hover > .sorting_2,
    table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
        background-color: #ececec;
    }

    table.dataTable.display tbody tr:hover > .sorting_3,
    table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
        background-color: #efefef;
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_1,
    table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
        background-color: #a2aec7;
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_2,
    table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
        background-color: #a3b0c9;
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_3,
    table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
        background-color: #a5b2cb;
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #111;
    }

    table.dataTable.nowrap th,
    table.dataTable.nowrap td {
        white-space: nowrap;
    }

    table.dataTable.compact thead th,
    table.dataTable.compact thead td {
        padding: 4px 17px 4px 4px;
    }

    table.dataTable.compact tfoot th,
    table.dataTable.compact tfoot td {
        padding: 4px;
    }

    table.dataTable.compact tbody th,
    table.dataTable.compact tbody td {
        padding: 4px;
    }

    table.dataTable th.dt-left,
    table.dataTable td.dt-left {
        text-align: left;
    }

    table.dataTable th.dt-center,
    table.dataTable td.dt-center,
    table.dataTable td.dataTables_empty {
        text-align: center;
    }

    table.dataTable th.dt-right,
    table.dataTable td.dt-right {
        text-align: right;
    }

    table.dataTable th.dt-justify,
    table.dataTable td.dt-justify {
        text-align: justify;
    }

    table.dataTable th.dt-nowrap,
    table.dataTable td.dt-nowrap {
        white-space: nowrap;
    }

    table.dataTable thead th.dt-head-left,
    table.dataTable thead td.dt-head-left,
    table.dataTable tfoot th.dt-head-left,
    table.dataTable tfoot td.dt-head-left {
        text-align: left;
    }

    table.dataTable thead th.dt-head-center,
    table.dataTable thead td.dt-head-center,
    table.dataTable tfoot th.dt-head-center,
    table.dataTable tfoot td.dt-head-center {
        text-align: center;
    }

    table.dataTable thead th.dt-head-right,
    table.dataTable thead td.dt-head-right,
    table.dataTable tfoot th.dt-head-right,
    table.dataTable tfoot td.dt-head-right {
        text-align: right;
    }

    table.dataTable thead th.dt-head-justify,
    table.dataTable thead td.dt-head-justify,
    table.dataTable tfoot th.dt-head-justify,
    table.dataTable tfoot td.dt-head-justify {
        text-align: justify;
    }

    table.dataTable thead th.dt-head-nowrap,
    table.dataTable thead td.dt-head-nowrap,
    table.dataTable tfoot th.dt-head-nowrap,
    table.dataTable tfoot td.dt-head-nowrap {
        white-space: nowrap;
    }

    table.dataTable tbody th.dt-body-left,
    table.dataTable tbody td.dt-body-left {
        text-align: left;
    }

    table.dataTable tbody th.dt-body-center,
    table.dataTable tbody td.dt-body-center {
        text-align: center;
    }

    table.dataTable tbody th.dt-body-right,
    table.dataTable tbody td.dt-body-right {
        text-align: right;
    }

    table.dataTable tbody th.dt-body-justify,
    table.dataTable tbody td.dt-body-justify {
        text-align: justify;
    }

    table.dataTable tbody th.dt-body-nowrap,
    table.dataTable tbody td.dt-body-nowrap {
        white-space: nowrap;
    }

    table.dataTable,
    table.dataTable th,
    table.dataTable td {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

/*
   * Control feature layout
   */
.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
    *zoom: 1;
}

    .dataTables_wrapper .dataTables_length {
        float: left;
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right;
    }

        .dataTables_wrapper .dataTables_filter input {
            margin-left: .5em;
        }

    .dataTables_wrapper .dataTables_info {
        float: left;
        clear: both;
        padding-top: .755em;
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        padding-top: .25em;
        text-align: right;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            display: inline-block;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            min-width: 1.5em;
            margin-left: 2px;
            padding: .5em 1em;
            cursor: pointer;
            text-align: center;
            text-decoration: none !important;
            color: #333 !important;
            border: 1px solid transparent;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            *cursor: hand;
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current,
            .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: #333 !important;
                border: 1px solid #979797;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
                /* Chrome10+,Safari5.1+ */
                /* FF3.6+ */
                /* IE10+ */
                background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
                /* Opera 11.10+ */
                background: -webkit-gradient(linear, left top, left bottom, from(white), to(#dcdcdc));
                background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
                background-color: white;
                /* W3C */
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: transparent;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: white !important;
                border: 1px solid #111;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
                /* Chrome10+,Safari5.1+ */
                /* FF3.6+ */
                /* IE10+ */
                background: -o-linear-gradient(top, #585858 0%, #111 100%);
                /* Opera 11.10+ */
                background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));
                background: linear-gradient(to bottom, #585858 0%, #111 100%);
                background-color: #585858;
                /* W3C */
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: none;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                /* Chrome10+,Safari5.1+ */
                /* FF3.6+ */
                /* IE10+ */
                background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                /* Opera 11.10+ */
                background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#0c0c0c));
                background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
                background-color: #2b2b2b;
                /* W3C */
                -webkit-box-shadow: inset 0 0 3px #111;
                box-shadow: inset 0 0 3px #111;
            }

        .dataTables_wrapper .dataTables_paginate .ellipsis {
            padding: 0 1em;
        }

    .dataTables_wrapper .dataTables_processing {
        font-size: 1.2em;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-top: -25px;
        margin-left: -50%;
        padding-top: 20px;
        text-align: center;
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, .9)), color-stop(75%, rgba(255, 255, 255, .9)), color-stop(100%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, .9)), color-stop(75%, rgba(255, 255, 255, .9)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
        background-color: white;
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_processing,
    .dataTables_wrapper .dataTables_paginate {
        color: #333;
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both;
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            *margin-top: -1px;
            -webkit-overflow-scrolling: touch;
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
                vertical-align: middle;
            }

                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
                    overflow: hidden;
                    height: 0;
                    margin: 0 !important;
                    padding: 0 !important;
                }

    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #111;
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
    .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
        border-bottom: none;
    }

    .dataTables_wrapper:after {
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        content: '';
    }

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em;
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em;
    }
}

/* Buttons Data Table */
div.dt-button-info {
    position: fixed;
    z-index: 21;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    text-align: center;
    border: 2px solid #111;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: white;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .3);
}

    div.dt-button-info h2 {
        font-weight: normal;
        margin: 0;
        padding: .5em;
        border-bottom: 1px solid #ddd;
        background-color: #f3f3f3;
    }

    div.dt-button-info > div {
        padding: 1em;
    }

button.dt-button,
div.dt-button,
a.dt-button {
    font-size: .88em;
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: .333em;
    padding: .5em 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-decoration: none;
    color: black;
    border: 1px solid #999;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
    background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
}

    button.dt-button.disabled,
    div.dt-button.disabled,
    a.dt-button.disabled {
        cursor: default;
        color: #999;
        border: 1px solid #d0d0d0;
        background-color: #f9f9f9;
        background-image: -webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%);
        background-image: -o-linear-gradient(top, #fff 0%, #f9f9f9 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
        background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9');
    }

    button.dt-button:active:not(.disabled),
    button.dt-button.active:not(.disabled),
    div.dt-button:active:not(.disabled),
    div.dt-button.active:not(.disabled),
    a.dt-button:active:not(.disabled),
    a.dt-button.active:not(.disabled) {
        background-color: #e2e2e2;
        background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
        background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e2e2e2));
        background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
        -webkit-box-shadow: inset 1px 1px 3px #999;
        box-shadow: inset 1px 1px 3px #999;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
    }

        button.dt-button:active:not(.disabled):hover:not(.disabled),
        button.dt-button.active:not(.disabled):hover:not(.disabled),
        div.dt-button:active:not(.disabled):hover:not(.disabled),
        div.dt-button.active:not(.disabled):hover:not(.disabled),
        a.dt-button:active:not(.disabled):hover:not(.disabled),
        a.dt-button.active:not(.disabled):hover:not(.disabled) {
            background-color: #ccc;
            background-image: -webkit-linear-gradient(top, #eaeaea 0%, #ccc 100%);
            background-image: -o-linear-gradient(top, #eaeaea 0%, #ccc 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#ccc));
            background-image: linear-gradient(to bottom, #eaeaea 0%, #ccc 100%);
            -webkit-box-shadow: inset 1px 1px 3px #999;
            box-shadow: inset 1px 1px 3px #999;
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc');
        }

    button.dt-button:hover,
    div.dt-button:hover,
    a.dt-button:hover {
        text-decoration: none;
    }

        button.dt-button:hover:not(.disabled),
        div.dt-button:hover:not(.disabled),
        a.dt-button:hover:not(.disabled) {
            border: 1px solid #666;
            background-color: #e0e0e0;
            background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
            background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e0e0e0));
            background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
        }

    button.dt-button:focus:not(.disabled),
    div.dt-button:focus:not(.disabled),
    a.dt-button:focus:not(.disabled) {
        border: 1px solid #426c9e;
        outline: none;
        background-color: #79ace9;
        background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
        background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#bddef4), to(#79ace9));
        background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
        text-shadow: 0 1px 0 #c4def1;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9');
    }

.dt-button embed {
    outline: none;
}

div.dt-buttons {
    position: relative;
    float: left;
}

    div.dt-buttons.buttons-right {
        float: right;
    }

div.dt-button-collection {
    position: absolute;
    z-index: 2002;
    z-index: 2002;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 150px;
    margin-top: 3px;
    padding: 8px 8px 4px 8px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .4);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px;
}

    div.dt-button-collection button.dt-button,
    div.dt-button-collection div.dt-button,
    div.dt-button-collection a.dt-button {
        position: relative;
        right: 0;
        left: 0;
        display: block;
        float: none;
        margin-right: 0;
        margin-bottom: 4px;
    }

        div.dt-button-collection button.dt-button:active:not(.disabled),
        div.dt-button-collection button.dt-button.active:not(.disabled),
        div.dt-button-collection div.dt-button:active:not(.disabled),
        div.dt-button-collection div.dt-button.active:not(.disabled),
        div.dt-button-collection a.dt-button:active:not(.disabled),
        div.dt-button-collection a.dt-button.active:not(.disabled) {
            background-color: #dadada;
            background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
            background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#dadada));
            background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
            -webkit-box-shadow: inset 1px 1px 3px #666;
            box-shadow: inset 1px 1px 3px #666;
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
        }

    div.dt-button-collection.fixed {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -75px;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        div.dt-button-collection.fixed.two-column {
            margin-left: -150px;
        }

        div.dt-button-collection.fixed.three-column {
            margin-left: -225px;
        }

        div.dt-button-collection.fixed.four-column {
            margin-left: -300px;
        }

    div.dt-button-collection > * {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    div.dt-button-collection.two-column {
        width: 300px;
        padding-bottom: 1px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }

    div.dt-button-collection.three-column {
        width: 450px;
        padding-bottom: 1px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
    }

    div.dt-button-collection.four-column {
        width: 600px;
        padding-bottom: 1px;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        -ms-column-count: 4;
        -o-column-count: 4;
        column-count: 4;
    }

div.dt-button-background {
    position: fixed;
    z-index: 2001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .7) 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, .3)), color-stop(1, rgba(0, 0, 0, .7)));
    background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .7) 100%);
    background: -webkit-radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .7) 100%);
    background: -o-radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .7) 100%);
    background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .7) 100%);
}

@media screen and (max-width: 640px) {
    div.dt-buttons {
        float: none !important;
        text-align: center;
    }
}

/* Data Table Bootstrap */
table.dataTable {
    clear: both;
    max-width: none !important;
    margin-top: 0px !important;
    margin-bottom: 6px !important;
    border-collapse: separate !important;
}

    table.dataTable td,
    table.dataTable th {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        table.dataTable td.dataTables_empty,
        table.dataTable th.dataTables_empty {
            text-align: center;
        }

    table.dataTable.nowrap th,
    table.dataTable.nowrap td {
        white-space: nowrap;
    }

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    display: inline-block;
    width: 75px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        text-align: left;
        white-space: nowrap;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        display: inline-block;
        width: auto;
        margin-left: .5em;
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    text-align: right;
    white-space: nowrap;
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
    }

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-top: -26px;
    margin-left: -100px;
    padding: 1em 0;
    text-align: center;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
    outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    position: relative;
    cursor: pointer;
}

    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:after {
        font-family: 'Glyphicons Halflings';
        position: absolute;
        right: 8px;
        bottom: 8px;
        display: block;
        opacity: .5;
    }

    table.dataTable thead .sorting:after {
        content: '\e150';
        opacity: .2;
    }

    table.dataTable thead .sorting_asc:after {
        content: '\e155';
    }

    table.dataTable thead .sorting_desc:after {
        content: '\e156';
    }

    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:after {
        color: #eee;
    }

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-top: none;
}

    div.dataTables_scrollBody table thead .sorting:after,
    div.dataTables_scrollBody table thead .sorting_asc:after,
    div.dataTables_scrollBody table thead .sorting_desc:after {
        display: none;
    }

    div.dataTables_scrollBody table tbody tr:first-child th,
    div.dataTables_scrollBody table tbody tr:first-child td {
        border-top: none;
    }

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}

table.dataTable.table-condensed > thead > tr > th {
    padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
}

    table.table-bordered.dataTable th:last-child,
    table.table-bordered.dataTable th:last-child,
    table.table-bordered.dataTable td:last-child,
    table.table-bordered.dataTable td:last-child {
        border-right-width: 0;
        line-height: 14px
    }

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^='col-']:first-child {
        padding-left: 0;
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^='col-']:last-child {
        padding-right: 0;
    }

/* Responsive Data Table */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
    cursor: default !important;
}

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
        display: none !important;
    }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
        font-family: 'Courier New', Courier, monospace;
        line-height: 14px;
        position: absolute;
        top: 9px;
        left: 4px;
        display: block;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        width: 14px;
        height: 14px;
        content: '+';
        text-align: center;
        color: white;
        border: 2px solid white;
        -webkit-border-radius: 14px;
        border-radius: 14px;
        background-color: #31b131;
        -webkit-box-shadow: 0 0 3px #444;
        box-shadow: 0 0 3px #444;
    }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '-';
    background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
    display: none;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
    padding-left: 27px;
}

    table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
    table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
        line-height: 14px;
        top: 5px;
        left: 4px;
        width: 14px;
        height: 14px;
        text-indent: 3px;
        -webkit-border-radius: 14px;
        border-radius: 14px;
    }

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
    position: relative;
    cursor: pointer;
}

    table.dataTable.dtr-column > tbody > tr > td.control:before,
    table.dataTable.dtr-column > tbody > tr > th.control:before {
        font-family: 'Courier New', Courier, monospace;
        line-height: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        width: 16px;
        height: 16px;
        margin-top: -10px;
        margin-left: -10px;
        content: '+';
        text-align: center;
        color: white;
        border: 2px solid white;
        -webkit-border-radius: 14px;
        border-radius: 14px;
        background-color: #31b131;
        -webkit-box-shadow: 0 0 3px #444;
        box-shadow: 0 0 3px #444;
    }

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
    content: '-';
    background-color: #d33333;
}

table.dataTable > tbody > tr.child {
    padding: .5em 1em;
}

    table.dataTable > tbody > tr.child:hover {
        background: transparent !important;
    }

    table.dataTable > tbody > tr.child ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        table.dataTable > tbody > tr.child ul li {
            padding: .5em 0;
            border-bottom: 1px solid #efefef;
        }

            table.dataTable > tbody > tr.child ul li:first-child {
                padding-top: 0;
            }

            table.dataTable > tbody > tr.child ul li:last-child {
                border-bottom: none;
            }

    table.dataTable > tbody > tr.child span.dtr-title {
        /*min-width:75px*/
        font-weight: bold;
        display: inline-block;
    }
.tdStatus{
   
    width: 10% !important; 
}
div.dtr-modal {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10em 1em;
}

    div.dtr-modal div.dtr-modal-display {
        position: absolute;
        z-index: 102;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: auto;
        overflow: auto;
        width: 50%;
        height: 50%;
        margin: auto;
        border: 1px solid black;
        -webkit-border-radius: .5em;
        border-radius: .5em;
        background-color: #f5f5f7;
        -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, .6);
        box-shadow: 0 12px 30px rgba(0, 0, 0, .6);
    }

    div.dtr-modal div.dtr-modal-content {
        position: relative;
        padding: 1em;
    }

    div.dtr-modal div.dtr-modal-close {
        position: absolute;
        z-index: 12;
        top: 6px;
        right: 6px;
        width: 22px;
        height: 22px;
        cursor: pointer;
        text-align: center;
        border: 1px solid #eaeaea;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #f9f9f9;
    }

        div.dtr-modal div.dtr-modal-close:hover {
            background-color: #eaeaea;
        }

    div.dtr-modal div.dtr-modal-background {
        position: fixed;
        z-index: 101;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .6);
    }

@media screen and (max-width: 767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%;
    }
}

/* Time Picker */
/**
 * jQuery Timepicker - v1.3.5 - 2016-07-10
 * http://timepicker.co
 *
 * Enhances standard form input fields helping users to select (or type) times.
 *
 * Copyright (c) 2016 Willington Vega; Licensed MIT, GPL
 */
.ui-timepicker-container {
    position: absolute;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-timepicker {
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /*height: 205px;*/
    margin: 0;
    padding: 0 1px;
    list-style: none outside none;
    text-align: center;
}

.ui-timepicker-viewport {
    display: block;
    overflow: auto;
    overflow-x: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 205px;
    margin: 0;
    padding: 0;
    /* IE */
}

.ui-timepicker-standard {
    /* overwrites .ui-widget */
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
    /* overwrites .ui-menu */
    margin: 0;
    padding: 2px;
    color: #222;
    border: 1px solid #aaa;
    /* overwrites .ui-widget-content */
    background-color: #fff;
}

    .ui-timepicker-standard a {
        display: block;
        padding: .2em .4em;
        text-decoration: none;
        color: #222;
        border: 1px solid transparent;
    }

    .ui-timepicker-standard .ui-state-hover {
        font-weight: normal;
        color: #212121;
        border: 1px solid #999;
        /* overwrites .ui-state-hover */
        background-color: #dadada;
    }

    .ui-timepicker-standard .ui-menu-item {
        /* overwrites .ui-menu and .ui-menu-item */
        /*clear: left;
    float: left;*/
        margin: 0;
        padding: 0;
    }

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ui-timepicker-hidden {
    /* overwrites .ui-helper-hidden */
    display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
    border: none;
}

/* Date Picker */
/*! jQuery UI - v1.12.1 - 2018-01-07
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.ui-helper-reset {
    font-size: 100%;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    display: table;
    border-collapse: collapse;
    content: '';
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-top: -.25em;
    vertical-align: middle;
    text-indent: -99999px;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    display: block;
    margin-left: -8px;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    font-size: .1px;
    position: absolute;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    top: -5px;
    left: 0;
    width: 100%;
    height: 7px;
    cursor: n-resize;
}

.ui-resizable-s {
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 7px;
    cursor: s-resize;
}

.ui-resizable-e {
    top: 0;
    right: -5px;
    width: 7px;
    height: 100%;
    cursor: e-resize;
}

.ui-resizable-w {
    top: 0;
    left: -5px;
    width: 7px;
    height: 100%;
    cursor: w-resize;
}

.ui-resizable-se {
    right: 1px;
    bottom: 1px;
    width: 12px;
    height: 12px;
    cursor: se-resize;
}

.ui-resizable-sw {
    bottom: -5px;
    left: -5px;
    width: 9px;
    height: 9px;
    cursor: sw-resize;
}

.ui-resizable-nw {
    top: -5px;
    left: -5px;
    width: 9px;
    height: 9px;
    cursor: nw-resize;
}

.ui-resizable-ne {
    top: -5px;
    right: -5px;
    width: 9px;
    height: 9px;
    cursor: ne-resize;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    font-size: 100%;
    position: relative;
    display: block;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    cursor: pointer;
}

.ui-accordion .ui-accordion-content {
    overflow: auto;
    padding: 1em 2.2em;
    border-top: 0;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    outline: 0;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        /* support: IE10, see #8844 */
        list-style-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
        cursor: pointer;
    }

    .ui-menu .ui-menu-item-wrapper {
        position: relative;
        padding: 3px 1em 3px .4em;
    }

    .ui-menu .ui-menu-divider {
        font-size: 0;
        line-height: 0;
        height: 0;
        margin: 5px 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        margin: -1px;
    }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item-wrapper {
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    right: 0;
    left: auto;
}

.ui-button {
    line-height: normal;
    position: relative;
    display: inline-block;
    /* Support: IE <= 11 */
    overflow: visible;
    margin-right: .1em;
    padding: .4em 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
}

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    white-space: nowrap;
    text-indent: -9999px;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    width: 2.1em;
    height: 2.1em;
    padding: 0;
    white-space: nowrap;
    text-indent: -9999px;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    padding: .4em 1em;
    white-space: normal;
    text-indent: 0;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.ui-controlgroup {
    display: inline-block;
    vertical-align: middle;
}

    .ui-controlgroup > .ui-controlgroup-item {
        float: left;
        margin-right: 0;
        margin-left: 0;
    }

        .ui-controlgroup > .ui-controlgroup-item:focus,
        .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
            z-index: 9999;
        }

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

    .ui-controlgroup .ui-controlgroup-label span {
        font-size: 80%;
    }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: -webkit-calc( 100% - 2.4em);
    width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    border: none;
    -webkit-border-radius: .12em;
    border-radius: .12em;
    -webkit-box-shadow: inset 1px 1px 1px #ccc;
    box-shadow: inset 1px 1px 1px #ccc;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    overflow: visible;
    width: 16px;
    height: 16px;
    border: none;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
    background-image: none;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    display: none;
    width: 17em;
    padding: .2em .2em 0;
}

.largura-calendario {
    width: 93px !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}

    .ui-datepicker .ui-datepicker-title select {
        font-size: 1em;
        margin: 1px 0;
    }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    font-size: .9em;
    width: 100%;
    margin: 0 0 .4em;
    border-collapse: collapse;
}

.ui-datepicker th {
    font-weight: bold;
    padding: .7em .3em;
    text-align: center;
    border: 0;
}

.ui-datepicker td {
    padding: 1px;
    border: 0;
}

    .ui-datepicker td span,
    .ui-datepicker td a {
        display: block;
        padding: .2em;
        text-align: right;
        text-decoration: none;
    }

.ui-datepicker .ui-datepicker-buttonpane {
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background-image: none;
}

    .ui-datepicker .ui-datepicker-buttonpane button {
        float: right;
        overflow: visible;
        width: auto;
        margin: .5em .2em .4em;
        padding: .2em .6em .3em .6em;
        cursor: pointer;
    }

        .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
            float: left;
        }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    font-size: 0;
    clear: both;
    width: 100%;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        right: auto;
        left: 2px;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        right: auto;
        left: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

/* Icons */
.ui-datepicker .ui-icon {
    top: .3em;
    left: .5em;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    background-repeat: no-repeat;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        position: relative;
        padding: .4em 1em;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        overflow: hidden;
        width: 90%;
        margin: .1em 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        top: 50%;
        right: .3em;
        width: 20px;
        height: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        overflow: auto;
        padding: .5em 1em;
        border: 0;
        background: none;
    }

    .ui-dialog .ui-dialog-buttonpane {
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-n {
        top: 0;
        height: 2px;
    }

    .ui-dialog .ui-resizable-e {
        right: 0;
        width: 2px;
    }

    .ui-dialog .ui-resizable-s {
        bottom: 0;
        height: 2px;
    }

    .ui-dialog .ui-resizable-w {
        left: 0;
        width: 2px;
    }

    .ui-dialog .ui-resizable-se,
    .ui-dialog .ui-resizable-sw,
    .ui-dialog .ui-resizable-ne,
    .ui-dialog .ui-resizable-nw {
        width: 7px;
        height: 7px;
    }

    .ui-dialog .ui-resizable-se {
        right: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-sw {
        bottom: 0;
        left: 0;
    }

    .ui-dialog .ui-resizable-ne {
        top: 0;
        right: 0;
    }

    .ui-dialog .ui-resizable-nw {
        top: 0;
        left: 0;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-progressbar {
    overflow: hidden;
    height: 2em;
    text-align: left;
}

    .ui-progressbar .ui-progressbar-value {
        height: 100%;
        margin: -1px;
    }

    .ui-progressbar .ui-progressbar-overlay {
        height: 100%;
        /* support: IE8 */
        opacity: .25;
        background: url('data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==');
        filter: alpha(opacity=25);
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    margin: 0;
    padding: 0;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: bold;
            line-height: 1.5;
            height: auto;
            margin: .5em 0 0 0;
            padding: 2px .4em;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    overflow: hidden;
    margin-right: 20px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    width: 14em;
    text-align: left;
    white-space: nowrap;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        font-size: .7em;
        position: absolute;
        z-index: 1;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    /* support: IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        -webkit-filter: inherit;
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-bottom: -.6em;
        margin-left: 0;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    margin: .2em 0;
    margin-right: 2em;
    margin-left: .4em;
    padding: .222em 0;
    vertical-align: middle;
    color: inherit;
    border: none;
    background: none;
}

.ui-spinner-button {
    font-size: .5em;
    position: absolute;
    right: 0;
    display: block;
    overflow: hidden;
    width: 1.6em;
    height: 50%;
    margin: 0;
    padding: 0;
    cursor: default;
    text-align: center;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            position: relative;
            top: 0;
            float: left;
            margin: 1px .2em 0 0;
            padding: 0;
            list-style: none;
            white-space: nowrap;
            border-bottom-width: 0;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    padding: 1em 1.4em;
    border-width: 0;
    background: none;
}

.ui-tooltip {
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    padding: 8px;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 1em;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
    }

.ui-widget-content {
    color: #333;
    border: 1px solid #ddd;
    background: #fff;
}

    .ui-widget-content a {
        color: #333;
    }

.ui-widget-header {
    font-weight: bold;
    color: #333;
    border: 1px solid #ddd;
    background: #e9e9e9;
}

    .ui-widget-header a {
        color: #333;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        font-weight: normal;
        color: #454545;
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited,
        a.ui-button,
        a:link.ui-button,
        a:visited.ui-button,
        .ui-button {
            text-decoration: none;
            color: #454545;
        }

            .ui-state-hover,
            .ui-widget-content .ui-state-hover,
            .ui-widget-header .ui-state-hover,
            .ui-state-focus,
            .ui-widget-content .ui-state-focus,
            .ui-widget-header .ui-state-focus,
            .ui-button:hover,
            .ui-button:focus {
                font-weight: normal;
                color: #2b2b2b;
                border: 1px solid #ccc;
                background: #ededed;
            }

                .ui-state-hover a,
                .ui-state-hover a:hover,
                .ui-state-hover a:link,
                .ui-state-hover a:visited,
                .ui-state-focus a,
                .ui-state-focus a:hover,
                .ui-state-focus a:link,
                .ui-state-focus a:visited,
                a.ui-button:hover,
                a.ui-button:focus {
                    text-decoration: none;
                    color: #2b2b2b;
                }

.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    font-weight: normal;
    color: #fff;
    border: 1px solid #003eff;
    background: #007fff;
}

    .ui-icon-background,
    .ui-state-active .ui-icon-background {
        border: #003eff;
        background-color: #fff;
    }

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        text-decoration: none;
        color: #fff;
    }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #777620;
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    color: #5f3f3f;
    border: 1px solid #f1a899;
    background: #fddfdf;
}

    .ui-state-error a,
    .ui-widget-content .ui-state-error a,
    .ui-widget-header .ui-state-error a {
        color: #5f3f3f;
    }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    /* support: IE8 */
    font-weight: normal;
    opacity: .7;
    filter: Alpha(Opacity=70);
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    /* support: IE8 */
    background-image: none;
    filter: Alpha(Opacity=35);
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35);
        /* support: IE8 - See #6059 */
    }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url('images/right.png');
    /*background-color:black;*/
}

.ui-widget-header .ui-icon {
    background-image: url('../../assets/css/images/right.png');
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url('../css/images/ui-icons_555555_256x240.png');
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url('images/ui-icons_ffffff_256x240.png');
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url('images/ui-icons_777620_256x240.png');
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url('images/ui-icons_cc0000_256x240.png');
}

.ui-button .ui-icon {
    background-image: url('images/ui-icons_777777_256x240.png');
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    opacity: .3;
    background: #aaa;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}

.spinner-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .5);
}

.spinner-windows8 {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin: 100px auto 0;
}

    .spinner-windows8 .wBall {
        position: absolute;
        width: 48px;
        height: 48px;
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
        -webkit-animation: orbit 2.75s infinite;
        -moz-animation: orbit 2.75s infinite;
        -ms-animation: orbit 2.75s infinite;
        -o-animation: orbit 2.75s infinite;
        animation: orbit 2.75s infinite;
        opacity: 0;
    }

        .spinner-windows8 .wBall .wInnerBall {
            position: absolute;
            z-index: 2;
            top: 0;
            left: 0;
            width: 6px;
            height: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            background: #000;
        }

        .spinner-windows8 .wBall:first-child {
            -webkit-animation-delay: .6s;
            -o-animation-delay: .6s;
            animation-delay: .6s;
        }

        .spinner-windows8 .wBall:nth-child(2) {
            -webkit-animation-delay: .12s;
            -o-animation-delay: .12s;
            animation-delay: .12s;
        }

        .spinner-windows8 .wBall:nth-child(3) {
            -webkit-animation-delay: .24s;
            -o-animation-delay: .24s;
            animation-delay: .24s;
        }

        .spinner-windows8 .wBall:nth-child(4) {
            -webkit-animation-delay: .36s;
            -o-animation-delay: .36s;
            animation-delay: .36s;
        }

        .spinner-windows8 .wBall:nth-child(5) {
            -webkit-animation-delay: .48s;
            -o-animation-delay: .48s;
            animation-delay: .48s;
        }

@-webkit-keyframes orbit {
    0% {
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
        opacity: 1;
    }

    7% {
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        opacity: 1;
        -webkit-origin: 0;
    }

    30% {
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-origin: 7%;
    }

    39% {
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        opacity: 1;
        -webkit-origin: 30%;
    }

    70% {
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        opacity: 1;
        -webkit-origin: 39%;
    }

    75% {
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        opacity: 1;
        -webkit-origin: 70%;
    }

    100%, 76% {
        -webkit-transform: rotate(900deg);
        opacity: 0;
    }
}

@-o-keyframes orbit {
    0% {
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
        opacity: 1;
    }

    7% {
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        opacity: 1;
        -o-origin: 0;
    }

    30% {
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        opacity: 1;
        -o-origin: 7%;
    }

    39% {
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        opacity: 1;
        -o-origin: 30%;
    }

    70% {
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        opacity: 1;
        -o-origin: 39%;
    }

    75% {
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        opacity: 1;
        -o-origin: 70%;
    }

    100%, 76% {
        -o-transform: rotate(900deg);
        opacity: 0;
    }
}

@keyframes orbit {
    0% {
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    7% {
        -webkit-transform: rotate(300deg);
        -o-transform: rotate(300deg);
        transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: 1;
        origin: 0;
    }

    30% {
        -webkit-transform: rotate(410deg);
        -o-transform: rotate(410deg);
        transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        origin: 7%;
    }

    39% {
        -webkit-transform: rotate(645deg);
        -o-transform: rotate(645deg);
        transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: 1;
        origin: 30%;
    }

    70% {
        -webkit-transform: rotate(770deg);
        -o-transform: rotate(770deg);
        transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        origin: 39%;
    }

    75% {
        -webkit-transform: rotate(900deg);
        -o-transform: rotate(900deg);
        transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        origin: 70%;
    }

    100%, 76% {
        -webkit-transform: rotate(900deg);
        -o-transform: rotate(900deg);
        transform: rotate(900deg);
        opacity: 0;
    }
}

.tooltip {
    z-index: 20000;
}

body.lobipanel-minimized {
    padding-bottom: 36px;
}

.lobipanel {
    position: relative;
    margin-bottom: 15px;
}

    .lobipanel > .panel-heading {
        position: relative;
        padding: 5px;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

        .lobipanel > .panel-heading > .panel-title {
            font-size: 16px;
            line-height: 30px;
            float: left;
            overflow: hidden;
            max-width: -webkit-calc(100% - 30px);
            max-width: calc(100% - 30px);
            padding-left: 15px;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
        }

            .lobipanel > .panel-heading > .panel-title h1,
            .lobipanel > .panel-heading > .panel-title h2,
            .lobipanel > .panel-heading > .panel-title h3,
            .lobipanel > .panel-heading > .panel-title h4,
            .lobipanel > .panel-heading > .panel-title h5,
            .lobipanel > .panel-heading > .panel-title h6 {
                line-height: 30px;
                margin: 0;
            }

            .lobipanel > .panel-heading > .panel-title input {
                line-height: 30px;
                width: 100%;
                padding: 0 5px;
                color: inherit;
                border: 1px solid #337ab7;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                outline: 0;
                background-color: rgba(0, 0, 0, .2);
            }

                .lobipanel > .panel-heading > .panel-title input:focus {
                    background-color: rgba(0, 0, 0, .15);
                }

        .lobipanel > .panel-heading .dropdown {
            position: relative;
            display: inline-block;
            float: right;
        }

            .lobipanel > .panel-heading .dropdown .dropdown-menu {
                right: 0;
                left: auto;
                min-width: initial;
                margin-top: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
            }

                .lobipanel > .panel-heading .dropdown .dropdown-menu > li > a .control-title {
                    display: inline-block;
                    margin-left: 15px;
                }

            .lobipanel > .panel-heading .dropdown .dropdown-toggle {
                font-size: 14px;
                width: 30px;
                padding: 0;
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
                text-align: center;
                border: none;
                outline: 0;
                background-color: transparent;
            }

                .lobipanel > .panel-heading .dropdown .dropdown-toggle .panel-control-icon {
                    line-height: 30px;
                    top: 0;
                }

                .lobipanel > .panel-heading .dropdown .dropdown-toggle:hover,
                .lobipanel > .panel-heading .dropdown .dropdown-toggle:hover:focus,
                .lobipanel > .panel-heading .dropdown.open .dropdown-toggle {
                    background-color: rgba(0, 0, 0, .15);
                    text-shadow: 2px 2px 5px rgba(0, 0, 0, .6);
                }

        .lobipanel > .panel-heading:after,
        .lobipanel > .panel-heading:before {
            display: table;
            content: ' ';
        }

        .lobipanel > .panel-heading:after {
            clear: both;
        }

@media screen and (min-width: 768px) {
    .lobipanel .panel-heading .panel-title {
        max-width: -webkit-calc(100% - 180px);
        max-width: calc(100% - 180px);
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu {
        position: static;
        display: inline-block;
        width: auto;
        min-width: initial;
        margin: 0;
        padding: 0;
        border: none;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .lobipanel .panel-heading .dropdown .dropdown-menu > li {
            display: inline-block;
        }

            .lobipanel .panel-heading .dropdown .dropdown-menu > li > a .control-title,
            .lobipanel .panel-heading .dropdown .dropdown-toggle {
                display: none;
            }

            .lobipanel .panel-heading .dropdown .dropdown-menu > li > a {
                font-size: 14px;
                width: 30px;
                padding: 0;
                cursor: pointer;
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
                text-align: center;
                color: inherit;
                outline: 0;
            }

                .lobipanel .panel-heading .dropdown .dropdown-menu > li > a .panel-control-icon {
                    line-height: 30px;
                    top: 0;
                }

                .lobipanel .panel-heading .dropdown .dropdown-menu > li > a:focus:hover,
                .lobipanel .panel-heading .dropdown .dropdown-menu > li > a:hover {
                    background-color: rgba(0, 0, 0, .15);
                    text-shadow: 2px 2px 5px rgba(0, 0, 0, .6);
                }

                .lobipanel .panel-heading .dropdown .dropdown-menu > li > a:focus {
                    background-color: transparent;
                    text-shadow: none;
                }
}

.lobipanel > .panel-body {
    position: relative;
    overflow: auto;
}

.lobipanel .panel-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-color: #fff;
}

.lobipanel.panel-collapsed > .panel-heading {
    border-bottom: none;
}

    .lobipanel.panel-collapsed > .panel-heading .dropdown .dropdown-menu > li > a[data-func=unpin],
    .lobipanel.panel-collapsed > .panel-heading .dropdown .dropdown-menu > li > a[data-func=reload],
    .lobipanel.panel-collapsed > .panel-heading .dropdown .dropdown-menu > li > a[data-func=expand] {
        display: none;
    }

.lobipanel.panel-expanded,
.lobipanel.panel-minimized.panel-unpin,
.lobipanel.panel-unpin {
    margin-bottom: 0;
}

.lobipanel.panel-unpin {
    position: fixed;
    z-index: 10000;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 15px 5px rgba(10, 10, 10, .5);
    box-shadow: 2px 2px 15px 5px rgba(10, 10, 10, .5);
}

    .lobipanel.panel-unpin > .panel-heading {
        cursor: move;
    }

    .lobipanel.panel-unpin.panel-minimized {
        position: initial;
        float: left;
        min-width: 170px;
        margin-right: 5px;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .lobipanel.panel-unpin.panel-minimized > .panel-heading {
            padding: 0;
            cursor: pointer;
            border-bottom: none;
        }

            .lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title {
                max-width: -webkit-calc(100% - 60px);
                max-width: calc(100% - 60px);
            }

                .lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h1,
                .lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h2,
                .lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h3,
                .lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h4,
                .lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h5,
                .lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h6 {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                }

            .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu {
                position: static;
                display: inline-block;
                width: auto;
                min-width: initial;
                margin: 0;
                padding: 0;
                border: none;
                background: 0 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li {
                    display: inline-block;
                }

                    .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a,
                    .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a .control-title,
                    .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-toggle {
                        display: none;
                    }

                    .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a {
                        font-size: 14px;
                        width: 30px;
                        padding: 0;
                        cursor: pointer;
                        -webkit-transition: all .2s;
                        -o-transition: all .2s;
                        transition: all .2s;
                        text-align: center;
                        color: inherit;
                        outline: 0;
                    }

                        .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a .panel-control-icon {
                            line-height: 30px;
                            top: 0;
                        }

                        .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a:focus:hover,
                        .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a:hover {
                            background-color: rgba(0, 0, 0, .15);
                            text-shadow: 2px 2px 5px rgba(0, 0, 0, .6);
                        }

                        .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a:focus {
                            background-color: transparent;
                            text-shadow: none;
                        }

                        .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a[data-func=expand],
                        .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a[data-func=close] {
                            display: inline-block;
                        }

        .lobipanel.panel-unpin.panel-minimized > .panel-body,
        .lobipanel.panel-unpin.panel-minimized > .panel-footer {
            display: none !important;
        }

.lobipanel.panel-expanded > .panel-heading {
    cursor: initial;
}

    .lobipanel.panel-expanded > .panel-heading .dropdown .dropdown-menu > li > a[data-func=unpin],
    .lobipanel.panel-expanded > .panel-heading .dropdown .dropdown-menu > li > a[data-func=minimize] {
        display: none;
    }

.lobipanel.panel-expanded.panel-unpin > .panel-heading .panel-control[data-func=minimize] {
    display: block;
}

.lobipanel-minimized-toolbar {
    position: fixed;
    z-index: 20000;
    right: 0;
    bottom: 0;
    left: 0;
    height: 36px;
    padding: 2px;
    background: rgba(34, 115, 182, .51);
}

.lobipanel-placeholder {
    margin-bottom: 15px;
    border: 1px dashed #919191;
    background-color: #f9f5d1;
}

/* strong-password.scss */
.pwd-validate {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
}

    .pwd-validate .pwd-validate-info-muito-pequena {
        color: #ccc;
    }

    .pwd-validate .pwd-validate-info-fraca {
        color: #c06;
    }

    .pwd-validate .pwd-validate-info-media {
        color: #f60;
    }

    .pwd-validate .pwd-validate-info-forte {
        color: #3c0;
    }

    .pwd-validate .pwd-validate-info-muito-forte {
        color: #b91206;
    }

    .pwd-validate .pwd-validate-bar {
        font-size: 1px;
        height: 5px;
        border: 1px solid white;
    }

    .pwd-validate .pwd-validate-bar-muito-pequena {
        width: 5%;
        background-color: #ccc;
    }

    .pwd-validate .pwd-validate-bar-fraca {
        width: 25%;
        background-color: #c06;
    }

    .pwd-validate .pwd-validate-bar-media {
        width: 50%;
        background-color: #f60;
    }

    .pwd-validate .pwd-validate-bar-forte {
        width: 75%;
        background-color: #3c0;
    }

    .pwd-validate .pwd-validate-bar-muito-forte {
        width: 100%;
        background-color: #b91206;
    }

/* menuSideBar.scss */
body {
    position: relative;
    overflow-x: hidden;
}

body,
html {
    height: 100%;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
    width: 100%;
    padding-left: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}



/*MODIFICAÇÃO*/


/*----------------------------*/
#wrapper.toggled {
    padding-left: 220px;
}

    #sidebar-wrapper {
        z-index: 97;
        top: 282px;
        overflow-x: hidden;
        overflow-y: auto;
        width: 25px;
        height: 35%;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-border-radius: 0 10px 10px 0;
        border-radius: 0 10px 10px 0;
        background: #779bb1 !important;
        -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .75);
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .75);
    }

        #sidebar-wrapper::-webkit-scrollbar {
            display: none;
        }

    .toggled #sidebar-wrapper {
        width: 220px;
    }

    #page-content-wrapper {
        width: 100%;
        padding-top: 70px;
    }

    .toggled #page-content-wrapper {
        position: absolute;
        margin-right: -220px;
    }

    /*-------------------------------*/
    /*     Sidebar nav styles        */
    /*-------------------------------*/
    .sidebar-nav {
        position: absolute;
        top: 0;
        width: 220px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sidebar-nav li {
            line-height: 20px;
            position: relative;
            display: inline-block;
            width: 100%;
        }

            .sidebar-nav li:before {
                position: absolute;
                z-index: -1;
                top: 0;
                left: 0;
                width: 3px;
                height: 100%;
                content: '';
                -webkit-transition: width .2s ease-in;
                -o-transition: width .2s ease-in;
                transition: width .2s ease-in;
                background-color: #779bb1;
            }

            .sidebar-nav li:first-child {
                margin: 0 0 10px 0;
                border-bottom: 1px dashed #fff !important;
            }

                .sidebar-nav li:first-child a {
                    padding: 0 0 0 75px;
                    color: #fff;
                    background-color: #779bb1;
                }

            .sidebar-nav li:nth-child(2):before {
                background-color: #79aefe;
            }

            .sidebar-nav li:nth-child(3):before {
                background-color: #314190;
            }

            .sidebar-nav li:nth-child(4):before {
                background-color: #279636;
            }

            .sidebar-nav li:nth-child(5):before {
                background-color: #ff8100;
            }

            .sidebar-nav li:nth-child(6):before {
                background-color: #ead24c;
            }

            .sidebar-nav li:nth-child(7):before {
                background-color: #2d2366;
            }

            .sidebar-nav li:nth-child(8):before {
                background-color: #2d2366;
            }

            .sidebar-nav li:nth-child(9):before {
                background-color: #35acdf;
            }

            .sidebar-nav li:hover:before,
            .sidebar-nav li.open:hover:before {
                width: 100%;
                -webkit-transition: width .2s ease-in;
                -o-transition: width .2s ease-in;
                transition: width .2s ease-in;
            }

            .sidebar-nav li a {
                display: block;
                padding: 10px 15px 10px 30px;
                text-decoration: none;
                color: #ddd;
            }

                .sidebar-nav li a:hover,
                .sidebar-nav li a:active,
                .sidebar-nav li a:focus,
                .sidebar-nav li.open a:hover,
                .sidebar-nav li.open a:active,
                .sidebar-nav li.open a:focus {
                    text-decoration: none;
                    color: #fff;
                    background-color: transparent !important;
                }

        .sidebar-nav > .sidebar-brand {
            font-size: 20px;
            line-height: 44px;
            height: 65px;
        }

        .sidebar-nav .dropdown-menu {
            position: relative;
            width: 100%;
            margin: 0;
            padding: 0;
            border: none;
            -webkit-border-radius: 0;
            border-radius: 0;
            background-color: #222;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    /*-------------------------------*/
    /*       Hamburger-Cross         */
    /*-------------------------------*/
    .hamburger {
        position: relative;
        z-index: 999;
        display: block;
        width: 15px;
        height: 25px;
        margin: 5px 0 10px 5px !important;
        border: none;
        background: transparent;
    }

        .hamburger:hover,
        .hamburger:focus,
        .hamburger:active {
            outline: none;
        }

        .hamburger.is-closed:before {
            font-size: 14px;
            line-height: 32px;
            display: block;
            width: 100px;
            content: '';
            -webkit-transition: all .35s ease-in-out;
            -webkit-transform: translate3d(0, 0, 0);
            text-align: center;
            opacity: 0;
            color: #fff;
        }

        .hamburger.is-closed:hover:before {
            display: block;
            -webkit-transition: all .35s ease-in-out;
            -webkit-transform: translate3d(-100px, 0, 0);
            opacity: 1;
        }

        .hamburger.is-closed .hamb-top,
        .hamburger.is-closed .hamb-middle,
        .hamburger.is-closed .hamb-bottom,
        .hamburger.is-open .hamb-top,
        .hamburger.is-open .hamb-middle,
        .hamburger.is-open .hamb-bottom {
            position: absolute;
            left: 0;
            width: 100%;
            height: 3px;
        }

        .hamburger.is-closed .hamb-top,
        .hamburger.is-closed .hamb-middle,
        .hamburger.is-closed .hamb-bottom {
            background-color: #fff;
        }

        .hamburger.is-closed .hamb-top {
            top: 5px;
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburger.is-closed .hamb-middle {
            top: 50%;
            margin-top: -2px;
        }

        .hamburger.is-closed .hamb-bottom {
            bottom: 5px;
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburger.is-closed:hover .hamb-top {
            top: 0;
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburger.is-closed:hover .hamb-bottom {
            bottom: 0;
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburger.is-open .hamb-top,
        .hamburger.is-open .hamb-middle,
        .hamburger.is-open .hamb-bottom {
            background-color: #fff;
        }

        .hamburger.is-open .hamb-top,
        .hamburger.is-open .hamb-bottom {
            top: 50%;
            margin-top: -2px;
        }

        .hamburger.is-open .hamb-top {
            -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
            -webkit-transform: rotate(45deg);
        }

        .hamburger.is-open .hamb-middle {
            display: none;
        }

        .hamburger.is-open .hamb-bottom {
            -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
            -webkit-transform: rotate(-45deg);
        }

        .hamburger.is-open:before {
            font-size: 14px;
            line-height: 32px;
            display: block;
            width: 100px;
            content: '';
            -webkit-transition: all .35s ease-in-out;
            -webkit-transform: translate3d(0, 0, 0);
            text-align: center;
            opacity: 0;
            color: #fff;
        }

        .hamburger.is-open:hover:before {
            display: block;
            -webkit-transition: all .35s ease-in-out;
            -webkit-transform: translate3d(-100px, 0, 0);
            opacity: 1;
        }

    /*-------------------------------*/
    /*            Overlay            */
    /*-------------------------------*/
    .overlay {
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(250, 250, 250, .8);
    }

    /* _calendar.scss */
    /* Prevent the text contents of draggable elements from being selectable. */
    [draggable] {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* Required to make elements draggable in old WebKit */
        -khtml-user-drag: element;
        -webkit-user-drag: element;
    }

    .box-processo {
        float: left;
        width: 100%;
        padding: 0 10px;
        text-align: left;
        border: 1px solid #ccc;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #eee;
    }

    .pai-box-norma-processo {
        position: relative;
        float: left;
        width: 100%;
        margin: 15px 0 0 0;
    }

        .pai-box-norma-processo button {
            margin: 0 0 15px 0 !important;
            border: solid 1px #779bb1 !important;
            -webkit-box-shadow: 1px 1px 5px 0 #779bb1;
            box-shadow: 1px 1px 5px 0 #779bb1;
        }

    .pai-calendario-processo {
        font-size: 14px;
        line-height: 25px;
        height: 23px;
        margin: 10px;
        cursor: move;
        text-align: center;
        color: #fff;
        border: 1px solid #3a87ad;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #779bb1;
    }

    .carousel-control {
        top: 8px;
        bottom: unset;
        width: 0;
        opacity: 1;
        color: #779bb1;
    }

        .carousel-control :hover {
            color: #3a87ad;
        }

    .pai-ano {
        margin: 0 0 0 0;
        text-align: center;
    }

        .pai-ano span {
            font-size: 16px;
            font-weight: bold;
            color: #3a87ad;
        }

    .calendar {
        margin: 5px 0 0 0;
        border: solid 1px #ccc;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-color: #eee;
        height: 390px
    }

        .calendar .background-calendar {
            font-size: 40px;
            font-weight: bold;
            position: absolute;
            top: 15%;
            right: 0;
            bottom: 0;
            left: 38%;
            overflow: hidden;
            width: 100%;
            height: 100%;
            color: #779bb1;
        }

        .calendar ul {
            font-size: 3em;
            font-weight: bold;
            line-height: 150px;
            width: 100%;
            height: 100px;
            margin-top: 10px;
            padding: 5px;
            text-align: center;
            opacity: .7;
            color: white;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            background: #9bb4c3;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-align-self: auto;
            -ms-flex-item-align: auto;
            align-self: auto;
            overflow: auto;
        }

    .over {
        border: 2px dashed #fff;
    }

    .button-plai {
        position: relative;
        top: -16px;
    }

        .button-plai button {
            width: 40% !important;
            -webkit-border-radius: 0 10px 0 10px !important;
            border-radius: 0 10px 0 10px !important;
        }

    .button-pai-anexo {
        position: relative;
        top: -44px;
        float: right;
    }

        .button-pai-anexo button {
            /* width: 100% !important; */
            -webkit-border-radius: 10px 0 10px 0 !important;
            border-radius: 10px 0 10px 0 !important;
        }

            .button-pai-anexo button .upload-arq {
                padding: 0;
                text-align: center;
                border: 0 !important;
                -webkit-border-radius: 0 !important;
                border-radius: 0 !important;
            }

        .button-pai-anexo ul {
            font-size: 3em;
            font-weight: bold;
            line-height: normal;
            width: 100%;
            height: 0;
            margin-top: 0;
            padding: 0;
            text-align: center;
            opacity: 1;
            color: white;
            -webkit-border-radius: 0;
            border-radius: 0;
            background: none;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-align-self: auto;
            -ms-flex-item-align: auto;
            align-self: auto;
        }

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        /*margin-top: 0 !important;*/
        margin-bottom: 0 !important;
    }

    /**** Novo ****/

    /****Flex Box****/
    .main {
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
    }

        .main > .flex-item {
            -webkit-flex: 3 1 80%;
            -webkit-box-flex: 3;
            -moz-box-flex: 3;
            -ms-flex: 3 1 80%;
            flex: 3 1 80%;
            -webkit-order: 2;
            -webkit-box-ordinal-group: 3;
            -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .main > .menu-side {
            -webkit-flex: 1 6 20%;
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1 6 20%;
            flex: 1 6 20%;
            -webkit-order: 1;
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

    .collapse {
        display: block !important;
        visibility: visible;
    }

    /** Para deixar uma corzinha de fundo nos divs filhos **/
    .main div {
        margin-right: 10px;
        -webkit-flex: 1 1 auto;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    /****Sidebar****/
    .line-side {
        display: block;
        padding: 3px 10px 3px 5px;
        border-bottom: 1px solid #5c8294;
    }

        .line-side:hover {
            background-color: #8da7b3;
        }

        .line-side li a:hover {
            color: #ead29c;
        }

    .ativa {
        padding: 6px 0 6px 0;
        background-color: #8da7b3;
    }

    .menu .ativa a {
        font-size: 18px;
    }

    li {
        list-style-type: none;
    }

    .sidenav {
        position: fixed;
        z-index: 9999;
        top: 202px;
        left: 0;
        overflow-x: hidden;
        width: 0;
        height: 100%;
        padding-top: 60px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        background-color: #547a8f;
    }

        .sidenav a {
            font-size: 14px;
            display: block;
            padding: 6px 8px 6px 32px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            text-decoration: none;
            color: #fff;
        }

            .sidenav a:hover,
            .offcanvas a:focus {
                color: #f1f1f1;
            }

        .sidenav .closebtn {
            font-size: 36px;
            position: absolute;
            top: 0;
            right: 25px;
            margin-left: 50px;
        }

    /*** Material Design ***/
    .mdl-radio,
    .mdl-checkbox__label {
        font-size: 15px;
    }

    /* bootstrap */
    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 12px;
        /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
        font-weight: bold !important;
        padding: 0;
        opacity: .8;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 12px;
        /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
        font-weight: bold !important;
        padding: 0;
        opacity: .8;
    }

    :-ms-input-placeholder {
        /* IE 10+ */
        font-size: 12px;
        /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
        font-weight: bold !important;
        padding: 0;
        opacity: .8;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        font-size: 12px;
        /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
        font-weight: bold !important;
        padding: 0;
        opacity: .8;
    }

    .btn-default,
    .btn-primary,
    .btn-success,
    .btn-info,
    .btn-warning,
    .btn-danger {
        text-shadow: none;
    }

    .btn-success,
    .btn-warning,
    .btn-danger {
        color: #fff !important;
    }

        .btn-success:hover,
        .btn-warning:hover,
        .btn-danger:hover {
            font-weight: 400;
        }

    select[multiple] {
        height: auto !important;
        padding: 5px 10px !important;
    }

    .input-group .form-control {
        z-index: 0 !important;
    }

    .form-control {
        z-index: 0 !important;
        height: 26px !important;
        margin-bottom: 5px;
        padding: 0 12px !important;
    }

    textarea.form-control {
        height: auto !important;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #656565;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle {
            background-color: #d9d9d9;
        }

    .navbar-inverse {
        z-index: 98;
        min-height: 30px !important;
        padding: 5px 0;
        border: none !important;
        background-color: #779bb1 !important;
        background-image: none !important;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    }

        .navbar-inverse .navbar-collapse,
        .navbar-inverse .navbar-form {
            border: none !important;
            border-color: #f9f9f9 !important;
        }

    input[type=file] {
        width: 100%;
    }

    .form-control-file {
        padding: 5px;
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #fff;
    }

    .form-group {
        color: #9195a4;
    }

    .dropdown-menu {
        width: auto;
        margin: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .navbar-top-links .dropdown-menu li a {
        display: block;
        padding: 10px 20px !important;
        text-align: left !important;
        color: #fff;
        border-top: 1px solid #e5e5e5;
        background: #3bafda;
    }

    .nav .open > a:focus {
        color: #fff;
        background-color: #779bb1 !important;
    }

    .dropdown-user h3 {
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        margin: 5px 0 5px;
        color: #0064a4;
    }

    .panel-heading {
        padding: 5px 15px;
    }

    .panel-body {
        padding-top: 10px;
    }

    .navbar-brand {
        margin-right: 0;
        padding: 15px;
        /*margin-right: 50px;*/
    }

    .upload {
        display: inline-table;
        width: 100% !important;
    }

        .upload .drop {
            /*padding: 25px 20px !important;*/
            /* margin-bottom: 10px;*/
            display: block;
            width: 100% !important;
            text-align: center;
            border: 1px solid #ccc !important;
            -webkit-border-radius: 4px !important;
            border-radius: 4px !important;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        }

    .form-base {
        float: left !important;
        width: auto !important;
        margin-right: 10px;
    }

    .texto-base {
        float: left !important;
    }

    .base-senhas label.titulo {
        display: block;
        width: 100% !important;
    }

    /* Menu User */
    /* Clientes */
    #clientes {
        display: none;
    }

    #sites {
        display: none;
    }

    .box-clientes {
        font-family: 'Abel-Regular', sans-serif;
        /*padding: 10px 20px;*/
        width: 100%;
        /*height: 172px;*/
        margin-top: 20px;
        text-align: center !important;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .75);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .45);
    }

        .box-clientes a {
            display: block;
            width: 100%;
            padding: 10px 20px;
            text-decoration: none;
            border: 1px solid #ddd;
            -webkit-border-radius: 40px;
            border-radius: 40px;
            background-color: #fafafa;
            height: 150px;
        }

            .box-clientes a:hover {
                display: block;
                width: 100%;
                padding: 10px 20px;
                background-color: #ddd;
            }

        .box-clientes img {
            width: 100px;
            margin: auto;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

        .box-clientes span {
            font-size: 18px;
            display: block;
            clear: both;
            /*font-weight: 500;*/
            margin-top: 5px;
            /*color: #0064a4;*/
            color: #e59806;
        }

    /*** radio button ***/
    .checkbox input[type=radio],
    input[type=checkbox] {
        display: none;
    }

    .checkbox label {
        margin: 0 !important;
    }

    .checkbox input[type=radio] + label:before {
        position: absolute;
        bottom: 1px;
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-left: -25px;
        content: '';
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #dcdddd;
        -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .8);
        box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .8);
    }

    .checkbox input[type=checkbox] + label:before {
        position: absolute;
        top: 1px;
        bottom: 1px;
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-left: -25px;
        content: '';
        -webkit-border-radius: 20%;
        border-radius: 20%;
        background-color: #dcdddd;
        -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .8);
        box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .8);
    }

    .checkbox input[type=radio]:checked + label:before,
    .checkbox input[type=checkbox]:checked + label:before {
        background-color: #00aad8;
    }

    /*** bootstrap ***/
    th {
        font-weight: 100;
    }

    .radio label,
    .checkbox label {
        padding-left: 30px !important;
    }

    .checkbox {
        position: relative;
        display: block;
        margin: 5px 0 !important;     
    }

    .checkbox-margintop {
        margin-top: 27px !important;
    }

    .tabela-check {
        
        padding: 15px 0 !important;
        color: #000 !important;
        border: 1px solid #ccc !important;
        -webkit-border-radius: 4px !important;
        border-radius: 4px !important;
        background-color: #fafafa !important;
    }

    .tabela-forne {
        float: left;
        width: 100% !important;
        margin-top: 5px;
        padding: 20px !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        background-color: #f1f1f1 !important;
    }

    /***Breadcrumb***/
    .breadcrumb {
        padding: 6px 0 !important;
        border-bottom: 1px solid #e7e7e7;
        -webkit-box-shadow: inset 0 5px 5px rgba(255, 255, 255, .15), 0 5px 5px rgba(0, 0, 0, .075);
        box-shadow: inset 0 5px 5px rgba(255, 255, 255, .15), 0 5px 5px rgba(0, 0, 0, .075);
        webkit-box-shadow: inset 0 5px 10px rgba(255, 255, 255, .15), 0 5px 10px rgba(0, 0, 0, .075);
    }

    .breadcrumb-arrow {
        height: auto;
        margin-bottom: 0 !important;
        /*background-color: transparent !important; */
        margin-left: 0 !important;
        padding: 0;
        padding-left: 30px !important;
        list-style: none;
        background-color: #f1f1f1;
    }

        .breadcrumb-arrow li:first-child a {
            margin-left: 0;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

        .breadcrumb-arrow li,
        .breadcrumb-arrow li a,
        .breadcrumb-arrow li span {
            display: inline-block;
            /*vertical-align: top; */
        }

            .breadcrumb-arrow li:not(:first-child) {
                margin-left: -5px;
            }

            .breadcrumb-arrow li + li:before {
                padding: 0;
                content: '';
            }

            .breadcrumb-arrow li span {
                padding: 0 10px;
            }

            .breadcrumb-arrow li a,
            .breadcrumb-arrow li:not(:first-child) span {
                font-size: 12px;
                line-height: 20px;
                padding: 0 10px 0 18px;
            }

            .breadcrumb-arrow li:first-child a {
                padding: 0 10px;
            }

            .breadcrumb-arrow li a {
                position: relative;
                text-decoration: none;
                color: #fff;
                border: 1px solid #3bafda;
                background-color: #3bafda;
            }

            .breadcrumb-arrow li:first-child a {
                padding-left: 10px;
            }

            .breadcrumb-arrow li a:after,
            .breadcrumb-arrow li a:before {
                position: absolute;
                top: -1px;
                width: 0;
                height: 0;
                content: '';
                border-top: 11px solid transparent;
                border-bottom: 11px solid transparent;
            }

            .breadcrumb-arrow li a:before {
                z-index: 3;
                right: -10px;
                border-left-width: 11px;
                border-left-style: solid;
                border-left-color: #3bafda;
            }

            .breadcrumb-arrow li a:after {
                z-index: 2;
                right: -11px;
                border-left: 11px solid #2494be;
            }

            .breadcrumb-arrow li a:focus,
            .breadcrumb-arrow li a:hover {
                border: 1px solid #4fc1e9;
                background-color: #4fc1e9;
            }

                .breadcrumb-arrow li a:focus:before,
                .breadcrumb-arrow li a:hover:before {
                    border-left-color: #4fc1e9;
                }

            .breadcrumb-arrow li a:active {
                border: 1px solid #698e9f !important;
                background-color: #698e9f !important;
            }

                .breadcrumb-arrow li a:active:after,
                .breadcrumb-arrow li a:active:before {
                    border-left-color: #698e9f !important;
                }

            .breadcrumb-arrow li span {
                color: #434a54;
            }

        .breadcrumb-arrow li {
            padding-top: 0 !important;
        }

            .breadcrumb-arrow li a.active {
                border: 1px solid #779bb1 !important;
                background-color: #779bb1 !important;
            }

                .breadcrumb-arrow li a.active:before {
                    z-index: 3;
                    right: -10px;
                    border-left-width: 10px;
                    border-left-style: solid;
                    border-left-color: #779bb1;
                }

    .fa-pad {
        padding: 4px 0 0 15px;
    }

    /*.glyphicon, .fa{
      padding: 4px 0px 0 15px;
}*/
    i.glyphicon {
        font-size: 25px;
        margin: 5px 10px;
        color: #b3b6c0;
    }

    .navbar-default {
        z-index: 1000 !important;
    }

        .navbar-default .navbar-brand {
            height: auto;
            color: #777;
        }

    .separator {
        width: 94%;
        height: .75px;
        margin: 0 7px 10px 8px;
        background-color: #e59806;
    }

    /* geral */
    a:hover {
        color: #a5ccd9;
    }

    h1 {
        font-size: 20px;
        padding: 10px 0 10px 10px;
        border-left: 4px solid #698e9f;
        background-color: #ddd;
    }

    .input-validation-error {
        border: 1px solid red !important;
    }

    .validation-summary-errors {
        color: red;
    }

    body,
    html {
        width: 100%;
        height: 100%;
    }

    body {
        font-size: 14px;
        padding-top: 0;
        color: #000;
        /*font-family: 'Abel-Regular', sans-serif;*/
        background: url('../imagens/bg.jpg') repeat;
        background-color: rgba(0, 0, 0, .2);
    }

    /*** splash ***/
    #screen {
        display: none;
    }

    #splash {
        position: absolute;
        z-index: 9000;
        top: 0;
        left: 0;
        width: auto;
        /*-moz-opacity: 0.25;*/
        opacity: .25;
        background-color: #fff;
        filter: alpha(opacity=25);
    }

    #dvAguarde {
        position: fixed;
        z-index: 10000;
        top: 40%;
        width: 100%;
        text-align: center;
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

        #dvAguarde span {
            padding: 15px;
            color: #fff;
            background-color: #000;
        }

    ul {
        padding: 0;
        list-style: none;
    }

    a {
        color: #698e9f;
    }

    /*** HEADER ***/
    .tm-quadro {
        width: 478px !important;
        padding: 0 !important;
    }

        .tm-quadro li {
            float: left !important;
            margin: 5px 1px 5px 5px;
        }

            .tm-quadro li a {
                color: #0064a4 !important;
                border: 1px solid #e5e5e5;
                background: #fff !important;
            }

    .badge {
        font-size: 11px !important;
        font-weight: bold !important;
        line-height: 1;
        float: right;
        width: 20px;
        min-width: auto;
        height: 20px;
        margin-left: -8px;
        padding: 5px !important;
        text-align: center;
        vertical-align: baseline;
        white-space: nowrap;
        color: #fff;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-color: #fb0836 !important;
    }

    header {
        background-color: #fff;
    }

    navbar-brand {
        padding-top: 1px;
    }

    .mostrar {
        font-family: Abel-Regular;
        font-size: 26px;
        padding: 0 10px;
        color: #fff;
        border: 1px solid #ccc;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .dvProcesso {
        display: block;
        width: 100%;
        margin-bottom: 25px;
    }

    #btn-novo-tipo {
        position: absolute;
        left: 25px;
    }

    .btn-primary,
    .modal-footer button {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 14px !important;
        font-weight: bold !important;
        margin-right: 5px !important;
        padding: 3px 10px !important;
        color: #779bb1 !important;
        border: 0 !important;
        -webkit-border-radius: 4px !important;
        border-radius: 4px !important;
        background-color: #daeaee !important;
    }

    .novo {
        font-weight: bold;
        /*position: absolute;*/
        z-index: 100;
        display: block;
        float: left;
        width: auto;
        margin: 0;
        padding: 3px 10px;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: #daeaee;
        /*margin-bottom: -25px !important;*/
        margin-left: 28px;
    }

    .novo2 {
        font-weight: bold;
        display: block;
        float: right !important;
        width: auto;
        margin: 0;
        padding: 3px 10px;
        -webkit-border-radius: 4px;
        -webkit-border-radius: 0;
        border-radius: 4px;
        border-radius: 0;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        background-color: #daeaee;
    }

        .novo a,
        .novo2 a {
            font-weight: bold;
            color: #779bb1 !important;
        }

            .novo a i,
            .novo2 a i {
                margin-right: 5px;
                color: #779bb1 !important;
            }

                .novo a i:hover,
                .novo2 a i:hover {
                    color: #779bb1 !important;
                }

    .novo i {
        float: left;
        margin: 4px 5px 0 0 !important;
        color: #779bb1 !important;
    }

    .header-login {
        margin-top: 20px !important;
        /*height: 20px;
    margin-bottom: 20px;*/
    }

    .logo {
        max-width: 200px;
        height: 60px;
    }

    .divider-header {
        float: left;
        width: 20px;
        height: 40px;
        border-right: 1px solid #ddd;
    }

    .slogan {
        font-size: 16px;
        float: left;
        /*background-color: #ebedf3;*/
        max-width: 98%;
        margin: 25px 20px 20px 0;
        padding: 10px 20px;
        text-align: center;
        color: #656565;
        /*border:1px solid #000;*/
    }

    .slogan-mb {
        font-size: 14px;
        margin: 5px;
        padding: 5px;
        text-align: center;
        color: #be9c6f;
        background-color: #f5e7d3;
    }

    col-infos {
        width: 100%;
    }

    .col-infos .nav li a {
        font-size: 11px;
        padding: 0 0 3px 0;
    }

        .col-infos .nav li a:hover {
            color: #698e9f;
            background: none;
        }

        .col-infos .nav li a:focus {
            color: #698e9f;
            background: none;
        }

    .avatar {
        float: left;
        padding-top: 5px;
        padding-right: 10px;
    }

    .bg-info {
        margin-top: 20px !important;
        margin-bottom: 30px !important;
        padding: 10px 20px !important;
        opacity: .6;
        -webkit-border-radius: 4px !important;
        border-radius: 4px !important;
        background-color: #e8e9ea;
        filter: alpha(opacity=60);
    }

        .bg-info p {
            font-family: JosefinSans-Light;
            font-size: 22px;
            font-weight: 800;
            text-align: center;
            color: #3e3d4d;
        }

    .item a img {
        padding-left: 13px;
    }

    .header-fixo {
        position: fixed;
        z-index: 999;
        width: 100%;
    }

    /***LOGIN***/
    #CaptchaImage {
        float: right;
        width: 30%;
        margin: -20px 160px 0 0;
        /*height: 40px;*/
        border: 1px solid #ccc;
        -webkit-border-radius: 4px !important;
        border-radius: 4px !important;
    }

    #CaptchaInputText {
        float: right;
        width: 150px;
        height: 51px;
        margin-top: -80px;
        margin-left: 10px;
        padding-left: 10px;
        border: 1px solid #ccc;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .nav-settings__member-photo-container {
        /*padding: 16px 12px 16px 0px;*/
        position: relative;
        display: block;
        float: left;
        /*height: 102px;*/
        margin: 0;
        /*width: 80px;*/
    }

    .nav-settings__topcard::after {
        display: table;
        clear: both;
        content: '';
    }

    .nav-settings__member-photo {
        display: inline;
        overflow: hidden;
        width: 34px;
        height: 34px;
        margin: 0;
        padding: 0;
        border: 2px solid #fff;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
        box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    }

    .nav-settings__member-name {
        font-size: 14px;
    }

    /*** Analise Crítica ***/
    .editar-tema {
        /*background-color:#ebedf3;*/
        margin-top: -15px;
    }

    #mostraTela {
        height: 50px;
    }

    #tituloTema {
        float: left;
        width: 85%;
        height: 50px;
    }

    #gestaoDeRisco {
        float: left;
        width: 100%;
    }

    .col-1-p {
        width: 2.333333% !important;
        margin-right: 20px;
        margin-left: -16px;
    }

    .espaco {
        padding-top: 15px;
    }

    .pagination {
        margin: 5px 0;
    }

        .pagination > li > a,
        .pagination > li > span {
            padding: 1px 10px !important;
        }

    .panel-footer {
        padding: 5px 15px;
    }

    .panel-body2 {
        /*margin-top:10px;
   padding: 5px;*/
    }

    .panel-heading2 {
        background-color: #ebedf3;
    }

    .titulo-tabela {
        font-size: 16px;
        color: #fff !important;
        background-color: #779bb1;
    }

        .titulo-tabela th {
            font-weight: normal !important;
            color: #fff !important;
        }

    .titulo-tabela-blue {
        font-size: 18px;
        margin: 10px 0;
        padding: 5px 10px;
        color: #fff !important;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #779bb1;
    }

    p.cargo {
        width: 100%;
        height: 30px !important;
        margin-top: 0;
        padding: 3px 10px;
        border: 1px solid #ccc;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #fff;
    }

    .panel {
        border: 0;
    }

        .panel > .list-group .list-group-item,
        .panel > .panel-collapse > .list-group .list-group-item {
            float: left;
            margin-top: -7px;
            border: 0;
            background-color: #ebedf3;
        }

    .material-switch > input[type='checkbox'] {
        display: none;
    }

    .material-switch > label {
        position: relative;
        width: 40px;
        height: 0;
        cursor: pointer;
    }

        .material-switch > label::before {
            position: absolute;
            width: 40px;
            height: 16px;
            margin-top: -8px;
            content: '';
            -webkit-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            opacity: .3;
            -webkit-border-radius: 8px;
            border-radius: 8px;
            background: black;
            -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .5);
            box-shadow: inset 0 0 10px rgba(0, 0, 0, .5);
        }

        .material-switch > label::after {
            position: absolute;
            top: -4px;
            left: -4px;
            width: 24px;
            height: 24px;
            margin-top: -8px;
            content: '';
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            -webkit-border-radius: 16px;
            border-radius: 16px;
            background: white;
            -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        }

    .material-switch > input[type='checkbox']:checked + label::before {
        opacity: .5;
        background: inherit;
    }

    .material-switch > input[type='checkbox']:checked + label::after {
        left: 20px;
        background: inherit;
    }

    .input-group-addon {
        padding: 0 12px !important;
    }

    .radio-slider {
        margin-top: 0;
    }

    .inline2 {
        margin-top: -20px !important;
        padding-left: 5px;
    }

    .top-buffer {
        margin-top: 10px;
    }

    .bottom-buffer {
        font-family: 'Abel-Regular', sans-serif;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .collapsible-header {
        float: left;
    }

    .item-cont {
        float: left;
    }

    /*** Formulario ***/
    p {
        margin-bottom: 0 !important;
    }

    .titulo-tema {
        font-size: 18px !important;
        /*font-weight: bold;*/
        padding-top: 10px;
        padding-left: 20px;
    }

    span.cke_skin_kama {
        padding: 0 15px 0 !important;
        border: 0 !important;
        -webkit-border-radius: 5px;
        border-radius: 5px !important;
    }

    .gestaoDeRiscoPartial .panel-body {
        background-color: #fff !important;
    }

    .panel-body {
        background-color: #ebedf3;
    }

    .AddForm {
        /* padding: 0 15px;*/
        font-family: 'Abel-Regular', sans-serif;
        margin: 0 0 2px 0;
        color: #9195a4;
    }

    .panel label {
        /* padding: 0 15px;*/
        font-family: 'Abel-Regular', sans-serif;
        /*margin: 10px 0 2px 0;*/
        color: #9195a4;
    }

    input[type=radio] {
        /*margin-top: 1px \9;*/
        line-height: normal;
        margin: 0 0 0 !important;
    }

    label.demo-list-radio {
        margin: 0 10px 0 0 !important;
    }

    /*Print*/
    .panel-body-print {
        padding: 20px;
        background-color: #fff;
    }

    .input-campos {
        font-size: 16px;
        width: 100%;
        margin-top: 0;
        padding: 3px 10px;
        text-align: justify;
        border: 1px solid #ccc;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        /*height: 30px !important;*/
        background-color: #fff;
    }

    .barra-busca {
        font-family: 'Abel-Regular', sans-serif !important;
        float: left;
        width: 100%;
        padding: 12px 10px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #fff;
        -webkit-box-shadow: inset 0 5px 10px rgba(255, 255, 255, .15), 0 5px 5px rgba(0, 0, 0, .075);
        box-shadow: inset 0 5px 10px rgba(255, 255, 255, .15), 0 5px 5px rgba(0, 0, 0, .075);
    }

    tr.odd {
        background-color: #fafafa !important;
    }

    tr.even {
        background-color: #f1f1f1 !important;
    }

    /*** Paineis ***/
    .content-painel {
        height: 100%;
        /*overflow: auto;*/
        /*margin-bottom: 50px;*/
    }

    .panel-default > .panel-heading {
        border: 1px solid #ddd;
    }

        .panel-default > .panel-heading h2 {
            font-family: 'Abel-Regular', sans-serif;
            font-size: 26px;
            margin-top: 0 !important;
        }

    .panel-heading a {
        color: #fff;
    }

    .panel {
        /*cursor: pointer;*/
        -webkit-border-top-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
        -webkit-border-top-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        background-color: #dddedf;
    }

    /*** Home ***/
    .bar-title {
        margin-bottom: 30px;
        padding: 0 2% 0;
        border-top: 4px solid #dddedf;
        /*background-color: #0064a4;*/
        background-color: #779bb1;
        background-image: none;
    }

        .bar-title h2 {
            font-family: 'Abel-Regular', sans-serif;
            font-size: 18px;
            line-height: 30px;
            margin-top: 0;
            margin-bottom: 0;
            padding: 0 10px 0 0;
            letter-spacing: 3px;
            color: #fff;
        }

            .bar-title h2 i {
                margin-right: 3px;
            }

    .bar-title-user {
        width: 98%;
        /*margin-top:30px;*/
        margin-left: 1%;
        padding: 0 2% 0;
        /*background-color: #0064a4;*/
        background-color: #779bb1;
        background-image: none;
    }

        .bar-title-user h2 {
            font-family: 'Abel-Regular', sans-serif;
            font-size: 18px;
            line-height: 30px;
            margin-top: 0;
            margin-bottom: 0 !important;
            padding: 0 10px 0 0;
            letter-spacing: 3px;
            color: #fff;
        }

    .bar-title-user-site {
        width: 94%;
        margin: 20px 3% 0;
        padding: 0;
        /*background-color: #0064a4;*/
        background-color: #daeaee;
        background-image: none;
    }

        .bar-title-user-site h4 {
            font-family: 'Abel-Regular', sans-serif;
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 0;
            padding: 5px 10px;
            color: #779bb1;
        }

    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .row-box {
        margin-right: 1% !important;
        margin-left: 1% !important;
    }

    .box {
        padding: 15px 15px 1px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #daeaee), color-stop(0%, #f6f6f6), to(#ededed));
        background: -webkit-linear-gradient(bottom, #daeaee 30%, #f6f6f6 0%, #ededed 100%);
        background: -o-linear-gradient(bottom, #daeaee 30%, #f6f6f6 0%, #ededed 100%);
        background: linear-gradient(360deg, #daeaee 30%, #f6f6f6 0%, #ededed 100%);
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .45);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .45);
    }

        .box h3 {
            font-size: 22px;
            /*font-weight: 500;*/
            /*margin-top: 10px;*/
            margin-bottom: 5px;
            text-align: center;
            text-transform: uppercase;
            /*color: #0064a4;*/
            color: #e59806;
        }

        .box p {
            font-family: JosefinSans-Light;
            font-size: 20px;
            text-align: center;
            color: #698e9f;
        }

            .box p i {
                font-size: 16px !important;
                color: #779bb1 !important;
            }

                .box p i:hover {
                    color: #fb0836 !important;
                }

    .nav-justified {
        width: auto !important;
    }

    .menu-box {
        margin-top: 35px;
    }

        .menu-box li {
            padding: 5px 9px !important;
            /*background-color: #cfd2d7;*/
            /*border:1px solid #cfd2d7;*/
        }

            .menu-box li a {
                font-family: Arial, sans-serif !important;
                font-size: 12px;
                color: #779bb1;
            }

                .menu-box li a:hover {
                    text-decoration: none;
                    color: #fb0836;
                }

    .list-inline {
        margin-left: 0 !important;
    }

    .modal-temas {
        background-color: #ebedf3;
    }

    /*** Modal Módulos ***/
    .modal {
        top: 80px;
        z-index: 99999;
    }

    .modal-lg {
        width: 96% !important;
    }

    .modal-color {
        margin: 7px;
        color: #0064a4 !important;
    }

    .thumbnail {
        text-align: center !important;
    }

        .thumbnail p {
            font-family: 'Abel-Regular', sans-serif;
            font-size: 22px;
            font-weight: normal;
            margin-bottom: 0;
            padding: 5px 0 5px 0;
            text-align: center;
            color: #779bb1;
            background-color: #daeaee;
        }

    .close {
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        float: right;
        /*text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);*/
        opacity: 1;
        color: #fff !important;
    }

    .painelInfo {
        margin: 50px 0 0 0;
    }

    /** Login **/
    .captcha {
        float: left !important;
        margin-top: 3%;
        margin-bottom: 9%;
        margin-left: 4%;
    }

    .btn-login {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 26px;
        color: #fff;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: #86a4b1;
    }

    .menu-login {
        float: right !important;
        /*width: 225px;*/
        margin: 0 auto;
    }

        .menu-login li a {
            font-family: 'Abel-Regular', sans-serif;
            font-size: 14px !important;
            color: #87a5b2;
        }

            .menu-login li a:hover {
                font-weight: bold;
                text-decoration: none;
                color: #fb0835;
                background-color: transparent !important;
            }

    .esqueciminhasenha {
        font-size: 14px;
        float: left;
        margin: 10px 0 10px 10px;
        text-align: center;
    }

        .esqueciminhasenha a {
            font-family: 'Abel-Regular', sans-serif;
            color: #9195a4;
        }

            .esqueciminhasenha a:hover {
                font-weight: bold;
                text-decoration: none;
                color: #fb0835;
            }

    .logo-login {
        /*margin-bottom: 60px;
    padding-left: 39%;*/
    }

    /*.card-block .form-control {
    margin: 9px 0 10px 4%;
    max-width: 93%;
    background-color: #dfe1e9;
    height: 45px;
    padding-left: 60px;
}*/
    .card-block .form-control {
        max-width: 100%;
        height: 36px !important;
        margin: auto !important;
        padding-left: 60px;
        -webkit-border-top-right-radius: 4px !important;
        border-top-right-radius: 4px !important;
        -webkit-border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
        background-color: #fff !important;
    }

    .form-control input {
        background-color: #dfe1e9;
    }

    /***Login***/
    .icon-login {
        float: left;
    }

    .input-group {
        position: relative;
        display: table;
        /*width: 48%;*/
        float: left;
        margin: 0 0 1% 0;
        border-collapse: separate;
    }

    .input-group-datepicker {
        position: relative;
        display: table;
        width: 20% !important;
        float: left;
        margin: 0 0 1% 0;
        border-collapse: separate;
    }

    .card .form-header {
        margin-bottom: 10px;
        padding: 3px;
        text-align: center;
        color: #fff;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .card .blue-header {
        background-color: #86a4b1;
    }

        .card .blue-header > h4 {
            font-family: 'Abel-Regular', sans-serif;
            font-size: 26px;
            font-weight: lighter;
            text-align: center;
            text-transform: uppercase;
            color: #fff;
        }

    .card-block {
        padding: 1.25rem;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .card {
        display: table;
        width: 100%;
        margin-top: 10px;
        padding: 20px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 5px 2px rgba(51, 51, 51, .2);
        box-shadow: 10px 10px 5px 2px rgba(51, 51, 51, .2);
    }

    .btn-custom {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 25px;
        text-align: center;
        color: #fff;
        background-color: #86a4b1;
    }

    .btn-block {
        width: 100%;
    }

    .bg-btn {
        float: left;
        width: 100%;
        margin-top: -30px !important;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #86a4b1;
    }

    .bg-btn-enviar {
        float: left;
        width: 100%;
        margin-top: 1% !important;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #86a4b1;
    }

    /*** enable absolute positioning ***/
    .inner-addon {
        position: relative;
    }

        /*** style icon ***/
        .inner-addon .glyphicon {
            position: absolute;
            padding: 10px;
            pointer-events: none;
        }

    .left-addon .glyphicon {
        left: 27px;
    }

    .right-addon .glyphicon {
        right: 0;
    }

    /*** add padding  ***/
    .left-addon input {
        padding-left: 30px;
    }

    .right-addon input {
        padding-right: 30px;
    }

    .login-start {
        padding: 20px;
        background-color: #ddd;
    }

    .login li {
        margin: 0 !important;
        padding: 10px 15px !important;
        border-bottom: none !important;
    }

    /*** FOOTER ***/
    .footer {
        margin-top: 40px;
    }

    /*.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;
}*/
    p > a.subtitle {
        font-size: 25px;
    }

    p > a:hover {
        text-decoration: none;
        color: #698e9f;
    }

    .modal-body {
        font-size: 15px;
        padding: 15px 10px 10px 10px;
    }

    select.form-control.input-sm {
        /*margin-top: 9px;*/
    }

    input.form-control.input-sm {
        margin-top: 9px;
    }

    .dataTables_wrapper .dataTables_length {
        float: right !important;
        /*margin-bottom: 18px;*/
    }

    .dataTables_wrapper div.dataTables_length select {
        display: inline-block;
        width: 55px !important;
        margin: 0 2px !important;
        padding: 2px !important;
    }

    div.dataTables_wrapper div.dataTables_length label {
        font-size: 12px;
    }

    /*.datatables_length label {
    font-size: 14px;
}

.datatables_filter label {
    font-size: 14px;
}*/
    .painelInfo {
        border-bottom: none;
    }

    .col-md-6-2 {
        margin-top: 15px;
    }

    .esp-col {
        padding-top: 20px;
    }

    /*** upload ***/
    .texto1 {
        font-size: 15px;
    }

    .centralizar {
        width: 400px;
        margin: 0 auto;
        padding-top: 35px;
    }

    .col-lg-12 label {
        font-size: 15px;
    }

    /*** Table styles ***/
    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        margin: 0 !important;
        border: 1px solid #779bb1 !important;
        background-color: #779bb1;
    }

    .paginate_button:hover {
        border: 1px solid #779bb1 !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: pointer;
        border: 1px solid transparent !important;
    }

    .display {
        width: 100% !important;
    }

    /*** dimensionamento ***/
    .w2 {
        width: 2.5%;
    }

    .w5 {
        width: 5%;
    }

    .w5 {
        width: 5%;
    }

    .w7 {
        width: 7%;
    }

    .w8 {
        width: 8%;
    }

    .w10 {
        width: 10%;
    }

    .w12 {
        width: 12%;
    }

    .w13 {
        width: 12%;
    }

    .w14 {
        width: 12%;
    }

    .w15 {
        width: 15%;
    }

    .w16 {
        width: 16%;
    }

    .w18 {
        width: 18%;
    }

    .w20 {
        width: 20%;
    }

    .w21 {
        width: 21%;
    }

    .w22 {
        width: 22%;
    }

    .w23 {
        width: 23%;
    }

    .w25 {
        width: 25%;
    }

    .w30 {
        width: 30%;
    }

    .w35 {
        width: 35%;
    }

    .w40 {
        width: 40%;
    }

    .w45 {
        width: 45%;
    }

    .w50 {
        width: 50%;
    }

    .w55 {
        width: 55%;
    }

    .w60 {
        width: 60%;
    }

    .w65 {
        width: 65%;
    }

    .w70 {
        width: 70%;
    }

    .w75 {
        width: 75%;
    }

    .w80 {
        width: 80%;
    }

    .w85 {
        width: 85%;
    }

    .w90 {
        width: 90%;
    }

    .w93 {
        width: 93%;
    }

    .w95 {
        width: 95%;
    }

    .w100 {
        width: 100%;
    }

    section {
        padding-top: 66px !important;
    }

    /*menu-lateral*/
    .menu-lateral {
        font-size: 22px;
        position: absolute;
        margin-top: -30px;
        margin-left: 4px;
        cursor: pointer;
    }

    .text-nowrap {
        text-align: right !important;
        white-space: nowrap;
    }

        .text-nowrap a {
            font-size: 18px !important;
            float: left;
            margin: 1px 2px;
            padding: 0 !important;
            color: #0064a4;
        }

            .text-nowrap a:hover {
                color: #3bafda;
            }

    /*** Botoes ***/
    .btn-primary,
    .modal-footer button {
        color: #37383b;
        border: 1px solid #9195a4;
        background: none;
        background-color: #ead29c;
    }

        .btn-primary:hover,
        .btn-primary:focus,
        .btn-primary:active .modal-footer button:hover,
        .modal-footer button:focus,
        .modal-footer button:active {
            color: #779bb1 !important;
            border: 0 solid #c9b27e;
            background: none;
            background-color: #daeaee;
        }

    /*** DataTables ***/
    /*table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}*/
    /*
   * Header and footer styles
   */
    /*
   * Body styles
   */
    .regulation {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 58%;
    }

    .status-ativo {
        color: green;
    }

    .status-inativo {
        color: red;
    }

    .numero-NC {
        font-size: 16px;
        text-align: center !important;
        color: #000 !important;
    }

    .table {
        margin-top: 0;
        margin-bottom: 10px;
    }

    table.dataTable thead .form-control {
        width: 100% !important;
    }

    table.dataTable thead th,
    table.dataTable thead td {
        height: 10px !important;
        padding: 8px 7px !important;
    }

    table.dataTable tbody tr td {
        /*padding:0px 10px !important;*/
        height: 5px !important;
    }

        table.dataTable tbody tr td.text-nowrap {
            padding: 0 !important;
            text-align: right !important;
            white-space: nowrap;
        }

    table.dataTable thead tr.bg {
        /*background-color: #3bafda;*/
        background-color: #779bb1;
    }

    table.dataTable thead th,
    table.dataTable thead td {
        /*padding: 10px 18px !important;*/
        border-bottom: 2px solid #fff !important;
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #ddd !important;
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        font-size: 14px;
        font-weight: normal;
        padding-left: 10px !important;
        color: #fff;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0 !important;
    }

    table.dataTable.row-border tbody th,
    table.dataTable.row-border tbody td,
    table.dataTable.display tbody th,
    table.dataTable.display tbody td {
        border-top: 2px solid #fff;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 0 solid #fff !important;
        border-bottom: 1px solid #ddd !important;
    }

    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting {
        background-image: none !important;
    }

    /*sorting*/
    table.dataTable.display tbody tr.odd > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.even > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.odd > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.even > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.odd > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.even > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.odd > .sorting_4,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_4 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.even > .sorting_4,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_4 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.odd > .sorting_5,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_5 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.even > .sorting_5,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_5 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.odd > .sorting_6,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_6 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.even > .sorting_6,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_6 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.odd > .sorting_7,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_7 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.even > .sorting_7,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_7 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.odd > .sorting_8,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_8 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.even > .sorting_8,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_8 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.odd > .sorting_9,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_9 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.even > .sorting_9,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_9 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.odd > .sorting_10,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_10 {
        background-color: transparent !important;
    }

    table.dataTable.display tbody tr.even > .sorting_10,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_10 {
        background-color: transparent !important;
    }

    /*Colors-icon*/
    .editar-color {
        color: #bd8202 !important;
    }

    .view-color {
        color: #02404f !important;
    }

    .trash-color {
        color: #fb0835 !important;
    }

    .site-color {
        color: #f46404 !important;
    }

    .user-color {
        color: #0064a4 !important;
    }

    .white-color {
        color: #fff !important;
    }

    .ativo-color {
        color: #3b7d00 !important;
       
    }

    .inativo-color {
        color: #920620 !important;
    }

    .blue-color {
        color: #779bb1 !important;
    }

    .black-color {
        color: #222 !important;
    }

    .icon-cliente {
        font-size: 20px !important;
        color: #0064a4;
    }

    .icon-analise {
        font-size: 24px !important;
        z-index: 9999;
        margin: 5px 10px 5px 0 !important;
    }

    select.participante-drop {
        height: 30px !important;
        /*margin: 7px 0 !important;*/
    }

    /*** One Page ***/
    /*.table-striped > tbody > tr:nth-child(odd) {
    background-color: #ebedf3;
}*/
    i.glyphicon-plus-sign {
        color: #fff;
    }

    /*
.table > tbody > tr > th {
    color: #555;

}

.table > thead:first-child > tr:first-child > th {
    color: #9195a4;
    font-weight: bold;
}
*/
    .registros .col-md-1 {
        width: 13.333333%;
    }

    /*Nav-phills*/
    .menu-one {
        display: block;
        /* background-color: #779bb1;*/
        width: 100%;
        /*padding: 5px 0 5px 0;*/
        margin: 0;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .menu-one li {
            /*width: 15%;*/
            display: block;
            margin-left: 0 !important;
            padding: 0 !important;
            text-align: center;
            border-right: 1px solid #779bb1;
        }

            .menu-one li a {
                font-size: 12px;
                font-weight: bold;
                display: block;
                margin: 0;
                padding: 15px !important;
                cursor: pointer;
                color: #779bb1;
                border-top: 5px solid #779bb1 !important;
                -webkit-border-radius: 0 !important;
                border-radius: 0 !important;
                background-color: #daeaee !important;
            }

                .menu-one li a:hover,
                .menu-one li a:active,
                menu li a:focus {
                    font-weight: 600;
                    color: #fff;
                    background-color: #779bb1 !important;
                }

            .menu-one li:last-child {
                border-right: 0 !important;
            }

        .menu-one .nav ul {
            padding: 0;
        }

    .container-azul {
        display: table;
        width: 100%;
        margin-bottom: 30px;
        padding: 20px;
        background-color: #dfe1e9;
    }

    .menu-one h2 {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 40px;
        text-align: center;
        text-decoration: underline;
        color: #698e9f;
    }

    button {
        margin: 0 !important;
        padding: 5px 2px !important;
        background-color: transparent !important;
    }

        button i {
            font-size: 20px !important;
        }

    /*** Back to top button ***/
    #back-top {
        position: fixed;
        z-index: 1000;
        right: 20px;
        bottom: 50px;
    }

        #back-top a {
            font: 11px/100% Arial, Helvetica, sans-serif;
            display: block;
            width: 40px;
            height: 40px;
            margin-bottom: 10px;
            /* background color transition */
            -webkit-transition: 1s;
            -o-transition: 1s;
            transition: 1s;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            color: #fff;
            background: #3bafda;
        }

            #back-top a:hover {
                background: #fb0836;
            }

        /* arrow icon (span tag) */
        #back-top i {
            font-size: 28px;
            margin-top: 6px;
        }

    .dropdown {
        position: relative;
    }

    .dropdown-content {
        position: absolute;
        z-index: 1;
        display: none;
        /*background-color: #f9f9f9;*/
        min-width: 160px;
        padding: 12px 16px;
        border: 1px solid rgba(0, 0, 0, .15);
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #fff;
        -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    /*** Navbottom ***/
    .button-bottom {
        margin-top: 11px;
    }

        .button-bottom p {
            font-size: 13px;
            font-weight: bold;
            padding-top: 5px;
        }

    .um {
        font-size: 11px;
        /*border-left:20px solid #5bc0de;*/
        float: left;
        width: 150px;
        height: 30px;
        margin-right: 15px;
        background-color: #fff;
        -webkit-box-shadow: 2px 2px 5px 0 #d1cfd1;
        box-shadow: 2px 2px 5px 0 #d1cfd1;
    }

    .dois {
        font-size: 11px;
        /*border-left:20px solid #5cb85c;*/
        float: left;
        width: 150px;
        height: 30px;
        margin-right: 15px;
        background-color: #fff;
        -webkit-box-shadow: 2px 2px 5px 0 #d1cfd1;
        box-shadow: 2px 2px 5px 0 #d1cfd1;
    }

    .tres {
        /*border-left:20px solid #337ab7;*/
        float: left;
        width: 150px;
        height: 30px;
        margin-right: 15px;
        background-color: #fff;
        -webkit-box-shadow: 2px 2px 5px 0 #d1cfd1;
        box-shadow: 2px 2px 5px 0 #d1cfd1;
    }

    .quatro {
        /*border-left:20px solid #337ab7;*/
        float: left;
        width: 150px;
        height: 30px;
        margin-right: 15px;
        background-color: #fff;
        -webkit-box-shadow: 2px 2px 5px 0 #d1cfd1;
        box-shadow: 2px 2px 5px 0 #d1cfd1;
    }

        .um:hover,
        .dois:hover,
        .tres:hover,
        .quatro:hover {
            background-color: #eee;
        }

    .ico-um {
        float: left;
        margin-right: 5px;
        padding: 7px 13px 4px 10px;
        color: #fff;
        background-color: #5bc0de;
        /*-webkit-box-shadow: -2px 2px 5px 0px rgba(209,207,209,1);
    -moz-box-shadow: -2px 2px 5px 0px rgba(209,207,209,1);
    box-shadow: -2px 2px 5px 0px rgba(209,207,209,1);*/
    }

    .ico-dois {
        float: left;
        margin-right: 5px;
        padding: 7px 13px 4px 10px;
        color: #fff;
        background-color: #5cb85c;
        /*-webkit-box-shadow: -2px 2px 5px 0px rgba(209,207,209,1);
    -moz-box-shadow: -2px 2px 5px 0px rgba(209,207,209,1);
    box-shadow: -2px 2px 5px 0px rgba(209,207,209,1);*/
    }

    .ico-tres {
        font-size: 11px;
        float: left;
        margin-right: 5px;
        padding: 7px 13px 4px 10px;
        color: #fff;
        background-color: #337ab7;
        /*-webkit-box-shadow: -2px 2px 5px 0px rgba(209,207,209,1);
    -moz-box-shadow: -2px 2px 5px 0px rgba(209,207,209,1);
    box-shadow: -2px 2px 5px 0px rgba(209,207,209,1);*/
    }

    .ico-quatro {
        font-size: 11px;
        float: left;
        margin-right: 5px;
        padding: 7px 13px 4px 10px;
        color: #fff;
        background-color: #d74040;
        /*-webkit-box-shadow: -2px 2px 5px 0px rgba(209,207,209,1);
    -moz-box-shadow: -2px 2px 5px 0px rgba(209,207,209,1);
    box-shadow: -2px 2px 5px 0px rgba(209,207,209,1);*/
    }

    .botoes-button {
        float: left;
        margin: 0 10px 0 10px;
    }

    .itens-opt {
        padding-top: 10px;
        padding-bottom: 10px;
        /*filter: hue-rotate(50deg);*/
        -webkit-filter: grayscale(80%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(80%);
    }

        .itens-opt:hover {
            background-color: #698e9f;
        }

    /* tooltip de erros */
    input:focus + .field-validation-error,
    .field-validation-error {
        font-size: 12px;
        line-height: 27px;
        z-index: 1000;
        top: 36px;
        left: 15px;
        display: inline-block;
        float: left;
        width: auto;
        height: 27px;
        padding-right: 10px;
        padding-left: 12px;
        text-align: center;
        white-space: nowrap;
        /*position: absolute;*/
        color: #a30001;
        background-color: #fac4c4;
    }

    .erro-codigo {
        float: right;
        margin-top: -49px !important;
        margin-bottom: 40px !important;
    }

    input:focus + .field-validation-error:before,
    .field-validation-error:before {
        position: relative;
        right: -7px;
        bottom: -4px;
        display: block;
        width: 0;
        margin: -14px 0 5px;
        content: '';
        border-top: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fac4c4;
        border-left: 5px solid transparent;
    }

    input:required:invalid,
    input:focus:invalid {
        background-repeat: no-repeat;
        background-position: 260px center;
    }

    input:required:valid {
        background-repeat: no-repeat;
        background-position: 254px center;
    }

    .msg-error {
        top: 35px !important;
    }

    .msg-error1 {
        top: 48px !important;
    }

    .msg-error2 {
        top: 22px !important;
    }

    .validation-summary-errors .text-danger {
        color: red;
    }

    .validation-summary-errors ul {
        list-style: none;
    }

    /*** Medias Queries ***/
    @media screen and (max-width: 1024px) {
        .barra-busca {
            width: 100% !important;
            margin: 0 !important;
        }

        table.dataTable thead .sorting,
        table.dataTable thead .sorting_asc,
        table.dataTable thead .sorting_desc,
        table.dataTable thead .sorting_asc_disabled,
        table.dataTable thead .sorting_desc_disabled {
            font-size: 12px;
        }
    }

    @media screen and (max-width: 768px) {
        .checkbox label {
            padding-right: 20px !important;
            padding-left: 30px !important;
        }

        .menu-one {
            display: none;
        }

        .top3 {
            margin-top: 0;
        }
    }

    @media screen and (min-width: 360px) and (max-width: 767px) {
        .slogan {
            font-size: 17px;
            float: none;
            margin: 0 auto;
        }
        /*.top3 {
        margin-top: 230px;
    }*/
        .top4 {
            margin-top: 165px;
        }

        .tm-quadro {
            left: 4px;
            width: 225px !important;
            height: auto;
        }

        #tituloTema {
            height: 100px;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) {
        .breadcrumb-arrow {
            padding-left: 15px !important;
        }

        .slogan {
            font-size: 14px;
            margin: 0 !important;
            padding: 36px 0 0 !important;
        }

        .navbar-top-links {
            margin-top: 10px;
            margin-right: 0;
        }

            .navbar-top-links li a {
                padding: 7px !important;
            }

        .navbar-brand {
            margin-right: 0;
        }

        .botoes-button {
            margin-top: 20px;
        }

        .um,
        .dois,
        .tres {
            width: 230px;
        }

        .logo-login {
            margin: auto;
        }
    }

    @media screen and (max-width: 767px) {
        .um,
        .dois,
        .tres {
            width: 100%;
            margin-top: 10px;
        }

        .row .col-md-4 .pull-right {
            float: none !important;
        }

        .logo-login {
            width: 30%;
            margin: auto;
        }

        .navbar-toggle {
            margin-top: 15px !important;
            margin-right: 15px !important;
            padding: 8px !important;
            border: 1px solid #fff !important;
            -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
            background-color: #779bb1 !important;
            background-image: none;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff !important;
        }

        .collapse {
            display: none !important;
            visibility: hidden !important;
        }

        .navbar {
            margin-bottom: 0 !important;
        }

        .navbar-fixed-top {
            position: static !important;
        }

        .header-fixo {
            position: static !important;
            padding-top: 0 !important;
        }

        section {
            padding-top: 0 !important;
        }

        .slogan {
            font-size: 18px;
            margin: 0 !important;
            padding: 36px 0 0 !important;
        }
        /*.navbar-top-links {margin: 0px !important; padding:0 !important;}*/
        .navbar-top-links li {
            width: 100% !important;
            text-align: center !important;
        }

            .navbar-top-links li a:hover {
                color: #fff !important;
                background-color: #779bb1 !important;
            }

        .navbar-top-links .dropdown-user {
            left: 0;
        }

        .navbar-top-links .dropdown-menu li a {
            text-align: center !important;
        }
    }


    @media screen and (max-width: 600px) {
        .slogan {
            font-size: 14px;
            text-align: left;
        }

        .checkbox-margintop {
            margin-top: 10px !important;
        }
    }

    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }
        /*.sidenav a {font-size: 18px;}*/
    }

    @media screen and (max-width: 470px) {
        .navbar-top-links li {
            width: 106px;
        }

        .slogan {
            font-size: 12px;
            float: none !important;
            padding: 25px 0 0 !important;
        }

        #CaptchaInputText {
            margin-top: 0;
            margin-left: 0;
        }
    }

    @media screen and (max-width: 450px) {
        .checkbox label {
            padding-right: 0 !important;
            padding-left: 30px !important;
        }
    }

    @media screen and (max-width: 375px) {
        .card {
            padding: 10px;
        }

        #CaptchaInputText {
            width: 100%;
            margin-top: 5px;
            margin-left: 0;
        }

        #CaptchaImage {
            width: 100%;
            height: auto !important;
            margin: -20px 0 0 0 !important;
        }

        .bg-btn {
            margin-top: 20px !important;
        }

        .erro-codigo {
            float: left;
            width: 100%;
            margin-top: 0 !important;
            margin-bottom: 20px !important;
        }
    }

    @media screen and (min-width: 360px) {
        .navbar-right-mobile {
            padding-left: 50px;
        }

        .menu-box li {
            margin-right: 1px;
            padding: 3px 4% 3px 5%;
            /*border-right: 1px solid #fff;*/
            text-align: center;
        }
    }

    .toggle_radio {
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 30px;
        margin: 0 auto;
        padding: 5px 0 !important;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        background-color: transparent;
    }

        .toggle_radio input[type=radio] {
            display: none;
        }

        .toggle_radio label {
            position: relative;
            z-index: 9999;
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0;
            cursor: pointer;
            color: white;
            -webkit-border-radius: 25px;
            border-radius: 25px;
            background: white;
        }

    .toggle_option_slider {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: background .35s ease;
        -o-transition: background .35s ease;
        transition: background .35s ease;
        background: #ccc;
    }

        .toggle_option_slider::after {
            position: absolute;
            z-index: 99999 !important;
            top: 5px;
            left: 0;
            width: 20px;
            height: 20px;
            content: '';
            -webkit-transition: left .15s ease;
            -o-transition: left .15s ease;
            transition: left .15s ease;
            -webkit-border-radius: 25px;
            border-radius: 25px;
            background: white;
        }

    #first_toggle,
    #second_toggle,
    #third_toggle {
        position: absolute;
        z-index: 9999;
    }

    #first_toggle {
        left: 7%;
    }

    #second_toggle {
        left: -webkit-calc((37% - 20px) - 2px);
        left: calc((37% - 20px) - 2px);
    }

    #third_toggle {
        left: -webkit-calc((64% - 20px) - 2px);
        left: calc((64% - 20px) - 2px);
    }

    #four_toggle {
        left: -webkit-calc((100% - 20px) - 2px);
        left: calc((100% - 20px) - 2px);
    }

    #first_toggle:checked ~ .toggle_option_slider {
        background: #ccc;
    }

        #first_toggle:checked ~ .toggle_option_slider::after {
            left: 7%;
        }

    #second_toggle:checked ~ .toggle_option_slider {
        background: #008000;
    }

        #second_toggle:checked ~ .toggle_option_slider::after {
            left: -webkit-calc((37% - 20px) - 2px);
            left: calc((37% - 20px) - 2px);
        }

    #third_toggle:checked ~ .toggle_option_slider {
        background: #fff200;
    }

        #third_toggle:checked ~ .toggle_option_slider::after {
            left: -webkit-calc((64% - 20px) - 2px);
            left: calc((64% - 20px) - 2px);
        }

    #four_toggle:checked ~ .toggle_option_slider {
        background: #ed1c24;
    }

        #four_toggle:checked ~ .toggle_option_slider::after {
            left: -webkit-calc((100% - 20px) - 2px);
            left: calc((100% - 20px) - 2px);
        }

    .gestao {
        font-family: 'Abel-Regular', sans-serif;
        display: table;
        width: 100%;
        margin: 0 !important;
        padding: 4px 10px !important;
        text-align: left;
        border: 1px solid #ccc !important;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        .gestao ul li {
            font-size: 12px;
            float: left;
            padding: 0 0;
        }

    /* Geral */
    /* Login */
    .arrow_box {
        position: relative;
        padding: 3px 10px;
        border: 1px solid #f2bcba;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #f2dede;
    }

        .arrow_box:after,
        .arrow_box:before {
            position: absolute;
            bottom: 100%;
            left: 50%;
            width: 0;
            height: 0;
            content: ' ';
            pointer-events: none;
            border: solid transparent;
        }

        .arrow_box:after {
            margin-left: -10px;
            border-width: 10px;
            border-color: rgba(242, 222, 222, 0);
            border-bottom-color: #f2dede;
        }

        .arrow_box:before {
            margin-left: -12px;
            border-width: 12px;
            border-color: rgba(242, 188, 186, 0);
            border-bottom-color: #f2bcba;
        }

    /* Header */
    /* Menu User */
    /* Logo */
    .logo-cliente {
        width: 45px !important;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    /* Clientes */
    .clientes-sites {
        padding-top: 91px;
    }

    /* Breadcrumb */
    .fa-icon-voltar {
        float: right;
        margin: .3% 3% 0 0;
    }

    /* Upload Arquivo */
    .upload-arq {
        padding: 12px;
        height: auto !important;
        text-align: center;
        border: 1px solid #ccc !important;
        -webkit-border-radius: 4px !important;
        border-radius: 4px !important;
    }

    .upload-arq-rai {
        border: none !important;
    }

    .box-upload-arq {
        height: 100% !important;
    }

    .upload-arq a {
        line-height: 1;
        display: inline-block;
        padding: 0;
        cursor: pointer;
    }

    .upload-arq ul {
        font-size: 11px;
        font-weight: bold;
        padding-top: 1px;
    }

    .upload-arq .dashed {
        border-top: 1px dashed #ccc;
    }

    .upload-arq ul li i {
        margin-left: 5px;
        cursor: pointer;
        color: #698e9f;
    }

    .upload-arq input {
        display: none;
    }

    /* Post it */
    @font-face {
        font-family: 'Permanent Marker';
        font-size: 25px;
        font-weight: 400;
        font-style: normal;
        src: local('Permanent Marker Regular'), local('PermanentMarker-Regular'), url(https://fonts.gstatic.com/s/permanentmarker/v6/9vYsg5VgPHKK8SXYbf3sMsW72xVeg1938eUHStY_AJ4.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
    }

    .pad {
        position: relative;
        z-index: 2;
        width: 200px;
        height: 200px;
        margin: 25px 30px 0 0;
        border-bottom: 3px solid #dbdb93;
        background-color: #fafa97;
    }

    .pad-orange {
        border-bottom: 3px solid #dda37b;
        background-color: #f8aa73;
    }

    .pad-red {
        border-bottom: 3px solid #db7373;
        background-color: #f85555;
    }

    .pad p,
    .pad h4 {
        font-family: 'Permanent Marker';
        font-weight: normal;
        position: absolute;
        z-index: 20;
        left: 20px;
    }

    .pad p {
        top: 80px;
    }

    .pad a {
        font-weight: bold;
        position: absolute;
        z-index: 20;
        top: 150px;
        color: #5bc0de;
    }

    .pad-orange a {
        color: #111;
    }

    .pad-red a {
        color: #111;
    }

    .pad h4 a {
        font-size: 1.2em;
        top: 0;
    }

    .peel {
        position: absolute;
        z-index: 0;
        right: 0;
        bottom: 0;
        width: 60px;
        height: 60px;
        -webkit-transition: width 500ms, height 500ms, -webkit-transform 500ms;
        -webkit-transition: width 500ms, height 500ms;
        -o-transition: width 500ms, height 500ms;
        transition: width 500ms, height 500ms;
        background-color: #dbdb93;
    }

        .peel:hover {
            width: 200px;
            height: 200px;
            -webkit-transition: width 500ms, height 500ms, -webkit-transform 500ms;
            -webkit-transition: width 500ms, height 500ms;
            -o-transition: width 500ms, height 500ms;
            transition: width 500ms, height 500ms;
        }

            .peel:hover::before {
                width: 200px;
                height: 100px;
                -webkit-transition: width 500ms, height 500ms, -webkit-transform 500ms;
                -webkit-transition: width 500ms, height 500ms;
                -o-transition: width 500ms, height 500ms;
                transition: width 500ms, height 500ms;
            }

            .peel:hover::after {
                right: 100px;
                width: 100px;
                height: 200px;
                -webkit-transition: width 500ms, height 500ms, right 500ms, -webkit-transform 500ms;
                -webkit-transition: width 500ms, height 500ms, right 500ms;
                -o-transition: width 500ms, height 500ms, right 500ms;
                transition: width 500ms, height 500ms, right 500ms;
            }

            .peel:hover .peel-back {
                right: 65px;
                bottom: 17px;
                width: 80px;
                height: 155px;
                -webkit-transition: width 500ms, height 500ms, right 500ms, bottom 500ms, -webkit-transform 500ms;
                -webkit-transition: width 500ms, height 500ms, right 500ms, bottom 500ms;
                -o-transition: width 500ms, height 500ms, right 500ms, bottom 500ms;
                transition: width 500ms, height 500ms, right 500ms, bottom 500ms;
            }

        .peel::before {
            position: absolute;
            z-index: 5;
            top: 0;
            right: 0;
            width: 61px;
            height: 31px;
            content: '';
            -webkit-transition: width 500ms, height 500ms, -webkit-transform 500ms;
            -webkit-transition: width 500ms, height 500ms;
            -o-transition: width 500ms, height 500ms;
            transition: width 500ms, height 500ms;
            border-bottom: 1px #b8b84a solid;
            -webkit-border-radius: 0 0 50% 0;
            border-radius: 0 0 50% 0;
            background: -webkit-gradient(linear, 76% 85%, 82% 100%, from(#fafa97), to(#dbdb93));
            background-color: #fafa97;
        }

        .peel::after {
            position: absolute;
            z-index: 6;
            right: 30px;
            bottom: 0;
            width: 31px;
            height: 61px;
            content: '';
            -webkit-transition: width 500ms, height 500ms, right 500ms, -webkit-transform 500ms;
            -webkit-transition: width 500ms, height 500ms, right 500ms;
            -o-transition: width 500ms, height 500ms, right 500ms, -webkit-transform 500ms;
            -o-transition: width 500ms, height 500ms, right 500ms;
            transition: width 500ms, height 500ms, right 500ms;
            -webkit-border-radius: 0 0 50% 0;
            border-radius: 0 0 50% 0;
            background: -webkit-gradient(linear, 56% 94%, 67% 100%, from(#fafa97), to(#dbdb93));
            background-color: #fafa97;
        }

    .peel-orange {
        background-color: #dda37b !important;
    }

        .peel-orange::before {
            border-bottom: 1px #e4bea4 solid !important;
            background: -webkit-gradient(linear, 76% 85%, 82% 100%, from(#f8aa73), to(#dda37b)) !important;
        }

        .peel-orange::after {
            background: -webkit-gradient(linear, 56% 94%, 67% 100%, from(#f8aa73), to(#dda37b)) !important;
            background-color: #e4bea4 !important;
        }

    .peel-red {
        background-color: #db7373 !important;
    }

        .peel-red::before {
            border-bottom: 1px #e4bea4 solid !important;
            background: -webkit-gradient(linear, 76% 85%, 82% 100%, from(#f85555), to(#db7373)) !important;
        }

        .peel-red::after {
            background: -webkit-gradient(linear, 56% 94%, 67% 100%, from(#f85555), to(#db7373)) !important;
            background-color: #e4bea4 !important;
        }

    .peel-back {
        position: absolute;
        z-index: 2;
        right: 19px;
        bottom: 5px;
        width: 20px;
        height: 46px;
        -webkit-transition: width 500ms, height 500ms, right 500ms, bottom 500ms, -webkit-transform 500ms;
        -webkit-transition: width 500ms, height 500ms, right 500ms, bottom 500ms;
        -o-transition: width 500ms, height 500ms, right 500ms, bottom 500ms;
        transition: width 500ms, height 500ms, right 500ms, bottom 500ms;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #dbdb93;
        -webkit-box-shadow: 0 0 5px 2px #808033;
        box-shadow: 0 0 5px 2px #808033;
    }

    .peel-back-orange {
        background-color: #dda37b !important;
    }

    .peel-back-red {
        background-color: #db7373 !important;
    }

    /* Pages */
    .input-disable,
    .input-disable:hover {
        background-color: #eee !important;
    }

    /* Instrumentos */
    .form-pos-calibracao-parametros-icone-del {
        cursor: pointer;
    }

    .fa-equals:before {
        display: inline-block;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: -3px;
        content: '';
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        vertical-align: middle;
        border-top: 6px solid #779bb1;
        border-bottom: 6px solid #779bb1;
        border-left: 3.2px solid #779bb1;
    }

    .fa-equals:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-right: 0;
        margin-bottom: 6px;
        content: '';
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        vertical-align: middle;
        border-top: 6px solid #779bb1;
        border-bottom: 6px solid #779bb1;
        border-left: 3.2px solid #779bb1;
    }

    .status-acao-imediata {
        font-weight: bold;
        color: #a63333;
    }

    .status-implementacao {
        font-weight: bold;
        color: #dfcf17;
    }

    .status-reverificacao {
        font-weight: bold;
        color: #ff8100;
    }

    .status-encerrada {
        font-weight: bold;
        color: #1f7f19;
    }


    .status-anulada {
        font-weight: bold;
        color: #191970 !important;
    }

    /* Instrumentos */
    .status-nao-calibrado {
        font-weight: bold;
        color: #a19e08;
    }

    .status-calibrado {
        font-weight: bold;
        color: #1f7f19;
    }

    .status-fora-de-uso {
        font-weight: bold;
        color: #807e7e;
    }

    .status-em-calibracao {
        font-weight: bold;
        color: #2424e8;
    }

    /* Analise Critica */
    .button-close {
        padding: .3%;
        cursor: pointer;
        color: #fb0835 !important;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        -webkit-box-shadow: 1px 1px 4px #888;
        box-shadow: 1px 1px 4px #888;
    }

    .li-tema-AC {
        margin: 0 0 15px 0;
    }

        .li-tema-AC .barra-busca {
            background: #eaeaeab8;
        }

            .li-tema-AC .barra-busca h2 {
                font-size: 25px;
                font-weight: bold;
                color: #9195a4;
                text-shadow: .5px .5px #868686;
            }

    /* Gestão de Risco */
    .panel-risco {
        background-color: #fff;
    }

    .disabled-event {
        pointer-events: none;
    }

    .barRating-disabled {
        pointer-events: none;
        opacity: .4;
    }

    .br-theme-bars-1to10 .br-widget {
        height: 50px;
        white-space: nowrap;
    }

        .br-theme-bars-1to10 .br-widget a {
            display: block;
            float: left;
            width: 4%;
            height: 100%;
            margin: 1px;
            padding: 5px 0;
            text-align: center;
            background-color: #daeaee;
        }

        .br-theme-bars-1to10 .br-widget .br-current-rating {
            font-size: 20px;
            font-weight: 400;
            font-weight: bold;
            line-height: 2;
            float: left;
            /*width: 15%;*/
            height: 100%;
            margin: 0 0 0 12px;
            padding: 3px 20px;
            color: #67ed6b;
            border: 1px solid #779bb1;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            background: #daeaee;
        }

    .br-theme-bars-1to10 .br-readonly a {
        cursor: default;
    }

        .br-theme-bars-1to10 .br-readonly a.br-active,
        .br-theme-bars-1to10 .br-readonly a.br-selected {
            background-color: #f2cd95;
        }

    .br-theme-bars-1to10 .br-readonly .br-current-rating {
        color: #f2cd95;
    }

    @media print {
        .br-theme-bars-1to10 .br-widget a {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            height: 38px;
            border: 1px solid #b3b3b3;
            background: white;
        }

            .br-theme-bars-1to10 .br-widget a.br-active,
            .br-theme-bars-1to10 .br-widget a.br-selected {
                border: 1px solid black;
                background: white;
            }

        .br-theme-bars-1to10 .br-widget .br-current-rating {
            color: black;
        }
    }

    .br-theme-bars-1to10 .br-widget a.br-active[data-rating-value='1'],
    .br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value='1'] {
        background-color: #67ed6b;
    }

    .br-theme-bars-1to10 .br-widget a.br-active[data-rating-value='2'],
    .br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value='2'] {
        background-color: #67ed6b;
    }

    .br-theme-bars-1to10 .br-widget a.br-active[data-rating-value='3'],
    .br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value='3'] {
        background-color: #67ed6b;
    }

    .br-theme-bars-1to10 .br-widget a.br-active[data-rating-value='4'],
    .br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value='4'] {
        background-color: #67ed6b;
    }

    .br-theme-bars-1to10 .br-widget a.br-active[data-rating-value='5'],
    .br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value='5'] {
        background-color: #67ed6b;
    }

    .br-theme-bars-1to10 .br-widget a.br-active[data-rating-value='6'],
    .br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value='6'] {
        background-color: #f1ec4d;
    }

    .br-theme-bars-1to10 .br-widget a.br-active[data-rating-value='7'],
    .br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value='7'] {
        background-color: #f1ec4d;
    }

    .br-theme-bars-1to10 .br-widget a.br-active[data-rating-value='7'],
    .br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value='7'] {
        background-color: #f1ec4d;
    }

    .br-theme-bars-1to10 .br-widget a.br-active[data-rating-value='8'],
    .br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value='8'] {
        background-color: #f1ec4d;
    }

    .br-theme-bars-1to10 .br-widget a.br-active[data-rating-value='9'],
    .br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value='9'] {
        background-color: #f1ec4d;
    }

    .br-theme-bars-1to10 .br-widget a.br-active[data-rating-value='10'],
    .br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value='10'] {
        background-color: #f1ec4d;
    }


    .br-theme-bars-1to10 .br-widget a.br-active[data-rating-value='11'],
    .br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value='11'],
    .br-theme-bars-1to10 .br-widget .br-current-rating [data-rating-value='11'] {
        background-color: #f9190e;
    }

    .br-theme-bars-1to10 .br-widget a.br-active[data-rating-value='12'],
    .br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value='12'],
    .br-theme-bars-1to10 .br-widget .br-current-rating [data-rating-value='12'] {
        background-color: #f9190e;
    }

    .br-theme-bars-1to10 .br-widget a.br-active[data-rating-value='13'],
    .br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value='13'],
    .br-theme-bars-1to10 .br-widget .br-current-rating [data-rating-value='13'] {
        background-color: #f9190e;
    }

    .br-theme-bars-1to10 .br-widget a.br-active[data-rating-value='14'],
    .br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value='14'],
    .br-theme-bars-1to10 .br-widget .br-current-rating [data-rating-value='14'] {
        background-color: #f9190e;
    }

    .br-theme-bars-1to10 .br-widget a.br-active[data-rating-value='15'],
    .br-theme-bars-1to10 .br-widget a.br-selected[data-rating-value='15'],
    .br-theme-bars-1to10 .br-widget .br-current-rating [data-rating-value='15'] {
        background-color: #f9190e;
    }

    br-theme-bars-1to10-box-alto {
        color: #67ed6b;
    }

    br-theme-bars-1to10-box-alto {
        color: #f1ec4d;
    }

    br-theme-bars-1to10-box-alto {
        color: #f9190e;
    }

    /* Control DOC */
    #menu-graph {
        padding-top: 4px;
        padding-left: 54px;
    }

        #menu-graph ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            #menu-graph ul li {
                display: inline;
                cursor: pointer;
            }

    .separador {
        margin-right: 6px;
        margin-left: 2px;
        border-right: 1px solid black;
    }

    #graphContainer {
        overflow: scroll;
        height: 300px;
        border-width: 1px;
        border-style: solid;
        border-color: #cacaca;
        background-color: white;
    }

    .containerGraph {
        padding-top: 15px;
    }

    .tollbarGraph {
        width: 16px;
        padding-left: 12px;
    }

    /* Formulario Comentarios */
    #form-comentarios-comentario {
        float: left;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .form-comentarios-comentario-info {
        float: left;
        width: 100%;
        height: 100%;
        padding: 0 0 8px 0;
        border-bottom: 1px solid #a99e9e;
        background-color: rgba(59, 175, 218, .38);
    }

        .form-comentarios-comentario-info:last-child {
            border-bottom: 0;
        }

        .form-comentarios-comentario-info:nth-child(2n+0) {
            background-color: rgba(119, 155, 177, .39);
        }

    .form-comentarios-comentario-usuario {
        font-weight: bold;
        float: left;
        padding: 0 0 0 5px;
    }

    .form-comentarios-comentario-texto {
        padding: 0 0 0 5px;
    }

    .form-comentarios-comentario-data {
        font-size: .8em;
        font-weight: bold;
        float: right;
        padding: 0 20px 0 0;
    }

    /* Loading */
    .animationload {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .5;
        background-color: #000;
    }

    .osahanloading {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
        -webkit-animation: 1.5s linear 0s normal none infinite running osahanloading;
        -o-animation: 1.5s linear 0s normal none infinite running osahanloading;
        animation: 1.5s linear 0s normal none infinite running osahanloading;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        background: #fed37f none repeat scroll 0 0;
    }

        .osahanloading::after {
            position: absolute;
            top: -15px;
            left: -15px;
            width: 80px;
            height: 80px;
            content: '';
            -webkit-animation: 1.5s linear 0s normal none infinite running osahanloading_after;
            -o-animation: 1.5s linear 0s normal none infinite running osahanloading_after;
            animation: 1.5s linear 0s normal none infinite running osahanloading_after;
            border-width: 10px;
            border-style: solid;
            border-color: #85d6de transparent;
            -webkit-border-radius: 80px;
            border-radius: 80px;
        }

    @-webkit-keyframes osahanloading {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        50% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            background: #85d6de none repeat scroll 0 0;
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-o-keyframes osahanloading {
        0% {
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        50% {
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            background: #85d6de none repeat scroll 0 0;
        }

        100% {
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes osahanloading {
        0% {
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        50% {
            -webkit-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            background: #85d6de none repeat scroll 0 0;
        }

        100% {
            -webkit-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    /* JQUERY VALIDATION  */
    input .error {
        border: 1px solid red !important;
    }

    label .error {
        color: red !important;
    }

    #page-wrapper {
        min-height: 568px;
        padding: 0 15px;
        background-color: white;
    }

    @media (min-width: 768px) {


        #page-wrapper {
            position: inherit;
            margin: 0 0 0 250px;
            padding: 0 30px;
            border-left: 1px solid #e7e7e7;
        }
    }

    .navbar-top-links {
        margin-right: 15px;
    }

        .navbar-top-links li {
            display: inline-block;
            text-align: center;
        }

            .navbar-top-links li:last-child {
                margin-right: 15px;
            }

            .navbar-top-links li a {
                min-height: 50px;
                padding: 10px;
                color: #779bb1;
            }

                .navbar-top-links li a:hover {
                    color: #fb0836;
                    background: transparent;
                }

                .navbar-top-links li a span {
                    font-size: 12px;
                    display: block;
                }

        .navbar-top-links .dropdown-menu li {
            display: block;
        }

            .navbar-top-links .dropdown-menu li:last-child {
                margin-right: 0;
            }

            .navbar-top-links .dropdown-menu li a {
                font-size: 12px;
                min-height: 0;
                padding: 7px 10px;
            }

                .navbar-top-links .dropdown-menu li a div {
                    white-space: normal;
                }

        .navbar-top-links .dropdown-messages,
        .navbar-top-links .dropdown-tasks,
        .navbar-top-links .dropdown-alerts {
            width: 130px;
            min-width: 0;
        }

        .navbar-top-links .dropdown-messages {
            margin-left: 5px;
        }

        .navbar-top-links .dropdown-tasks {
            margin-left: -59px;
        }

        .navbar-top-links .dropdown-alerts {
            margin-left: -14px;
        }

        .navbar-top-links .dropdown-user {
            right: 0;
            left: auto;
        }

    .sidebar .sidebar-nav.navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .sidebar .sidebar-search {
        padding: 15px;
    }

    .sidebar ul li {
        border-bottom: 1px solid #e7e7e7;
    }

        .sidebar ul li a.active {
            background-color: #eee;
        }

    .sidebar .arrow {
        float: right;
    }

    .sidebar .fa.arrow:before {
        content: '\f104';
    }

    .sidebar .active > a > .fa.arrow:before {
        content: '\f107';
    }

    .sidebar .nav-second-level li,
    .sidebar .nav-third-level li {
        border-bottom: none !important;
    }

        .sidebar .nav-second-level li a {
            padding-left: 37px;
        }

        .sidebar .nav-third-level li a {
            padding-left: 52px;
        }

    @media (min-width: 768px) {
        .sidebar {
            position: absolute;
            z-index: 1;
            margin-left: 10px;
            width: 250px;
            margin-top: 51px;
        }

        .navbar-top-links .dropdown-messages,
        .navbar-top-links .dropdown-tasks,
        .navbar-top-links .dropdown-alerts {
            margin-left: auto;
        }
    }

    .btn-outline {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        color: inherit;
        background-color: transparent;
    }

    .btn-primary.btn-outline {
        color: #428bca;
    }

    .btn-success.btn-outline {
        color: #5cb85c;
    }

    .btn-info.btn-outline {
        color: #5bc0de;
    }

    .btn-warning.btn-outline {
        color: #f0ad4e;
    }

    .btn-danger.btn-outline {
        color: #d9534f;
    }

        .btn-primary.btn-outline:hover,
        .btn-success.btn-outline:hover,
        .btn-info.btn-outline:hover,
        .btn-warning.btn-outline:hover,
        .btn-danger.btn-outline:hover {
            color: white;
        }

    .chat {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .chat li {
            margin-bottom: 10px;
            padding-bottom: 5px;
            border-bottom: 1px dotted #999;
        }

            .chat li.left .chat-body {
                margin-left: 60px;
            }

            .chat li.right .chat-body {
                margin-right: 60px;
            }

            .chat li .chat-body p {
                margin: 0;
            }

        .panel .slidedown .glyphicon,
        .chat .glyphicon {
            margin-right: 5px;
        }

    .chat-panel .panel-body {
        overflow-y: scroll;
        height: 350px;
    }

    .login-panel {
        margin-top: 25%;
    }

    .flot-chart {
        display: block;
        height: 400px;
    }

    .flot-chart-content {
        width: 100%;
        height: 100%;
    }

    /*table.dataTable thead .sorting,
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc,
  table.dataTable thead .sorting_asc_disabled,
  table.dataTable thead .sorting_desc_disabled {
    background: transparent;
  }
  table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
  }
  table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
  }
  table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, 0.5);
  }*/
    .btn-circle {
        font-size: 12px;
        line-height: 1.428571429;
        width: 30px;
        height: 30px;
        padding: 6px 0;
        text-align: center;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }

        .btn-circle.btn-lg {
            font-size: 18px;
            line-height: 1.33;
            width: 50px;
            height: 50px;
            padding: 10px 16px;
            -webkit-border-radius: 25px;
            border-radius: 25px;
        }

        .btn-circle.btn-xl {
            font-size: 24px;
            line-height: 1.33;
            width: 70px;
            height: 70px;
            padding: 10px 16px;
            -webkit-border-radius: 35px;
            border-radius: 35px;
        }

    .show-grid [class^='col-'] {
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #ddd;
        background-color: #eee !important;
    }

    .show-grid {
        margin: 15px 0;
    }

    .huge {
        font-size: 40px;
    }

    .panel-green {
        border-color: #5cb85c;
    }

        .panel-green > .panel-heading {
            color: white;
            border-color: #5cb85c;
            background-color: #5cb85c;
        }

        .panel-green > a {
            color: #5cb85c;
        }

            .panel-green > a:hover {
                color: #3d8b3d;
            }

    .panel-red {
        border-color: #d9534f;
    }

        .panel-red > .panel-heading {
            color: white;
            border-color: #d9534f;
            background-color: #d9534f;
        }

        .panel-red > a {
            color: #d9534f;
        }

            .panel-red > a:hover {
                color: #b52b27;
            }

    .panel-yellow {
        border-color: #f0ad4e;
    }

        .panel-yellow > .panel-heading {
            color: white;
            border-color: #f0ad4e;
            background-color: #f0ad4e;
        }

        .panel-yellow > a {
            color: #f0ad4e;
        }

            .panel-yellow > a:hover {
                color: #df8a13;
            }

    .timeline {
        position: relative;
        padding: 20px 0 20px;
        list-style: none;
    }

        .timeline:before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 3px;
            margin-left: -1.5px;
            content: ' ';
            background-color: #eee;
        }

        .timeline > li {
            position: relative;
            margin-bottom: 20px;
        }

            .timeline > li:before,
            .timeline > li:after {
                display: table;
                content: ' ';
            }

            .timeline > li:after {
                clear: both;
            }

            .timeline > li:before,
            .timeline > li:after {
                display: table;
                content: ' ';
            }

            .timeline > li:after {
                clear: both;
            }

            .timeline > li > .timeline-panel {
                position: relative;
                float: left;
                width: 46%;
                padding: 20px;
                border: 1px solid #d4d4d4;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .175);
                box-shadow: 0 1px 6px rgba(0, 0, 0, .175);
            }

                .timeline > li > .timeline-panel:before {
                    position: absolute;
                    top: 26px;
                    right: -15px;
                    display: inline-block;
                    content: ' ';
                    border-top: 15px solid transparent;
                    border-right: 0 solid #ccc;
                    border-bottom: 15px solid transparent;
                    border-left: 15px solid #ccc;
                }

                .timeline > li > .timeline-panel:after {
                    position: absolute;
                    top: 27px;
                    right: -14px;
                    display: inline-block;
                    content: ' ';
                    border-top: 14px solid transparent;
                    border-right: 0 solid #fff;
                    border-bottom: 14px solid transparent;
                    border-left: 14px solid #fff;
                }

            .timeline > li > .timeline-badge {
                font-size: 1.4em;
                line-height: 50px;
                position: absolute;
                z-index: 100;
                top: 16px;
                left: 50%;
                width: 50px;
                height: 50px;
                margin-left: -25px;
                text-align: center;
                color: #fff;
                -webkit-border-radius: 50% 50% 50% 50%;
                border-radius: 50% 50% 50% 50%;
                background-color: #999;
            }

            .timeline > li.timeline-inverted > .timeline-panel {
                float: right;
            }

                .timeline > li.timeline-inverted > .timeline-panel:before {
                    right: auto;
                    left: -15px;
                    border-right-width: 15px;
                    border-left-width: 0;
                }

                .timeline > li.timeline-inverted > .timeline-panel:after {
                    right: auto;
                    left: -14px;
                    border-right-width: 14px;
                    border-left-width: 0;
                }

    .timeline-badge.primary {
        background-color: #2e6da4 !important;
    }

    .timeline-badge.success {
        background-color: #3f903f !important;
    }

    .timeline-badge.warning {
        background-color: #f0ad4e !important;
    }

    .timeline-badge.danger {
        background-color: #d9534f !important;
    }

    .timeline-badge.info {
        background-color: #5bc0de !important;
    }

    .timeline-title {
        margin-top: 0;
        color: inherit;
    }

    .timeline-body > p,
    .timeline-body > ul {
        margin-bottom: 0;
    }

        .timeline-body > p + p {
            margin-top: 5px;
        }

    @media (max-width: 767px) {
        ul.timeline:before {
            left: 40px;
        }

        ul.timeline > li > .timeline-panel {
            width: calc(10%);
            width: -webkit-calc(10%);
        }

        ul.timeline > li > .timeline-badge {
            top: 16px;
            left: 15px;
            margin-left: 0;
        }

        ul.timeline > li > .timeline-panel {
            float: right;
        }

            ul.timeline > li > .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            ul.timeline > li > .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

        .layout-impressao-body {
            background: white !important;
        }

        .layout-impressao-texto-danger {
            color: red
        }
    }

    .sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
        color: #fff;
        background-color: #999;
    }

        .sidebar .nav > li > a:hover i, .sidebar .nav > li > a:focus i, .sidebar .nav > li > a.active i {
            color: #00AAFF;
        }

    .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
        background-color: #666;
        border-left: 5px solid #00AAFF;
    }

    .sidebar .nav > li > a[data-toggle="collapse"] .icon-submenu {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        float: right;
        position: relative;
        top: 5px;
        font-size: 12px;
        line-height: 1.1;
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sidebar .nav > li > a[data-toggle="collapse"].collapsed .icon-submenu {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .sidebar .nav > li > a .badge {
        font-weight: 400;
        background-color: #F9354C;
    }

    .sidebar .nav {
        /* submenu */
    }

        .sidebar .nav i {
            margin-right: 10px;
            font-size: 18px;
        }

        .sidebar .nav span {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            position: relative;
            top: -2px;
        }

        .sidebar .nav .nav {
            background-color: #999;
        }

            .sidebar .nav .nav > li > a {
                padding-left: 60px;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .sidebar .nav .nav > li > a:focus, .sidebar .nav .nav > li > a.active {
                    background-color: transparent;
                    .sidebar .nav > li > a[data-toggle="collapse"].collapsed .icon-submenu border-left-color: transparent;
                }

                    .sidebar .nav .nav > li > a.active a {
                        color: #fff;
                    }

        .sidebar .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
            background-color: white;
        }

    .subPages .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        background-color: #CCC;
        border-left: 5px solid white;
        color: #666;
    }

        .subPages .nav > li > a:hover {
            color: white;
        }

    .subPages2 .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        background-color: #DEDEDE;
        border-left: 5px solid white;
        color: #666;
    }

        .subPages2 .nav > li > a:hover {
            color: #eee;
        }

    .error {
        color: red !important;
    }


    /*
 * Timepicker stylesheet
 * Highly inspired from datepicker
 * FG - Nov 2010 - Web3R 
 *
 * version 0.0.3 : Fixed some settings, more dynamic
 * version 0.0.4 : Removed width:100% on tables
 * version 0.1.1 : set width 0 on tables to fix an ie6 bug
 */

    .ui-timepicker-inline {
        display: inline;
    }

    #ui-timepicker-div {
        padding: 0.2em;
    }

    .ui-timepicker-table {
        display: inline-table;
        width: 0;
    }

        .ui-timepicker-table table {
            margin: 0.15em 0 0 0;
            border-collapse: collapse;
        }

    .ui-timepicker-hours, .ui-timepicker-minutes {
        padding: 0.2em;
    }

    .ui-timepicker-table .ui-timepicker-title {
        line-height: 1.8em;
        text-align: center;
    }

    .ui-timepicker-table td {
        padding: 0.1em;
        width: 2.2em;
    }

    .ui-timepicker-table th.periods {
        padding: 0.1em;
        width: 2.2em;
    }

    /* span for disabled cells */
    .ui-timepicker-table td span {
        display: block;
        padding: 0.2em 0.3em 0.2em 0.5em;
        width: 1.2em;
        text-align: right;
        text-decoration: none;
    }
    /* anchors for clickable cells */
    .ui-timepicker-table td a {
        display: block;
        padding: 0.2em 0.3em 0.2em 0.5em;
        /*width: 1.2em;*/
        cursor: pointer;
        text-align: right;
        text-decoration: none;
    }


    /* buttons and button pane styling */
    .ui-timepicker .ui-timepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-timepicker .ui-timepicker-buttonpane button {
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }
    /* The close button */
    .ui-timepicker .ui-timepicker-close {
        float: right
    }

    /* the now button */
    .ui-timepicker .ui-timepicker-now {
        float: left;
    }

    /* the deselect button */
    .ui-timepicker .ui-timepicker-deselect {
        float: left;
    }

    .not-active {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.5;
        text-decoration: none;
        color: black;
    }


    .dropdown-large {
    }

    @media all and (min-width: 992px) {
        .dropdown-large {
            min-width: 350px;
        }
    }




    /*Componentes*/

    .w-md-auto {
        width: auto !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .wmin-md-0 {
        min-width: 0 !important;
    }

    .wmin-md-200 {
        min-width: 200px !important;
    }

    .wmin-md-250 {
        min-width: 250px !important;
    }

    .wmin-md-300 {
        min-width: 300px !important;
    }

    .wmin-md-350 {
        min-width: 350px !important;
    }

    .wmin-md-400 {
        min-width: 400px !important;
    }

    .wmin-md-450 {
        min-width: 450px !important;
    }

    .wmin-md-500 {
        min-width: 500px !important;
    }

    .wmin-md-550 {
        min-width: 550px !important;
    }

    .wmin-md-600 {
        min-width: 600px !important;
    }

    .flex-md-1 {
        -ms-flex: 1;
        flex: 1;
    }

    .dropdown-content-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }

        .dropdown-content-header:not([class*=bg-]) {
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
        }

        .dropdown-content-header[class*=bg-] {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .dropdown-content-header + .table-responsive,
        .dropdown-content-header + .table {
            border-top: 1px solid #ddd;
        }

    .dropdown-content:not(ul) {
        padding-top: 0;
        padding-bottom: 0;
    }

    .dropdown-content-body {
        padding: 1.25rem 1.25rem;
    }

    .dropdown-content-header:not([class*=bg-]) + .dropdown-content-body {
        padding-top: 0;
    }

    .dropdown-content-footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.75rem 1.25rem;
        border-top: 1px solid #ddd;
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .dropdown-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        outline: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
        margin-bottom: 0;
        transition: background-color ease-in-out 0.15s, color ease-in-out 0.15s;
    }

    @media (prefers-reduced-motion: reduce) {
        .dropdown-item {
            transition: none;
        }
    }

    .dropdown-item + .dropdown-item,
    .dropdown-submenu + .dropdown-item,
    .dropdown-item + .dropdown-submenu {
        margin-top: 1px;
    }

    .dropdown-item:active {
        color: #333;
        background-color: #f5f5f5;
    }

    .dropdown-item.active {
        color: #fff;
        background-color: #2196F3;
    }

        .dropdown-item.active .badge:not(.badge-mark) {
            background-color: #fff !important;
            color: #333 !important;
        }

        .dropdown-item.active .badge-mark[class*=bg-] {
            background-color: #fff !important;
            border-color: #fff !important;
        }

        .dropdown-item.active .badge-mark[class*=border-] {
            border-color: #fff !important;
        }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #999;
        background-color: transparent;
        cursor: default;
    }

        .dropdown-item.disabled > .badge,
        .dropdown-item.disabled > img, .dropdown-item:disabled > .badge,
        .dropdown-item:disabled > img {
            opacity: 0.8;
        }

    .dropdown-item-open {
        background-color: #f5f5f5;
        color: #333;
    }

    .dropdown-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
        line-height: 1.6667;
    }

    .dropdown-header-highlight {
        margin-top: 0;
        background-color: #f8f8f8;
    }

        .dropdown-item + .dropdown-header-highlight,
        .dropdown-header-highlight + .dropdown-item {
            margin-top: 0.5rem;
        }

        .dropdown-header-highlight:first-child {
            margin-top: 0;
        }

    .dropdown-item > i,
    .dropdown-item > img,
    .dropdown-header > i,
    .dropdown-header > img {
        margin-right: 1rem;
    }

    .dropdown-item > i,
    .dropdown-header > i {
        top: 0;
    }

    .dropdown-item > img,
    .dropdown-header > img {
        max-height: 1.25003rem;
    }

    .dropdown-item.form-check {
        padding: 0;
        margin-bottom: 0;
    }

        .dropdown-item.form-check .form-check-label {
            -ms-flex: 1;
            flex: 1;
            padding: 0.5rem 1rem;
        }

        .dropdown-item.form-check.form-check-right .form-check-label {
            padding-left: 1rem;
        }

    .dropdown-scrollable {
        max-height: 340px;
        overflow-y: auto;
    }

    .dropdown-menu > .dropdown-submenu {
        position: relative;
    }

        .dropdown-menu > .dropdown-submenu > .dropdown-item {
            padding-right: 2.5rem;
        }

            .dropdown-menu > .dropdown-submenu > .dropdown-item:after {
                content: "";
                font-family: "icomoon";
                position: absolute;
                top: 50%;
                margin-top: -0.5rem;
                right: 1rem;
                font-size: 1rem;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .dropdown-menu > .dropdown-submenu.show > .dropdown-item, .dropdown-menu > .dropdown-submenu:hover > .dropdown-item {
            background-color: #f5f5f5;
            color: #333;
        }

            .dropdown-menu > .dropdown-submenu:hover > .dropdown-item:not(.dropdown-toggle) ~ .dropdown-menu,
            .dropdown-menu > .dropdown-submenu:focus > .dropdown-item:not(.dropdown-toggle) ~ .dropdown-menu {
                display: block;
            }

        .dropdown-menu > .dropdown-submenu.disabled > .dropdown-menu {
            display: none;
        }

        .dropdown-menu > .dropdown-submenu.disabled > .dropdown-item {
            background-color: transparent;
            color: #999;
            cursor: default;
        }

        .dropdown-menu > .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -0.5625rem;
        }

        .dropdown-menu > .dropdown-submenu.dropdown-submenu-left > .dropdown-menu {
            left: auto;
            right: 100%;
        }

    @media (max-width: 991.98px) {
        .dropdown-menu > .dropdown-submenu .dropdown-toggle:after {
            content: "";
        }

        .dropdown-menu > .dropdown-submenu .dropdown-menu, .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
            position: static;
            margin: 0 !important;
            border-width: 0;
            box-shadow: none;
            border-radius: 0;
        }

        .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-item,
        .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
            padding-left: 2rem;
        }

        .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-item,
        .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
            padding-left: 3rem;
        }
    }

    .dropdown-menu .dropup > .dropdown-menu {
        top: auto;
        bottom: 0;
        margin-top: 0;
        margin-bottom: -0.5625rem;
    }

    .dropdown-menu .dropdown-submenu + .dropdown-submenu {
        margin-top: 1px;
    }

    .dropright .dropdown-toggle::after {
        vertical-align: middle;
    }

    .dropleft .dropdown-toggle::before {
        vertical-align: middle;
    }

    .dropleft .dropdown-submenu .dropdown-toggle::before {
        content: none;
    }

    .dropdown-menu-lg .dropdown-item {
        padding-top: 0.5625rem;
        padding-bottom: 0.5625rem;
        font-size: 0.875rem;
        line-height: 1.4286;
    }

    .dropdown-menu-sm .dropdown-item {
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        font-size: 0.75rem;
        line-height: 1.6667;
    }

    .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-item,
    .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu > .dropdown-item {
        color: #fff;
    }

        .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-item:hover, .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-item:focus,
        .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu > .dropdown-item:hover,
        .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu > .dropdown-item:focus {
            background-color: rgba(0, 0, 0, 0.1);
        }

        .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-item.active,
        .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu > .dropdown-item.active {
            background-color: rgba(0, 0, 0, 0.2);
        }

        .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-item.disabled,
        .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu > .dropdown-item.disabled {
            background-color: transparent;
            color: rgba(255, 255, 255, 0.6);
        }

    .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu.show > .dropdown-item, .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu:hover > .dropdown-item {
        background-color: rgba(0, 0, 0, 0.1);
        color: #fff;
    }

    .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu.disabled > .dropdown-item {
        background-color: transparent;
        color: rgba(255, 255, 255, 0.6);
    }

    .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-header {
        color: rgba(255, 255, 255, 0.6);
    }

    .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-header-highlight {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-divider {
        border-top-color: rgba(255, 255, 255, 0.4);
    }

    .float-left {
        float: left !important;
    }

    .float-right {
        float: right !important;
    }

    .float-none {
        float: none !important;
    }

    .position-relative {
        position: relative !important;
    }


    .m-0 {
        margin: 0 !important;
    }

    .mt-0,
    .my-0 {
        margin-top: 0 !important;
    }

    .mr-0,
    .mx-0 {
        margin-right: 0 !important;
    }

    .mb-0,
    .my-0 {
        margin-bottom: 0 !important;
    }

    .ml-0,
    .mx-0 {
        margin-left: 0 !important;
    }

    .m-1 {
        margin: 0.3125rem !important;
    }

    .mt-1,
    .my-1 {
        margin-top: 0.3125rem !important;
    }

    .mr-1,
    .mx-1 {
        margin-right: 0.3125rem !important;
    }

    .mb-1,
    .my-1 {
        margin-bottom: 0.3125rem !important;
    }

    .ml-1,
    .mx-1 {
        margin-left: 0.3125rem !important;
    }

    .m-2 {
        margin: 0.625rem !important;
    }

    .mt-2,
    .my-2 {
        margin-top: 0.625rem !important;
    }

    .mr-2,
    .mx-2 {
        margin-right: 0.625rem !important;
    }

    .mb-2,
    .my-2 {
        margin-bottom: 0.625rem !important;
    }

    .ml-2,
    .mx-2 {
        margin-left: 0.625rem !important;
    }

    .m-3 {
        margin: 1.25rem !important;
    }

    .mt-3,
    .my-3 {
        margin-top: 1.25rem !important;
    }

    .mr-3,
    .mx-3 {
        margin-right: 1.25rem !important;
    }

    .mb-3,
    .my-3 {
        margin-bottom: 1.25rem !important;
    }

    .ml-3,
    .mx-3 {
        margin-left: 1.25rem !important;
    }

    .m-4 {
        margin: 1.875rem !important;
    }

    .mt-4,
    .my-4 {
        margin-top: 1.875rem !important;
    }

    .mr-4,
    .mx-4 {
        margin-right: 1.875rem !important;
    }

    .mb-4,
    .my-4 {
        margin-bottom: 1.875rem !important;
    }

    .ml-4,
    .mx-4 {
        margin-left: 1.875rem !important;
    }

    .m-5 {
        margin: 3.75rem !important;
    }

    .mt-5,
    .my-5 {
        margin-top: 3.75rem !important;
    }

    .mr-5,
    .mx-5 {
        margin-right: 3.75rem !important;
    }

    .mb-5,
    .my-5 {
        margin-bottom: 3.75rem !important;
    }

    .ml-5,
    .mx-5 {
        margin-left: 3.75rem !important;
    }

    .p-0 {
        padding: 0 !important;
    }

    .pt-0,
    .py-0 {
        padding-top: 0 !important;
    }

    .pr-0,
    .px-0 {
        padding-right: 0 !important;
    }

    .pb-0,
    .py-0 {
        padding-bottom: 0 !important;
    }

    .pl-0,
    .px-0 {
        padding-left: 0 !important;
    }

    .p-1 {
        padding: 0.3125rem !important;
    }

    .pt-1,
    .py-1 {
        padding-top: 0.3125rem !important;
    }

    .pr-1,
    .px-1 {
        padding-right: 0.3125rem !important;
    }

    .pb-1,
    .py-1 {
        padding-bottom: 0.3125rem !important;
    }

    .pl-1,
    .px-1 {
        padding-left: 0.3125rem !important;
    }

    .p-2 {
        padding: 0.625rem !important;
    }

    .pt-2,
    .py-2 {
        padding-top: 0.625rem !important;
    }

    .pr-2,
    .px-2 {
        padding-right: 0.625rem !important;
    }

    .pb-2,
    .py-2 {
        padding-bottom: 0.625rem !important;
    }

    .pl-2,
    .px-2 {
        padding-left: 0.625rem !important;
    }

    .p-3 {
        padding: 1.25rem !important;
    }

    .pt-3,
    .py-3 {
        padding-top: 1.25rem !important;
    }

    .pr-3,
    .px-3 {
        padding-right: 1.25rem !important;
    }

    .pb-3,
    .py-3 {
        padding-bottom: 1.25rem !important;
    }

    .pl-3,
    .px-3 {
        padding-left: 1.25rem !important;
    }

    .p-4 {
        padding: 1.875rem !important;
    }

    .pt-4,
    .py-4 {
        padding-top: 1.875rem !important;
    }

    .pr-4,
    .px-4 {
        padding-right: 1.875rem !important;
    }

    .pb-4,
    .py-4 {
        padding-bottom: 1.875rem !important;
    }

    .pl-4,
    .px-4 {
        padding-left: 1.875rem !important;
    }

    .p-5 {
        padding: 3.75rem !important;
    }

    .pt-5,
    .py-5 {
        padding-top: 3.75rem !important;
    }

    .pr-5,
    .px-5 {
        padding-right: 3.75rem !important;
    }

    .pb-5,
    .py-5 {
        padding-bottom: 3.75rem !important;
    }

    .pl-5,
    .px-5 {
        padding-left: 3.75rem !important;
    }

    .m-n1 {
        margin: -0.3125rem !important;
    }

    .mt-n1,
    .my-n1 {
        margin-top: -0.3125rem !important;
    }

    .mr-n1,
    .mx-n1 {
        margin-right: -0.3125rem !important;
    }

    .mb-n1,
    .my-n1 {
        margin-bottom: -0.3125rem !important;
    }

    .ml-n1,
    .mx-n1 {
        margin-left: -0.3125rem !important;
    }

    .m-n2 {
        margin: -0.625rem !important;
    }

    .mt-n2,
    .my-n2 {
        margin-top: -0.625rem !important;
    }

    .mr-n2,
    .mx-n2 {
        margin-right: -0.625rem !important;
    }

    .mb-n2,
    .my-n2 {
        margin-bottom: -0.625rem !important;
    }

    .ml-n2,
    .mx-n2 {
        margin-left: -0.625rem !important;
    }

    .m-n3 {
        margin: -1.25rem !important;
    }

    .mt-n3,
    .my-n3 {
        margin-top: -1.25rem !important;
    }

    .mr-n3,
    .mx-n3 {
        margin-right: -1.25rem !important;
    }

    .mb-n3,
    .my-n3 {
        margin-bottom: -1.25rem !important;
    }

    .ml-n3,
    .mx-n3 {
        margin-left: -1.25rem !important;
    }

    .m-n4 {
        margin: -1.875rem !important;
    }

    .mt-n4,
    .my-n4 {
        margin-top: -1.875rem !important;
    }

    .mr-n4,
    .mx-n4 {
        margin-right: -1.875rem !important;
    }

    .mb-n4,
    .my-n4 {
        margin-bottom: -1.875rem !important;
    }

    .ml-n4,
    .mx-n4 {
        margin-left: -1.875rem !important;
    }

    .m-n5 {
        margin: -3.75rem !important;
    }

    .mt-n5,
    .my-n5 {
        margin-top: -3.75rem !important;
    }

    .mr-n5,
    .mx-n5 {
        margin-right: -3.75rem !important;
    }

    .mb-n5,
    .my-n5 {
        margin-bottom: -3.75rem !important;
    }

    .ml-n5,
    .mx-n5 {
        margin-left: -3.75rem !important;
    }

    .m-auto {
        margin: auto !important;
    }

    .mt-auto,
    .my-auto {
        margin-top: auto !important;
    }

    .mr-auto,
    .mx-auto {
        margin-right: auto !important;
    }

    .mb-auto,
    .my-auto {
        margin-bottom: auto !important;
    }

    .ml-auto,
    .mx-auto {
        margin-left: auto !important;
    }

    .media-title {
        margin-bottom: 0.125rem;
    }

    li.media {
        margin-top: 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-bottom: 0;
    }

    .font-weight-semibold {
        font-weight: 500;
    }