@charset "UTF-8";@import url(../../bower_components/angular-toastr/dist/angular-toastr.css);@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,900,700,900italic);html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}.container{margin:0 auto;max-width:100%;width:950px}@media screen and (max-width:860px){.container{width:700px}}@media screen and (max-width:640px){.container{width:100%}}.md-button.md-raised.md-primary:not([disabled]),.md-button.md-raised:not([disabled]),.md-button.md-raised:not([disabled]):focus,.md-button.md-raised:not([disabled]):hover{color:#fff}md-input-container.md-default-theme .md-input[disabled]{background:0 0;border-color:#eee}md-input-container.md-default-theme .md-input{border-color:#9b9b9b}md-input-container.md-default-theme.md-input-focused .md-input{border-color:#35c05e!important}md-radio-button .md-off,md-radio-button .md-on{height:20px;width:20px}md-radio-button .md-off,md-radio-button.md-checked .md-off{border-color:#000}md-radio-button .md-on{background:#000}md-radio-button .md-label{margin-top:4px}.form .md-button{font-weight:800;text-transform:none}.form .md-actions .md-button.md-secundary,.form .md-actions .md-button[disabled]{color:#9b9b9b}.form md-input-container label.active,.form md-input-container.md-input-focused label,.form md-input-container.md-input-has-value label{color:#35c05e;font-weight:700}.form md-input-container label{color:#bdbdbd;font-weight:400}.form md-input-container md-select .md-select-label{width:100%}md-list .channel{border-radius:10px;font-weight:500;margin:0 4px;text-transform:uppercase}md-list span.currency{font-weight:500}md-list .tooltip-text{min-width:200px}md-list .tooltip-text span{font-size:12px}.card{padding:0!important}.card.experiences button{padding:0}.card.transactions div.item:not(:last-child){border-bottom:1px solid #eee}.card.transactions div.item .md-2-line{border-bottom:0}.card .title-card{background:#9b9b9b;border-radius:2px 2px 0 0;font-size:20px;font-weight:500;height:60px;margin:0;padding:16px}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{0%,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.39062deg) skewY(.39062deg)}88.8%{transform:skewX(-.19531deg) skewY(-.19531deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}.flipInX,.flipInY,.flipOutX,.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{transform:perspective(400px)}}.flipInY,.flipOutX,.flipOutY{animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX,.flipOutY{animation-name:flipOutX}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.dialogs md-dialog{width:800px;max-height:500px;margin:auto}.dialogs .related-consumer{text-align:left;padding:5px 0!important}.dialogs .related-consumer .notification-text{padding:12px 16px;margin:0;color:#212121;opacity:.87;display:inline-block}.dialogs .related-consumer button{display:inline-block;float:right}.dialogs ._md-toolbar-transitions,.search-header md-input-container{padding:0}.dialogs .dialog-title p{margin:0 auto 30px}.dialogs .md-dialog-content-body .title{padding-bottom:10px;width:100%;color:#696969}.dialogs .md-dialog-content-body .title td,.dialogs md-toolbar{padding:15px 0}.dialogs .md-dialog-content-body .title td,.dialogs .related-consumer,.dialogs md-toolbar{background-color:#fff!important;line-height:1.42857143;vertical-align:top;border-bottom:1px solid #ddd}.dialogs .title .successStatus{color:green}.dialogs .title .errorStatus{color:red}.dialogs .md-dialog-content-body .request-data{opacity:.57;font-size:14px}.dialogs td .md-toolbar-tools{margin-top:15px;padding-left:0;font-size:16px}.dialogs .text-right{text-align:right!important}.main-header{position:fixed;top:0;height:104px;z-index:10}.main-header div.md-toolbar-tools{padding:0;margin-top:10px}.main-header div.md-toolbar-tools>div{height:100%}.main-header a.brand-logo{height:64px;line-height:64px}.main-header a.brand-logo md-icon{width:150px}.subheader{height:200px;width:100%;display:inline-block}.subheader div.container{margin-top:40px;margin-bottom:118px;height:44px}.subheader h1{font-size:24px;font-weight:500;margin:0 0 0 8px}.subheader a{color:#9b9b9b;margin-right:5px}.subheader a:hover{transition:color .5s ease-in-out;color:#bdbdbd}.subheader a.bonuz-love.md-button{font-size:16px;height:32px;line-height:32px;margin-right:8px;min-height:32px;padding:0 12px;text-transform:none}.subheader a.bonuz-love.md-button:after{position:relative;top:4px;background-image:url(../assets/images/icons/ic_favorite.svg);background-repeat:no-repeat;content:'';display:inline-block;height:16px;margin-left:5px;width:16px}.subheader a.bonuz-love.md-button:hover{background-color:#35c05e}.subheader p{color:#fff;font-size:16px;margin-top:0;opacity:.6}.progress-linear[md-mode=indeterminate]{display:none;z-index:50}.progress-linear[md-mode=indeterminate].active{display:block}.progress-linear[md-mode=indeterminate] .md-container{background-color:#eee;top:0}.progress-linear[md-mode=indeterminate] .md-container .md-bar{background-color:#bdbdbd}.search-header md-select{border-bottom-left-radius:2px;border-top-left-radius:2px;background:#fff;background-position:18px 8px;position:relative;left:16px}.search-header md-select:not([disabled]):focus .md-select-value{border:0}.search-header md-select md-select-value{border-bottom:0}.search-header md-select md-select-value span:not(.md-select-icon){display:none}.search-header md-select .md-select-icon{color:#ddd;font-size:14px;margin:0 0 0 32px}.search-header .btn-search{margin:4px 0 0 -40px}.search-header .btn-search:not([disabled]):hover{transition:background-color .5s linear;background-color:#bdbdbd}.search-header .btn-search:not([disabled]):hover path{transition:color .5s ease-in-out;fill:#fff}.search-header .btn-search md-icon{height:18px;width:18px;margin:7px 0 0 -8px}.search-header input{padding-right:40px;padding-left:16px;border-bottom-right-radius:2px;border-top-right-radius:2px;background:#fff;font-size:16px;height:40px;width:320px;border:0}.search-header input::-webkit-input-placeholder{color:#bdbdbd;font-size:16px}.search-header input:-moz-placeholder,.search-header input::-moz-placeholder{color:#bdbdbd;font-size:16px}.search-header input:-ms-input-placeholder{color:#bdbdbd;font-size:16px}.search-header .btn-logout.md-button.md-icon-button{margin:0;width:20px}.search-header .errorMessage{position:absolute;font-size:14px;margin-top:52px}.md-select-menu-container md-option{padding-left:40px;background-position:10px;color:#454545}.md-select-menu-container md-option:hover{background-color:#eee;color:#000}.md-select-menu-container md-option[selected=selected],.md-select-menu-container md-option[selected=selected]:focus{background-color:#eee;color:#000}.md-select-menu-container md-option,.search-header md-select{background-repeat:no-repeat}.md-select-menu-container md-option.mobile,.search-header md-select.mobile{background-image:url(../assets/images/icons/ic_shearch_phone.svg)}.md-select-menu-container md-option.doc,.search-header md-select.doc{background-image:url(../assets/images/icons/ic_shearch_cpf.svg)}.md-select-menu-container md-option.email,.search-header md-select.email{background-image:url(../assets/images/icons/ic_shearch_email.svg)}.md-select-menu-container md-option.name,.search-header md-select.name{background-image:url(../assets/images/icons/ic_shearch_name.svg)}.md-select-menu-container md-option.facebook,.search-header md-select.facebook{background-image:url(../assets/images/icons/ic_shearch_facebook.svg)}.pages-experience .other-promos a:hover,body,html{background:#eee}body{font-family:"Roboto",sans-serif}a{text-decoration:none}a:focus,button:focus{outline:0}ul{list-style:none}.no-padding,.pages-dashboard .content,.pages-dashboard md-list ul,.pages-requests md-list ul{padding:0}button.md-primary span,h2{color:#fff}.cursor{cursor:pointer}md-input-container [ng-message]:not(.md-char-counter){padding-right:0;right:0}md-dialog{border-radius:0}md-dialog h2{color:#000}.pages-bonuz-love div.md-actions button,md-dialog button.md-primary span{color:#35c05e}.mb-10{margin-bottom:10px!important}.main-content{position:absolute;top:104px;width:100%}.box{box-shadow:0 2px 4px 0 rgba(0,0,0,.5)}.pages{margin-top:-120px;position:relative;z-index:5}.pages>md-content{margin:8px}md-list .md-2-line{border-bottom:1px solid #eee;padding:0}md-list .md-2-line:last-child{border-bottom:0}md-list .md-2-line[flex="100"]{-ms-flex:0 0 100%;flex:0 0 100%}md-list .md-2-line[flex="50"]{border-right:1px solid #eee;-ms-flex:0 0 50%;flex:0 0 50%}md-list .md-2-line .md-list-item-text h3,md-list .md-2-line .md-no-style .md-list-item-text h3{height:20px;width:100%;color:#212121;font-size:16px;line-height:1.2;margin:0;overflow:hidden}md-list .md-2-line .md-list-item-text p,md-list .md-2-line .md-no-style .md-list-item-text p{color:#9b9b9b;font-size:14px;font-weight:400}md-list .md-2-line .md-list-item-text span.status,md-list .md-2-line .md-no-style .md-list-item-text span.status{font-size:12px;margin-right:5px}md-card-content:not(.list-with-image) md-list .md-list-item-text,md-content:not(.list-with-image) md-list .md-list-item-text{padding:10px 12px}.list-with-image img.md-avatar:first-child{border-radius:0}.list-with-image md-list{padding:0 12px}.list-with-image md-list-item.md-2-line.great-avatar{height:100px;padding:14px 0}.list-with-image md-list-item.md-2-line.great-avatar img.md-avatar{margin-top:0;margin-bottom:0;height:60px;width:60px}.list-with-image md-list-item.md-2-line.payments{border-left:4px solid #eee;margin-bottom:12px;padding-left:12px}.list-with-image md-list-item.md-2-line.payments span.currency{color:#9b9b9b;float:right}.list-with-image md-list-item.md-2-line:not(.payments) span.currency,.pages-bonuz-love md-input-container:not(.md-input-invalid).md-input-focused label,.pages-bonuz-love md-input-container:not(.md-input-invalid).md-input-has-value label{color:#35c05e}.list-with-image md-list-item.md-2-line:not(.payments) .status{font-size:10px}.list-with-image md-list-item.md-2-line:not(.payments) .status md-icon{font-size:12px!important;width:12px!important;height:12px!important}.pages-bonuz-love{padding:8px}.pages-bonuz-love h2{color:#35c05e;font-size:20px}.pages-bonuz-love a.close{margin:0;text-align:right}.pages-bonuz-love a.close md-icon,.pages-transactions md-icon,div.message [class^=icon].icon-recurrent{height:16px;width:16px}.pages-bonuz-love p{color:#9b9b9b;font-size:14px}.pages-bonuz-love div.md-actions button[disabled]{color:#9b9b9b}.pages-dashboard .eventRow{line-height:23px!important}.pages-dashboard .small-font{font-size:16px;font-weight:400}.pages-dashboard .tiny-font{font-size:11px;color:#9b9b9b}.pages-dashboard .right{text-align:right}.pages-dashboard .black{color:#000!important}.pages-dashboard .green{color:#35c05e}.pages-dashboard .orange{color:orange}.pages-dashboard .notifications .md-list-item-text h3{height:auto;max-height:40px}.pages-dashboard .notifications .resend a.link{height:15px;width:18px;cursor:pointer}.pages-dashboard .notifications .resend a.link:hover svg{fill:#35c05e}.pages-dashboard .notifications .cancelled-notifications{color:red!important}.pages-dashboard .canceled-button{margin-left:10px}.pages-dashboard .list .md-list-item-text .title-field{font-weight:700}.pages-dashboard .md-actions{background:#fff;border-radius:0 0 2px 2px;border-top:1px solid #eee;font-size:14px;font-weight:700;text-align:center;text-transform:uppercase;width:96%}.pages-dashboard .md-actions .link{height:100%;width:100%;color:#35c05e;display:inline-block;padding:16px}.pages-dashboard .md-actions .link:hover{transition:background-color .5s linear,color .5s ease-in-out;background:#35c05e;color:#fff}.pages-dashboard md-progress-circular{margin:auto}.pages-dashboard md-list li,.pages-requests md-list li{height:auto;min-height:88px;line-height:1.42857143;vertical-align:top;border-bottom:1px solid #ddd}.pages-dashboard md-list li .title,.pages-requests md-list li .title{padding:0 18px;display:block;width:100%}.pages-dashboard md-list .title strong,.pages-requests md-list .title strong{padding-right:8px}.pages-experience{margin-right:auto;margin-left:auto;max-width:516px}.pages-experience md-toolbar.md-default-theme{background-color:#000;border-radius:2px 2px 0 0}.pages-experience md-toolbar.md-default-theme h2{color:#35c05e;font-weight:600;text-align:center}.pages-experience md-toolbar.md-default-theme span.recurrent{color:#fff;margin-left:5px}.pages-experience .message.message-done,.pages-experience .message.message-participate{top:0}.pages-experience .bonuses-content{background:#fff;border-radius:0 0 2px 2px;padding:0;position:relative}.pages-experience .bonuses-content .banner{height:290px;width:100%;overflow:hidden}.pages-experience .bonuses-content .banner img,.pages-experiences md-card md-card-content>div{width:100%}.pages-experience .details-entry div[layout-padding].description p{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.pages-experience .details-entry img{display:inline-block;margin-right:10px;max-height:71px;max-width:71px;vertical-align:middle;width:100%}.pages-experience .details-entry h3{display:inline-block;font-size:22px;margin:7px 0 0}@media screen and (max-width:640px){.pages-experience .details-entry h3{font-size:18px;margin:0}}.pages-experience .details-entry p{font-size:14px;line-height:1.5;text-align:justify}.pages-experience .details-entry p.company{color:#9b9b9b;display:inline-block;font-size:12px;margin:0}.pages-experience .other-promos{padding:0 16px}.pages-experience .other-promos h4{border-bottom:1px solid #eee;color:#9b9b9b;margin-bottom:0}.pages-experience .other-promos img{height:50px;width:50px;float:left;margin-right:10px}@media screen and (max-width:640px){.pages-experience .other-promos img{height:35px;width:35px}}.pages-experience .other-promos a{transition:all .5s ease;cursor:pointer;display:block;padding:10px 0}.pages-experience .other-promos ul{padding-left:0}.pages-experience .other-promos ul li{display:inline-block;margin-bottom:10px;width:100%}.pages-experience .other-promos p{display:inline-block;line-height:1.5;margin:0}@media screen and (max-width:640px){.pages-experience .other-promos p{line-height:1.2}}.pages-experience .other-promos p span.call{color:#454545;font-size:16px}@media screen and (max-width:640px){.pages-experience .other-promos p span.call{font-size:14px}}.pages-experience .other-promos p span.task{color:#9b9b9b;font-size:14px}@media screen and (max-width:640px){.pages-experience .other-promos p span.task{font-size:13px}}div.message.message-done,div.message.message-participate{background:#35c05e;color:#fff}.pages-experiences md-card h2,.pages-experiences md-content h2{color:#9b9b9b;font-size:16px;font-weight:700;margin:10px 5px 0 0;max-height:36px;overflow:hidden}.pages-experiences md-card{margin:0;position:relative}.pages-experiences md-card md-card-content{height:70px;padding:0}.pages-experiences md-card md-card-content div,.pages-experiences md-card md-card-content img{float:left}.pages-experiences md-card div.img-card,div.message{height:198px;overflow:hidden}@media screen and (max-width:640px){.pages-experiences md-card div.img-card{height:125px}}.pages-experiences md-card div.img-card.experience-done{opacity:.3}.pages-experiences md-card h2{color:#454545}.pages-experiences md-card p{color:#9b9b9b;font-size:12px;margin:0}.pages-experiences md-card img.icon-company{margin:10px;max-width:75%;width:50px}.pages-experiences md-card .md-button.md-fab.get-bonus{right:0;top:270px}@media screen and (max-width:640px){.pages-experiences md-card .md-button.md-fab.get-bonus{top:125px}}div.message{height:38px;width:100%;background:#454545;color:#35c05e;font-size:14px;font-weight:700;line-height:1.5;padding:10px 0;position:relative;text-align:center;z-index:1}div.message.message-primary br{display:none}@media screen and (max-width:860px){div.message.message-primary br{display:block}}div.message span.recurrent{color:#fff;font-size:14px}div.message [class^=icon]{height:18px;width:18px;display:inline-block;line-height:25px;margin:0 5px;vertical-align:middle}.official-title{padding-top:30px}.pages-login{position:absolute;top:0;left:0;height:100%;width:100%;background-color:#454545}.pages-login .box{margin-top:208px;margin-right:auto;margin-left:auto;height:222px;width:380px;background-color:#fff;text-align:center}.pages-login .box .logo{height:80px;width:171px;display:inline-block;margin-top:20px}.pages-login .box .button{height:36px;width:246px;font-size:14px;margin-top:20px}.auth0-lock-header-welcome{display:none!important}.auth0-lock-header-bg-blur{background-size:cover!important;opacity:1!important;-ms-filter:none!important;filter:none!important}.pages-notifications{margin-bottom:50px}.pages-notifications:hover{cursor:pointer;outline:none}.pages-notifications .progress-circular{margin-top:15px}.pages-notifications .big-avatar{width:60px;height:60px}.pages-notifications md-list-item{border-bottom:1px solid #ddd}.pages-notifications md-list-item.md-2-line.great-avatar{height:auto;min-height:100%}.pages-notifications md-list-item.md-2-line .md-list-item-text{padding-top:0;padding-right:0;padding-bottom:0}.pages-notifications md-list-item .md-list-item-text .send-date{font-size:10px}.pages-notifications md-list-item .title{height:auto;margin-right:10px!important;margin-bottom:10px!important;word-break:normal;text-align:justify}.pages-notifications md-list-item .status{color:#000!important}.pages-notifications md-list-item .notification-cancelled{color:red!important}.pages-notifications md-list-item .notification-cancelled-text-small{font-size:10px!important}.pages-notifications md-list-item .tipo{color:#000!important}.pages-notifications md-list-item .layout-column{width:100%}.pages-notifications md-list-item .row-actions{margin-top:0;margin-bottom:0}.pages-notifications md-list-item .canceled-button{margin-left:10px}.pages-notifications md-list-item .status-icon{height:18px;width:18px;filter:grayscale(1);margin:0 4px 4px 0}.pages-notifications md-list-item .status-text{color:#9b9b9b;font-weight:300}.pages-notifications md-list-item .identify-resend{margin-top:5px!important}.pages-notifications .resend{margin-top:-5px;width:105px}.pages-notifications .resend button{color:#35c05e;font-weight:700;margin:0;text-transform:none}.pages-notifications .resend button:hover{background-color:#eee}.pages-notifications .resend button .icon{height:15px;width:18px;background:url(/assets/images/icons/ic_forward_hover.svg) no-repeat;float:left;margin-right:5px;margin-top:10px}.pages-notifications .message-type{font-size:12px;font-weight:700}.pages-notifications .message-text{font-size:12px;color:gray}.pages-notifications .message-date{font-size:10px;color:#000}.show-sms .sms{display:block}.sms{display:none;margin:10px 0;background:#eee}.pages-profile md-list{padding:5px 0}.pages-profile md-list md-list-item.md-2-line p,.pages-search ul.suggestion-list li strong.name{font-weight:500}.pages-profile md-list md-list-item:not(:last-child){border-bottom:1px solid #eee}.fix-li-margin{display:inline-block;text-indent:-4%}.pages-search{width:100%;margin-top:32px}.pages-search .radio{margin-left:auto;margin-right:auto;width:380px}.pages-search .radio md-radio-group{display:inline-block;margin-top:28px}.pages-search .radio md-radio-button{margin:0 0 0 10px;display:inline;font-size:14px}.pages-search .radio md-radio-button:first-child{margin-left:0}.pages-search .box{height:auto;width:900px;background-color:#fff;max-width:60%;margin:auto auto 48px}.pages-search .box form{padding:5px 50px 20px}.pages-search .box md-input-container{margin-top:8px;padding-bottom:0}.pages-search .box input{background-image:url(../assets/images/icons/ic_search.svg);background-position:right center;background-repeat:no-repeat;background-size:18px 18px!important;width:100%}.pages-search .box .titlebox{font-size:20px;font-weight:400;padding:20px 50px 0;color:#454545;margin-bottom:0}.pages-search .box .not-found{position:absolute;right:0;bottom:-18px;color:#db4437;font-size:12px;height:14px;margin-top:8px;text-align:right}.pages-search .box #informationMessages{padding:0 48px 24px}.pages-search .box .info-message md-progress-circular,.pages-search .box .info-message p{display:inline-block}.pages-search .box .info-message p{position:absolute;margin-top:15px}.pages-search .box .md-button{margin:20px auto 40px}.pages-search ul.suggestion-list{position:relative;top:0;right:0;bottom:0;left:0;transition:all .5s linear;padding:0;background:#fff}.pages-search ul.suggestion-list md-icon{height:13px;width:13px;margin:0 8px 0 0}.pages-search ul.suggestion-list md-icon svg path{fill:#bdbdbd}.pages-search ul.suggestion-list li{font-size:14px;background:#fff;padding:12px 24px}.pages-search ul.suggestion-list li:nth-child(odd){background:#f3f3f3}.pages-search ul.suggestion-list li span.email,.pages-search ul.suggestion-list li span.phone,.pages-search ul.suggestion-list li span.requestInfo{color:#9b9b9b;font-size:12px;margin:8px 16px 0 0}.pages-search ul.suggestion-list li div.title{width:100%;padding-bottom:5px}.pages-search ul.suggestion-list li div.title strong{padding-right:10px}.pages-search md-tabs:not(.md-no-tab-content):not(.md-dynamic-height){max-height:950px}.pages-transactions{margin-bottom:50px}.pages-transactions:hover{cursor:pointer;outline:none}.pages-transactions .progress-circular{margin-top:15px}.pages-transactions .list-with-image md-list{border-bottom:1px solid #eee;padding-bottom:8px}.pages-transactions span.currency-transaction{margin-top:16px}.show-payment .payment{display:block}.payment{background:#eee;display:none;margin:8px 8px 0;padding:16px 16px 0}.payment .description{border-bottom:1px solid #ddd;padding-bottom:8px}.payment .icon{height:40px;width:40px;margin-right:16px}.payment .title{font-size:14px;margin:0}.payment .status.status-qualified{margin:8px 0 0;border-bottom:1px solid #ddd}.payment .status.status-qualified .status-text{color:#9b9b9b;font-weight:400}.payment .status.status-qualified .status-icon{height:16px;width:16px;filter:grayscale(1);margin:8px 8px 8px 0}.active-color{color:#35c05e}.done-color{color:#000}#_reward .time-to-action{margin-left:72px}#_reward .time-to-action>.icon-query-builder{margin-right:4px;width:14px;height:14px}.trace .date-time{border-right:1px solid #ddd;color:#9b9b9b;padding:16px 24px 0 0;height:70px}.trace .date-time .day{font-weight:500;font-size:14px}#_reward .time-to-action>.reward-label,.trace .date-time .time{font-size:14px}.trace .details{padding:16px 0 0 24px;position:relative}.trace .details::before{background-position:center;background-repeat:no-repeat;content:'';display:inline-block;z-index:10;position:absolute;left:-9px;height:18px;width:18px;background-image:url(../assets/images/icons/ic_info_outline.svg);background-color:#eee;background-size:18px}.trace .details .name{font-weight:500;line-height:1.5}.trace .details .information{color:#9b9b9b;font-size:14px}.trace .name{color:#9b9b9b}.trace.delivered .name{color:#35c05e}.trace.canceled .details::before,.trace.delivered .details::before{position:absolute;left:-12px;height:24px;width:24px;background-image:url(../assets/images/icons/ic_finished.svg);background-color:#eee;background-size:24px}.trace.canceled .name{color:#db4437}.trace.canceled .details::before{background-image:url(../assets/images/icons/ic_canceled.svg)}.transaction-status{margin:8px 8px 0}.transaction-status .status-text{color:#9b9b9b;font-weight:300}.transaction-status .status-icon{height:14px;width:14px;filter:grayscale(1);margin:0 4px 4px 0}.payment-timeout{margin:8px 8px 0;border-bottom:1px solid #ddd}.payment-timeout .status-text{color:#9b9b9b;font-weight:400}.payment-timeout .status-icon{height:16px;width:16px;filter:grayscale(1);margin:8px}.md-avatar-internal,md-list-item .md-avatar{position:relative;z-index:10;border-radius:50%!important;min-width:40px;margin-right:16px}md-list-item .md-avatar{margin-top:16px;height:56px;width:56px}.md-avatar-internal{height:40px;width:40px}.pages-triggers:hover{cursor:pointer;outline:none}.pages-triggers .eventRow{line-height:23px!important}.pages-triggers .small-font{font-size:16px;font-weight:400}.pages-triggers .tiny-font{font-size:11px;color:#9b9b9b}.pages-triggers .right{text-align:right}.pages-triggers .black{color:#000!important}.pages-triggers .green{color:#35c05e}.pages-triggers .orange{color:orange}.pages-timeline .hidden{visibility:hidden}.pages-timeline .right{text-align:right}.pages-timeline .green{color:#35c05e}.pages-timeline .orange{color:orange}.pages-timeline .tiny-font{font-size:13px;color:#9b9b9b}.pages-timeline .medium-font{font-size:15px;color:#626262}.pages-timeline .subtitle{margin-top:-3%;color:gray}.pages-timeline .icon⁻timeline{height:28px;width:30px;background-size:30px}.pages-timeline .ic_event{position:absolute;top:10px;right:10px;background-image:url(../assets/images/icons/ic_event_white.svg)}.pages-timeline .ic_done,.pages-timeline .ic_redeem{position:absolute;top:10px;right:10px;background-image:url(../assets/images/icons/ic_done.svg)}.pages-timeline .ic_redeem{background-image:url(../assets/images/icons/ic_redeem_white.svg)}.pages-timeline .ic_back,.pages-timeline .ic_error{position:absolute;top:10px;right:10px;background-image:url(../assets/images/icons/ic_back.svg)}.pages-timeline .ic_error{background-image:url(../assets/images/icons/ic_error.svg)}.pages-timeline .ic_notifications,.pages-timeline .ic_shopping_basket{position:absolute;top:10px;right:10px;background-image:url(../assets/images/icons/ic_notifications_white.svg)}.pages-timeline .ic_shopping_basket{background-image:url(../assets/images/icons/ic_shopping_basket_white.svg)}