@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/12/2015, 14:27:16
    Author     : Edimar Salom├®
    Description: Arquivo de estilos personalizados
*/
/* Tipografia */
/* Espa├ºamentos */
/* Cores */
/* Materialize Roboto */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 28, 2016 */
@font-face {
  font-family: 'Roboto';
  src: url("../../lib/fonts/roboto/roboto-bold-webfont.eot");
  src: url("../../lib/fonts/roboto/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/fonts/roboto/roboto-bold-webfont.woff2") format("woff2"), url("../../lib/fonts/roboto/roboto-bold-webfont.woff") format("woff"), url("../../lib/fonts/roboto/roboto-bold-webfont.ttf") format("truetype"), url("../../lib/fonts/roboto/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../../lib/fonts/roboto/roboto-light-webfont.eot");
  src: url("../../lib/fonts/roboto/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/fonts/roboto/roboto-light-webfont.woff2") format("woff2"), url("../../lib/fonts/roboto/roboto-light-webfont.woff") format("woff"), url("../../lib/fonts/roboto/roboto-light-webfont.ttf") format("truetype"), url("../../lib/fonts/roboto/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../../lib/fonts/roboto/roboto-medium-webfont.eot");
  src: url("../../lib/fonts/roboto/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/fonts/roboto/roboto-medium-webfont.woff2") format("woff2"), url("../../lib/fonts/roboto/roboto-medium-webfont.woff") format("woff"), url("../../lib/fonts/roboto/roboto-medium-webfont.ttf") format("truetype"), url("../../lib/fonts/roboto/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../../lib/fonts/roboto/roboto-regular-webfont.eot");
  src: url("../../lib/fonts/roboto/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/fonts/roboto/roboto-regular-webfont.woff2") format("woff2"), url("../../lib/fonts/roboto/roboto-regular-webfont.woff") format("woff"), url("../../lib/fonts/roboto/roboto-regular-webfont.ttf") format("truetype"), url("../../lib/fonts/roboto/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../../lib/fonts/roboto/roboto-thin-webfont.eot");
  src: url("../../lib/fonts/roboto/roboto-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/fonts/roboto/roboto-thin-webfont.woff2") format("woff2"), url("../../lib/fonts/roboto/roboto-thin-webfont.woff") format("woff"), url("../../lib/fonts/roboto/roboto-thin-webfont.ttf") format("truetype"), url("../../lib/fonts/roboto/roboto-thin-webfont.svg#robotothin") format("svg");
  font-weight: 200;
  font-style: normal;
}
/*!
 *  Font Awesome 4.4.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';
  src: url("../../lib/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../../lib/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../../lib/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../../lib/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../../lib/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../../lib/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  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.33333em;
  line-height: 0.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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

  .fa-ul > li {
    position: relative;
  }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

  .fa-li.fa-lg {
    left: -1.85714em;
  }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-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);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* 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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

/* Globais */
*,
*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html {
  box-sizing: border-box;
}

  html body {
    font-family: "Roboto", "Noto", "sans-serif";
    font-size: 13px;
    color: #555;
    margin: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #F6F6F6;
  }

    html body h1, html body .h1 {
      font-size: 2.6em;
      font-weight: 400;
      color: #135A9F;
      line-height: normal;
    }

      html body h1.secundaria, html body .h1.secundaria {
        color: #135A9F;
      }

      html body h1.danger, html body .h1.danger {
        color: #d9534f;
      }

      html body h1.warning, html body .h1.warning {
        color: #f0ad4e;
      }

      html body h1.success, html body .h1.success {
        color: #5cb85c;
      }

      html body h1.info, html body .h1.info {
        color: #5bc0de;
      }

      html body h1.white, html body .h1.white {
        color: #FFFFFF;
      }

    html body h2, html body .h2 {
      font-size: 2em;
      font-weight: 300;
      color: #135A9F;
      line-height: normal;
    }

      html body h2.secundaria, html body .h2.secundaria {
        color: #135A9F;
      }

      html body h2.danger, html body .h2.danger {
        color: #d9534f;
      }

      html body h2.warning, html body .h2.warning {
        color: #f0ad4e;
      }

      html body h2.success, html body .h2.success {
        color: #5cb85c;
      }

      html body h2.info, html body .h2.info {
        color: #5bc0de;
      }

      html body h2.white, html body .h2.white {
        color: #FFFFFF;
      }

    html body h3, html body .h3 {
      font-size: 1.5em;
      font-weight: 400;
      color: #135A9F;
      line-height: normal;
    }

      html body h3.secundaria, html body .h3.secundaria {
        color: #135A9F;
      }

      html body h3.danger, html body .h3.danger {
        color: #d9534f;
      }

      html body h3.warning, html body .h3.warning {
        color: #f0ad4e;
      }

      html body h3.success, html body .h3.success {
        color: #5cb85c;
      }

      html body h3.info, html body .h3.info {
        color: #5bc0de;
      }

      html body h3.white, html body .h3.white {
        color: #FFFFFF;
      }

    html body h4, html body .h4 {
      font-size: 1.5em;
      color: #135A9F;
      font-weight: bold;
      line-height: normal;
    }

      html body h4.secundaria, html body .h4.secundaria {
        color: #135A9F;
      }

      html body h4.danger, html body .h4.danger {
        color: #d9534f;
      }

      html body h4.warning, html body .h4.warning {
        color: #f0ad4e;
      }

      html body h4.success, html body .h4.success {
        color: #5cb85c;
      }

      html body h4.info, html body .h4.info {
        color: #5bc0de;
      }

      html body h4.white, html body .h4.white {
        color: #FFFFFF;
      }

    html body h5, html body .h5 {
      font-size: 1.3em;
      color: #135A9F;
      line-height: normal;
    }

      html body h5.secundaria, html body .h5.secundaria {
        color: #135A9F;
      }

      html body h5.danger, html body .h5.danger {
        color: #d9534f;
      }

      html body h5.warning, html body .h5.warning {
        color: #f0ad4e;
      }

      html body h5.success, html body .h5.success {
        color: #5cb85c;
      }

      html body h5.info, html body .h5.info {
        color: #5bc0de;
      }

      html body h5.white, html body .h5.white {
        color: #FFFFFF;
      }

    html body h6, html body .h6 {
      font-size: 1.3em;
      font-weight: normal;
      margin: 20px 0px;
      line-height: normal;
    }

      html body h6.primaria, html body .h6.primaria {
        color: #135A9F;
      }

      html body h6.secundaria, html body .h6.secundaria {
        color: #135A9F;
      }

      html body h6.danger, html body .h6.danger {
        color: #d9534f;
      }

      html body h6.warning, html body .h6.warning {
        color: #f0ad4e;
      }

      html body h6.success, html body .h6.success {
        color: #5cb85c;
      }

      html body h6.info, html body .h6.info {
        color: #5bc0de;
      }

      html body h6.white, html body .h6.white {
        color: #FFFFFF;
      }

    html body b {
      font-weight: 500;
    }

    html body p {
      line-height: 20px;
    }

    html body small {
      font-size: 0.65em;
    }

    html body a {
      color: #135A9F;
      text-decoration: none;
    }

      html body a.white {
        color: #FFFFFF;
      }

      html body a img {
        outline: none;
        border: 0px;
      }

      html body a:hover {
        cursor: pointer;
      }

    html body .bg-primaria {
      background-color: #135A9F !important;
      color: #FFFFFF !important;
    }

    html body .bg-secundaria {
      background-color: #135A9F !important;
      color: #FFFFFF !important;
    }

    html body .bg-danger {
      background-color: #d9534f !important;
      color: #FFFFFF !important;
    }

    html body .bg-warning {
      background-color: #f0ad4e !important;
      color: #FFFFFF !important;
    }

    html body .bg-success {
      background-color: #5cb85c !important;
      color: #FFFFFF !important;
    }

    html body .bg-info {
      background-color: #5bc0de !important;
      color: #FFFFFF !important;
    }

    html body .bg-faded {
      background-color: #ddd !important;
      color: #000 !important;
      border-color: #ddd;
    }

    html body .primaria {
      color: #135A9F;
    }

    html body .secundaria {
      color: #135A9F;
    }

    html body .danger {
      color: #d9534f;
    }

    html body .warning {
      color: #f0ad4e;
    }

    html body .success {
      color: #5cb85c;
    }

    html body .info, html body .text-info {
      color: #5bc0de;
    }

    html body.white {
      color: #FFFFFF;
    }

    html body [disabled=disabled] {
      cursor: default;
      opacity: 0.7;
    }

    html body [ng-click] {
      cursor: pointer;
    }

    html body iframe {
      width: 100%;
      min-height: 500px;
      border: none;
    }

      html body iframe h2 {
        color: #135A9F !important;
      }

    html body .f-left {
      float: left;
    }

    html body .f-right {
      float: right;
    }

    html body .f-none {
      float: none;
    }

    html body .d-table {
      display: table;
    }

    html body .d-table-cell {
      display: table-cell;
    }

    html body .d-block {
      display: block;
    }

    html body .font-weight-normal {
      font-weight: normal;
    }

    html body .font-weight-bold {
      font-weight: bold;
    }

    html body .font-weight-bolder {
      font-weight: bolder;
    }

    html body .font-weight-inherit {
      font-weight: inherit;
    }

    html body .text-left {
      font-align: left;
    }

    html body .text-right {
      font-align: right;
    }

    html body .text-center {
      font-align: center;
    }

    html body .text-justify {
      font-align: justify;
    }

/* Z-Index shadows */
.z-index-1, nav, .card, #grid1 .ui-grid-contents-wrapper .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid .ui-grid-menu-inner {
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-image-width: 1;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

  .linkTransition, nav ul li {
    transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
  }

