/* CSS Document */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.menu-hambuguer {
  display: none;
}
.fas {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes 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);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
@charset "UTF-8";
@font-face {
  font-family: "sipib";
  src: url("../fonts/sipib.eot");
  src: url("../fonts/sipib.eot?#iefix") format("embedded-opentype"),
    url("../fonts/sipib.woff") format("woff"),
    url("../fonts/sipib.ttf") format("truetype"),
    url("../fonts/sipib.svg#sipib") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "sipib" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sipib" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-sipib:before {
  content: "a";
}
.icon-sipib-adoracao:before {
  content: "b";
}
.icon-sipib-cdm:before {
  content: "c";
}
.icon-sipib-celulas:before {
  content: "d";
}
.icon-sipib-edcrista:before {
  content: "e";
}
.icon-sipib-financeiro:before {
  content: "f";
}
.icon-sipib-igreja:before {
  content: "g";
}
.icon-sipib-vida:before {
  content: "h";
}
.icon-sipib-voluntario:before {
  content: "i";
}
.icon-sipib-pastoreio:before {
  content: "j";
}
.icon-sipib-infantil:before {
  content: "k";
}
.icon-sipib-lgpd:before {
  content: "l";
}
@font-face {
  font-family: "SourceSansProExtraLight";
  src: url("../fonts/SourceSansPro-ExtraLight-webfont.eot");
  src: url("../fonts/SourceSansPro-ExtraLight-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SourceSansPro-ExtraLight-webfont.woff") format("woff"),
    url("../fonts/SourceSansPro-ExtraLight-webfont.ttf") format("truetype"),
    url("../fonts/SourceSansPro-ExtraLight-webfont.svg#SourceSansProExtraLight")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansProExtraLightItalic";
  src: url("../fonts/SourceSansPro-ExtraLightIt-webfont.eot");
  src: url("../fonts/SourceSansPro-ExtraLightIt-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SourceSansPro-ExtraLightIt-webfont.woff") format("woff"),
    url("../fonts/SourceSansPro-ExtraLightIt-webfont.ttf") format("truetype"),
    url("../fonts/SourceSansPro-ExtraLightIt-webfont.svg#SourceSansProExtraLightItalic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
    font-family: 'SourceSansProLight';
    src: url('SourceSansPro-Light-webfont.eot');
    src: url('SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('SourceSansPro-Light-webfont.woff') format('woff'),
         url('SourceSansPro-Light-webfont.ttf') format('truetype'),
         url('SourceSansPro-Light-webfont.svg#SourceSansProLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProLightItalic';
    src: url('SourceSansPro-LightIt-webfont.eot');
    src: url('SourceSansPro-LightIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('SourceSansPro-LightIt-webfont.woff') format('woff'),
         url('SourceSansPro-LightIt-webfont.ttf') format('truetype'),
         url('SourceSansPro-LightIt-webfont.svg#SourceSansProLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: "SourceSansProRegular";
  src: url("../fonts/SourceSansPro-Regular-webfont.eot");
  src: url("../fonts/SourceSansPro-Regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SourceSansPro-Regular-webfont.woff") format("woff"),
    url("../fonts/SourceSansPro-Regular-webfont.ttf") format("truetype"),
    url("../fonts/SourceSansPro-Regular-webfont.svg#SourceSansProRegular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansProItalic";
  src: url("../fonts/SourceSansPro-It-webfont.eot");
  src: url("../fonts/SourceSansPro-It-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SourceSansPro-It-webfont.woff") format("woff"),
    url("../fonts/SourceSansPro-It-webfont.ttf") format("truetype"),
    url("../fonts/SourceSansPro-It-webfont.svg#SourceSansProItalic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
    font-family: 'SourceSansProSemibold';
    src: url('SourceSansPro-Semibold-webfont.eot');
    src: url('SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('SourceSansPro-Semibold-webfont.woff') format('woff'),
         url('SourceSansPro-Semibold-webfont.ttf') format('truetype'),
         url('SourceSansPro-Semibold-webfont.svg#SourceSansProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProSemiboldItalic';
    src: url('SourceSansPro-SemiboldIt-webfont.eot');
    src: url('SourceSansPro-SemiboldIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('SourceSansPro-SemiboldIt-webfont.woff') format('woff'),
         url('SourceSansPro-SemiboldIt-webfont.ttf') format('truetype'),
         url('SourceSansPro-SemiboldIt-webfont.svg#SourceSansProSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
@font-face {
  font-family: "SourceSansProBold";
  src: url("../fonts/SourceSansPro-Bold-webfont.eot");
  src: url("../fonts/SourceSansPro-Bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SourceSansPro-Bold-webfont.woff") format("woff"),
    url("../fonts/SourceSansPro-Bold-webfont.ttf") format("truetype"),
    url("../fonts/SourceSansPro-Bold-webfont.svg#SourceSansProBold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansProBoldItalic";
  src: url("../fonts/SourceSansPro-BoldIt-webfont.eot");
  src: url("../fonts/SourceSansPro-BoldIt-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SourceSansPro-BoldIt-webfont.woff") format("woff"),
    url("../fonts/SourceSansPro-BoldIt-webfont.ttf") format("truetype"),
    url("../fonts/SourceSansPro-BoldIt-webfont.svg#SourceSansProBoldItalic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
    font-family: 'SourceSansProBlack';
    src: url('SourceSansPro-Black-webfont.eot');
    src: url('SourceSansPro-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('SourceSansPro-Black-webfont.woff') format('woff'),
         url('SourceSansPro-Black-webfont.ttf') format('truetype'),
         url('SourceSansPro-Black-webfont.svg#SourceSansProBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProBlackItalic';
    src: url('SourceSansPro-BlackIt-webfont.eot');
    src: url('SourceSansPro-BlackIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('SourceSansPro-BlackIt-webfont.woff') format('woff'),
         url('SourceSansPro-BlackIt-webfont.ttf') format('truetype'),
         url('SourceSansPro-BlackIt-webfont.svg#SourceSansProBlackItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
#all-animation {
  width: 200px;
  float: left;
  height: 140px;
  background: red;
  background-size: 100%;
  margin: 100px 20px;
}
.center {
  margin: 0 auto;
}
.treed {
  -webkit-perspective: 600;
  -moz-perspective: 600;
  -o-perspective: 600;
  -ms-perspective: 600;
  perspective: 600;
}
.tree-flip {
  -webkit-animation: treeFlip 1 1s ease-in-out;
  -moz-animation: treeFlip 1 1s ease-in-out;
  -ms-animation: treeFlip 1 1s ease-in-out;
  -o-animation: treeFlip 1 1s ease-in-out;
  animation: treeFlip 1 1s ease-in-out;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.tree-flip-right {
  -webkit-animation: treeFlipRight 1 1s ease-in-out;
  -moz-animation: treeFlipRight 1 1s ease-in-out;
  -ms-animation: treeFlipRight 1 1s ease-in-out;
  -o-animation: treeFlipRight 1 1s ease-in-out;
  animation: treeFlipRight 1 1s ease-in-out;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.tree-flip-up {
  -webkit-animation: treeFlipUp 1 1s ease-in-out;
  -moz-animation: treeFlipUp 1 1s ease-in-out;
  -ms-animation: treeFlipUp 1 1s ease-in-out;
  -o-animation: treeFlipUp 1 1s ease-in-out;
  animation: treeFlipUp 1 1s ease-in-out;
  -webkit-transform: rotateX(110deg);
  -moz-transform: rotateX(110deg);
  -o-transform: rotateX(110deg);
  -ms-transform: rotateX(110deg);
  transform: rotateX(110deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.tree-flip-down {
  -webkit-animation: treeFlipDown 1 1s ease-in-out;
  -moz-animation: treeFlipDown 1 1s ease-in-out;
  -ms-animation: treeFlipDown 1 1s ease-in-out;
  -o-animation: treeFlipDown 1 1s ease-in-out;
  animation: treeFlipDown 1 1s ease-in-out;
  -webkit-transform: rotateX(-62deg);
  -moz-transform: rotateX(-62deg);
  -o-transform: rotateX(-62deg);
  -ms-transform: rotateX(-62deg);
  transform: rotateX(-62deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.four-rock {
  -webkit-animation: fourRock 1 2s ease-out;
  -o-animation: fourRock 1 2s ease-out;
  -moz-animation: fourRock 1 2s ease-out;
  -ms-animation: fourRock 1 2s ease-out;
  animation: fourRock 1 2s ease-out;
}
.rotate-down-bounce {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: rotateDowBounce 1 2s ease-in;
  -o-animation: rotateDowBounce 1 2s ease-in;
  -moz-animation: rotateDowBounce 1 2s ease-in;
  -ms-animation: rotateDowBounce 1 2s ease-in;
  animation: rotateDowBounce 1 2s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.journal {
  -webkit-animation: journal 1 2s ease-in;
  -o-animation: journal 1 2s ease-in;
  -moz-animation: journal 1 2s ease-in;
  -ms-animation: journal 1 2s ease-in;
  animation: journal 1 2s ease-in;
  opacity: 1;
}
.flash-bang {
  -webkit-animation: flashBang 1 2s linear;
  -o-animation: flashBang 1 2s linear;
  -moz-animation: flashBang 1 2s linear;
  -ms-animation: flashBang 1 2s linear;
  animation: flashBang 1 2s linear;
}
.dance {
  -webkit-animation: dance 1 2s linear;
  -o-animation: dance 1 2s linear;
  -moz-animation: dance 1 2s linear;
  -ms-animation: dance 1 2s linear;
  animation: dance 1 2s linear;
}
.flip-left {
  -webkit-animation: flipLeft 1 1s ease-out;
  -o-animation: flipLeft 1 1s ease-out;
  -moz-animation: flipLeft 1 1s ease-out;
  -ms-animation: flipLeft 1 1s ease-out;
  animation: flipLeft 1 1s ease-out;
  opacity: 1;
}
.flip-top {
  -webkit-animation: flipTop 1 1s ease-out;
  -o-animation: flipTop 1 1s ease-out;
  -moz-animation: flipTop 1 1s ease-out;
  -ms-animation: flipTop 1 1s ease-out;
  animation: flipTop 1 1s ease-out;
  opacity: 1;
}
.flip-right {
  -webkit-animation: flipRight 1 1s ease-out;
  -o-animation: flipRight 1 1s ease-out;
  -moz-animation: flipRight 1 1s ease-out;
  -ms-animation: flipRight 1 1s ease-out;
  animation: flipRight 1 1s ease-out;
  opacity: 1;
}
.flip-bottom {
  -webkit-animation: flipBottom 1 1s ease-out;
  -o-animation: flipBottom 1 1s ease-out;
  -moz-animation: flipBottom 1 1s ease-out;
  -ms-animation: flipBottom 1 1s ease-out;
  animation: flipBottom 1 1s ease-out;
  opacity: 1;
}
.rotate-flip {
  -webkit-animation: rotateFlip 1 1s linear;
  -o-animation: rotateFlip 1 1s linear;
  -moz-animation: rotateFlip 1 1s linear;
  -ms-animation: rotateFlip 1 1s linear;
  animation: rotateFlip 1 1s linear;
  opacity: 1;
}
.rotate-flip-down {
  -webkit-animation: rotateFlipDown 1 1s linear;
  -o-animation: rotateFlipDown 1 1s linear;
  -moz-animation: rotateFlipDown 1 1s linear;
  -ms-animation: rotateFlipDown 1 1s linear;
  animation: rotateFlipDown 1 1s linear;
}
.bomba {
  -webkit-animation: bomba 1 1s ease-out;
  -o-animation: bomba 1 1s ease-out;
  -moz-animation: bomba 1 1s ease-out;
  -ms-animation: bomba 1 1s ease-out;
  animation: bomba 1 1s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.jump-bounce {
  -webkit-animation: jumpBounce 1 1.5s ease-in;
  -o-animation: jumpBounce 1 1.5s ease-in;
  -moz-animation: jumpBounce 1 1.5s ease-in;
  -ms-animation: jumpBounce 1 1.5s ease-in;
  animation: jumpBounce 1 1.5s ease-in;
}
.rotate-out {
  -webkit-animation: rotateOut 1 1.5s ease-out;
  -o-animation: rotateOut 1 1.5s ease-out;
  -moz-animation: rotateOut 1 1.5s ease-out;
  -ms-animation: rotateOut 1 1.5s ease-out;
  animation: rotateOut 1 1.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.pulse-slow {
  -webkit-animation: pulseSlow infinite alternate 1s ease-in-out;
  -o-animation: pulseSlow infinite alternate 1s ease-in-out;
  -moz-animation: pulseSlow infinite alternate 1s ease-in-out;
  -ms-animation: pulseSlow infinite alternate 1s ease-in-out;
  animation: pulseSlow infinite alternate 1s ease-in-out;
}
.enter-down-bounce {
  -webkit-animation: enterDownBounce 1s linear;
  -moz-animation: enterDownBounce 1s linear;
  -ms-animation: enterDownBounce 1s linear;
  -o-animation: enterDownBounce 1s linear;
  animation: enterDownBounce 1s linear;
  opacity: 1;
}
.enter-up-bounce {
  -webkit-animation: enterUpBounce 1s linear;
  -moz-animation: enterUpBounce 1s linear;
  -ms-animation: enterUpBounce 1s linear;
  -o-animation: enterUpBounce 1s linear;
  animation: enterUpBounce 1s linear;
  opacity: 1;
}
.enter-left-bounce {
  -webkit-animation: enterLeftBounce 1s linear;
  -moz-animation: enterLeftBounce 1s linear;
  -ms-animation: enterLeftBounce 1s linear;
  -o-animation: enterLeftBounce 1s linear;
  animation: enterLeftBounce 1s linear;
  opacity: 1;
}
.enter-right-bounce {
  -webkit-animation: enterRightBounce 1s linear;
  -moz-animation: enterRightBounce 1s linear;
  -ms-animation: enterRightBounce 1s linear;
  -o-animation: enterRightBounce 1s linear;
  animation: enterRightBounce 1s linear;
  opacity: 1;
}
.scale-bounce {
  -webkit-animation: scaleBounce 1s linear;
  -moz-animation: scaleBounce 1s linear;
  -ms-animation: scaleBounce 1s linear;
  -o-animation: scaleBounce 1s linear;
  animation: scaleBounce 1s linear;
  opacity: 1;
}
.jamp {
  -webkit-animation: jamp 1s linear;
  -moz-animation: jamp 1s linear;
  -ms-animation: jamp 1s linear;
  -o-animation: jamp 1s linear;
  animation: jamp 1s linear;
}
.flip-left-bounce {
  -webkit-animation: flipLeftBounce 1s ease-in-out;
  -moz-animation: flipLeftBounce 1s ease-in-out;
  -ms-animation: flipLeftBounce 1s ease-in-out;
  -o-animation: flipLeftBounce 1s ease-in-out;
  animation: flipLeftBounce 1s ease-in-out;
  opacity: 1;
}
.flip-right-bounce {
  -webkit-animation: flipRightBounce 1s ease-in-out;
  -moz-animation: flipRightBounce 1s ease-in-out;
  -ms-animation: flipRightBounce 1s ease-in-out;
  -o-animation: flipRightBounce 1s ease-in-out;
  animation: flipRightBounce 1s ease-in-out;
  opacity: 1;
}
.pulse {
  -webkit-animation: pulse infinite alternate linear 0.5s;
  -moz-animation: pulse infinite alternate linear 0.5s;
  -o-animation: pulse infinite alternate linear 0.5s;
  -ms-animation: pulse infinite alternate linear 0.5s;
  animation: pulse infinite alternate linear 0.5s;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.05);
  }
}
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.05);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1.05);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
/* FLIP RIGHT BOUNCE */
@-webkit-keyframes flipRightBounce {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-70deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotateY(5deg);
  }
  80% {
    -webkit-transform: rotateY(-20deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes flipRightBounce {
  0% {
    opacity: 0;
    -moz-transform: rotateY(-70deg);
  }
  50% {
    opacity: 1;
    -moz-transform: rotateY(5deg);
  }
  80% {
    -moz-transform: rotateY(-20deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@-ms-keyframes flipRightBounce {
  0% {
    opacity: 0;
    -ms-transform: rotateY(-70deg);
  }
  50% {
    opacity: 1;
    -ms-transform: rotateY(5deg);
  }
  80% {
    -ms-transform: rotateY(-20deg);
  }
  100% {
    -ms-transform: rotateY(0deg);
  }
}
@-o-keyframes flipRightBounce {
  0% {
    opacity: 0;
    -o-transform: rotateY(-70deg);
  }
  50% {
    opacity: 1;
    -o-transform: rotateY(5deg);
  }
  80% {
    -o-transform: rotateY(-20deg);
  }
  100% {
    -o-transform: rotateY(0deg);
  }
}
@keyframes flipRightBounce {
  0% {
    opacity: 0;
    transform: rotateY(-70deg);
  }
  50% {
    opacity: 1;
    transform: rotateY(5deg);
  }
  80% {
    transform: rotateY(-20deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
/* FLIP LEFT BOUNCE */
@-webkit-keyframes flipLeftBounce {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(70deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotateY(-5deg);
  }
  80% {
    -webkit-transform: rotateY(20deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes flipLeftBounce {
  0% {
    opacity: 0;
    -moz-transform: rotateY(70deg);
  }
  50% {
    opacity: 1;
    -moz-transform: rotateY(-5deg);
  }
  80% {
    -moz-transform: rotateY(20deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@-ms-keyframes flipLeftBounce {
  0% {
    opacity: 0;
    -ms-transform: rotateY(70deg);
  }
  50% {
    opacity: 1;
    -ms-transform: rotateY(-5deg);
  }
  80% {
    -ms-transform: rotateY(20deg);
  }
  100% {
    -ms-transform: rotateY(0deg);
  }
}
@-o-keyframes flipLeftBounce {
  0% {
    opacity: 0;
    -o-transform: rotateY(70deg);
  }
  50% {
    opacity: 1;
    -o-transform: rotateY(-5deg);
  }
  80% {
    -o-transform: rotateY(20deg);
  }
  100% {
    -o-transform: rotateY(0deg);
  }
}
@keyframes flipLeftBounce {
  0% {
    opacity: 0;
    transform: rotateY(70deg);
  }
  50% {
    opacity: 1;
    transform: rotateY(-5deg);
  }
  80% {
    transform: rotateY(20deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
/* JAMP */
@-webkit-keyframes jamp {
  0% {
    -webkit-transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translateY(-50px) scale(1.1);
  }
  35% {
    -webkit-transform: translateY(-50px) scale(1);
  }
  45% {
    -webkit-transform: translateY(-50px) scale(1.2);
  }
  55% {
    -webkit-transform: translateY(-50px) scale(1);
  }
  65% {
    -webkit-transform: translate(150px, -50px) scale(0.8);
  }
  85% {
    -webkit-transform: translate(150px, -50px) scale(1.2);
  }
  95% {
    -webkit-transform: translate(0, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes jamp {
  0% {
    -moz-transform: translateY(0);
  }
  10% {
    -moz-transform: translateY(-50px);
  }
  25% {
    -moz-transform: translateY(-50px) scale(1.1);
  }
  35% {
    -moz-transform: translateY(-50px) scale(1);
  }
  45% {
    -moz-transform: translateY(-50px) scale(1.2);
  }
  55% {
    -moz-transform: translateY(-50px) scale(1);
  }
  65% {
    -moz-transform: translate(150px, -50px) scale(0.8);
  }
  85% {
    -moz-transform: translate(150px, -50px) scale(1.2);
  }
  95% {
    -moz-transform: translate(0, 0px) scale(1);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@-ms-keyframes jamp {
  0% {
    -ms-transform: translateY(0);
  }
  10% {
    -ms-transform: translateY(-50px);
  }
  25% {
    -ms-transform: translateY(-50px) scale(1.1);
  }
  35% {
    -ms-transform: translateY(-50px) scale(1);
  }
  45% {
    -ms-transform: translateY(-50px) scale(1.2);
  }
  55% {
    -ms-transform: translateY(-50px) scale(1);
  }
  65% {
    -ms-transform: translate(150px, -50px) scale(0.8);
  }
  85% {
    -ms-transform: translate(150px, -50px) scale(1.2);
  }
  95% {
    -ms-transform: translate(0, 0px) scale(1);
  }
  100% {
    -ms-transform: translate(0, 0);
  }
}
@-o-keyframes jamp {
  0% {
    -o-transform: translateY(0);
  }
  10% {
    -o-transform: translateY(-50px);
  }
  25% {
    -o-transform: translateY(-50px) scale(1.1);
  }
  35% {
    -o-transform: translateY(-50px) scale(1);
  }
  45% {
    -o-transform: translateY(-50px) scale(1.2);
  }
  55% {
    -o-transform: translateY(-50px) scale(1);
  }
  65% {
    -o-transform: translate(150px, -50px) scale(0.8);
  }
  85% {
    -o-transform: translate(150px, -50px) scale(1.2);
  }
  95% {
    -o-transform: translate(0, 0px) scale(1);
  }
  100% {
    -o-transform: translate(0, 0);
  }
}
@keyframes jamp {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-50px);
  }
  25% {
    transform: translateY(-50px) scale(1.1);
  }
  35% {
    transform: translateY(-50px) scale(1);
  }
  45% {
    transform: translateY(-50px) scale(1.2);
  }
  55% {
    transform: translateY(-50px) scale(1);
  }
  65% {
    transform: translate(150px, -50px) scale(0.8);
  }
  85% {
    transform: translate(150px, -50px) scale(1.2);
  }
  95% {
    transform: translate(0, 0px) scale(1);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* SCALE BOUNCE */
@-webkit-keyframes scaleBounce {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes scaleBounce {
  0% {
    -moz-transform: scale(1.5);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1);
  }
  70% {
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes scaleBounce {
  0% {
    -o-transform: scale(1.5);
    opacity: 0;
  }
  50% {
    -o-transform: scale(1);
  }
  70% {
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@-ms-keyframes scaleBounce {
  0% {
    -ms-transform: scale(1.5);
    opacity: 0;
  }
  50% {
    -ms-transform: scale(1);
  }
  70% {
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@keyframes scaleBounce {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  50% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* ENTER RIGHT BOUNCE */
@-webkit-keyframes enterRightBounce {
  0% {
    -webkit-transform: translateX(220px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0px);
  }
  70% {
    -webkit-transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes enterRightBounce {
  0% {
    -moz-transform: translateX(220px);
    opacity: 0;
  }
  50% {
    -moz-transform: translateX(0px);
  }
  70% {
    -moz-transform: translateX(8px);
  }
  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes enterRightBounce {
  0% {
    -o-transform: translateX(220px);
    opacity: 0;
  }
  50% {
    -o-transform: translateX(0px);
  }
  70% {
    -o-transform: translateX(8px);
  }
  100% {
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes enterRightBounce {
  0% {
    -ms-transform: translateX(220px);
    opacity: 0;
  }
  50% {
    -ms-transform: translateX(0px);
  }
  70% {
    -ms-transform: translateX(8px);
  }
  100% {
    -ms-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes enterRightBounce {
  0% {
    transform: translateX(220px);
    opacity: 0;
  }
  50% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* ENTER LEFT BOUNCE */
@-webkit-keyframes enterLeftBounce {
  0% {
    -webkit-transform: translateX(-220px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0px);
  }
  70% {
    -webkit-transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes enterLeftBounce {
  0% {
    -moz-transform: translateX(-220px);
    opacity: 0;
  }
  50% {
    -moz-transform: translateX(0px);
  }
  70% {
    -moz-transform: translateX(-8px);
  }
  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes enterLeftBounce {
  0% {
    -o-transform: translateX(-220px);
    opacity: 0;
  }
  50% {
    -o-transform: translateX(0px);
  }
  70% {
    -o-transform: translateX(-8px);
  }
  100% {
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes enterLeftBounce {
  0% {
    -ms-transform: translateX(-220px);
    opacity: 0;
  }
  50% {
    -ms-transform: translateX(0px);
  }
  70% {
    -ms-transform: translateX(-8px);
  }
  100% {
    -ms-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes enterLeftBounce {
  0% {
    transform: translateX(-220px);
    opacity: 0;
  }
  50% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(-8px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* ENTER UP BOUNCE */
@-webkit-keyframes enterUpBounce {
  0% {
    -webkit-transform: translateY(220px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0px);
  }
  70% {
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes enterUpBounce {
  0% {
    -moz-transform: translateY(220px);
    opacity: 0;
  }
  50% {
    -moz-transform: translateY(0px);
  }
  70% {
    -moz-transform: translateY(20px);
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes enterUpBounce {
  0% {
    -o-transform: translateY(220px);
    opacity: 0;
  }
  50% {
    -o-transform: translateY(0px);
  }
  70% {
    -o-transform: translateY(20px);
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes enterUpBounce {
  0% {
    -ms-transform: translateY(220px);
    opacity: 0;
  }
  50% {
    -ms-transform: translateY(0px);
  }
  70% {
    -ms-transform: translateY(20px);
  }
  100% {
    -ms-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes enterUpBounce {
  0% {
    transform: translateY(220px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
  }
  70% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ENTER DOWN BOUNCE */
@-webkit-keyframes enterDownBounce {
  0% {
    -webkit-transform: translateY(-220px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0px);
  }
  70% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes enterDownBounce {
  0% {
    -moz-transform: translateY(-220px);
    opacity: 0;
  }
  50% {
    -moz-transform: translateY(0px);
  }
  70% {
    -moz-transform: translateY(-20px);
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes enterDownBounce {
  0% {
    -ms-transform: translateY(-220px);
    opacity: 0;
  }
  50% {
    -ms-transform: translateY(0px);
  }
  70% {
    -ms-transform: translateY(-20px);
  }
  100% {
    -ms-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes enterDownBounce {
  0% {
    -o-transform: translateY(-220px);
    opacity: 0;
  }
  50% {
    -o-transform: translateY(0px);
  }
  70% {
    -o-transform: translateY(-20px);
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes enterDownBounce {
  0% {
    transform: translateY(-220px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
  }
  70% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ROTATE DOWN */
@-webkit-keyframes pulseSlow {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.85);
    opacity: 0.5;
  }
}
@-moz-keyframes pulseSlow {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.85);
    opacity: 0.5;
  }
}
@-ms-keyframes pulseSlow {
  0% {
    -ms-transform: scale(1);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(0.85);
    opacity: 0.5;
  }
}
@-o-keyframes pulseSlow {
  0% {
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    -o-transform: scale(0.85);
    opacity: 0.5;
  }
}
@keyframes pulseSlow {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.85);
    opacity: 0.5;
  }
}
/* ROTATE DOWN */
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  50%,
  100% {
    -webkit-transform: scale(0) rotateY(189deg);
  }
}
@-moz-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  50%,
  100% {
    -moz-transform: scale(0) rotateY(189deg);
  }
}
@-ms-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  50%,
  100% {
    -ms-transform: scale(0) rotateY(189deg);
  }
}
@-o-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  50%,
  100% {
    -o-transform: scale(0) rotateY(189deg);
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  50%,
  100% {
    transform: scale(0) rotateY(189deg);
  }
}
/* TREE FLIP DOWN */
@-webkit-keyframes treeFlipDown {
  0% {
    -webkit-transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-62deg);
  }
}
@-moz-keyframes treeFlipDown {
  0% {
    -moz-transform: rotateX(0);
  }
  100% {
    -moz-transform: rotateX(-62deg);
  }
}
@-ms-keyframes treeFlipDown {
  0% {
    -ms-transform: rotateX(0);
  }
  100% {
    -ms-transform: rotateX(-62deg);
  }
}
@-o-keyframes treeFlipDown {
  0% {
    -o-transform: rotateX(0);
  }
  100% {
    -o-transform: rotateX(-62deg);
  }
}
@keyframes treeFlipDown {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(-62deg);
  }
}
/* TREE FLIP UP */
@-webkit-keyframes treeFlipUp {
  0% {
    -webkit-transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(110deg);
  }
}
@-moz-keyframes treeFlipUp {
  0% {
    -moz-transform: rotateX(0);
  }
  100% {
    -moz-transform: rotateX(110deg);
  }
}
@-ms-keyframes treeFlipUp {
  0% {
    -ms-transform: rotateX(0);
  }
  100% {
    -ms-transform: rotateX(110deg);
  }
}
@-o-keyframes treeFlipUp {
  0% {
    -o-transform: rotateX(0);
  }
  100% {
    -o-transform: rotateX(110deg);
  }
}
@keyframes treeFlipUp {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(110deg);
  }
}
/* TREE FLIP RIGHT */
@-webkit-keyframes treeFlipRight {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(90deg);
  }
}
@-moz-keyframes treeFlipRight {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(90deg);
  }
}
@-ms-keyframes treeFlipRight {
  0% {
    -ms-transform: rotateY(0);
  }
  100% {
    -ms-transform: rotateY(90deg);
  }
}
@-o-keyframes treeFlipRight {
  0% {
    -o-transform: rotateY(0);
  }
  100% {
    -o-transform: rotateY(90deg);
  }
}
@keyframes treeFlipRight {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(90deg);
  }
}
/* TREE FLIP */
@-webkit-keyframes treeFlip {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-90deg);
  }
}
@-moz-keyframes treeFlip {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-90deg);
  }
}
@-ms-keyframes treeFlip {
  0% {
    -ms-transform: rotateY(0);
  }
  100% {
    -ms-transform: rotateY(-90deg);
  }
}
@-o-keyframes treeFlip {
  0% {
    -o-transform: rotateY(0);
  }
  100% {
    -o-transform: rotateY(-90deg);
  }
}
@keyframes treeFlip {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-90deg);
  }
}
/* JUMP BOUNCE */
@-webkit-keyframes jumpBounce {
  10% {
    -webkit-transform: translateY(-150px);
  }
  20%,
  35%,
  50% {
    -webkit-transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-60px);
  }
  40% {
    -webkit-transform: translateY(-40px);
  }
}
@-moz-keyframes jumpBounce {
  10% {
    -moz-transform: translateY(-150px);
  }
  20%,
  35%,
  50% {
    -moz-transform: translateY(0px);
  }
  25% {
    -moz-transform: translateY(-60px);
  }
  40% {
    -moz-transform: translateY(-40px);
  }
}
@-ms-keyframes jumpBounce {
  10% {
    -ms-transform: translateY(-150px);
  }
  20%,
  35%,
  50% {
    -ms-transform: translateY(0px);
  }
  25% {
    -ms-transform: translateY(-60px);
  }
  40% {
    -ms-transform: translateY(-40px);
  }
}
@-o-keyframes jumpBounce {
  10% {
    -o-transform: translateY(-150px);
  }
  20%,
  35%,
  50% {
    -o-transform: translateY(0px);
  }
  25% {
    -o-transform: translateY(-60px);
  }
  40% {
    -o-transform: translateY(-40px);
  }
}
@keyframes jumpBounce {
  10% {
    transform: translateY(-150px);
  }
  20%,
  35%,
  50% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-60px);
  }
  40% {
    transform: translateY(-40px);
  }
}
/* FOUR ROCK */
@-webkit-keyframes fourRock {
  0% {
    -webkit-transform-origin: 0 0;
  }
  5% {
    -webkit-transform: scale(0.5);
  }
  10% {
    -webkit-transform: scale(0.5);
  }
  15% {
    -webkit-transform: scale(0.5) translateX(130px);
  }
  20% {
    -webkit-transform: scale(0.5) translateX(130px);
  }
  25% {
    -webkit-transform: scale(0.5) translate(130px, 130px);
  }
  30% {
    -webkit-transform: scale(0.5) translate(0px, 130px);
  }
  35% {
    -webkit-transform: scale(0.5) translate(0px, 0px);
  }
  40% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
  }
}
@-moz-keyframes fourRock {
  0% {
    -moz-transform-origin: 0 0;
  }
  5% {
    -moz-transform: scale(0.5);
  }
  10% {
    -moz-transform: scale(0.5);
  }
  15% {
    -moz-transform: scale(0.5) translateX(130px);
  }
  20% {
    -moz-transform: scale(0.5) translateX(130px);
  }
  25% {
    -moz-transform: scale(0.5) translate(130px, 130px);
  }
  30% {
    -moz-transform: scale(0.5) translate(0px, 130px);
  }
  35% {
    -moz-transform: scale(0.5) translate(0px, 0px);
  }
  40% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform-origin: 0 0;
  }
}
@-ms-keyframes fourRock {
  0% {
    -ms-transform-origin: 0 0;
  }
  5% {
    -ms-transform: scale(0.5);
  }
  10% {
    -ms-transform: scale(0.5);
  }
  15% {
    -ms-transform: scale(0.5) translateX(130px);
  }
  20% {
    -ms-transform: scale(0.5) translateX(130px);
  }
  25% {
    -ms-transform: scale(0.5) translate(130px, 130px);
  }
  30% {
    -ms-transform: scale(0.5) translate(0px, 130px);
  }
  35% {
    -ms-transform: scale(0.5) translate(0px, 0px);
  }
  40% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform-origin: 0 0;
  }
}
@-o-keyframes fourRock {
  0% {
    -o-transform-origin: 0 0;
  }
  5% {
    -o-transform: scale(0.5);
  }
  10% {
    -o-transform: scale(0.5);
  }
  15% {
    -o-transform: scale(0.5) translateX(130px);
  }
  20% {
    -o-transform: scale(0.5) translateX(130px);
  }
  25% {
    -o-transform: scale(0.5) translate(130px, 130px);
  }
  30% {
    -o-transform: scale(0.5) translate(0px, 130px);
  }
  35% {
    -o-transform: scale(0.5) translate(0px, 0px);
  }
  40% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1);
    -webkit-transform-origin: 0 0;
  }
}
@keyframes fourRock {
  0% {
    transform-origin: 0 0;
  }
  5% {
    transform: scale(0.5);
  }
  10% {
    transform: scale(0.5);
  }
  15% {
    transform: scale(0.5) translateX(130px);
  }
  20% {
    transform: scale(0.5) translateX(130px);
  }
  25% {
    transform: scale(0.5) translate(130px, 130px);
  }
  30% {
    transform: scale(0.5) translate(0px, 130px);
  }
  35% {
    transform: scale(0.5) translate(0px, 0px);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    -webkit-transform-origin: 0 0;
  }
}
/* BOMBA */
@-webkit-keyframes bomba {
  0% {
    -webkit-transform-origin: -50% 0%;
    -webkit-transform: rotateZ(0);
    opacity: 1;
  }
  50%,
  100% {
    -webkit-transform: rotateZ(-210deg);
    -webkit-transform-origin: -20% 0%;
  }
  47%,
  100% {
    opacity: 0;
  }
}
@-moz-keyframes bomba {
  0% {
    -moz-transform-origin: -20% 0%;
    -moz-transform: rotateZ(0);
    opacity: 1;
  }
  50%,
  100% {
    -moz-transform: rotateZ(-210deg);
    -moz-transform-origin: -20% 0%;
  }
}
@-ms-keyframes bomba {
  0% {
    -ms-transform-origin: -20% 0%;
    -ms-transform: rotateZ(0);
    opacity: 1;
  }
  50%,
  100% {
    -ms-transform: rotateZ(-210deg);
    -ms-transform-origin: -20% 0%;
  }
}
@-o-keyframes bomba {
  0% {
    -o-transform-origin: -20% 0%;
    -o-transform: rotateZ(0);
    opacity: 1;
  }
  50%,
  100% {
    -o-transform: rotateZ(-210deg);
    -o-transform-origin: -20% 0%;
  }
}
@keyframes bomba {
  0% {
    transform-origin: -20% 0%;
    transform: rotateZ(0);
    opacity: 1;
  }
  50%,
  100% {
    transform: rotateZ(-210deg);
    transform-origin: -20% 0%;
  }
}
/* ROTATE FLIP */
@-webkit-keyframes rotateFlipDown {
  0% {
    -webkit-transform-origin: 50%;
  }
  40% {
    -webkit-transform: rotateX(70deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: rotateX(70deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes rotateFlipDown {
  0% {
    -moz-transform-origin: 50%;
  }
  40% {
    -moz-transform: rotateX(70deg);
    opacity: 0;
  }
  60% {
    -moz-transform: rotateX(70deg);
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
}
@-ms-keyframes rotateFlipDown {
  0% {
    -ms-transform-origin: 50%;
  }
  40% {
    -ms-transform: rotateX(70deg);
    opacity: 0;
  }
  60% {
    -ms-transform: rotateX(70deg);
    opacity: 0;
  }
  100% {
    -ms-transform: rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes rotateFlipDown {
  0% {
    -o-transform-origin: 50%;
  }
  40% {
    -o-transform: rotateX(70deg);
    opacity: 0;
  }
  60% {
    -o-transform: rotateX(70deg);
    opacity: 0;
  }
  100% {
    -o-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes rotateFlipDown {
  0% {
    transform-origin: 50%;
  }
  40% {
    transform: rotateX(70deg);
    opacity: 0;
  }
  60% {
    transform: rotateX(70deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
/* ROTATE FLIP */
@-webkit-keyframes rotateFlip {
  0% {
    -webkit-transform-origin: 50%;
  }
  40% {
    -webkit-transform: rotateY(70deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: rotateY(70deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes rotateFlip {
  0% {
    -moz-transform-origin: 50%;
  }
  40% {
    -moz-transform: rotateY(70deg);
    opacity: 0;
  }
  60% {
    -moz-transform: rotateY(70deg);
    opacity: 0;
  }
  100% {
    -moz-transform: rotateY(0deg);
    opacity: 1;
  }
}
@-ms-keyframes rotateFlip {
  0% {
    -ms-transform-origin: 50%;
  }
  40% {
    -ms-transform: rotateY(70deg);
    opacity: 0;
  }
  60% {
    -ms-transform: rotateY(70deg);
    opacity: 0;
  }
  100% {
    -ms-transform: rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes rotateFlip {
  0% {
    -o-transform-origin: 50%;
  }
  40% {
    -o-transform: rotateY(70deg);
    opacity: 0;
  }
  60% {
    -o-transform: rotateY(70deg);
    opacity: 0;
  }
  100% {
    -o-transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes rotateFlip {
  0% {
    transform-origin: 50%;
  }
  40% {
    transform: rotateY(70deg);
    opacity: 0;
  }
  60% {
    transform: rotateY(70deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
/* FLIP BOTTOM */
@-webkit-keyframes flipBottom {
  0% {
    -webkit-transform: translateY(100px);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes flipBottom {
  0% {
    -moz-transform: translateY(100px);
    opacity: 0;
  }
  70% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes flipBottom {
  0% {
    -ms-transform: translateY(100px);
    opacity: 0;
  }
  70% {
    -ms-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes flipBottom {
  0% {
    -o-transform: translateY(100px);
    opacity: 0;
  }
  70% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes flipBottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  70% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* FLIP RIGHT */
@-webkit-keyframes flipRight {
  0% {
    -webkit-transform: translateX(100px);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes flipRight {
  0% {
    -moz-transform: translateX(100px);
    opacity: 0;
  }
  70% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes flipRight {
  0% {
    -ms-transform: translateX(100px);
    opacity: 0;
  }
  70% {
    -ms-transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes flipRight {
  0% {
    -o-transform: translateX(100px);
    opacity: 0;
  }
  70% {
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes flipRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  70% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* FLIP TOP */
@-webkit-keyframes flipTop {
  0% {
    -webkit-transform: translateY(-100px);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes flipTop {
  0% {
    -moz-transform: translateY(-100px);
    opacity: 0;
  }
  70% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes flipTop {
  0% {
    -ms-transform: translateY(-100px);
    opacity: 0;
  }
  70% {
    -ms-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes flipTop {
  0% {
    -o-transform: translateY(-100px);
    opacity: 0;
  }
  70% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes flipTop {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  70% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* FLIP LEFT */
@-webkit-keyframes flipLeft {
  0% {
    -webkit-transform: translateX(-100px);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes flipLeft {
  0% {
    -moz-transform: translateX(-100px);
    opacity: 0;
  }
  70% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes flipLeft {
  0% {
    -ms-transform: translateX(-100px);
    opacity: 0;
  }
  70% {
    -ms-transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes flipLeft {
  0% {
    -o-transform: translateX(-100px);
    opacity: 0;
  }
  70% {
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes flipLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  70% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* JOURNAL */
@-webkit-keyframes journal {
  0% {
    -webkit-transform: scale(0) rotate(-360deg);
  }
  80% {
    -webkit-transform: scale(0.5) rotate(-180deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes journal {
  0% {
    -moz-transform: scale(0) rotate(-360deg);
  }
  80% {
    -moz-transform: scale(0.5) rotate(-180deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-ms-keyframes journal {
  0% {
    -ms-transform: scale(0) rotate(-360deg);
  }
  80% {
    -ms-transform: scale(0.5) rotate(-180deg);
  }
  100% {
    -ms-transform: scale(1) rotate(0);
  }
}
@-o-keyframes journal {
  0% {
    -o-transform: scale(0) rotate(-360deg);
  }
  80% {
    -o-transform: scale(0.5) rotate(-180deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes journal {
  0% {
    transform: scale(0) rotate(-360deg);
  }
  80% {
    transform: scale(0.5) rotate(-180deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
/* DANCE */
@-webkit-keyframes dance {
  0%,
  10%,
  20% {
    -webkit-transform: rotateZ(10deg);
  }
  5%,
  15%,
  25% {
    -webkit-transform: rotateZ(-10deg);
  }
  35%,
  60%,
  100% {
    -webkit-transform: scale(1) rotateZ(0deg);
    box-shadow: inset 0 0 0 0 transparent;
  }
  40% {
    -webkit-transform: scale(1.3);
    box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  }
}
@-moz-keyframes dance {
  0%,
  10%,
  20% {
    -moz-transform: rotateZ(10deg);
  }
  5%,
  15%,
  25% {
    -moz-transform: rotateZ(-10deg);
  }
  35%,
  60%,
  100% {
    -moz-transform: scale(1) rotateZ(0deg);
    box-shadow: inset 0 0 0 0 transparent;
  }
  40% {
    -moz-transform: scale(1.3);
    box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  }
}
@-ms-keyframes dance {
  0%,
  10%,
  20% {
    -ms-transform: rotateZ(10deg);
  }
  5%,
  15%,
  25% {
    -ms-transform: rotateZ(-10deg);
  }
  35%,
  60%,
  100% {
    -ms-transform: scale(1) rotateZ(0deg);
    box-shadow: inset 0 0 0 0 transparent;
  }
  40% {
    -ms-transform: scale(1.3);
    box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  }
}
@-o-keyframes dance {
  0%,
  10%,
  20% {
    -o-transform: rotateZ(10deg);
  }
  5%,
  15%,
  25% {
    -o-transform: rotateZ(-10deg);
  }
  35%,
  60%,
  100% {
    -o-transform: scale(1) rotateZ(0deg);
    box-shadow: inset 0 0 0 0 transparent;
  }
  40% {
    -o-transform: scale(1.3);
    box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  }
}
@keyframes dance {
  0%,
  10%,
  20% {
    transform: rotateZ(10deg);
  }
  5%,
  15%,
  25% {
    transform: rotateZ(-10deg);
  }
  35%,
  60%,
  100% {
    transform: scale(1) rotateZ(0deg);
    box-shadow: inset 0 0 0 0 transparent;
  }
  40% {
    transform: scale(1.3);
    box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  }
}
/* FLASH BANG */
@-webkit-keyframes flashBang {
  0%,
  20% {
    opacity: 0;
  }
  10%,
  30%,
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flashBang {
  0%,
  20% {
    opacity: 0;
  }
  10%,
  30%,
  100% {
    opacity: 1;
  }
}
@-ms-keyframes flashBang {
  0%,
  20% {
    opacity: 0;
  }
  10%,
  30%,
  100% {
    opacity: 1;
  }
}
@-o-keyframes flashBang {
  0%,
  20% {
    opacity: 0;
  }
  10%,
  30%,
  100% {
    opacity: 1;
  }
}
@keyframes flashBang {
  0%,
  20% {
    opacity: 0;
  }
  10%,
  30%,
  100% {
    opacity: 1;
  }
}
/* ROTATE DOW BOUNCE */
@-webkit-keyframes rotateDowBounce {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }
  20% {
    -webkit-transform: rotate(25deg);
  }
  40% {
    -webkit-transform: rotate(30deg);
  }
  10%,
  30%,
  50% {
    -webkit-transform: rotate(40deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80%,
  100% {
    -webkit-transform: rotate(30deg) translateY(310px) translateX(230px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes rotateDowBounce {
  0% {
    -moz-transform: rotate(0deg);
    opacity: 1;
  }
  20% {
    -moz-transform: rotate(25deg);
  }
  40% {
    -moz-transform: rotate(30deg);
  }
  10%,
  30%,
  50% {
    -moz-transform: rotate(40deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80%,
  100% {
    -moz-transform: rotate(30deg) translateY(310px) translateX(230px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-ms-keyframes rotateDowBounce {
  0% {
    -ms-transform: rotate(0deg);
    opacity: 1;
  }
  20% {
    -ms-transform: rotate(25deg);
  }
  40% {
    -ms-transform: rotate(30deg);
  }
  10%,
  30%,
  50% {
    -ms-transform: rotate(40deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80%,
  100% {
    -ms-transform: rotate(30deg) translateY(310px) translateX(230px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-o-keyframes rotateDowBounce {
  0% {
    -o-transform: rotate(0deg);
    opacity: 1;
  }
  20% {
    -o-transform: rotate(25deg);
  }
  40% {
    -o-transform: rotate(30deg);
  }
  10%,
  30%,
  50% {
    -o-transform: rotate(40deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80%,
  100% {
    -o-transform: rotate(30deg) translateY(310px) translateX(230px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes rotateDowBounce {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  20% {
    transform: rotate(25deg);
  }
  40% {
    transform: rotate(30deg);
  }
  10%,
  30%,
  50% {
    transform: rotate(40deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80%,
  100% {
    transform: rotate(30deg) translateY(310px) translateX(230px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
html,
body {
  height: 100%;
}
#color-bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
}
#color-bar .colors {
  position: relative;
  margin: 0;
  padding: 0;
  width: 16.6666667%;
  height: 6px;
  top: 0;
  display: block;
  float: left;
}
#color-bar .vermelho {
  background-color: #ff3d38;
}
#color-bar .laranja {
  background-color: #ff9700;
}
#color-bar .amarelo {
  background-color: #ffec00;
}
#color-bar .azul {
  background-color: #12cdff;
}
#color-bar .azulado {
  background-color: #06ffac;
}
#color-bar .verde {
  background-color: #29ff1d;
}
#dashboard {
  font-family: "SourceSansProRegular";
  background: #fff;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 35%,
    rgba(228, 228, 228, 1) 100%
  );
  /*background: url('../img/noise.png'), -moz-linear-gradient(top, #f7f7f7 0%, #bfbfbf 100%);
  background: url('../img/noise.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #bfbfbf));
  background: url('../img/noise.png'), -webkit-linear-gradient(top, #f7f7f7 0%, #bfbfbf 100%);
  background: url('../img/noise.png'), -o-linear-gradient(top, #f7f7f7 0%, #bfbfbf 100%);
  background: url('../img/noise.png'), -ms-linear-gradient(top, #f7f7f7 0%, #bfbfbf 100%);
  background: url('../img/noise.png'), linear-gradient(top, #f7f7f7 0%, #bfbfbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#bfbfbf', GradientType=0);
  */
  background-attachment: fixed;
}
#dashboard .dash {
  padding: 0;
  margin: 0;
}
#dashboard .row {
  margin: 0;
}
#dashboard .logo-big {
  /* height: 200px;
  width: 177px;
  display: block;
  margin: 10px auto 0;*/

  height: auto;
  width: 241px;
  display: block;
  margin: 10px auto 34px;
}
#dashboard .icons {
  position: relative;
  width: 65%;
  margin: 15px auto 15px;
  text-align: center;
  /*@-moz-document url-prefix() { 
    .icons .icon:before {
        line-height: 115px!important;
      }
    }*/
}
#dashboard .icons .icone {
  position: relative;
  display: inline-block;
  height: 110px;
  width: 110px;
  padding: 5px;
  /*padding-top: 8px;
  margin: 0px 20px 40px;
  border-radius: 10px;*/
  color: #fff;
  background: #666;
  box-shadow: 0px 5px 0px #444;
  cursor: pointer;
  transition: 0.2s all;
  font-size: 58px;
  text-align: center;
  line-height: 90px;
  padding-top: 28px;
  margin: 0px 20px 40px;
  border-radius: 60px;
}
#dashboard .icons .icone:hover {
  -webkit-transform: scale(0.92);
  -moz-transform: scale(0.92);
  transform: scale(0.92);
  box-shadow: 0px 2px 0px #444;
  transition: 0.2s all;
}
#dashboard .icons .icone span {
  position: absolute;
  width: 100%;
  height: 16px;
  line-height: 16px;
  left: 0;
  bottom: -23px;
  color: black;
  text-align: center;
  font-size: 16px;
  font-family: "SourceSansProBold";
}
#dashboard .icons .vida,
#dashboard .icons .celulas,
#dashboard .icons .cdm {
  background-color: #ff9700;
  box-shadow: 0px 5px 0px #b36a00;
}
#dashboard .icons .vida:hover,
#dashboard .icons .celulas:hover,
#dashboard .icons .cdm:hover {
  box-shadow: 0px 2px 0px #b36a00;
  transition: 0.2s all;
}
#dashboard .icons .igreja {
  background-color: #4376bb;
  box-shadow: 0px 5px 0px #2f5283;
}
#dashboard .icons .igreja:hover {
  box-shadow: 0px 2px 0px #2f5283;
  transition: 0.2s all;
}
#dashboard .icons .financeiro {
  background-color: #ff3d38;
  box-shadow: 0px 5px 0px #eb0600;
}
#dashboard .icons .financeiro:hover {
  box-shadow: 0px 2px 0px #eb0600;
  transition: 0.2s all;
}
#dashboard .icons .pastoreio {
  background-color: #7cbee4;
  box-shadow: 0px 5px 0px #3d9fd7;
}
#dashboard .icons .pastoreio:hover {
  box-shadow: 0px 2px 0px #3d9fd7;
  transition: 0.2s all;
}
#dashboard .icons .lgpd {
  background-color: #9400D3;
  box-shadow: 0px 5px 0px #9400D3;
}
#dashboard .icons .lgpd:hover {
  background-color: #9400D3;
  box-shadow: 0px 5px 0px #9400D3;
}
#dashboard .icons .voluntario {
  background-color: #76d53e;
  box-shadow: 0px 5px 0px #53a323;
}
#dashboard .icons .voluntario:hover {
  box-shadow: 0px 2px 0px #53a323;
  transition: 0.2s all;
}
#dashboard .icons .edcrista {
  background-color: #f9c700;
  box-shadow: 0px 5px 0px #ad8a00;
}
#dashboard .icons .edcrista:hover {
  box-shadow: 0px 2px 0px #ad8a00;
  transition: 0.2s all;
}
#dashboard .icons .adoracao {
  background-color: #4a8495;
  box-shadow: 0px 5px 0px #315762;
}
#dashboard .icons .adoracao:hover {
  box-shadow: 0px 2px 0px #315762;
  transition: 0.2s all;
}
#dashboard .icons .disabled {
  opacity: 0.3;
  transition: none !important;
  transform: scale(1);
  background-color: #999;
  box-shadow: 0px 5px 0px #777;
  cursor: default;
}
#dashboard .icons .disabled:hover {
  transition: none !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  box-shadow: 0px 5px 0px #777;
}
#dashboard .titulo {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
#dashboard .titulo p {
  font-size: 16px;
  padding: 0;
  margin: 0;
  padding: 0 0 5px;
}
#dashboard .titulo p i {
  color: #2e5daf;
}
#dashboard .quadro {
  position: relative;
  display: block;
  background: url("../img/quadro_bkg.png");
  bottom: 0;
  min-height: 100px;
  width: 100%;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 0;
  margin: 0;
}
#dashboard .quadro .conteudo {
  padding: 10px 10% 10px;
}
#dashboard .quadro p {
  color: #444;
  text-align: center;
  font-family: "SourceSansProRegular";
}
#dashboard .quadro p i {
  font-size: 40px;
  padding: 10px 0 0 0;
}
#dashboard .quadro h2 {
  color: #444;
  margin: 10px 0 10px;
  font-family: "SourceSansProBold";
  text-align: center;
}
.fechar {
  position: absolute;
  display: block;
  height: 18px;
  width: 18px;
  font-size: 18px;
  top: 2px;
  right: 18px;
  color: #888;
  opacity: 0.6;
  transition: 0.2s all;
  cursor: pointer;
  z-index: 5;
}
.fechar:hover {
  color: #ff342f;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: 0.2s all;
}
.atalho {
  display: block;
  position: relative;
  height: 40px;
  width: 100%;
  padding-left: 60px;
  margin-bottom: 8px;
  border-radius: 2px;
  background-color: #eee;
  overflow: hidden;
  text-align: left;
}
.atalho p {
  text-align: left !important;
  font-size: 15px;
  font-family: "SourceSansProBold" !important;
  line-height: 18px;
  padding-top: 3px;
}
.atalho:hover {
  background-color: #fff;
  text-decoration: none;
}
.atalho .area {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 55px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.atalho .tipo {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  padding-top: 5px;
  float: left;
}
.atalho .dec1,
.atalho .dec2,
.atalho .dec3 {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 5px;
  float: left;
}
.atalho .vida .tipo {
  background: #ff9700;
}
.atalho .vida .dec1 {
  background: #ffc166;
}
.atalho .vida .dec2 {
  background: #ffd599;
}
.atalho .vida .dec3 {
  background: #ffeacc;
}
.atalho .igreja .tipo {
  background: #4376bb;
}
.atalho .igreja .dec1 {
  background: #8eadd6;
}
.atalho .igreja .dec2 {
  background: #b3c8e4;
}
.atalho .igreja .dec3 {
  background: #d9e3f1;
}
.atalho .financeiro .tipo {
  background: #ff3d38;
}
.atalho .financeiro .dec1 {
  background: #ffa09e;
}
.atalho .financeiro .dec2 {
  background: #ffd2d1;
}
.atalho .financeiro .dec3 {
  background: #ffffff;
}
.atalho .pastoreio .tipo {
  background: #7cbee4;
}
.atalho .pastoreio .dec1 {
  background: #d1e8f5;
}
.atalho .pastoreio .dec2 {
  background: #fbfdfe;
}
.atalho .pastoreio .dec3 {
  background: #ffffff;
}
.atalho .lgpd .tipo {
  background: #9932CC;
}
.atalho .lgpd .dec1 {
  background: #BA55D3;
}
.atalho .lgpd .dec2 {
  background: #DA70D6;
}
.atalho .lgpd .dec3 {
  background: #DDA0DD;
}
.atalho .configuracoes .tipo {
  background: #555555;
}
.atalho .configuracoes .dec1 {
  background: #888888;
}
.atalho .configuracoes .dec2 {
  background: #a2a2a2;
}
.atalho .configuracoes .dec3 {
  background: #bbbbbb;
}
.atalho .voluntario .tipo {
  background: #76d53e;
}
.atalho .voluntario .dec1 {
  background: #b1e792;
}
.atalho .voluntario .dec2 {
  background: #cff0bc;
}
.atalho .voluntario .dec3 {
  background: #edf9e6;
}
.atalho .ed-crista .tipo {
  background: #f9c700;
}
.atalho .ed-crista .dec1 {
  background: #ffdf60;
}
.atalho .ed-crista .dec2 {
  background: #ffe993;
}
.atalho .ed-crista .dec3 {
  background: #fff4c6;
}
.atalho .ma-adoracao .tipo {
  background: #4a8495;
}
.atalho .ma-adoracao .dec1 {
  background: #83b4c2;
}
.atalho .ma-adoracao .dec2 {
  background: #a5c8d3;
}
.atalho .ma-adoracao .dec3 {
  background: #c8dde3;
}
.atalho .celulas .tipo {
  background: #ff9700;
}
.atalho .celulas .dec1 {
  background: #ffc166;
}
.atalho .celulas .dec2 {
  background: #ffd599;
}
.atalho .celulas .dec3 {
  background: #ffeacc;
}
.atalho .cd-membro .tipo {
  background: #ff9700;
}
.atalho .cd-membro .dec1 {
  background: #ffc166;
}
.atalho .cd-membro .dec2 {
  background: #ffd599;
}
.atalho .cd-membro .dec3 {
  background: #ffeacc;
}
.mini-cdm {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #202020;
  border-left: #ff8c01 1px solid;
  height: 100%;
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.4);
  color: #fff;
}
.mini-cdm h2,
.mini-cdm h4,
.mini-cdm p {
  color: #fff;
  text-align: center;
}
.mini-cdm h2 {
  font-family: "SourceSansProBold";
}
.mini-cdm p {
  font-size: 12px;
  font-family: "SourceSansProExtraLight";
}
.mini-cdm .foto-user {
  display: block;
  max-height: 150px;
  max-width: 150px;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  border: 2px solid #ff8c01;
  border-radius: 50%;
}
.mini-cdm .btn {
  display: block;
  margin: 5px auto 5px;
}
.mini-cdm .site-rss h3 {
  font-size: 18px;
  font-family: "SourceSansProBold";
}
.mini-cdm .site-rss i {
  color: #ff8c01;
}
.mini-cdm ul {
  padding: 0;
  margin: 0;
}
.mini-cdm ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #341c00;
  overflow: hidden;
}
.mini-cdm ul li:last-child {
  border-bottom: none;
}
.mini-cdm ul li a {
  display: block;
  color: #ff8c01;
  padding: 5px 0 5px;
}
.mini-cdm ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.mini-cdm ul li a strong {
  font-family: "SourceSansProBold";
}
.mini-cdm .btn-warning {
  color: #202020;
  border: 1px solid #ff8c01;
  background-color: #ff8c01;
}
.mini-cdm .btn-warning:hover {
  background-color: #4e2a00;
  color: #ff8c01;
}
.mini-cdm .btn-lg {
  font-family: "SourceSansProBold";
}
@media (max-width: 768px) {
  .mini-cdm {
    position: inherit;
  }
}
@media (min-width: 768px) {
  .mini-cdm {
    position: inherit;
  }
}
@media (min-width: 992px) {
  .mini-cdm {
    position: fixed;
  }
}
@media (min-width: 1200px) {
  .mini-cdm {
    position: fixed;
  }
}
#login_page {
  background: #f7f7f7;
  background: url("../img/noise.png"),
    -moz-linear-gradient(top, #f7f7f7 0%, #bfbfbf 100%);
  background: url("../img/noise.png"),
    -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #bfbfbf));
  background: url("../img/noise.png"),
    -webkit-linear-gradient(top, #f7f7f7 0%, #bfbfbf 100%);
  background: url("../img/noise.png"),
    -o-linear-gradient(top, #f7f7f7 0%, #bfbfbf 100%);
  background: url("../img/noise.png"),
    -ms-linear-gradient(top, #f7f7f7 0%, #bfbfbf 100%);
  background: url("../img/noise.png"),
    linear-gradient(top, #f7f7f7 0%, #bfbfbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#bfbfbf', GradientType=0);
  background-attachment: fixed;
}
#login_page .logar {
  width: 400px;
  height: auto;
  margin: 0 auto 0;
  padding-top: 20px;
}
#login_page .logar img {
  display: block;
  margin: 0px auto 20px;
}
#login_page .form-signin {
  position: relative;
  margin: 5px 0 0 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}
#login_page .btn {
  margin: 15px auto 15px;
  float: right;
}
#login_page .frase {
  margin: 10px auto;
  font-size: 10px;
  text-align: center;
  color: #969696;
}
#login_page .help-block {
  margin-bottom: 0;
}
body.sipib-interno {
  /*padding-top: 100px;*/
  font-family: "SourceSansProRegular";
  background: #f7f7f7;
  /* background: url("../img/noise.png"),
    -moz-linear-gradient(top, #f7f7f7 0%, #bfbfbf 100%);
  background: url("../img/noise.png"),
    -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #bfbfbf));
  background: url("../img/noise.png"),
    -webkit-linear-gradient(top, #f7f7f7 0%, #bfbfbf 100%);
  background: url("../img/noise.png"),
    -o-linear-gradient(top, #f7f7f7 0%, #bfbfbf 100%);
  background: url("../img/noise.png"),
    -ms-linear-gradient(top, #f7f7f7 0%, #bfbfbf 100%);
  background: url("../img/noise.png"),
    linear-gradient(top, #f7f7f7 0%, #bfbfbf 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#bfbfbf', GradientType=0);
  background-attachment: fixed;
}
#content {
  padding: 15px 0;
}
.navbar {
  min-height: 100px;
  background-color: #ebebeb;
  background-image: url("../img/topo_bkg.png");
  border: none;
  padding: 0;
}
.navbar .container-fluid {
  position: relative;
  float: none;
  content: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  z-index: 50;
  padding: 0;
  margin: 0;
  height: 74px;
  min-width: 1180px;
}
.navbar .container-fluid .img_topo {
  margin: 0;
  object-fit: cover;
}
.navbar .navbar-nav {
  height: 74px;
}
.navbar .navbar-nav li {
  height: 74px;
  width: 65px;
}
.navbar .navbar-nav li a {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 10px;
  text-align: center;
  height: 74px;
  text-decoration: none;
}
.navbar .navbar-nav li a:hover {
  background-color: #ccc;
}
.navbar .navbar-nav li a i {
  padding-top: 5px;
  font-size: 45px;
  display: block;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  color: gray;
}

.navbar .micro-cdm {
  position: relative;
  display: block;
  float: right;
  height: 74px;
  width: 250px;
  margin-left: 20px;
  background-color: #202020;
}
.navbar .micro-cdm div {
  float: left;
  height: 74px;
  width: 8px;
}
.navbar .micro-cdm .tipo {
  background: #202020;
  width: 200px;
}
.navbar .micro-cdm .dec1 {
  background: #535353;
}
.navbar .micro-cdm .dec2 {
  background: #868686;
}
.navbar .micro-cdm .dec3 {
  background: #b9b9b9;
}
.navbar .micro-cdm img {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  top: 11px;
  left: 11px;
  border-radius: 50%;
  border: 2px solid #ff8c01;
}
.navbar .micro-cdm h3 {
  color: white;
  font-family: "SourceSansProBold";
  font-size: 14px;
  padding: 0;
  margin: 0;
  padding-top: 11px;
  padding-left: 65px;
}
.navbar .micro-cdm .btn {
  position: absolute;
  bottom: 4px;
  right: 20px;
}
.navbar .mini-nav {
  position: relative;
  display: block;
  border-bottom: 1px solid #aaa;
  width: 100%;
  height: 26px;
  background-color: #ebebeb;
  
}
.navbar .mini-nav .mod-ttl {
  position: relative;
  background-color: #202020;
  color: white;
  text-align: center;
  height: 26px;
}
.navbar .mini-nav .mod-ttl h4 {
  padding: 0;
  margin: 0;
  font-family: "SourceSansProBold";
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}
.navbar .mini-nav .mod-ttl .deco {
  position: absolute;
  width: 15px;
  height: 25px;
  right: -15px;
  top: 0;
}
.navbar .mini-nav .mod-ttl .deco .dec1,
.navbar .mini-nav .mod-ttl .deco .dec2,
.navbar .mini-nav .mod-ttl .deco .dec3 {
  display: inline-block;
  width: 5px;
  height: 25px;
}
.navbar .mini-nav .mod-ttl .deco .dec1 {
  background: #535353;
}
.navbar .mini-nav .mod-ttl .deco .dec2 {
  background: #868686;
}
.navbar .mini-nav .mod-ttl .deco .dec3 {
  background: #b9b9b9;
}
@media (max-width: 1200px) {
  .navbar .container-fluid {
    min-width: 500px;
    overflow: hidden;
  }
  .navbar .navbar-nav {
    height: 74px;
  }
  .navbar .navbar-nav li {
    height: 74px;
    width: 44px;
  }
  .navbar .navbar-nav li a {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 9px;
    text-align: center;
    height: 74px;
    overflow: hidden;
  }
  .navbar .navbar-nav li a:hover {
    background-color: #888;
  }
  .navbar .navbar-nav li a i {
    padding-top: 10px;
    font-size: 38px;
    display: block;
  }
  .navbar .micro-cdm {
    margin-left: 10px;
  }
}
/*
.sidebar {
  display: none;
}
*/

.sidebar ul li:hover{
  color: #fff;
  background-color: #c0c0c0;
}


@media (min-width: 768px) {
  .sidebar {
    /*position: fixed;
    top: 100px;*/
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    /* scroll para telas curtas. */
    background-color: none;
    border-right: 1px solid #767676;
  }
  .sidebar ul li {
      /*position: relative;
      width: 100%;
      padding: 5px;*/
  }
  .sidebar ul li a {
    font-size: 15px;
    /* padding: 6px 15px; */
    font-size: 15px;
    padding: 8px;
    color: #767676;
    margin: 0;
    /*width: fit-content;*/
    box-sizing: border-box;
}
  }
  .sidebar ul li a:hover {
    color: #fff;
    background-color: #c0c0c0;
    text-decoration: none;
  }
  .sidebar ul li a:hover span i {
    color: #fff;
    opacity: 0.8;
  }
  .sidebar ul li a span {
    /*position: absolute; */
    /* display: block; */
    height: 28px;
    width: 26px;
    font-size: 20px;
    /* top: 3px; */
    /* right: 2px; */
    /* z-index: 10; */
    /* text-align: center; */
    align-self: end;
  }
  .sidebar ul li a span i {
    opacity: 0.2;
  }
  .sidebar ul li a span:hover i {
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
  }
  .sidebar ul li a span.ativo i {
    color: #767676;
    opacity: 1;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
  }
  .sidebar hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #999;
  }
  .sidebar p {
    color: #fff;
    font-size: 16px;
    font-family: "SourceSansProBold";
    font-weight: normal;
    padding: 4px 10px;
    background-color: #767676;
    margin-bottom: 0;
  }
}
.vida .navbar-right li a.ativo {
  background-color: #ff9700;
  color: white;
}
.vida .mini-nav {
  background-color: #fff;
  border-bottom-color: #ff9700;
}
.vida .mini-nav .mod-ttl {
  background-color: #ff9700;
}
.vida .mini-nav .mod-ttl .deco .tipo {
  background: #ff9700;
}
.vida .mini-nav .mod-ttl .deco .dec1 {
  background: #ffc166;
}
.vida .mini-nav .mod-ttl .deco .dec2 {
  background: #ffd599;
}
.vida .mini-nav .mod-ttl .deco .dec3 {
  background: #ffeacc;
}
.vida .sidebar ul li a span.ativo i {
  color: #ff9700 !important;
}
.vida ul li a.ativo {
  background: #ff9700;
  color: white;
 /* background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ff9700),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    #ff9700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(left, #ff9700 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(
    left,
    #ff9700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    #ff9700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@cor', endColorstr='#00ffffff', GradientType=1);*/
}
.igreja .navbar-right li a.ativo {
  background-color: #4376bb;
  color: white;
}
.igreja .mini-nav {
  background-color: #d9e3f1;
  border-bottom-color: #4376bb;
}
.igreja .mini-nav .mod-ttl {
  background-color: #4376bb;
}
.igreja .mini-nav .mod-ttl .deco .tipo {
  background: #4376bb;
}
.igreja .mini-nav .mod-ttl .deco .dec1 {
  background: #8eadd6;
}
.igreja .mini-nav .mod-ttl .deco .dec2 {
  background: #b3c8e4;
}
.igreja .mini-nav .mod-ttl .deco .dec3 {
  background: #d9e3f1;
}
.igreja .sidebar ul li a span.ativo i {
  color: #4376bb !important;
}
.igreja ul li a.ativo {
  background: -moz-linear-gradient(
    left,
    #4376bb 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #4376bb),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    #4376bb 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(left, #4376bb 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(
    left,
    #4376bb 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    #4376bb 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@cor', endColorstr='#00ffffff', GradientType=1);
}
.financeiro .navbar-right li a.ativo {
  background-color: #ff3d38;
  color: white;
}
.financeiro .mini-nav {
  background-color: #ffffff;
  border-bottom-color: #ff3d38;
}
.financeiro .mini-nav .mod-ttl {
  background-color: #ff3d38;
}
.financeiro .mini-nav .mod-ttl .deco .tipo {
  background: #ff3d38;
}
.financeiro .mini-nav .mod-ttl .deco .dec1 {
  background: #ffa09e;
}
.financeiro .mini-nav .mod-ttl .deco .dec2 {
  background: #ffd2d1;
}
.financeiro .mini-nav .mod-ttl .deco .dec3 {
  background: #ffffff;
}
.financeiro .sidebar ul li a span.ativo i {
  color: #ff3d38 !important;
}
.financeiro ul li a.ativo {
  background: -moz-linear-gradient(
    left,
    #ff3d38 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ff3d38),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    #ff3d38 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(left, #ff3d38 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(
    left,
    #ff3d38 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    #ff3d38 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@cor', endColorstr='#00ffffff', GradientType=1);
}
.pastoreio .navbar-right li a.ativo {
  background-color: #7cbee4;
  color: white;
}
.pastoreio .mini-nav {
  background-color: #ffffff;
  border-bottom-color: #7cbee4;
}
.pastoreio .mini-nav .mod-ttl {
  background-color: #7cbee4;
}
.pastoreio .mini-nav .mod-ttl .deco .tipo {
  background: #7cbee4;
}
.pastoreio .mini-nav .mod-ttl .deco .dec1 {
  background: #d1e8f5;
}
.pastoreio .mini-nav .mod-ttl .deco .dec2 {
  background: #fbfdfe;
}
.pastoreio .mini-nav .mod-ttl .deco .dec3 {
  background: #ffffff;
}
.pastoreio .sidebar ul li a span.ativo i {
  color: #7cbee4 !important;
}
.pastoreio ul li a.ativo {
  background: -moz-linear-gradient(
    left,
    #7cbee4 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #7cbee4),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    #7cbee4 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(left, #7cbee4 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(
    left,
    #7cbee4 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    #7cbee4 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@cor', endColorstr='#00ffffff', GradientType=1);
}
.lgpd .navbar-right li a.ativo {
  background-color: #9400D3;
  color: white;
}
.lgpd .mini-nav {
  background-color: #ffffff;
  border-bottom-color: #9400D3;
}
.lgpd .mini-nav .mod-ttl {
  background-color: #9400D3;
}
.lgpd .mini-nav .mod-ttl .deco .tipo {
  background: #9400D3;
}
.lgpd .mini-nav .mod-ttl .deco .dec1 {
  background: #d1e8f5;
}
.lgpd .mini-nav .mod-ttl .deco .dec2 {
  background: #fbfdfe;
}
.lgpd .mini-nav .mod-ttl .deco .dec3 {
  background: #ffffff;
}
.lgpd .sidebar ul li a span.ativo i {
  color: #9400D3 !important;
}
.lgpd ul li a.ativo {
  background: -moz-linear-gradient(
    left,
    #9400D3 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #9400D3),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    #9400D3 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(left, #9400D3 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(
    left,
    #9400D3 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    #9400D3 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@cor', endColorstr='#00ffffff', GradientType=1);
}
.voluntario .navbar-right li a.ativo {
  background-color: #76d53e;
  color: white;
}
.voluntario .mini-nav {
  background-color: #edf9e6;
  border-bottom-color: #76d53e;
}
.voluntario .mini-nav .mod-ttl {
  background-color: #76d53e;
}
.voluntario .mini-nav .mod-ttl .deco .tipo {
  background: #76d53e;
}
.voluntario .mini-nav .mod-ttl .deco .dec1 {
  background: #b1e792;
}
.voluntario .mini-nav .mod-ttl .deco .dec2 {
  background: #cff0bc;
}
.voluntario .mini-nav .mod-ttl .deco .dec3 {
  background: #edf9e6;
}
.voluntario .sidebar ul li a span.ativo i {
  color: #76d53e !important;
}
.voluntario ul li a.ativo {
  background: -moz-linear-gradient(
    left,
    #76d53e 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #76d53e),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    #76d53e 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(left, #76d53e 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(
    left,
    #76d53e 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    #76d53e 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@cor', endColorstr='#00ffffff', GradientType=1);
}
.educacao .navbar-right li a.ativo {
  background-color: #f9c700;
  color: white;
}
.educacao .mini-nav {
  background-color: #fff4c6;
  border-bottom-color: #f9c700;
}
.educacao .mini-nav .mod-ttl {
  background-color: #f9c700;
}
.educacao .mini-nav .mod-ttl .deco .tipo {
  background: #f9c700;
}
.educacao .mini-nav .mod-ttl .deco .dec1 {
  background: #ffdf60;
}
.educacao .mini-nav .mod-ttl .deco .dec2 {
  background: #ffe993;
}
.educacao .mini-nav .mod-ttl .deco .dec3 {
  background: #fff4c6;
}
.educacao .sidebar ul li a span.ativo i {
  color: #f9c700 !important;
}
.educacao ul li a.ativo {
  background: -moz-linear-gradient(
    left,
    #f9c700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #f9c700),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    #f9c700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(left, #f9c700 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(
    left,
    #f9c700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    #f9c700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@cor', endColorstr='#00ffffff', GradientType=1);
}
.adoracao .navbar-right li a.ativo {
  background-color: #4a8495;
  color: white;
}
.adoracao .mini-nav {
  background-color: #c8dde3;
  border-bottom-color: #4a8495;
}
.adoracao .mini-nav .mod-ttl {
  background-color: #4a8495;
}
.adoracao .mini-nav .mod-ttl .deco .tipo {
  background: #4a8495;
}
.adoracao .mini-nav .mod-ttl .deco .dec1 {
  background: #83b4c2;
}
.adoracao .mini-nav .mod-ttl .deco .dec2 {
  background: #a5c8d3;
}
.adoracao .mini-nav .mod-ttl .deco .dec3 {
  background: #c8dde3;
}
.adoracao .sidebar ul li a span.ativo i {
  color: #4a8495 !important;
}
.adoracao ul li a.ativo {
  background: -moz-linear-gradient(
    left,
    #4a8495 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #4a8495),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    #4a8495 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(left, #4a8495 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(
    left,
    #4a8495 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    #4a8495 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@cor', endColorstr='#00ffffff', GradientType=1);
}
.celulas .navbar-right li a.ativo {
  background-color: #ff9700;
  color: white;
}
.celulas .mini-nav {
  background-color: #ffeacc;
  border-bottom-color: #ff9700;
}
.celulas .mini-nav .mod-ttl {
  background-color: #ff9700;
}
.celulas .mini-nav .mod-ttl .deco .tipo {
  background: #ff9700;
}
.celulas .mini-nav .mod-ttl .deco .dec1 {
  background: #ffc166;
}
.celulas .mini-nav .mod-ttl .deco .dec2 {
  background: #ffd599;
}
.celulas .mini-nav .mod-ttl .deco .dec3 {
  background: #ffeacc;
}
.celulas .sidebar ul li a span.ativo i {
  color: #ff9700 !important;
}
.celulas ul li a.ativo {
  background: -moz-linear-gradient(
    left,
    #ff9700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ff9700),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    #ff9700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(left, #ff9700 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(
    left,
    #ff9700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    #ff9700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@cor', endColorstr='#00ffffff', GradientType=1);
}
.cd-membro .navbar-right li a.ativo {
  background-color: #ff9700;
  color: white;
}
.cd-membro .mini-nav {
  background-color: #ffeacc;
  border-bottom-color: #ff9700;
}
.cd-membro .mini-nav .mod-ttl {
  background-color: #ff9700;
}
.cd-membro .mini-nav .mod-ttl .deco .tipo {
  background: #ff9700;
}
.cd-membro .mini-nav .mod-ttl .deco .dec1 {
  background: #ffc166;
}
.cd-membro .mini-nav .mod-ttl .deco .dec2 {
  background: #ffd599;
}
.cd-membro .mini-nav .mod-ttl .deco .dec3 {
  background: #ffeacc;
}
.cd-membro .sidebar ul li a span.ativo i {
  color: #ff9700 !important;
}
.cd-membro ul li a.ativo {
  background: -moz-linear-gradient(
    left,
    #ff9700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ff9700),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    #ff9700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(left, #ff9700 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(
    left,
    #ff9700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    #ff9700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@cor', endColorstr='#00ffffff', GradientType=1);
}
#vida h1.pagina-de-rosto {
  color: #ff9700;
}
#vida .busca-home a {
  position: absolute;
  height: 65px;
  width: 65px;
  top: 0;
  right: 20px;
  font-size: 40px;
  line-height: 65px;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#vida .busca-home a:hover {
  color: #ff9700;
}
#vida .busca-vida {
  height: 65px;
  font-family: "SourceSansProBold";
  font-size: 30px;
}
#vida .busca-vida::-webkit-input-placeholder {
  font-family: "SourceSansProExtraLight";
}
#vida .busca-vida::-moz-placeholder {
  font-family: "SourceSansProExtraLight";
}
#vida .busca-vida:-moz-placeholder {
  font-family: "SourceSansProExtraLight";
}
#vida .busca-vida:-ms-input-placeholder {
  font-family: "SourceSansProExtraLight";
}
#vida .deco-line {
  background: -moz-linear-gradient(
    left,
    #ff9700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ff9700),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    #ff9700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(left, #ff9700 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(
    left,
    #ff9700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    #ff9700 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@cor', endColorstr='#00ffffff', GradientType=1);
}
#vida button:focus {
  outline: none;
}
#ficha .panel-heading {
  cursor: pointer;
}
#ficha .panel-heading h4 {
  font-family: "SourceSansProBold";
  color: #767676;
}
#ficha .panel-heading:hover {
  background-color: #eee;
}
#ficha .resp {
  padding-left: 20px;
  font-family: "SourceSansProBold";
}
#ficha hr {
  border-top: 1px solid #bbb !important;
  margin: 10px 0;
}
#ficha .mini_titulo {
  font-family: "SourceSansProBold";
  color: #ff9700;
}
#perfil {
  position: relative;
  min-height: 250px;
  width: 100%;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 3px;
  border-radius: 9px;
  background-color: #484747;
  color: #fff;
}
#perfil .foto {
  position: absolute;
  height: 120px;
  width: 120px;
  top: -60px;
  left: 50%;
  margin-left: -60px;
  background-color: #ccc;
  border: 1px solid #ff9700;
  border-radius: 50%;
  overflow: hidden;
}
#perfil .foto img {
  height: 120px;
  width: 120px;
  object-fit: cover;
}
#perfil .row {
  padding: 10px 20px;
}
#perfil .row p {
  margin: 0 0 5px;
}
#perfil .acoes {
  /*position: relative;*/
  min-height: 100px;
  width: 96%;
  background-color: #2b2b2b;
  margin: 2%;
  box-sizing: padding-box;
  padding: 5px;
  border-radius: 9px;
}
#perfil .acoes h3 {
  padding: 0;
  margin: 0;
  display: block;
  color: #fff;
  text-align: center;
  padding-bottom: 3px;
}
#timeline .vd-timeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#timeline .vd-timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ff9700;
  left: 15%;
  margin-left: -10px;
  margin-bottom: 50px;
}
#timeline .vd-timeline li {
  position: relative;
}
#timeline .vd-timeline > li .vd-tmdata {
  display: block;
  width: 20%;
  padding-right: 100px;
  position: absolute;
}
#timeline .vd-timeline > li .vd-tmdata span {
  font-family: "SourceSansProExtraLight";
  font-size: 16px;
  display: block;
  text-align: right;
  color: #747474;
}
#timeline .vd-timeline > li .vd-tmdata span.data {
  font-size: 26px;
  font-family: "SourceSansProRegular";
}
#timeline .vd-timeline > li .vd-tmicon {
  width: 40px;
  height: 40px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #747474;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ff9700;
  text-align: center;
  left: 15%;
  top: 0;
  margin: 0 0 0 -27px;
}
#timeline .vd-timeline > li .vd-tmicon i {
  padding-top: 11px;
  margin-left: -1px;
}
#timeline .vd-timeline > li .vd-tmicon .icon {
  font-size: 1.5em;
  line-height: 50px;
}
#timeline .vd-timeline > li .vd-tmconteudo {
  margin: 0 5% 15px 20%;
  background: #fff;
  color: #747474;
  padding: 0.8em;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 4px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
}
#timeline .vd-timeline > li .vd-tmconteudo h2 {
  padding: 0;
  margin: 0;
  font-family: "SourceSansProBold";
  font-size: 24px;
}
#timeline .vd-timeline > li .vd-tmconteudo p {
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
#timeline .vd-timeline > li .vd-tmconteudo hr {
  padding: 0;
  margin: 0;
  margin: 5px 0;
  border-top: 1px solid #ddd;
}
#timeline .vd-timeline > li .vd-tmconteudo .vd-quemfez {
  padding: 4px 0 4px 15px;
  font-family: "SourceSansProBoldItalic";
}
#timeline .vd-timeline > li .vd-tmconteudo .user-fez {
  color: #ff9700;
}
#timeline .vd-timeline > li .vd-tmconteudo .vd-tmdetalhes {
  min-height: 25px;
  padding: 5px;
  background-color: #ff9700;
  border-radius: 4px;
  margin-left: 15px;
  color: #fff;
}
#timeline .vd-timeline > li .vd-tmconteudo:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #fff;
  border-width: 10px;
  top: 10px;
}
.timeline h3{
  font-family: "SourceSansProBold" !important;
  font-size: 18px !important;
  padding-top: 5px !important;
}

.timeline h5{
  font-size: 15px !important;
}
.grupoResult {
  position: relative;
  width: 32.5%;
  background-color: #fff;
  float: left;
  clear: left;
  border-radius: 5px;
}
.grupoResult:hover {
  z-index: 3;
  background-color: #fff7cc;
}
.grupoResult:hover h3 {
  font-family: "SourceSansProBold";
}
.grupoResult h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  padding: 4px;
}
.grupoResult h5 {
  padding: 0;
  margin: 0;
  padding: 4px;
}
.grupoResult span {
  display: inline-block;
  padding: 0;
  margin: 0;
  padding: 4px;
  box-sizing: border-box;
  right: 0;
}
#col_grupos {
  position: relative;
  width: 100%;
}
.agrupoResult {
  position: relative;
  width: 90%;
  min-height: 100px;
  background-color: #fff;
  float: left;
  margin-right: 0;
  margin-bottom: 6px;
  border-radius: 5px;
}
.agrupoResult:hover {
  z-index: 3;
  background-color: #fff7cc;
}
.agrupoResult:hover h3 {
  font-family: "SourceSansProBold";
}
.agrupoResult h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  padding: 4px;
}
.agrupoResult h5 {
  padding: 0;
  margin: 0;
  padding: 4px;
}
.agrupoResult span {
  display: inline-block;
  padding: 0;
  margin: 0;
  padding: 4px;
  box-sizing: border-box;
  right: 0;
}
.historico {
  min-height: 300px;
}
.historico li {
  list-style: disc;
  font-size: 18px;
  padding-bottom: 10px;
}
.historico li.criou {
  color: #509a53;
}
.historico li.excluiu {
  color: #d85151;
}
.historico li.expirou {
  color: #c4903c;
}
#pessoasAdd ul li {
  list-style: none;
}
#datepiker-container .datepicker-inline {
  margin: 0 auto 0;
}
.result_busca {
  position: relative;
  height: 100px;
  width: 19%;
  min-width: 200px;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 7px 7px 0;
  overflow: hidden;
}
.result_busca .foto_busca {
  position: relative;
  width: 50px;
  height: 100px;
  margin-right: 10px;
  float: left;
  border-radius: 5px;
  transition: width 1s ease;
  overflow: hidden;
}
.result_busca .foto_busca img {
  position: relative;
  width: 100px;
  height: 100px;
  left: -50%;
  transition: left 1s ease;
}
.result_busca .botoes_result {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 5px 5px 0;
}
.result_busca:hover {
  background-color: #fff7cc;
}
.result_busca:hover .foto_busca {
  width: 100px;
  transition: width 0.5s ease;
}
.result_busca:hover .foto_busca p {
  font-weight: bold;
}
.result_busca:hover .foto_busca img {
  left: 0;
  transition: left 0.5s ease;
}
.result_busca:hover .dados_busca p {
  font-weight: bold;
}
.dados_busca {
  width: 90%;
}
.dados_busca p {
  margin: 5px 0 0 0;
}
.buscas_salvas {
  position: relative;
  height: 100px;
  width: 19%;
  min-width: 200px;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 7px 7px 0;
  overflow: hidden;
}
.buscas_salvas:hover {
  background-color: #fff7cc;
}
.buscas_salvas .botoes_result {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 5px 5px 0;
}
.buscas_salvas p,
.buscas_salvas h4 {
  padding: 0 0 0 10px;
}
h1.pagina-de-rosto {
  text-align: center;
  font-family: "SourceSansProBold";
  padding: 0;
  margin: 0;
}
h1.pagina-de-rosto i {
  top: 20px;
  font-size: 70px;
}
#content h1 {
  padding: 0;
  margin: 0;
  margin: 5px 0;
  font-family: "SourceSansProRegular";
  color: #767676;
}
#content h1 strong {
  font-family: "SourceSansProBold";
}
#content h2 {
  font-family: "SourceSansProExtraLight";
}
#content h3 a.btn {
  font-size: 18px;
  line-height: 0.7;
}
#content hr {
  border-top: 1px solid #767676;
}
.deco-line {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 2px;
  background-color: #767676;
}
.home-info {
  padding-left: 30px;
}
.mini-form .form-control {
  height: 30px;
  padding: 3px 6px;
}
.mini-form .form-group {
  margin-bottom: 5px;
}
.table {
  /* border: 1px solid #767676;*/
}
.table tr {
  border: none !important;
  transition: background-color 0.4s;
}
/*
.table tr:hover > td {
  background-color: #555!important;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.4s;
}
*/
*/ .table tr td {
  border: none !important;
  vertical-align: middle !important;
}
.table th {
  background-color: #767676;
  color: #fff;
  font-family: "SourceSansProBold";
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  border: none !important;
  border-left: 1px #ddd solid !important;
}
.table th a{
  color: #fff !important;
}
.table th:first-child {
  border-left: 1px solid #767676 !important;
}
/*
.table > tbody > tr:nth-child(odd) > td {
  background-color: #eee;
}
.table > tbody > tr:nth-child(odd) > td:hover {
  background-color: #888;
}
*/
.table > thead > tr > th.tablesorter-headerUnSorted {
  background-image: url(../img/table_unsort.png);
  background-position: right;
  background-origin: content-box;
  background-repeat: no-repeat;
  cursor: pointer;
}
.table > thead > tr > th.tablesorter-headerUnSorted:hover {
  background-color: #555;
}
.table .tablesorter-headerAsc {
  background-image: url(../img/table_sort_asce.png);
  background-position: right;
  background-origin: content-box;
  background-repeat: no-repeat;
  cursor: pointer;
}
.table .tablesorter-headerAsc:hover {
  background-color: #555;
}
.table .tablesorter-headerDesc {
  background-image: url(../img/table_sort_desc.png);
  background-position: right;
  background-origin: content-box;
  background-repeat: no-repeat;
  cursor: pointer;
}
.table .tablesorter-headerDesc:hover {
  background-color: #555;
}
.table .sorter-false {
  background: none !important;
  background-color: #767676 !important;
  cursor: default !important;
}
.table-mini tbody tr td {
  padding: 4px !important;
  font-size: 12px;
}
.table-mini thead tr th.titulo {
  background-color: #202020;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #767676;
  border-color: #767676;
  cursor: default;
}
.pagination > li > a,
.pagination > li > span {
  color: #888;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #444;
}
.modal-dialog-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-body {
  overflow-y: auto;
}
.modal-footer {
  margin-top: 0;
}
@media (max-width: 767px) {
  .modal-dialog-center {
    width: 100%;
  }
}
.btn-financeiro {
  color: #ffffff;
  background-color: #ff3d38;
  border-color: #ff2822;
  margin: 5px;
}
.btn-financeiro:hover {
  color: #ffffff;
  background-color: #fb150f;
  border-color: #ff2822;
  margin: 5px;
}

.btn-imprimir-ficha{
  color: #ffffff;
  background-color: #186d07;
  border-color: #186d07;
  margin: 5px;
  width: 190px;
}

.btn-vida{
  color: #ffffff;
  background-color: #ff9700;
  border-color: #ff9700;
  margin: 5px;
}

.btn-vida:hover{
  color: #ffffff;
  background-color: #d47f00;
  border-color: #d47f00;
  margin: 5px;
}

.btn-pastoreio{
  color: #ffffff;
  background-color: #7cbee4;
  border-color: #7cbee4;
  margin: 5px;
}

.btn-pastoreio:hover{
  color: #ffffff;
  background-color: #619cbe;
  border-color: #619cbe;
  margin: 5px;
}
.btn-lgpd{
  color: #ffffff;
  background-color: #9400D3;
  border-color: #9400D3;
  margin: 5px;
}
.btn-lgpd:hover{
  color: #ffffff;
  background-color: #9400D3;
  border-color: #9400D3;
  margin: 5px;
}


.btn-config{
  color: #ffffff;
  background-color: #ff9700;
  border-color: #ff9700;
  margin: 5px;
}

.btn-config:hover{
  color: #ffffff;
  background-color: #cc7a00;
  border-color: #cc7a00;
  margin: 5px;
}

.infantil .mini-nav {
  background-color: #ffffff;
  border-bottom-color: #ff9700;
}
.infantil .mini-nav .mod-ttl {
  background-color: #ff9700;
}
.infantil .mini-nav .mod-ttl .deco .dec1 {
  background: #ffb241;
}
.infantil .mini-nav .mod-ttl .deco .dec2 {
  background: #ffce87;
}
.infantil .mini-nav .mod-ttl .deco .dec3 {
  background: #ffe7c4;
}
.verde {
  color: green;
}
.vermelho {
  color: red;
}
.amarelo {
  color: rgb(255, 255, 0);
  text-shadow: 0 0 3px #000;
}
.linkSistemaAntigo {
  border: 0;
  padding: 0;
  display: inline;
  background: none;
  font-size: 16px;
  padding: 6px 15px;
  color: #767676;
  position: relative;
  display: block;
  text-decoration: none;
}
.linkSistemaAntigo:hover {
  background: none;
  text-decoration: none;
  color: #fff;
  background-color: #c0c0c0;
}
.espacamentoDivFormularioSolicitacaoCompra {
  margin-top: 10px;
  margin-bottom: 10px;
}

.display-flex-opcoes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.margin-top {
  margin-top: 27px;
}
.divInputValoresFormSolicitacaoCompras {
  min-width: 125px;
}
.deletarItemPedidoCompra {
  color: red;
  font-size: 30px;
  cursor: pointer;
}
.deletarItemRateio {
  color: red;
  font-size: 30px;
  cursor: pointer;
}
.btnCompraRateada {
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}
.btnSalvarSolicitacao {
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  /*max-width: 80%; */
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  text-align: center;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

/* style 4 */

.inputfile-4 + label {
  color: #d3394c;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
  color: #722040;
}

.inputfile-4 + label figure {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #d3394c;
  display: block;
  padding: 20px;
  margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
  background-color: #722040;
}

.inputfile-4 + label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}
.tituloAnexos {
  text-align: center;
}
.tdLixeira {
  width: 1%;
}
.btn-acoesAvaliacao {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 172px;
}
.informativoCompra {
  background-color: #ff2822;
  padding: 6px;
  color: white;
  font-family: "Oswald", sans-serif;
}
.arquivoAprovarCotacao {
  border: 2px solid #d3394c;
  border-radius: 3px;
  padding: 10px;
  /* margin-bottom: 10px; */
  cursor: pointer;
  color: #d3394c;
  font-weight: 800;
}
.btnAprovarCotacao {
  margin-top: 15px;
  margin-bottom: 20px;
}
.checkboxSelecionarItem {
  width: 40px;
  height: 40px;
  margin-top: -10px !important;
  cursor: pointer;
}
.divBloqueio {
  height: 100%;
  opacity: 0.8;
  z-index: 9999;
  position: absolute;
  width: 99%;
  background-color: #1e1e1e;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 27px;
  padding-top: 35px;
  font-weight: 800;
  /* font-style: italic; */
  text-transform: uppercase;
  border-radius: 0px;
  line-height: 28px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1400px) {
  .divBloqueio {
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .divBloqueio {
    height: 88%;
    width: 94%;
  }
}

@media screen and (max-width: 768px) {
  .divBloqueio {
    height: 100%;
    width: 95%;
  }
}

@media screen and (max-width: 450px) {
  .divBloqueio {
  }
}

.linkAnexo {
  border: 1px solid;
  border-color: #5a5a5a;
  color: red;
  padding: 10px;
  font-size: 20px;
  font-weight: 800;
  border-radius: 3px;
}
.btnFiltrarCompras {
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.divLegendaVermelho {
  background-color: red;
  height: 20px;
  border-radius: 13px;
}
.linhaVermelha {
  background-color: red !important;
}
.informativoCompra a {
  color: black !important;
}
.ui-autocomplete {
  background-color: white;
  font-size: 20px;
  border: 1px solid black;
  cursor: pointer;
}
.divIconeVida {
  background-color: #ff9700 !important;
  box-shadow: 0px 5px 0px #c7c7c7 !important;
}
.divIconeLgpd {
  background-color: #9400D3!important;
  box-shadow: 0px 5px 0px #9400D3 !important;
}
.divIconePatrimonio {
  background-color: #387eff !important;
  box-shadow: 0px 5px 0px #c7c7c7 !important;
}
.divIconeCelulas {
  
  background-color: #8c21a4 !important;
  box-shadow: 0px 5px 0px #c7c7c7 !important;
}
.divIconeFinanceiro {
  background-color: #ff3d38 !important;
  box-shadow: 0px 5px 0px #c7c7c7 !important;
}
.divIconeIgreja {
  background-color: #666 !important;
  box-shadow: 0px 5px 0px #c7c7c7 !important;
}
.divIconePastoreio {
  background-color: #666 !important;
  box-shadow: 0px 5px 0px #c7c7c7 !important;
}

.divIconeConfiguracoes {
  background-color: #666 !important;
  box-shadow: 0px 5px 0px #c7c7c7 !important;
}
.divIconeVoluntariado {
  background-color: #76d53e !important;
  box-shadow: 0px 5px 0px #c7c7c7 !important;
}
.divIconeEdCrista {
  background-color: #666 !important;
  box-shadow: 0px 5px 0px #c7c7c7 !important;
}
.divIconeAdoracao {
  background-color: #666 !important;
  box-shadow: 0px 5px 0px #c7c7c7 !important;
}
.divIconeInfantil {
  background-color: #ff9700 !important;
  box-shadow: 0px 5px 0px #c7c7c7 !important;
}

.hiddenRow {
  padding: 0px !important;
}
.fonte20 {
  font-size: 20px;
}

body .ui-autocomplete {
  list-style-type: none;
  display: block;
  width: 50px;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.campoObrigatorio{
  color: red;
  font-weight: 800;
}
.fonteVermelha {
  color: red !important;
}
.fonteAzul {
  color: blue !important;
}
.selectCentroCusto {
  background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}
body .ui-autocomplete {
  z-index: 9999;
}
.pointer {
  cursor: pointer;
}

.input-permission {
  width: 40px;
  border-radius: 6px;
  border: 1px solid #6ab32d;
  margin-left: 10px;
}

.item-input-group {
  width: 24%;
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.itens-input-display {
  display: inline-block;
  /* width: 49%;*/
}

.grupo-display {
  display: flex;
  flex-wrap: wrap;
}

.largura-titulo {
  width: 100%;
}

.title-decoration {
  border-bottom: 1px solid gray;
}

.titulos-inputs {
  color: #42bfef;
  font-size: 21px;
}

.campo-dados-top {
  border-color: #42bfef;
}

.titulo-permissoes {
  color: #6ab32d;
  font-weight: 600;
}

.lista-permissoes {
  list-style-type: none;
}
.fundo-titulo-permissoes {
  background-color: #6ab32d;
  color: #fff;
  padding: 7px 15px;
  border-radius: 10px;
  margin: 10px 0;
}

.btn-enviar {
  font-weight: 600;
  margin: 15px;
}

@media (max-width: 1024px) {
  .item-input-group {
    width: 49%;
    margin: 5px 0;
  }
}

@media (max-width: 768px) {
  .item-input-group {
    width: 100%;
    margin: 5px 0;
  }
}

@media (max-width: 426px) {
  .logo-mobile {
    margin-left: 25px;
  }
}

@media (max-width: 426px) {
  .navbar-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 24px;
  }

  .logo-mobile {
    margin-left: 25px;
  }
  .navbar-header button {
    background-color: #dedddd;
    border: 2px solid #555;
    border-radius: 5px;
    color: #555;
    font-size: 25px;
    padding: 4px 11px 3px 11px;
    margin-right: 25px;
  }

  #content {
    padding: 46px 0;
  }

  .navbar-header button:hover {
    opacity: 0.5;
  }

  .navbar .mini-nav {
    position: relative;
    display: block;
    border-bottom: 1px solid #aaa;
    width: 100%;
    background-color: #ebebeb;
    height: 50px;
  }

  .navbar .mini-nav .mod-ttl {
    position: relative;
    /*background-color: #202020;*/
    color: white;
    text-align: center;
    height: 50px;
  }

  .navbar .mini-nav .mod-ttl h4 {
    padding: 0;
    margin: 0;
    font-family: "SourceSansProBold";
    font-size: 16px;
    line-height: 50px;
    text-transform: uppercase;
  }

  .menu-responsivo-bg {
    z-index: 20000;
    padding: 20px;
    background: #e6e6e6;
    border-bottom: 1px solid #bdbdbd;
  }

  .titulos-menu-responsivo {
    font-weight: 600;
  }

  .menu-hambuguer {
    display: block;
  }

  .sidebar li a {
    color: #808080;
    padding: 3px 0;
  }
  .deco {
    display: none;
  }
  .deco1 {
    display: none;
  }
  .deco2 {
    display: none;
  }
  .deco3 {
    display: none;
  }
}

.box-alerta {
  position: absolute;
  right: 5px;
  z-index: 99;
  list-style-type: none;
}

.alertaSistema {
  /*float: right;*/
  /*position: absolute;*/
  width: 400px;
  margin: 5px;
  text-align: justify;
}
.alertaSistema p {
  float: right;
}
.btn-filtrar {
  padding: 14px;
  margin: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #42c0f0;
  border: 0;
}

.checkbox-grupo {
  border: 1px solid #ced4da;
  padding: 6px 0 5px 13px;
  border-radius: 3px 3px 0 0;
  border-bottom: 3px solid #42c0f0;
  font-size: 15px;
}

.checkbox-vermelho {
  border-bottom: 2px solid #ff3d38;
  font-size: 14px;
  padding: 4px 15px 0 15px;
}

.checkbox-vermelho-medio{
  border-bottom: 2px solid #ff3d38;
    font-size: 16px;
    padding: 5px 15px 5px 15px;
}


.checkbox-amarelo-medio{
  border-bottom: 2px solid #ff9700;
    font-size: 16px;
    padding: 5px 15px 5px 15px;
}



.select-grupo {
  border: 1px solid #ced4da;
  padding: 6px 0 5px 13px;
  border-radius: 3px 3px 0 0;
  border-bottom: 3px solid #42c0f0;
  font-size: 15px;
}

.select-vermelho {
  border-bottom: 2px solid #ff3d38;
  font-size: 14px;
  padding: 4px 15px 0 15px;
}

.vida-color {
  color: #ff9700;
}

.financeiro-color {
  color: #ff3d38;
}

.patrimonio {
  color: #6bb42d;
}

.pastoreio-color {
  color: #42c0f0;
}
.lgpd-color {
  color: #9400D3;
}
.configuracoes-color {
  color: #be6e04;
}
.dashboard-color {
  color: #202020;
}

.alternativo-color {
  color: #1e8cb8;
}

.size-button-filtrar {
  width: 92%;
}

.titulo-sibip {
  color: #42c0f0;
  color: #42c0f0;
  font-size: 1.8rem;
}

.titulo-sibip-financeiro {
  color: #ff3d38;
  font-size: 1.8rem;
}

.form-topo label {
  font-weight: 500;
  color: #686565;
}

.filtrar-input {
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom: 2px solid #42c0f0;
}

.vida-input {
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom: 2px solid #ff9700;
}

.financeiro-input {
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom: 2px solid #ff3d38;
}

.patrimonio-input {
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom: 2px solid #6bb42d;
}

.pastoreio-input {
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom: 2px solid #42c0f0;
}

.configuracoes-input {
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom: 2px solid #ff9700;
}

.dashboard-input {
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom: 2px solid #202020;
}

.btn-add-novo-item {
  width: 240px !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
}

.btn-gray{
    font-weight: bold;
    color: #5e5b5b;   
    letter-spacing: 1px;
}

.text-align-left {
  text-align: left;
}

.espaco-esquerda{
  padding-left: 28px;
}

@media screen and (max-width: 600px) {
  .size-button-filtrar {
    width: 100%;
  }
}

/*.inputfile-box {
  position: relative;
    width: 46.5%;
    border: 1px solid gray;
    border-radius: 7px 0 0 7px;
    height: 36px;
    margin: 15px;
}

.inputfile-box .inputfile {
  display: none;
}


.inputfile-box .file-box {
  display: inline-block;
  width: 100%;*/
/* border: 1px solid; */
/* padding: 7px 0px 7px 10px;
  box-sizing: border-box;
  height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  height: 34px;
  line-height: 19px;

}

.inputfile-box .icone-upload {
  color: #fff;
}

.inputfile-box .file-button {
  background: #299031;
  padding: 5px 13px;
  position: absolute;
  border: 1px solid #299031;
  top: 0px;
  right: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  height: 34px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 21px;
}*/

input[type="file"] {
  display: block;
}

.input-wrapper label {
  background-color: #ff3d38;
  border-radius: 5px;
  color: #fff;
  margin: 15px;
  padding: 6px 20px;
}

.input-wrapper label:hover {
  background-color: #cf130e;
}

.nome-arquivo {
  background-color: #e8e8e8;
  padding: 9px;
  border-radius: 5px;
}
#alertaValorProjeto {
  background-color: red;
  color: white;
  text-transform: uppercase;
  text-align: justify;
  font-weight: 800;
}
.badgeVermelho {
  background-color: red;
  color: #fff;
}


.menu-superior-direito{
  flex-direction: row !important;
}

.botao-footer{
  width: 100%;
  /* word-break: break-word; */
  height: 40px;
  white-space: normal;
  word-wrap: break-word;
  height: fit-content;
}

.informacoes-titulo{
  color: red;
  font-size: 15px  !important;
  font-weight: 600;
  margin: 15px 0 0 0;
}

.informacoes-texto{
  color: #666;
  font-size: 15px  !important;
  font-weight: 600;
}

.box-tabela{
  padding: 0 15px;
}

.tabela-compras thead a{ 
  color:#fff;
}

.tabela-compras thead a:hover{ 
  color:#fff;
}

.sub-linha{
  background-color: #bab6b6 !important;
}

.tabela-compras tbody a{ 
    color: #fff;
    padding: 5px;
    background-color: #ff3d38;
    border-radius: 5px;
    margin: 5px;
}

.tabela-compras tbody a:hover{ 

  color: #fff;
    padding: 5px;
    background-color: rgb(153, 5, 5);
    border-radius: 5px;
    margin: 5px;
}

.linha-vermelha{
  background-color: #f39895;
}

.tabela-avaliacoes  thead a{ 
  color:#fff;
}

.tabela-avaliacoes thead a:hover{ 
  color:#fff;
}

.tabela-avaliacoes tbody a{ 
  color: #fff;
  padding: 5px;
  background-color: #ff3d38;
  border-radius: 5px;
  margin: 5px;
}

.tabela-avaliacoes tbody a:hover{ 

color: #fff;
  padding: 5px;
  background-color: rgb(153, 5, 5);
  border-radius: 5px;
  margin: 5px;
}


.width-50{
  width: 50%;
}

@media screen and (max-width: 770px) {
  .width-50{
    width: 100%;
  }
}

.width-100{
  width: 100%;
}

.btn-logout-yellow{
  font-size: 14px;
  padding: 1px 6px 0 6px;
  align-self: end
}

#ProjetoProjetosaddForm label{
  font-weight: bold;
}

.btn-add-novo-item-free--width{
  text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
}


  #tabelaAvaliadores td{
    border-top: 0 !important;
  }

  #vida label{
    font-weight: bold;
  }

  #vida .nav-tabs .nav-link.active {
    color: #f8f9fa !important;
    background-color: #ff9700;
    border-color: #dee2e6 #dee2e6 #ff9700;
  }

  #vida .nav-item a {
   color: #000000 ;
   font-weight: bold  !important;
   border: 1px solid rgba(0,0,0,.125);
   border-bottom: 0;
}

#vida .nav-link:hover {
  background-color: #ffc1073a;
}

.tabela-title-vida{
  background-color: #1e1e1e;
  font-size: 15px;
  vertical-align: middle !important;
}

.btn-editar-foto{
    width: 100%;
    color: #ff9700;
    margin-bottom: 16px;
}

.btn-editar-foto:hover{
  color: #d48001;
}

.id-text-vida{
  font-size: 32px;
    font-weight: 700;
    color: #ff9700;
}

.fototabelapessoas{
  width:80px;
  height: 80px;
  object-fit: cover; 
}

#idTabelaResultado thead a{
 color: #fff !important; 
}

#PatrimonioIndexForm label{
  font-weight: bold !important;
 }

#vida thead a{
  color: #fff !important; 
}

#modalfoto input[type="file"] {
  display: block !important;
}

#config-grupos th a{
  color: #fff !important; 
}

#config-paginas th a{
  color: #fff !important; 
}

#config-wifi th a{
  color: #fff !important; 
}

#tabelaAtendimentos thead a{
  color: #fff !important; 
}

#novoAtendimento label{
  font-weight: bold !important;
 }

#atendimentos  label{
  font-weight: bold !important;
 }


 #table-compras-fornecedor th a{
  color: #fff !important; 
 }

 #table-marcas-patrimonio thead a{
  color: #fff !important;
 }

 #table-ministerios-patrimonio thead a{
  color: #fff !important;
 }

 #table-modelo-patrimonio  thead a{
  color: #fff !important;
 }

 #aprovador-custos-config th a{
  color: #fff !important;
 }

 #adicionarpatrimonio input[type="file"] {
  display: block;
}

#consultas-patrimonio label{
  font-weight: bold !important;
  color: #2f4f4f;
}


.btn-pdf{
  color:red !important;
}

.btn-pdf:hover{
  color: #fff !important;
}

.title-label-relatorios{
  font-weight: bold !important;
  color: #2f4f4f;
}


.topo-tabela-patrm{
     background-color: #6bb42d;
    border-radius: 10px 10px 0 0;
    padding: 7px 0 1px 0;
    color: #fff !important;
}

.body-tabela-patrm{
    border: 1px solid #6bb42d;
    padding: 8px 0 0 13px;
    color: darkslategray;
} 

#adicionarpatrimonio label{
  font-weight: bold !important;
  color: #2f4f4f;
}

.button-upload-file{
  cursor: pointer;
  font-weight: bold;
}

#editPatrimonioHistorico p{
  color: darkslategray;
}


#editPatrimonioHistorico label{
  font-weight: bold !important;
  color: #2f4f4f;
}

#editPatriLocal p{
  color: darkslategray;
}
.alinharTextoCentroTd{
  text-align: center;
  vertical-align: middle!important;
}
.card15px{
  margin-left: 15px;
}
.error{
  border: 1px solid!important;
  color: red!important;
  padding: 5px!important;
}
.voluntarioTabelaDashboard{
  font-size: 20px;
  text-align: center;
}
.voluntarioFundoVerdeTabela{
  background-color: #59aa28!important;
  color: white!important;
}
.vermelhoBold{
  color: red;
  font-weight: bold;
}
.fotosVeiculos{
  width: 290px;
  height: 220px;
  margin-left: 15px;
  margin-top: 10px;
}
.iconeExcluir{
  color: red;
}
.foto-servir{
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cor-recem-adicionado{
  color: white;
  background-color: purple;
}
.divBloqueioMotorista {
  background-color: rgba(76, 65, 80, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.textoBloqueioMotorista{
  margin-left: 700px;
  margin-top: 300px;
}
.checkbox-checkout {
  width: 20px;
  height: 20px;
}
.label-checkbox{
  font-size:20px;
  margin-left:10px;
}
#iconeAdicionarParticipante{
  cursor: pointer;
  color: #7cbee4;
}
.pastoreioLiderGrupo{
  color: #ebeb00;
}
#iconeExcluirParticipante{
  color: red;
  cursor: pointer;
}
#iconeEditarParticipante{
  color: #7cbee4;
  cursor: pointer;
}
#iconeWhatsapp{
  color: green;
  cursor: pointer;
}
#iconeEditarGrupo{
  color: #7cbee4;
  cursor: pointer;
}
#iconeListaParticipantes{
  color: #7cbee4;
  cursor: pointer;
}
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url(../img/loading2.gif) no-repeat center center;
  z-index: 10000;
}
#graficoFinanceiro002 {
	 height: 100%;
}
#graficoFinanceiro002 table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
}
.col-item {
  width: 5%;
}
.col-descricao {
  width: 35%;
}
@media (max-width: 767px) {
  .tabelaListaItens {
      display: block;
      width: 100%;
      overflow-x: auto;
      white-space: nowrap;
  }
}