.transicao-Padrao {
  transition: all 1s, z-index 1s step-start;
  -webkit-transition: all 1s, z-index 1s step-start;
  -o-transition: all 1s, z-index 1s step-start;
  -moz-transition: all 1s, z-index 1s step-start;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.transicao-card-iterativo {
  transition: all 0.5s, z-index 0.5s step-start;
  -webkit-transition: all 0.5s, z-index 0.5s step-start;
  -o-transition: all 0.5s, z-index 0.5s step-start;
  -moz-transition: all 0.5s, z-index 0.5s step-start;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.transicao-switch, .switch .switch-label, .switch .switch-button, .switch .switch-button .switch-state {
  transition: all ease-in 0.4s;
  -webkit-transition: all ease-in 0.4s;
  -o-transition: all ease-in 0.4s;
  -moz-transition: all ease-in 0.4s;
}

.timeline-transition, .card {
  transition: all ease-in 0.4s;
  -webkit-transition: all ease-in 0.4s;
  -o-transition: all ease-in 0.4s;
  -moz-transition: all ease-in 0.4s;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.mobile-menu-transition, nav ul.mobile-menu {
  transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
}

.transicao-alert, .alert-box {
  transition: opacity ease-out 1s;
  -webkit-transition: opacity ease-out 1s;
  -o-transition: opacity ease-out 1s;
  -moz-transition: opacity ease-out 1s;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

  .container:before, .container:after {
    content: " ";
    display: table;
  }

  .container:after {
    clear: both;
  }

@media (min-width: 34em) {
  .container {
    max-width: 34rem;
  }
}

@media (min-width: 48em) {
  .container {
    max-width: 45rem;
  }
}

@media (min-width: 62em) {
  .container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .container {
    max-width: 72.25rem;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
  }

  .container-fluid:after {
    clear: both;
  }

.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

  .row:before, .row:after {
    content: " ";
    display: table;
  }

  .row:after {
    clear: both;
  }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 34em) {
  .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-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 48em) {
  .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-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 62em) {
  .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-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 75em) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-1 {
    width: 8.33333%;
  }

  .col-xl-2 {
    width: 16.66667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.33333%;
  }

  .col-xl-5 {
    width: 41.66667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.33333%;
  }

  .col-xl-8 {
    width: 66.66667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.33333%;
  }

  .col-xl-11 {
    width: 91.66667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.33333%;
  }

  .col-xl-pull-2 {
    right: 16.66667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.33333%;
  }

  .col-xl-pull-5 {
    right: 41.66667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.33333%;
  }

  .col-xl-pull-8 {
    right: 66.66667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.33333%;
  }

  .col-xl-pull-11 {
    right: 91.66667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.33333%;
  }

  .col-xl-push-2 {
    left: 16.66667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.33333%;
  }

  .col-xl-push-5 {
    left: 41.66667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.33333%;
  }

  .col-xl-push-8 {
    left: 66.66667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.33333%;
  }

  .col-xl-push-11 {
    left: 91.66667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 33.9em) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 34em) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 47.9em) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 61.9em) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 74.9em) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 75em) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !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 .hidden-print {
    display: none !important;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform .3s ease-out;
  }

  .modal.in .modal-dialog {
    transform: translate(0, 0);
  }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

  .modal-backdrop.fade {
    opacity: 0;
  }

  .modal-backdrop.in {
    opacity: 0.5;
  }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

  .modal-header:before, .modal-header:after {
    content: " ";
    display: table;
  }

  .modal-header:after {
    clear: both;
  }

  .modal-header .close {
    margin-top: -2px;
  }

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
  }

  .modal-footer:after {
    clear: both;
  }

  .modal-footer .btn + .btn {
    margin-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;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 34em) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 48em) {
  .modal-lg {
    width: 900px;
  }
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}

  .nav-link:focus, .nav-link:hover {
    text-decoration: none;
  }

  .nav-link.disabled {
    color: #818a91;
  }

    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent;
    }

.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

  .nav-tabs:before, .nav-tabs:after {
    content: " ";
    display: table;
  }

  .nav-tabs:after {
    clear: both;
  }

  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
  }

    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem;
    }

  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-radius: 0.25rem 0.25rem 0 0;
  }

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd;
    }

    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent;
    }

    .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
    .nav-tabs .nav-item.open .nav-link,
    .nav-tabs .nav-item.open .nav-link:focus,
    .nav-tabs .nav-item.open .nav-link:hover {
      color: #55595c;
      background-color: #fff;
      border-color: #ddd #ddd transparent;
    }

.nav-pills .nav-item {
  float: left;
}

  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem;
  }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}

  .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
  .nav-pills .nav-item.open .nav-link,
  .nav-pills .nav-item.open .nav-link:focus,
  .nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    cursor: default;
    background-color: #135A9F;
  }

.nav-stacked .nav-item {
  display: block;
  float: none;
}

  .nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0;
  }

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn, a.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 0.0625rem solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

  .btn:focus, .btn:hover {
    text-decoration: none;
  }

  .btn.focus {
    text-decoration: none;
  }

  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
  }

  .btn.disabled, .btn:disabled, fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
  }

  a.btn.disaabled,
  fieldset[disabled] a.btn {
    pointer-events: none;
  }

.btn-primary {
  color: #fff;
  background-color: #135A9F;
  border-color: #135A9F;
}

  .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #135A9F;
    border-color: #135A9F;
  }

  .btn-primary:hover {
    color: #fff;
    background-color: #135A9F;
    border-color: #135A9F;
  }

  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
  }

  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #135A9F;
    border-color: #135A9F;
  }

  .btn-primary.disabled:hover, .btn-primary:disabled:hover, fieldset[disabled] .btn-primary:hover {
    background-color: #135A9F;
    border-color: #135A9F;
  }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
}

  .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
  }

  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
  }

  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    background-image: none;
  }

  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
    background-color: #fff;
    border-color: #ccc;
  }

  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover, fieldset[disabled] .btn-secondary:hover {
    background-color: #fff;
    border-color: #ccc;
  }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

  .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
  }

  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
  }

  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none;
  }

  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #5bc0de;
  }

  .btn-info.disabled:hover, .btn-info:disabled:hover, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
  }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

  .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
  }

  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
  }

  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none;
  }

  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #5cb85c;
  }

  .btn-success.disabled:hover, .btn-success:disabled:hover, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
  }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

  .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
  }

  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
  }

  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none;
  }

  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
  }

  .btn-warning.disabled:hover, .btn-warning:disabled:hover, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
  }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

  .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
  }

  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
  }

  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none;
  }

  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d9534f;
  }

  .btn-danger.disabled:hover, .btn-danger:disabled:hover, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d9534f;
  }

.btn-primary-outline {
  color: #135A9F;
  background-image: none;
  background-color: transparent;
  border-color: #135A9F;
}

  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #135A9F;
    border-color: #135A9F;
  }

  .btn-primary-outline:hover {
    color: #fff;
    background-color: #135A9F;
    border-color: #135A9F;
  }

  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus, fieldset[disabled] .btn-primary-outline:focus, fieldset[disabled] .btn-primary-outline.focus {
    border-color: #43a7fd;
  }

  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover, fieldset[disabled] .btn-primary-outline:hover {
    border-color: #43a7fd;
  }

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
  }

  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
  }

  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus, fieldset[disabled] .btn-secondary-outline:focus, fieldset[disabled] .btn-secondary-outline.focus {
    border-color: white;
  }

  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover, fieldset[disabled] .btn-secondary-outline:hover {
    border-color: white;
  }

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
  }

  .btn-info-outline:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
  }

  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus, fieldset[disabled] .btn-info-outline:focus, fieldset[disabled] .btn-info-outline.focus {
    border-color: #b0e1ef;
  }

  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover, fieldset[disabled] .btn-info-outline:hover {
    border-color: #b0e1ef;
  }

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
  }

  .btn-success-outline:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
  }

  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus, fieldset[disabled] .btn-success-outline:focus, fieldset[disabled] .btn-success-outline.focus {
    border-color: #a3d7a3;
  }

  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover, fieldset[disabled] .btn-success-outline:hover {
    border-color: #a3d7a3;
  }

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
  }

  .btn-warning-outline:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
  }

  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus, fieldset[disabled] .btn-warning-outline:focus, fieldset[disabled] .btn-warning-outline.focus {
    border-color: #f8d9ac;
  }

  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover, fieldset[disabled] .btn-warning-outline:hover {
    border-color: #f8d9ac;
  }

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
  }

  .btn-danger-outline:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
  }

  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus, fieldset[disabled] .btn-danger-outline:focus, fieldset[disabled] .btn-danger-outline.focus {
    border-color: #eba5a3;
  }

  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover, fieldset[disabled] .btn-danger-outline:hover {
    border-color: #eba5a3;
  }

.btn-link {
  font-weight: normal;
  color: #135A9F;
  border-radius: 0;
}

  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled, fieldset[disabled] .btn-link {
    background-color: transparent;
  }

    .btn-link, .btn-link:focus, .btn-link:active {
      border-color: transparent;
    }

      .btn-link:hover {
        border-color: transparent;
      }

      .btn-link:focus, .btn-link:hover {
        color: #135A9F;
        text-decoration: underline;
        background-color: transparent;
      }

      .btn-link:disabled:focus, .btn-link:disabled:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
        color: #818a91;
        text-decoration: none;
      }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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%;
}

.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:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2;
    }

    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2;
    }

  .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:before, .btn-toolbar:after {
    content: " ";
    display: table;
  }

  .btn-toolbar:after {
    clear: both;
  }

  .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) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }

  .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em;
}

.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:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
  }

  .btn-group-vertical > .btn-group:after {
    clear: both;
  }

  .btn-group-vertical > .btn-group > .btn {
    float: none;
  }

  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }

  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }

  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* Modal */
.modal-sm {
  width: 100px;
  margin: 25% auto;
}

.modal-full .modal-dialog {
  width: 100%;
  padding: 0 30px;
}

.modal-dialog {
  margin-top: 8%;
}

  .modal-dialog .modal-content .modal-header {
    box-shadow: 0 1px 3px -2px gray;
  }

    .modal-dialog .modal-content .modal-header .modal-title {
      line-height: 2em;
    }

    .modal-dialog .modal-content .modal-header h2 {
      margin: 10px 0;
    }

  .modal-dialog .modal-content .modal-body {
    max-height: 500px;
    overflow-y: scroll;
  }

    .modal-dialog .modal-content .modal-body.termos {
      min-height: 500px;
      padding: 30px;
      background-color: #eee;
      -moz-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    }

      .modal-dialog .modal-content .modal-body.termos p {
        font-size: 1.2em;
        line-height: 2em;
      }

@media (min-aspect-ratio: 16 / 9) {
  .modal-dialog {
    margin-top: 15px !important;
    margin-bottom: 0px !important;
  }

    .modal-dialog .modal-content {
      margin-top: 0px !important;
    }

      .modal-dialog .modal-content .modal-body {
        max-height: 450px !important;
      }

        .modal-dialog .modal-content .modal-body.termos {
          padding: 15px 30px;
          max-height: 420px !important;
          min-height: 420px !important;
        }
}
/* scrollBar style */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background: #135A9F;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }

  .dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
  }

  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #555;
    white-space: nowrap;
  }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus,
    .dropdown-submenu:hover > a,
    .dropdown-submenu:focus > a {
      color: #ffffff;
      text-decoration: none;
      background-color: #135A9F;
    }

  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #135A9F;
  }

  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: #999999;
  }

    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
      text-decoration: none;
      cursor: default;
      background-color: transparent;
      background-image: none;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }

.open {
  *z-index: 1000;
}

  .open > .dropdown-menu {
    display: block;
  }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
  }

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* NavBars */
nav {
  background: #135A9F;
  width: 100%;
  margin-top: 10px;
  float: left;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 45px;
  font-weight: 400;
}

  nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
  }

    nav ul li {
      float: left;
      padding: 0 20px;
    }

      nav ul li:hover {
        background: #0d4a87;
        cursor: pointer;
      }

    nav ul.mobile-menu {
      height: 1px;
      overflow: hidden;
      margin-top: 45px;
    }

      nav ul.mobile-menu > li {
        width: 100%;
        border-bottom: 1px solid #135A9F;
      }

        nav ul.mobile-menu > li:first-child {
          border-top: 1px solid #135A9F;
        }

        nav ul.mobile-menu > li > div {
          color: #FFF;
        }

          nav ul.mobile-menu > li > div > ul {
            width: 100%;
          }

            nav ul.mobile-menu > li > div > ul > li {
              margin-left: -20px;
              cursor: pointer;
              width: 100%;
              box-sizing: content-box;
              padding: 0px 20px;
              font-size: 14px;
              color: #135A9F;
              background: #FFF;
            }

              nav ul.mobile-menu > li > div > ul > li a {
                color: #135A9F !important;
              }

              nav ul.mobile-menu > li > div > ul > li:last-child {
                border-radius: 0 0 3px 3px;
              }

              nav ul.mobile-menu > li > div > ul > li:hover {
                background: #0d4a87;
                color: #FFF;
              }

                nav ul.mobile-menu > li > div > ul > li:hover a {
                  color: #FFF !important;
                }

              nav ul.mobile-menu > li > div > ul > li.active {
                cursor: default;
                background: #0d4a87;
                color: #FFF;
              }

                nav ul.mobile-menu > li > div > ul > li.active a {
                  color: #FFF !important;
                }

            nav ul.mobile-menu > li > div > ul > div {
              color: #FFF;
            }

              nav ul.mobile-menu > li > div > ul > div > ul {
                width: 100%;
              }

                nav ul.mobile-menu > li > div > ul > div > ul > li {
                  margin-left: -20px;
                  cursor: pointer;
                  width: 100%;
                  box-sizing: content-box;
                  padding: 0px 20px;
                  font-size: 14px;
                  color: #135A9F;
                  background: #FFF;
                }

                  nav ul.mobile-menu > li > div > ul > div > ul > li a {
                    color: #135A9F !important;
                  }

                  nav ul.mobile-menu > li > div > ul > div > ul > li:last-child {
                    border-radius: 0 0 3px 3px;
                  }

                  nav ul.mobile-menu > li > div > ul > div > ul > li:hover {
                    background: #0d4a87;
                    color: #FFF;
                  }

                    nav ul.mobile-menu > li > div > ul > div > ul > li:hover a {
                      color: #FFF !important;
                    }

                  nav ul.mobile-menu > li > div > ul > div > ul > li.active {
                    cursor: default;
                    background: #0d4a87;
                    color: #FFF;
                  }

                    nav ul.mobile-menu > li > div > ul > div > ul > li.active a {
                      color: #FFF !important;
                    }

      nav ul.mobile-menu.expanded {
        height: 93px;
      }

      nav ul.mobile-menu.expanded-admin {
        /*height:233px;*/
        height: auto;
      }

  nav a {
    display: table;
    color: white !important;
  }

    nav a.nav-link {
      padding: 0 20px;
      background: #135A9F;
    }

  nav.nav-admin {
    margin: 0px;
    height: 65px;
    line-height: 55px;
  }

    nav.nav-admin .brand-logo {
      float: left;
      height: inherit;
      padding: 5px 10px;
    }

      nav.nav-admin .brand-logo img {
        height: 55px;
      }

    nav.nav-admin > ul > li {
      padding: 5px 20px;
    }

      nav.nav-admin > ul > li.active {
        cursor: default !important;
        background: #0d4a87;
        color: #FFF;
      }

        nav.nav-admin > ul > li.active > a {
          cursor: default !important;
          color: #FFF !important;
        }

      nav.nav-admin > ul > li.default {
        cursor: default;
      }

      nav.nav-admin > ul > li > div {
        color: #FFF;
      }

        nav.nav-admin > ul > li > div > ul {
          position: absolute;
          min-width: 270px;
          max-width: 270px;
          margin-left: -20px;
          margin-top: 5px;
          border-radius: 0 0 3px 3px;
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
          z-index: 1000;
        }

          nav.nav-admin > ul > li > div > ul > li {
            cursor: pointer;
            width: 100%;
            box-sizing: border-box;
            padding: 0px 20px;
            font-size: 14px;
            color: #135A9F;
            background: #FFF;
          }

            nav.nav-admin > ul > li > div > ul > li > a {
              width: 100%;
              color: #135A9F !important;
            }

            nav.nav-admin > ul > li > div > ul > li:hover {
              background: #0d4a87;
              color: #FFF;
            }

              nav.nav-admin > ul > li > div > ul > li:hover > a {
                color: #FFF !important;
              }

            nav.nav-admin > ul > li > div > ul > li.active {
              cursor: default !important;
              background: #0d4a87;
              color: #FFF;
            }

              nav.nav-admin > ul > li > div > ul > li.active > a {
                cursor: default !important;
                color: #FFF !important;
              }

            nav.nav-admin > ul > li > div > ul > li:last-child {
              border-radius: 0 0 3px 3px;
            }

            nav.nav-admin > ul > li > div > ul > li > div > ul {
              position: absolute;
              min-width: 150px;
              max-width: 300px;
              margin-left: 250px;
              margin-top: -55px;
              border-radius: 0 3px 3px 0;
              box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.4);
              z-index: 999;
            }

              nav.nav-admin > ul > li > div > ul > li > div > ul > li {
                cursor: pointer;
                width: 100%;
                box-sizing: border-box;
                padding: 0px 20px;
                font-size: 14px;
                color: #135A9F;
                background: #FFF;
              }

                nav.nav-admin > ul > li > div > ul > li > div > ul > li > a {
                  width: 100%;
                  color: #135A9F !important;
                }

                nav.nav-admin > ul > li > div > ul > li > div > ul > li:hover {
                  background: #0d4a87;
                  color: #FFF;
                }

                  nav.nav-admin > ul > li > div > ul > li > div > ul > li:hover > a {
                    color: #FFF !important;
                  }

                nav.nav-admin > ul > li > div > ul > li > div > ul > li.active {
                  cursor: default !important;
                  background: #0d4a87;
                  color: #FFF;
                }

                  nav.nav-admin > ul > li > div > ul > li > div > ul > li.active > a {
                    cursor: default !important;
                    color: #FFF !important;
                  }

                nav.nav-admin > ul > li > div > ul > li > div > ul > li:last-child {
                  border-radius: 0 0 3px 3px;
                }

    nav.nav-admin a.nav-link {
      padding: 5px 20px;
    }

/* Formularios */
form {
  width: 100%;
}

  form.login-form .form-group {
    margin-bottom: 15px;
  }

    form.login-form .form-group input.form-control {
      margin: 0px;
    }

  form .form-group {
    margin-bottom: 15px;
    position: relative;
  }

    form .form-group label {
      margin-bottom: 15px;
      font-size: 1.1em;
      color: #135A9F;
    }

    form .form-group input, form .form-group select, form .form-group textarea {
      border: 1px solid rgba(0, 0, 0, 0.16);
    }

      form .form-group input.form-control, form .form-group select.form-control, form .form-group textarea.form-control {
        width: 100%;
        height: 40px;
        margin-top: 5px;
        font-size: 1.1em;
        padding-left: 10px;
      }

        form .form-group input.form-control.ta-editor, form .form-group select.form-control.ta-editor, form .form-group textarea.form-control.ta-editor {
          border: 1px solid rgba(0, 0, 0, 0.16) !important;
        }

      form .form-group input:hover, form .form-group select:hover, form .form-group textarea:hover {
        border: 1px solid rgba(0, 0, 0, 0.3);
      }

      form .form-group input:focus, form .form-group select:focus, form .form-group textarea:focus {
        outline-color: #135A9F;
        outline-width: 2px;
        border: 1px solid rgba(0, 0, 0, 0.15);
      }

      form .form-group input:disabled, form .form-group select:disabled, form .form-group textarea:disabled {
        background-color: #ebebe4;
      }

    form .form-group textarea {
      resize: none;
      padding: 10px;
      height: 200px !important;
    }

      form .form-group textarea.termo {
        min-height: 500px;
        line-height: 28px;
        padding: 30px !important;
        -moz-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      }

    form .form-group.radio label {
      font: inherit;
      cursor: pointer;
      color: #333;
    }

    form .form-group.radio input[type=radio] {
      box-sizing: content-box;
      height: 0.8em;
      width: 0.8em;
      margin-right: 5px;
      font-size: 1.1em;
      border: 0px !important;
    }

    form .form-group.checkbox label {
      cursor: pointer;
    }

    form .form-group.checkbox div.label {
      line-height: 2.3em;
      margin-left: 10px;
    }

    form .form-group.checkbox input {
      box-sizing: content-box;
      border: 0px !important;
      width: 1.5em;
      height: 1.5em;
    }

    form .form-group .form-control-static {
      width: 100%;
      height: 40px;
      padding-top: 9px;
      font-size: 1.1em;
      padding-left: 10px;
      margin-bottom: 5px;
      line-height: 28px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    form .form-group.danger label {
      color: #d9534f;
    }

    form .form-group.danger input.form-control, form .form-group.danger select.form-control, form .form-group.danger textarea.form-control {
      border: 1px solid #d9534f;
      outline-color: #d9534f;
    }

    form .form-group.danger .ta-editor .ta-bind {
      border: 1px solid #d9534f;
      color: #555;
    }

    form .form-group .float-input {
      position: absolute;
      top: 37px;
      left: 10px;
      font-size: 15px;
    }

  form fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
  }

    form fieldset legend {
      color: #999;
    }

/* Form Switch */
.switch {
  margin-top: 22.5px;
  cursor: pointer;
}

  .switch .switch-label {
    float: right;
    font-size: 18px;
    line-height: 25px;
    padding: 0 10px;
    color: #d9534f;
  }

  .switch .switch-button {
    float: right;
    width: 50px;
    border: 1px #ccc solid;
    border-radius: 25px;
    height: 25px;
    background: #d9534f;
  }

    .switch .switch-button .switch-state {
      width: 25px;
      height: 25px;
      border: inherit;
      border-radius: inherit;
      float: right;
      margin-top: -1px;
      margin-right: 25px;
      background: #FFF;
    }

  .switch.inactive .switch-label {
    color: #5cb85c;
  }

  .switch.inactive .switch-button {
    background: #5cb85c;
  }

    .switch.inactive .switch-button .switch-state {
      margin-right: -1px;
    }

  .switch.disabled {
    cursor: not-allowed;
  }

    .switch.disabled .switch-label {
      color: #ddd;
    }

    .switch.disabled .switch-button {
      background: #ddd;
    }

      .switch.disabled .switch-button .switch-state {
        margin-right: -1px;
      }

/* New Switch */
.new-switch {
  display: table;
  float: right;
}

  .new-switch div {
    cursor: pointer;
    float: left;
    border: 1px #CCC solid;
    border-right: none;
    padding: 5px 18px;
    font-size: 15px;
    color: #444;
  }

    .new-switch div:hover {
      background: #F1F1F1;
    }

    .new-switch div:first-child {
      border-radius: 4px 0px 0px 4px;
    }

    .new-switch div:last-child {
      border-radius: 0px 4px 4px 0px;
      border-right: 1px #DFDFDF solid;
    }

    .new-switch div:nth-child(1).selected {
      background: #5cb85c !important;
      border-color: #5cb85c !important;
      color: #FFF;
      cursor: default;
    }

    .new-switch div:nth-child(2).selected {
      background: darkorange !important;
      border-color: darkorange !important;
      color: #FFF;
      cursor: default;
    }

    .new-switch div:last-child.selected {
      background: #d9534f !important;
      border-color: #d9534f !important;
      color: #FFF;
      cursor: default;
    }

    .new-switch div:nth-child(3).selected {
      background: #d9534f;
      border-color: #d9534f;
      color: #FFF;
      cursor: default;
    }

    .new-switch div.disabled {
      cursor: not-allowed;
      color: #999;
      background: transparent;
    }

  .new-switch.disabled div {
    cursor: not-allowed;
    color: #999;
    border-color: #DFDFDF;
  }

/* Button */
.btn, a.btn {
  font-family: "Roboto", "Noto", "sans-serif";
  cursor: pointer;
  font-size: 1.2em;
  height: 40px;
  padding: 0px 10px;
  letter-spacing: 1px;
  border: none;
  outline: none;
}

  .btn.btn-rounded {
    border-radius: 5px;
  }

  .btn.btn-primaria {
    background-color: #135A9F;
    font-weight: 500;
    color: white;
  }

  .btn.btn-secundaria {
    background-color: #135A9F;
    font-weight: 500;
    color: white;
  }

  .btn.btn-danger {
    background-color: #d9534f;
    font-weight: 500;
    color: white;
  }

  .btn.btn-warning {
    background-color: #f0ad4e;
    font-weight: 500;
    color: white;
  }

  .btn.btn-success {
    background-color: #5cb85c;
    font-weight: 500;
    color: white;
  }

  .btn.btn-info {
    background-color: #5bc0de;
    font-weight: 500;
    color: white;
  }

  .btn.btn-disabled {
    background-color: #ddd;
    font-weight: 500;
    color: #555;
    cursor: not-allowed;
  }

  .btn:active {
    filter: opacity(0.8);
    -webkit-filter: opacity(0.8);
    -moz-filter: opacity(0.8);
    -o-filter: opacity(0.8);
    -ms-filter: opacity(0.8);
  }

a.btn {
  display: inline-block;
  line-height: 40px;
  text-align: center;
}

.btn-group .btn, .btn-group .btn:active {
  outline: none;
}

/* Cards */
.card {
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  width: 100% !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  display: block !important;
  margin: 0 0 15px 0 !important;
  height: auto;
}

  .card.card-default {
    background-color: #f1f1f1;
  }

  .card.card-primaria {
    background-color: #135A9F;
  }

  .card.card-secundaria {
    background-color: #135A9F;
  }

  .card.card-disabled {
    background-color: #ddd;
  }

  .card.card-tagged {
    border: 2px #f0ad4e solid;
  }

  .card.indicador-xs {
    padding: 5px;
  }

    .card.indicador-xs .card-indicador {
      margin: 0px;
    }

      .card.indicador-xs .card-indicador .indicador-icone {
        padding-right: 5px;
        margin: 0px;
      }

        .card.indicador-xs .card-indicador .indicador-icone i {
          font-size: 2.45em;
        }

      .card.indicador-xs .card-indicador .indicador-dados {
        padding: 5px;
      }

        .card.indicador-xs .card-indicador .indicador-dados .indicador-titulo {
          font-size: 1em;
        }

        .card.indicador-xs .card-indicador .indicador-dados .indicador-numero {
          font-size: 1.6em;
        }

  .card.card-plano {
    padding: 15px;
    margin-top: -35px;
  }

@media (max-width: 48em) {
  .card.card-plano {
    margin-top: 15px;
  }
}

.card.card-plano .card-indicador {
  margin: 0px;
}

  .card.card-plano .card-indicador .indicador-icone {
    padding-right: 5px;
    margin: 0px;
  }

    .card.card-plano .card-indicador .indicador-icone i {
      font-size: 2.45em;
    }

  .card.card-plano .card-indicador .indicador-dados {
    padding: 5px;
  }

    .card.card-plano .card-indicador .indicador-dados .indicador-titulo {
      font-size: 1em;
    }

    .card.card-plano .card-indicador .indicador-dados .indicador-numero {
      font-size: 1.6em;
    }

.card .card-header {
  padding: 20px 40px;
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #eee;
}

  .card .card-header .card-tag {
    position: absolute;
    top: -7px;
    background-color: #f0ad4e;
    padding: 0 5px;
    border-radius: 4px;
    font-size: .8em;
    color: #555;
    left: 25%;
    right: 25%;
  }

.card .card-footer {
  padding: 10px 40px;
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
  border-top: 1px solid #eee;
}

.card .card-body {
  padding: 40px;
  overflow: hidden;
  background: transparent;
}

  .card .card-body .optionBar {
    margin: -40px -40px 14px -40px;
    border-bottom: 1px solid #ddd;
    padding: 15px 15px 15px 0px;
  }

    .card .card-body .optionBar a {
      padding: 15px;
      border-right: 1px solid #ddd;
    }

.card .card-indicador {
  margin-bottom: 5px;
}

  .card .card-indicador .indicador-icone {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    margin-top: -5px;
  }

    .card .card-indicador .indicador-icone i {
      font-size: 4em;
    }

    .card .card-indicador .indicador-icone img {
      max-height: 4em;
    }

  .card .card-indicador .progress {
    height: 56px;
    width: 15px;
    float: left;
  }

    .card .card-indicador .progress .free-space {
      background: #ddd;
    }

  .card .card-indicador .indicador-dados {
    display: inline-block;
    padding-left: 10px;
  }

    .card .card-indicador .indicador-dados .indicador-titulo {
      font-size: 1.2em;
      float: left;
    }

    .card .card-indicador .indicador-dados .indicador-numero {
      font-size: 4em;
    }

.card.produto {
  float: left;
}

  .card.produto .card-produto .produto-icone {
    display: grid;
    padding: 10px;
    vertical-align: middle;
    border: 2px solid #F7F7F7;
    background: #FFF;
    height: 80px;
    margin: auto;
    width: 170px;
    float: left;
  }

@media screen and (min-width:770px) and (max-width:1055px) {
  .card.produto .card-produto .produto-icone {
    float: none;
  }
}

.card.produto .card-produto .produto-icone i {
  font-size: 4em;
}

.card.produto .card-produto .produto-icone img {
  max-height: 4em;
  max-width: 151.4px;
}

  .card.produto .card-produto .produto-icone img[src$="logo_contaAzul.png"] {
    margin-top: 15px;
  }

.card.produto .card-produto .produto-dados {
  padding-top: 22px;
  padding-bottom: 20px;
  width: 70px;
  margin: auto;
  display: grid;
}

  .card.produto .card-produto .produto-dados .produto-nome {
    font-size: 1.2em;
    width: 100%;
    font-weight: 500;
  }

.card.produto .card-produto .indisponivel {
  z-index: 1;
}

  .card.produto .card-produto .indisponivel:hover {
    background: #ccc;
  }

@media (max-width: 48em) {
  .card .card-body {
    padding: 20px;
  }

    .card .card-body .optionBar {
      margin: -20px -20px 14px -20px;
    }

  .card .card-header {
    padding: 10px 20px;
  }

  .card .card-footer {
    padding: 20px 20px;
  }

  .card .card-indicador .indicador-icone {
    padding-right: 5px;
    margin-top: 0px;
  }

    .card .card-indicador .indicador-icone i {
      font-size: 2em;
    }

  .card .card-indicador .indicador-dados {
    padding-left: 5px;
  }

    .card .card-indicador .indicador-dados .indicador-titulo {
      font-size: 1em;
    }

    .card .card-indicador .indicador-dados .indicador-numero {
      font-size: 2em;
    }

  .card .card-produto .produto-icone {
    padding-right: 5px;
    margin-top: 0px;
  }

    .card .card-produto .produto-icone i {
      font-size: 2em;
    }

  .card .card-produto .produto-dados {
    padding-left: 5px;
  }

    .card .card-produto .produto-dados .produto-nome {
      font-size: 1em;
    }
}

/* Layout */
.img-responsive {
  max-width: 90%;
}

.logo {
  max-height: 70px;
}

.logo-produto {
  float: left;
  width: 100%;
}

  .logo-produto .produto-icone {
    float: left;
    height: 70px;
  }

    .logo-produto .produto-icone img {
      height: 100%;
    }

  .logo-produto .produto-nome {
    font-family: 'Calibri';
    font-weight: 500;
    font-size: 2em;
    line-height: 70px;
    float: left;
    padding-left: 10px;
  }

.pedido {
  /*text-align: right;
    margin-top: 60%;

    @media (max-width: 48em) {// xs & sm
        margin-top:10%;
    }*/
}

form fieldset {
  border: 1px solid #999;
}

  form fieldset legend {
    color: #4d4d4d;
  }

/* ---- Atalhos
    Classes que representam atributos Css    
----*/
/*---Backgrounds ---*/
.bg-white {
  background-color: #ffffff !important;
}

.bg-black {
  background-color: #000000 !important;
}

/*--- Float ---*/
.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.f-n {
  float: none;
}

.f-r {
  float: right;
}

.f-l {
  float: left;
}

/*--- Position ---*/
.pos-ab {
  position: absolute;
}

.pos-fx {
  position: fixed;
}

.pos-rl {
  position: relative;
}

.pos-nh {
  position: inherit;
}

.pos-st {
  position: static;
}

.pos-in {
  position: initial;
}

/*--- Text Align ---*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

/*--- Text Style ---*/
.bold-n {
  font-weight: normal !important;
}

/*--- Margin ---*/
.m-n {
  margin: 0 !important;
}

.m-t-n {
  margin-top: 0 !important;
}

.m-t-xs {
  margin-top: 15px;
}

.m-t-sm {
  margin-top: 25px;
}

.m-t-md {
  margin-top: 35px;
}

.m-t-lg {
  margin-top: 50px;
}

.m-r-n {
  margin-right: 0 !important;
}

.m-r-xs {
  margin-right: 15px;
}

.m-r-sm {
  margin-right: 25px;
}

.m-r-md {
  margin-right: 35px;
}

.m-r-lg {
  margin-right: 50px;
}

.m-b-n {
  margin-bottom: 0 !important;
}

.m-b-xs {
  margin-bottom: 15px;
}

.m-b-sm {
  margin-bottom: 25px;
}

.m-b-md {
  margin-bottom: 35px;
}

.m-b-lg {
  margin-bottom: 50px;
}

.m-l-n {
  margin-left: 0 !important;
}

.m-l-xs {
  margin-left: 15px;
}

.m-l-sm {
  margin-left: 25px;
}

.m-l-md {
  margin-left: 35px;
}

.m-l-lg {
  margin-left: 50px;
}

/*--- Padding ---*/
.p-n {
  padding: 0 !important;
}

.p-xs {
  padding: 15px !important;
}

.p-sm {
  padding: 25px !important;
}

.p-md {
  padding: 35px !important;
}

.p-lg {
  padding: 50px !important;
}

.p-t-n {
  padding-top: 0 !important;
}

.p-t-xs {
  padding-top: 15px;
}

.p-t-sm {
  padding-top: 25px;
}

.p-t-md {
  padding-top: 35px;
}

.p-t-lg {
  padding-top: 50px;
}

.p-r-n {
  padding-right: 0 !important;
}

.p-r-xs {
  padding-right: 15px;
}

.p-r-sm {
  padding-right: 25px;
}

.p-r-md {
  padding-right: 35px;
}

.p-r-lg {
  padding-right: 50px;
}

.p-b-n {
  padding-bottom: 0 !important;
}

.p-b-xs {
  padding-bottom: 15px;
}

.p-b-sm {
  padding-bottom: 25px;
}

.p-b-md {
  padding-bottom: 35px;
}

.p-b-lg {
  padding-bottom: 50px;
}

.p-l-n {
  padding-left: 0 !important;
}

.p-l-xs {
  padding-left: 15px;
}

.p-l-sm {
  padding-left: 25px;
}

.p-l-md {
  padding-left: 35px;
}

.p-l-lg {
  padding-left: 50px;
}

.b-t {
  border-top: 1px solid #ddd;
}

.b-r {
  border-right: 1px solid #ddd;
}

.b-b {
  border-bottom: 1px solid #ddd;
}

.b-l {
  border-left: 1px solid #ddd;
}

.full-width {
  width: 100%;
}

.overlay {
  overflow: overlay;
}

@media (max-width: 34em) {
  .p-xs-n {
    padding: 0px !important;
  }

  .m-xs-n {
    margin: 0px !important;
  }
}

@media (max-width: 48em) {
  .p-sm-n {
    padding: 0px !important;
  }

  .m-sm-n {
    margin: 0px !important;
  }
}

@media (max-width: 62em) {
  .p-md-n {
    padding: 0px !important;
  }

  .m-md-n {
    margin: 0px !important;
  }
}

@media (max-width: 75em) {
  .p-lg-n {
    padding: 0px !important;
  }

  .m-lg-n {
    margin: 0px !important;
  }
}

@media (min-width: 76em) {
  .p-xg-n {
    padding: 0px !important;
  }

  .m-xg-n {
    margin: 0px !important;
  }
}
/* Alert Box */
.alert-box {
  font-size: 1.2em;
  border: #ccc 1px solid;
  background-color: #ddd;
  padding: 20px;
  top: 0;
  right: 0;
  z-index: 1060;
  position: fixed;
  min-width: 25%;
  width: 100%;
  opacity: 0.95;
  display: block;
}

  .alert-box div {
    float: left;
  }

    .alert-box div p.icone {
      display: block;
      margin: 50% 0px;
    }

  .alert-box .alert-link {
    text-decoration: underline;
  }

@media (min-width: 48em) {
  .alert-box {
    width: auto;
  }
}

.alert-box.hidden {
  opacity: 0;
  display: none;
}

.alert-box.primaria {
  background-color: #135A9F;
  color: white;
}

  .alert-box.primaria a {
    color: white;
  }

.alert-box.secundaria {
  background-color: #135A9F;
  color: white;
}

  .alert-box.secundaria a {
    color: white;
  }

.alert-box.danger {
  background-color: #d9534f;
  color: white;
}

  .alert-box.danger a {
    color: white;
  }

.alert-box.warning {
  background-color: #f0ad4e;
  color: white;
}

  .alert-box.warning a {
    color: white;
  }

.alert-box.success {
  background-color: #5cb85c;
  color: white;
}

  .alert-box.success a {
    color: white;
  }

.alert-box.info {
  background-color: #5bc0de;
  color: white;
}

  .alert-box.info a {
    color: white;
  }

.msg-alteracao {
  padding: 20px;
  font-size: 1.1em;
  line-height: 2em;
  text-align: center;
  background: #f0ad4e;
  color: #FFF;
}

  .msg-alteracao strong {
    font-size: 1.2em;
  }

.alert {
  padding: 10px;
  border: 1px solid;
}

  .alert.alert-danger {
    color: #fff;
    background: #d9534f;
    border-color: #d9534f;
  }

  .alert.alert-warning {
    color: #fff;
    background: #f0ad4e;
    border-color: #f0ad4e;
  }

  .alert.alert-info {
    color: #fff;
    background: #5bc0de;
    border-color: #5bc0de;
  }

  .alert.alert-success {
    color: #fff;
    background: #5cb85c;
    border-color: #5cb85c;
  }

  .alert div {
    display: inline-table;
  }

    .alert div.alert-msg {
      width: 95%;
    }

.alert {
  font-size: 1.2em;
  padding: 20px !important;
  opacity: 0.95;
}

  .alert a {
    color: #fff !important;
    text-decoration: underline;
  }

  .alert.alert-danger {
    background-color: #d9534f;
    color: white !important;
  }

    .alert.alert-danger::before {
      content: "\f071  ";
      font-family: FontAwesome;
    }

  .alert.alert-warning {
    background-color: #f0ad4e;
    color: white;
  }

    .alert.alert-warning::before {
      content: "\f071  ";
      font-family: FontAwesome;
    }

  .alert.alert-success {
    background-color: #5cb85c;
    color: white;
  }

    .alert.alert-success::before {
      content: "\f00c  ";
      font-family: FontAwesome;
    }

  .alert.info {
    background-color: #5bc0de;
    color: white;
  }

  .alert.alert-info::before {
    content: "\f05a  ";
    font-family: FontAwesome;
  }

/* Tabelas */
table th {
  font-weight: 500;
}

table ul {
  list-style: square;
  margin-left: 30px;
}

table.table {
  width: 100%;
  border-spacing: 0px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-left: 0px;
}

  table.table thead {
    background: #f0f0f0;
  }

  table.table tr th {
    text-align: left;
  }

  table.table tr td, table.table tr th {
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-right: 0px;
    padding: 7px;
  }

  table.table.table-sm td {
    padding: 3px;
  }

table.products-table th, table.table-permissao th {
  text-align: left;
}

table.products-table tr td img, table.table-permissao tr td img {
  height: 3em;
  float: left;
  margin-right: 10px;
}

table.products-table tr td span, table.table-permissao tr td span {
  float: left;
  line-height: 3em;
}

table.table tbody td {
  border-right: 0px;
  border-top: 0px;
}

/* Alinhamento Vertical */
.valign-center {
  margin-top: 10%;
}

@media (max-width: 48em) {
  .valign-center {
    margin-bottom: 12%;
  }
}

@media (min-aspect-ratio: 16 / 9) {
  .valign-center {
  }
}
/* p├ígina laudos */
.text-laudos {
  color: #0d4a87 !important;
}

.bg-laudos {
  background: #0d4a87;
  color: #FFFFFF;
}

.pagina-laudos h1, .pagina-laudos h2, .pagina-laudos h3, .pagina-laudos h4, .pagina-laudos h5, .pagina-laudos h6 {
  color: #0d4a87 !important;
}

.pagina-laudos .bg-laudos {
  background-color: #0d4a87 !important;
  color: #FFFFFF;
}

.laudos-paragrafo {
  text-align: center;
  font-size: 1.5em;
  font-weight: 300;
  color: #333;
  line-height: 1.7em;
}

.vantagens {
  text-align: center;
}

  .vantagens .item i {
    font-size: 80px;
    line-height: 100px;
    width: 110px;
    color: #555;
    border: #555 solid 5px;
    border-radius: 50%;
    margin-bottom: 20px;
  }

  .vantagens .item .vantagemTexto {
    font-size: 1.1em;
  }

  .vantagens .item.item-sm i {
    font-size: 50px;
    line-height: 70px;
    width: 80px;
  }

  .vantagens .item.item-sm .vantagemTexto {
    font-size: .95em;
  }

.detalhe-plano {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

  .detalhe-plano li {
    padding: 20px 0px;
  }

    .detalhe-plano li.preco {
      border-bottom: 1px solid #ddd;
    }

.classificacao-carteiras {
  list-style: none;
}

.parametros-contaAzul {
  list-style: none;
}

.laudos-card {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px;
}

  .laudos-card ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
  }

    .laudos-card ul li {
      display: inline;
      font-size: 1.2em;
    }

.plano-laudos .card-header {
  background: #5bc0de;
  color: #fff;
}

.planoPrincipal-laudos {
  background: #5bc0de;
  color: #fff;
}

  .planoPrincipal-laudos .card-header {
    border: 0px;
  }

  .planoPrincipal-laudos .card-body h1 {
    color: #FFF !important;
  }

  .planoPrincipal-laudos .card-footer {
    border-color: #7ACBE3;
  }

/* p├ígina metrics */
.text-metrics {
  color: #018B75 !important;
}

.bg-metrics {
  background-color: #018B75;
  color: #FFFFFF !important;
}

.pagina-metrics h1, .pagina-metrics h2, .pagina-metrics h3, .pagina-metrics h4, .pagina-metrics h5, .pagina-metrics h6 {
  color: #018B75 !important;
}

.metrics-paragrafo {
  font-size: 1.5em;
  font-weight: 300;
  color: #333;
  line-height: 1.7em;
}

/* p├ígina clinica */
.text-clinica {
  color: #009EB9 !important;
}

.bg-clinica {
  background-color: #009EB9;
  color: #FFFFFF !important;
}

.pagina-clinica h1, .pagina-clinica h2, .pagina-clinica h3, .pagina-clinica h4, .pagina-clinica h5, .pagina-clinica h6 {
  color: #009EB9 !important;
}

.clinica-paragrafo {
  font-size: 1.5em;
  font-weight: 300;
  color: #333;
  line-height: 1.7em;
}

/* p├ígina meuconsultorio */
.text-meuconsultorio {
  color: #6FC6DB !important;
}

.bg-meuconsultorio {
  background-color: #6FC6DB;
  color: #FFFFFF !important;
}

.pagina-meuconsultorio h1, .pagina-meuconsultorio h2, .pagina-meuconsultorio h3, .pagina-meuconsultorio h4, .pagina-meuconsultorio h5, .pagina-meuconsultorio h6 {
  color: #6FC6DB !important;
}

.meuconsultorio-paragrafo {
  font-size: 1.5em;
  font-weight: 300;
  color: #333;
  line-height: 1.7em;
}

.meu-consultorio .card-indicador {
  margin: 0px;
  display: table;
  width: 100%;
  padding: .2rem .5rem;
}

  .meu-consultorio .card-indicador .indicador-icone {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding-top: 10px;
  }

  .meu-consultorio .card-indicador .indicador-dados {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }

    .meu-consultorio .card-indicador .indicador-dados .indicador-titulo {
      float: none;
    }

    .meu-consultorio .card-indicador .indicador-dados .indicador-numero {
      float: none;
    }


.nefrodata .card-indicador {
  display: table;
  width: 100%;
  min-height: 62px;
  padding: 7px !important;
}

  .nefrodata .card-indicador .indicador-icone {
    margin: 0px;
  }

  .nefrodata .card-indicador .indicador-dados {
    vertical-align: middle;
  }

    .nefrodata .card-indicador .indicador-dados .indicador-titulo {
      font-size: 1.0em !important;
      line-height: 0px;
      vertical-align: middle;
      float: none !important;
    }

    .nefrodata .card-indicador .indicador-dados .indicador-numero {
      vertical-align: middle;
      font-size: 2.2em !important;
      margin: 10px
    }

    .nefrodata .card-indicador .indicador-dados .indicador-titulo-conta-inativa {
      line-height: 0px !important;
    }


.autolac .card-indicador {
  display: table;
  width: 100%;
  min-height: 62px;
  padding: 7px !important;
}

  .autolac .card-indicador .indicador-icone {
    margin: 0px;
  }

  .autolac .card-indicador .indicador-dados {
    vertical-align: middle;
  }

    .autolac .card-indicador .indicador-dados .indicador-titulo {
      font-size: 1.0em !important;
      line-height: 0px;
      vertical-align: middle;
      float: none !important;
    }

    .autolac .card-indicador .indicador-dados .indicador-numero {
      vertical-align: middle;
      font-size: 2.2em !important;
      margin: 10px
    }

    .autolac .card-indicador .indicador-dados .indicador-titulo-conta-inativa {
      line-height: 0px !important;
    }


.contaAzul .card-indicador {
  display: table;
  width: 100%;
  min-height: 62px;
  padding: 7px !important;
}

  .contaAzul .card-indicador .indicador-icone {
    margin: 0px;
  }

  .contaAzul .card-indicador .indicador-dados {
    vertical-align: middle;
  }

    .contaAzul .card-indicador .indicador-dados .indicador-titulo {
      font-size: 1.0em !important;
      line-height: 0px;
      vertical-align: middle;
      float: none !important;
    }

    .contaAzul .card-indicador .indicador-dados .indicador-numero {
      vertical-align: middle;
      font-size: 2.2em !important;
      margin: 10px
    }

    .contaAzul .card-indicador .indicador-dados .indicador-titulo-conta-inativa {
      line-height: 0px !important;
    }

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}

  .preloader-wrapper.small {
    width: 36px;
    height: 36px;
  }

  .preloader-wrapper.big {
    width: 64px;
    height: 64px;
  }

  .preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
  }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #135A9F;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #135A9F;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  26% {
    opacity: 0;
  }

  89% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  26% {
    opacity: 0;
  }

  89% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }
}

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  76% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  76% {
    opacity: 0;
  }
}

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

  .gap-patch .circle {
    width: 1000%;
    left: -450%;
  }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg);
  }

  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg);
  }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  to {
    transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }

  50% {
    transform: rotate(5deg);
  }

  to {
    transform: rotate(-130deg);
  }
}

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.preloader-wrapper.small {
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  height: 20px;
  width: 20px;
}

.grid-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
}

  .grid-overlay .grid-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 50px;
    color: #135A9F;
  }

/* DatePicker */
.datePickerLink {
  position: absolute;
  right: 15px;
  bottom: 23px;
  padding: 5px;
  outline: none;
}

  .datePickerLink.date-group {
    bottom: 7px;
  }

/* EditEmail */
.editEmail {
  position: absolute;
  right: 15px;
  bottom: 23px;
  padding: 5px;
  outline: none;
}

  .editEmail.date-group {
    bottom: 7px;
  }

.saveEmail {
  position: absolute;
  right: 30px;
  bottom: 23px;
  padding: 5px;
  outline: none;
}

  .saveEmail.save {
    bottom: 7px;
  }

ul.dropdown-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

  ul.dropdown-menu[uib-datepicker-popup-wrap] {
    position: absolute;
    background: #fff;
    margin-top: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    outline: none !important;
    z-index: 9999 !important;
  }

    ul.dropdown-menu[uib-datepicker-popup-wrap] table {
      border-spacing: 0px;
      outline: none;
    }

      ul.dropdown-menu[uib-datepicker-popup-wrap] table thead th {
        background-color: #135A9F;
        border-radius: 0px;
        color: #fff;
        font-weight: normal;
        padding: 10px;
        text-align: center;
      }

        ul.dropdown-menu[uib-datepicker-popup-wrap] table thead th button, ul.dropdown-menu[uib-datepicker-popup-wrap] table thead th button:hover {
          color: #fff;
          background-color: #135A9F;
          padding: 3px;
          box-shadow: none;
          border-radius: 0px;
          outline: none;
        }

        ul.dropdown-menu[uib-datepicker-popup-wrap] table thead th[ng-repeat] {
          background-color: #135A9F;
        }

      ul.dropdown-menu[uib-datepicker-popup-wrap] table tbody td {
        padding: 0px;
      }

        ul.dropdown-menu[uib-datepicker-popup-wrap] table tbody td button {
          border-radius: 50%;
          box-shadow: none;
          padding: 13px;
          background-color: #fff;
          font-size: 12px;
          line-height: 12px;
          color: #135A9F;
          outline: none;
        }

          ul.dropdown-menu[uib-datepicker-popup-wrap] table tbody td button:hover {
            background-color: #eee;
            box-shadow: none;
          }

          ul.dropdown-menu[uib-datepicker-popup-wrap] table tbody td button[class='btn btn-default btn-sm btn-info active'], ul.dropdown-menu[uib-datepicker-popup-wrap] table tbody td button[class='btn btn-default btn-sm active'] {
            /*Dia selecionado*/
            background: #ddd;
            box-shadow: none;
          }

          ul.dropdown-menu[uib-datepicker-popup-wrap] table tbody td button span.ng-binding.text-muted {
            color: #ccc;
          }

            ul.dropdown-menu[uib-datepicker-popup-wrap] table tbody td button span.ng-binding.text-muted.text-info {
              color: #ccc;
            }

          ul.dropdown-menu[uib-datepicker-popup-wrap] table tbody td button span.ng-binding.text-info {
            color: #135A9F;
          }

/* Galeria */
.galeria {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

  .galeria li {
    width: 50%;
    float: left;
  }

    .galeria li.divider {
      height: 1px;
      width: 100%;
      background: #ccc;
      display: none;
    }

    .galeria li a {
      display: block;
      background-position: left;
      background-repeat: no-repeat;
      background-size: contain;
      height: 70px;
      padding-left: 90px;
      text-align: left;
      line-height: 70px;
      font-size: 1.6em;
    }

@media (max-width: 34em) {
  .galeria li {
    width: 100%;
    margin-top: 15px;
    float: none;
  }

    .galeria li a {
      text-align: center;
    }

    .galeria li.divider {
      display: block;
    }
}

@media (min-width: 34em) and (max-width: 48em) {
  .galeria li {
    width: 50%;
    float: left;
  }

    .galeria li.divider {
      display: none;
    }

    .galeria li a {
      text-align: left;
    }
}

@media (min-width: 48em) {
  .galeria li {
    width: auto;
    margin-right: 30px;
    margin-bottom: 30px;
  }

    .galeria li a {
      background-position: center;
      height: 0px;
      min-width: 70px;
      padding-left: 0px;
      padding-top: 70px;
      text-align: center;
      line-height: 2.3em;
      font-size: 1.3em;
    }
}

.galeria.empty {
  color: #BBB;
}

  .galeria.empty .h3 {
    color: #BBB;
  }

/* Checklist */
ul .check-list, ul table.products-table, ul table.table-permissao {
  list-style: none;
  text-align: left;
  padding: 0px;
}

  ul .check-list li, ul table.products-table li, ul table.table-permissao li {
    width: 100%;
    line-height: 2em;
    background: #5bc0de;
    display: inline-block;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
  }

    ul .check-list li input[type=checkbox], ul table.products-table li input[type=checkbox], ul table.table-permissao li input[type=checkbox] {
      height: 1.5em;
      width: 1.5em;
      color: #5cb85c;
      cursor: pointer;
    }

    ul .check-list li label, ul table.products-table li label, ul table.table-permissao li label {
      cursor: pointer;
    }

    ul .check-list li ul, ul table.products-table li ul, ul table.table-permissao li ul {
      list-style: none;
      text-align: left;
      padding: 0px;
    }

      ul .check-list li ul li, ul table.products-table li ul li, ul table.table-permissao li ul li {
        padding: 15px;
        margin-left: -5px;
        background: #FFF;
        font-size: 0.8em;
      }

table.check-list, table.products-table, table.table-permissao {
  width: 100%;
}

  table.check-list tr td, table.products-table tr td, table.table-permissao tr td {
    border-bottom: 1px #ddd solid;
    padding: 10px;
  }

    table.check-list tr td.check-item, table.products-table tr td.check-item, table.table-permissao tr td.check-item {
      font-weight: 500;
    }

/* ngGrid */
#grid1 {
  width: 100%;
  outline: none;
  min-height: 360px;
}

  #grid1:focus {
    outline: none;
  }

  #grid1[tooltip] .ui-grid-header-viewport {
    overflow: visible;
  }

  #grid1[tooltip] .ui-grid-header .ui-grid-top-panel {
    overflow: visible;
  }

  #grid1 div[role="button"], #grid1 button {
    outline: none;
  }

  #grid1 .ui-grid-contents-wrapper {
    outline: none;
  }

    #grid1 .ui-grid-contents-wrapper:focus {
      outline: none;
    }

    #grid1 .ui-grid-contents-wrapper .ui-grid-menu-button {
      border: 0px;
    }

      #grid1 .ui-grid-contents-wrapper .ui-grid-menu-button div[role="button"] {
        height: 23px;
        padding: 18px 5px 17px 10px;
        background: #f3f3f3;
        border: 1px solid #d4d4d4;
        border-right: 0px;
        border-top: 0px;
      }

      #grid1 .ui-grid-contents-wrapper .ui-grid-menu-button .ui-grid-icon-container {
        margin-top: 0px;
      }

      #grid1 .ui-grid-contents-wrapper .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
        overflow: inherit;
      }

        #grid1 .ui-grid-contents-wrapper .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid .ui-grid-menu-inner {
          background: #FFFFFF;
        }

          #grid1 .ui-grid-contents-wrapper .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid .ui-grid-menu-inner button.ui-grid-menu-close-button {
            display: none;
          }

          #grid1 .ui-grid-contents-wrapper .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid .ui-grid-menu-inner ul li:last-child {
            display: none;
          }

  #grid1 .ui-grid-header {
    border-image-width: 1;
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.26);
  }

    #grid1 .ui-grid-header .ui-grid-top-panel {
      background: #f3f3f3;
    }
  /*#grid1 .ui-grid-render-container-body .ui-grid-header .ui-grid-header-cell.ui-grid-coluiGrid-0009 {
    min-width: 219px;
    max-width: 219px; } */
  #grid1 .ui-grid-render-container-body .ui-grid-viewport {
    scroll-behavior: smooth;
  }

  #grid1 .ui-grid-render-container-body .ui-grid-header .ui-grid-header-cell div[role="columnheader"] {
    background: #f3f3f3;
  }

    #grid1 .ui-grid-render-container-body .ui-grid-header .ui-grid-header-cell div[role="columnheader"] .ui-grid-filter-container {
      padding: 0px;
    }

      #grid1 .ui-grid-render-container-body .ui-grid-header .ui-grid-header-cell div[role="columnheader"] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
        right: 0px;
      }

      #grid1 .ui-grid-render-container-body .ui-grid-header .ui-grid-header-cell div[role="columnheader"] .ui-grid-filter-container input, #grid1 .ui-grid-render-container-body .ui-grid-header .ui-grid-header-cell div[role="columnheader"] .ui-grid-filter-container select {
        height: 30px;
        font-size: 1em;
        padding-left: 0px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
        width: 100%;
      }

        #grid1 .ui-grid-render-container-body .ui-grid-header .ui-grid-header-cell div[role="columnheader"] .ui-grid-filter-container input:hover, #grid1 .ui-grid-render-container-body .ui-grid-header .ui-grid-header-cell div[role="columnheader"] .ui-grid-filter-container select:hover {
          border: 1px solid rgba(0, 0, 0, 0.3);
        }

        #grid1 .ui-grid-render-container-body .ui-grid-header .ui-grid-header-cell div[role="columnheader"] .ui-grid-filter-container input:focus, #grid1 .ui-grid-render-container-body .ui-grid-header .ui-grid-header-cell div[role="columnheader"] .ui-grid-filter-container select:focus {
          outline-color: #135A9F;
          border: 1px solid rgba(0, 0, 0, 0.16);
        }

      #grid1 .ui-grid-render-container-body .ui-grid-header .ui-grid-header-cell div[role="columnheader"] .ui-grid-filter-container input {
        padding-left: 5px;
      }

  #grid1 .ui-grid-render-container-body .ui-grid-viewport .ui-grid-canvas .ui-grid-row:last-child {
    border-bottom: 1px solid #d4d4d4;
  }

  #grid1 .ui-grid-pager-panel {
    background: #f3f3f3;
    border-top: 1px solid #d4d4d4;
    padding: 0px;
  }

    #grid1 .ui-grid-pager-panel .ui-grid-pager-control {
      margin: 0px;
      display: inline-flex;
    }

      #grid1 .ui-grid-pager-panel .ui-grid-pager-control button, #grid1 .ui-grid-pager-panel .ui-grid-pager-control input {
        border-top: 0px;
        border-bottom: 0px;
        border-radius: 0px;
      }

      #grid1 .ui-grid-pager-panel .ui-grid-pager-control button {
        padding: 3px 0px 4px 12px;
      }

      #grid1 .ui-grid-pager-panel .ui-grid-pager-control input {
        width: 50px;
        padding: 3px 0px 3px 12px;
        margin-left: 12px;
      }

      #grid1 .ui-grid-pager-panel .ui-grid-pager-control span.ui-grid-pager-max-pages-number {
        margin: 0px 12px;
        line-height: 32px;
      }

@media (max-width: 48em) {
  #grid1 .ui-grid-pager-panel .ui-grid-pager-control span.ui-grid-pager-max-pages-number {
    margin: 0px 5px;
  }
}

#grid1 .ui-grid-pager-panel .ui-grid-pager-row-count-picker select {
  border-top: 0px;
  border-bottom: 0px;
  border-radius: 0px;
  width: 50px;
  padding: 3px 0px 3px 12px;
  margin: 0px 12px;
}

#grid1 .ui-grid-pager-panel .ui-grid-pager-count-container {
  width: 100%;
  border-top: 1px solid #d4d4d4;
  padding: 8px 0px;
  margin: 0px;
}

#grid1.selectRow .ui-grid-canvas .ui-grid-row, #grid1.ui-grid-viewport .ui-grid-canvas .ui-grid-row {
  cursor: pointer;
}

  #grid1.selectRow .ui-grid-canvas .ui-grid-row.ui-grid-row-selected .ui-grid-cell, #grid1.ui-grid-viewport .ui-grid-canvas .ui-grid-row.ui-grid-row-selected .ui-grid-cell {
    cursor: pointer;
  }

  #grid1.selectRow .ui-grid-canvas .ui-grid-row .ui-grid-cell, #grid1.ui-grid-viewport .ui-grid-canvas .ui-grid-row .ui-grid-cell {
    cursor: pointer;
  }

#grid1.gridAdmin .ui-grid-row .ui-grid-cell {
  cursor: pointer;
}

#grid1 #menuitem-1 {
  display: none;
}

.ui-grid-sort-priority-number {
  font-size: 0;
}

.gridDanger {
  background-color: #F7AAA8 !important;
}

/*.gridWarning{background:#f0ad4e;}
.gridSuccess{background:#5cb85c;}
.gridInfo{background:#5bc0de;}*/
/* Footer */
footer {
  background: #135A9F;
  padding: 10px 50px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

  footer ul {
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0px;
  }

    footer ul li {
      float: left;
      padding: 0px 20px;
    }

      footer ul li a {
        color: #5B3000;
      }

@media (max-width: 48em) {
  footer {
    padding: 10px;
    text-align: center;
  }

    footer ul {
      float: none;
      display: table;
      margin: 0 auto;
    }

      footer ul li {
        padding: 0px 7px;
      }
}

.bg-nefrodata {
  background: #B3011C;
}

.bg-autolac {
  background: #246CA8;
}

.bg-trocaEletronica {
  background: #CB3724;
}

.bg-laudosWeb {
  background: #8A0150;
}

.bg-ipsemg {
  background: #5A5B5C;
}

.bg-interlac {
  background: #4F1F6C;
}

.bg-apoio {
  background: #C10157;
}

.bg-financeiro {
  background: #70A72D;
}

.bg-faturamentoSus {
  background: #23A195;
}

.bg-faturamentoConvenios {
  background: #23A195;
}

.bg-estoque {
  background: #4E2F0B;
}

.bg-autorizacao {
  background: #6BA92F;
}

.bg-autolacLite {
  background: #DA9A12;
}

.bg-autoCheck {
  background: #25575A;
}

.bg-urgencias {
  background: #CD3E24;
}

.bg-integracoes {
  background: #137438;
}

/* breadcrumb */
.breadcrumb {
  line-height: 10px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

  .breadcrumb li {
    font-size: 1em;
    float: left;
    padding-left: 15px;
  }

    .breadcrumb li + li:before {
      padding-right: 10px;
      content: ">";
    }

    .breadcrumb li a {
      padding: 0px !important;
      border: none !important;
    }

@media (max-width: 34em) {
  .breadcrumb.admin {
    width: 100%;
  }

    .breadcrumb.admin li {
      line-height: 30px;
    }
}

.nav.nav-tabs {
  background: transparent;
}

  .nav.nav-tabs .nav-item .nav-link {
    border-radius: 0px;
  }

    .nav.nav-tabs .nav-item .nav-link.active {
      background: #fafafa;
    }

/* Table Permissao */
table.table-permissao th {
  text-align: center;
  max-width: 20px;
}

  table.table-permissao th.view {
    background: #D0E3EE;
  }

  table.table-permissao th.include {
    background: #C5EFBE;
  }

  table.table-permissao th.edit {
    background: #FCDEC6;
    border-right: 2px solid #D9534F;
  }

  table.table-permissao th i {
    font-size: 1em;
  }

table.table-permissao tr.acoes th {
  padding: 10px 3px;
}

table.table-permissao tr:hover td {
  background: #eee;
}

  table.table-permissao tr:hover td.view {
    background: #D0E3EE;
  }

  table.table-permissao tr:hover td.include {
    background: #C5EFBE;
  }

  table.table-permissao tr:hover td.edit {
    background: #FCDEC6;
  }

  table.table-permissao tr:hover td.disabled {
    background: #ddd;
  }

table.table-permissao tr td {
  padding: 10px 3px;
}

  table.table-permissao tr td.view {
    text-align: center;
    background: #DDEAF2;
  }

  table.table-permissao tr td.include {
    text-align: center;
    background: #D5F3D0;
  }

  table.table-permissao tr td.edit {
    text-align: center;
    background: #FCE7D6;
    border-right: 2px solid #D9534F;
  }

  table.table-permissao tr td.disabled {
    background: #eee;
  }

.side-nav {
  position: relative;
  padding: 0px;
  list-style: none;
  margin: 0px;
  font-size: 16px;
  width: 100%;
  border-right: 1px solid #eee;
}

  .side-nav li {
    padding: 10px;
    border-bottom: 1px #eee solid;
  }

    .side-nav li.active {
      background: #135A9F;
      border-bottom: 1px #135A9F solid;
    }

      .side-nav li.active a {
        color: #fff;
      }

table.tbl-indicadores {
  width: 100%;
  text-align: left;
  border: 0px;
  -webkit-border-horizontal-spacing: 10px;
  -webkit-border-vertical-spacing: 0px;
}

  table.tbl-indicadores tr td, table.tbl-indicadores tr th {
    background: #5bc0de;
    color: #fff;
    padding: 3px 5px;
  }

    table.tbl-indicadores tr td.bg-success, table.tbl-indicadores tr th.bg-success {
      background: #5cb85c;
      color: #fff;
    }

  table.tbl-indicadores tbody tr td {
    padding-left: 5px;
    font-size: 15px;
    padding-top: 0px;
    font-weight: bold;
  }

/* Tooltip */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: initial;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
  }

  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
  }

  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
  }

  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
  }

  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
  }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.form-control-static.ta-bind {
  height: 300px !important;
  overflow: auto;
  font-family: inherit;
  font-size: 100% !important;
  padding: 5px 15px;
}

.ta-editor {
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  overflow: auto;
  font-family: inherit;
  font-size: 100% !important;
}

#termoContrato p {
  text-align: justify;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 7px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
  }

.twitter {
  position: relative;
  padding: 15px;
  margin: 20px 0 0.5em;
  color: #333;
  background: #ffe6c1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

  .twitter:before {
    position: absolute;
    top: -60px;
    left: 0;
    width: 155px;
    height: 36px;
    display: block;
  }

  .twitter:after {
    content: "";
    position: absolute;
    top: -28px;
    left: 30px;
    border: 15px solid transparent;
    border-bottom-color: #ffe6c1;
    display: block;
    width: 0;
  }

.img-circle {
  width: 100%;
  border-radius: 50%;
}

  .img-circle.lg {
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }

.img-container {
  display: inline-block;
  background-color: #a2a2a2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

/* Text Angular  */
.ta-root .ta-scroll-window .ta-bind {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 100% !important;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  overflow: auto;
}

.ta-bind.form-control-static {
  height: 300px !important;
  font-family: inherit;
  font-size: 100% !important;
  padding: 5px 15px;
  overflow: auto;
}

.selectpicker-input {
  border-radius: 0px !important;
  height: 40px !important;
  line-height: 25px !important;
}

.has-danger .selectpicker-input {
  border-color: #d9534f;
}

.from-down .selectpicker .selectpicker-combo {
  top: 40px !important;
}
/*# sourceMappingURL=style.css.map */

.bg-painelControle {
  background-color: #007f9a;
  color: #FFFFFF !important;
}

.obs {
  border: 1px solid rgba(0, 0, 0, 0.16);
  padding: 0px 10px;
  line-height: 0px;
  margin-right: 10px;
  display: inline-block;
}

  .obs .label {
    color: red;
  }

.f-right-bottom {
  bottom: 15px;
  position: absolute;
  right: 0px;
}

.btn-alt {
  font-size: 0.9em !important;
  height: 31px !important;
  font-weight: 450 !important;
  line-height: 31px !important;
  padding: 0px 15px !important;
}

.ui-grid-row:hover .ui-grid-cell {
  background-color: #135A9F !important;
  color: #fff;
}

.picLetras {
  height: 61px;
  width: 207px;
  background-color: gray;
}

.hidden-file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom-upload-button {
  display: inline-block;
  padding: 8px 12px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25rem;
  cursor: pointer;
}

  .custom-upload-button .fa {
    margin-right: 5px;
  }

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

  .custom-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
  }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #135A9F;
  border-radius: 6px;
  transition: all 0.2s;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #135A9F;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-label {
  font-size: 18px;
  color: #135A9F;
  margin-right: 8px;
  user-select: none;
  cursor: pointer;
}

body .uib-datepicker-popup.datepicker-contrato-popup {
    transform: translateY(-100%);
    margin-bottom: 5px;
}


