@charset "UTF-8";/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger-box{width:25px;height:17px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1.5px}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:25px;height:3px;background-color:#fff;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:-7px}.hamburger-inner::after{bottom:-7px}.hamburger--3dx .hamburger-box{perspective:50px}.hamburger--3dx .hamburger-inner{transition:transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx .hamburger-inner::after,.hamburger--3dx .hamburger-inner::before{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner::before{transform:translate3d(0,7px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner::after{transform:translate3d(0,-7px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:50px}.hamburger--3dx-r .hamburger-inner{transition:transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx-r .hamburger-inner::after,.hamburger--3dx-r .hamburger-inner::before{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner::before{transform:translate3d(0,7px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner::after{transform:translate3d(0,-7px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:50px}.hamburger--3dy .hamburger-inner{transition:transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy .hamburger-inner::after,.hamburger--3dy .hamburger-inner::before{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner::before{transform:translate3d(0,7px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner::after{transform:translate3d(0,-7px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:50px}.hamburger--3dy-r .hamburger-inner{transition:transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy-r .hamburger-inner::after,.hamburger--3dy-r .hamburger-inner::before{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner::before{transform:translate3d(0,7px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner::after{transform:translate3d(0,-7px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner::before{transform:translate3d(-5px,0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrow.is-active .hamburger-inner::after{transform:translate3d(-5px,0,0) rotate(45deg) scale(.7,1)}.hamburger--arrow-r.is-active .hamburger-inner::before{transform:translate3d(5px,0,0) rotate(45deg) scale(.7,1)}.hamburger--arrow-r.is-active .hamburger-inner::after{transform:translate3d(5px,0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrowalt .hamburger-inner::before{transition:top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner::after{transition:bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner::before{top:0;transform:translate3d(-5px,-6.25px,0) rotate(-45deg) scale(.7,1);transition:top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt.is-active .hamburger-inner::after{bottom:0;transform:translate3d(-5px,6.25px,0) rotate(45deg) scale(.7,1);transition:bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt-r .hamburger-inner::before{transition:top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner::after{transition:bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner::before{top:0;transform:translate3d(5px,-6.25px,0) rotate(45deg) scale(.7,1);transition:top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt-r.is-active .hamburger-inner::after{bottom:0;transform:translate3d(5px,6.25px,0) rotate(-45deg) scale(.7,1);transition:bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::after,.hamburger--boring .hamburger-inner::before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.15s;transition-delay:.15s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner::after{top:-14px;transition:top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse .hamburger-inner::before{transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-7px,0) rotate(-45deg);transition-delay:.32s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;transition:top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear}.hamburger--collapse.is-active .hamburger-inner::before{top:0;transform:rotate(-90deg);transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:.15s;transition-delay:.15s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner::after{top:-14px;transition:top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse-r .hamburger-inner::before{transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-7px,0) rotate(45deg);transition-delay:.32s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear}.hamburger--collapse-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1)}.hamburger--elastic .hamburger-inner{top:1.5px;transition-duration:.4s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner::before{top:7px;transition:opacity .15s .4s ease}.hamburger--elastic .hamburger-inner::after{top:14px;transition:transform .4s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,7px,0) rotate(135deg);transition-delay:.1s}.hamburger--elastic.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner::after{transform:translate3d(0,-14px,0) rotate(-270deg);transition-delay:.1s}.hamburger--elastic-r .hamburger-inner{top:1.5px;transition-duration:.4s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner::before{top:7px;transition:opacity .15s .4s ease}.hamburger--elastic-r .hamburger-inner::after{top:14px;transition:transform .4s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,7px,0) rotate(-135deg);transition-delay:.1s}.hamburger--elastic-r.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner::after{transform:translate3d(0,-14px,0) rotate(270deg);transition-delay:.1s}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .2s .25s ease-in}.hamburger--emphatic .hamburger-inner::before{left:0;transition:transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,left .2s .25s ease-in}.hamburger--emphatic .hamburger-inner::after{top:7px;right:0;transition:transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,right .2s .25s ease-in}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic.is-active .hamburger-inner::before{left:-50px;top:-50px;transform:translate3d(50px,50px,0) rotate(45deg);transition:left .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic.is-active .hamburger-inner::after{right:-50px;top:-50px;transform:translate3d(-50px,50px,0) rotate(-45deg);transition:right .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .2s .25s ease-in}.hamburger--emphatic-r .hamburger-inner::before{left:0;transition:transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,left .2s .25s ease-in}.hamburger--emphatic-r .hamburger-inner::after{top:7px;right:0;transition:transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,right .2s .25s ease-in}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic-r.is-active .hamburger-inner::before{left:-50px;top:50px;transform:translate3d(50px,-50px,0) rotate(-45deg);transition:left .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic-r.is-active .hamburger-inner::after{right:-50px;top:50px;transform:translate3d(-50px,-50px,0) rotate(45deg);transition:right .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1)}.hamburger--slider .hamburger-inner{top:1.5px}.hamburger--slider .hamburger-inner::before{top:7px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.2s}.hamburger--slider .hamburger-inner::after{top:14px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,7px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner::before{transform:rotate(-45deg) translate3d(-3.57143px,-4px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner::after{transform:translate3d(0,-14px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:1.5px}.hamburger--slider-r .hamburger-inner::before{top:7px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.2s}.hamburger--slider-r .hamburger-inner::after{top:14px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,7px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner::before{transform:rotate(45deg) translate3d(3.57143px,-4px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner::after{transform:translate3d(0,-14px,0) rotate(90deg)}.hamburger--spring .hamburger-inner{top:1.5px;transition:background-color 0s .15s linear}.hamburger--spring .hamburger-inner::before{top:7px;transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner::after{top:14px;transition:top .3s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.32s;background-color:transparent}.hamburger--spring.is-active .hamburger-inner::before{top:0;transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .32s cubic-bezier(.215,.61,.355,1);transform:translate3d(0,7px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner::after{top:0;transition:top .3s cubic-bezier(.33333,0,.66667,.33333),transform .15s .32s cubic-bezier(.215,.61,.355,1);transform:translate3d(0,7px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:.15s;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner::after{top:-14px;transition:top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear}.hamburger--spring-r .hamburger-inner::before{transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-7px,0) rotate(-45deg);transition-delay:.32s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top .3s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .32s linear}.hamburger--spring-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .32s cubic-bezier(.215,.61,.355,1)}.hamburger--stand .hamburger-inner{transition:transform .1s .22s cubic-bezier(.55,.055,.675,.19),background-color 0s .1s linear}.hamburger--stand .hamburger-inner::before{transition:top .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand .hamburger-inner::after{transition:bottom .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:transparent;transition:transform .1s 0s cubic-bezier(.215,.61,.355,1),background-color 0s .22s linear}.hamburger--stand.is-active .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1)}.hamburger--stand.is-active .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1)}.hamburger--stand-r .hamburger-inner{transition:transform .1s .22s cubic-bezier(.55,.055,.675,.19),background-color 0s .1s linear}.hamburger--stand-r .hamburger-inner::before{transition:top .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r .hamburger-inner::after{transition:bottom .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:transparent;transition:transform .1s 0s cubic-bezier(.215,.61,.355,1),background-color 0s .22s linear}.hamburger--stand-r.is-active .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1)}.hamburger--stand-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1)}.hamburger--spin .hamburger-inner{transition-duration:.3s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner::before{transition:top .1s .34s ease-in,opacity .1s ease-in}.hamburger--spin .hamburger-inner::after{transition:bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.14s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .14s ease-out}.hamburger--spin.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r .hamburger-inner{transition-duration:.3s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner::before{transition:top .1s .34s ease-in,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner::after{transition:bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.14s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .14s ease-out}.hamburger--spin-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze .hamburger-inner{transition-duration:.1s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner::before{transition:top .1s .14s ease,opacity .1s ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom .1s .14s ease,transform .1s cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.14s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .1s ease,opacity .1s .14s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease,transform .1s .14s cubic-bezier(.215,.61,.355,1)}.hamburger--vortex .hamburger-inner{transition-duration:.3s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner::after,.hamburger--vortex .hamburger-inner::before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner::before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner::after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner::after,.hamburger--vortex.is-active .hamburger-inner::before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.3s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner::after,.hamburger--vortex-r .hamburger-inner::before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner::before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner::after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner::after,.hamburger--vortex-r.is-active .hamburger-inner::before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}.timeline-heading .glyphicon{margin-right:4px;vertical-align:-1px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:3px}.img-thumbnail{background-color:#fff;border:1px solid #ededf0;border-radius:3px;display:inline-block;height:auto;line-height:1.428571429;max-width:100%;moz-transition:all .2s ease-in-out;o-transition:all .2s ease-in-out;padding:2px;transition:all .2s ease-in-out;webkit-transition:all .2s ease-in-out}.img-circle{border-radius:50%}.timeline{padding:0;list-style:none;position:relative}.timeline:before{top:0;bottom:0;position:absolute;content:" ";width:3px;background-color:#ccc;left:50%;margin-left:-1.5px}.timeline-event{margin-bottom:20px;position:relative}.timeline-footer{margin-top:10px;padding:10px 0}.timeline-footer a{color:#fff;background-color:#acb7c0;border-radius:.25em;padding:.8em 1em;margin:0}timeline-badge.primary{background-color:#2e6da4!important}timeline-badge.success{background-color:#3f903f!important}timeline-badge.warning{background-color:#f0ad4e!important}timeline-badge.danger{background-color:#d9534f!important}timeline-badge.info{background-color:#5bc0de!important}.timeline-title{margin-top:0}timeline-panel>*{margin:0}timeline-panel{background-color:#fff;float:left;border:1px solid #d4d4d4;border-radius:2px;padding:12px;position:relative;box-shadow:0 1px 6px rgba(0,0,0,.175)}timeline-panel:before{position:absolute;top:35px;right:-15px;display:inline-block;border-top:15px solid transparent;border-left:15px solid #ccc;border-right:0 solid #ccc;border-bottom:15px solid transparent;content:" "}timeline-panel:after{position:absolute;top:36px;right:-14px;display:inline-block;border-top:14px solid transparent;border-left:14px solid #fff;border-right:0 solid #fff;border-bottom:14px solid transparent;content:" "}timeline-badge{box-shadow:0 0 0 4px #fff,inset 0 2px 0 rgba(0,0,0,.08),0 3px 0 4px rgba(0,0,0,.05);color:#fff;width:50px;height:50px;line-height:50px;font-size:1.4em;text-align:center;position:absolute;top:26px;left:50%;margin-left:-25px;background-color:#999;z-index:100;border-top-right-radius:50%;border-top-left-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%}.timeline-inverted timeline-panel{float:right}.timeline-inverted timeline-panel:before{border-left-width:0;border-right-width:15px;left:-15px;right:auto}.timeline-inverted timeline-panel:after{border-left-width:0;border-right-width:14px;left:-14px;right:auto}.timeline-event:after,.timeline-event:before{content:" ";display:table}.timeline-event:after{clear:both}.timeline-event:after,.timeline-event:before{content:" ";display:table}.timeline-event:after{clear:both}@media only screen and (min-width:768px){timeline-panel{width:calc(50% - 45px);width:-webkit-calc(50% - 45px)}}@media only screen and (max-width:767px){.timeline:before{left:40px}timeline-panel{width:calc(100% - 85px);width:-webkit-calc(100% - 85px)}timeline-badge{left:15px;margin-left:0;top:36px}timeline-panel{float:right}timeline-panel:before{border-left-width:0;border-right-width:15px;left:-15px;right:auto;top:46px}timeline-panel:after{border-left-width:0;border-right-width:14px;left:-14px;right:auto;top:47px}}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:90px;left:12px}.toast-top-center{top:90px}.toast-top-right{top:90px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-center{bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-center{top:45%}#toast-container{position:fixed;z-index:999999}#toast-container.toast-bottom-center,#toast-container.toast-center,#toast-container.toast-top-center{width:100%;pointer-events:none}#toast-container.toast-bottom-center>div,#toast-container.toast-center>div,#toast-container.toast-top-center>div{margin:auto;pointer-events:auto}#toast-container.toast-bottom-center>button,#toast-container.toast-center>button,#toast-container.toast-top-cente>button{pointer-events:auto}#toast-container *{box-sizing:border-box}#toast-container>div{margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px 3px 3px 3px;background-position:15px center;background-repeat:no-repeat;box-shadow:0 0 12px #999;color:#fff;opacity:.8}#toast-container>:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-wait{background-image:url(data:image/gif;base64,R0lGODlhIAAgAIQAAAQCBISGhMzKzERCROTm5CQiJKyurHx+fPz+/ExOTOzu7Dw+PIyOjCwqLFRWVAwKDIyKjMzOzOzq7CQmJLy6vFRSVPTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAXACwAAAAAIAAgAAAF3eAljmRpnmh6VRSVqLDpIDTixOdUlFSNUDhSQUAT7ES9GnD0SFQAKWItMqr4bqKHVPDI+WiTkaOFFVlrFe83rDrT0qeIjwrT0iLdU0GOiBxhAA4VeSk6QYeIOAsQEAuJKgw+EI8nA18IA48JBAQvFxCXDI8SNAQikV+iiaQIpheWX5mJmxKeF6g0qpQmA4yOu8C7EwYWCgZswRcTFj4KyMAGlwYxDwcHhCXMXxYxBzQHKNo+3DDeCOAn0V/TddbYJA0K48gAEAFQicMWFsfwNA3JSgAIAAFfwIMIL4QAACH5BAkJABoALAAAAAAgACAAhAQCBIyKjERCRMzOzCQiJPTy9DQyNGRmZMTCxOTm5CwqLHx+fBQWFJyenNTW1Pz6/Dw6PGxubAwKDIyOjNTS1CQmJCwuLPz+/Dw+PHRydAAAAAAAAAAAAAAAAAAAAAAAAAXboCaOZGmeaKoxWcSosMkk15W8cZ7VdZaXkcEgQtrxfD9RhHchima1GwlCGUBSFCaFxMrgRtnLFhWujWHhs2nJc8KoVlWGQnEn7/i8XgOwWAB7JwoONQ4KgSQAZRcOgHgSCwsSIhZMNRZ5CzULIgaWF5h4mhecfIQ8jXmQkiODhYeIiRYGjrG2PxgBARi3IhNMAbcCnwI5BAQpAZ8TIwK6vCQVDwUVKL+WzAANTA210g/VJ8OWxQefByQE4dZMzBoInwh4zrtgn2p725YNthUFTNRuGYB3AYGBHCEAACH5BAkJAB0ALAAAAAAgACAAhAQCBISChFRWVMzKzCQiJOTm5GxqbCwuLJSWlPz6/NTW1AwODJSSlGRmZCwqLOzu7HR2dDQ2NAQGBISGhFxaXNTS1CQmJOzq7GxubDQyNKSmpPz+/Nza3AAAAAAAAAAAAAXfYCeOZGmeaKqurHBdAiuP17Zdc0lMAVHWt9yI8LA9fCPB4xEjARoNSWpis01kBpshFahurqzsZosiGpErScMAUO0maKF8Tq/bTQCIQgFp30cQXhB1BHEcXhx0FgkJFiOHVYlzi42AgoRxeRx8fn+en3UABwedKgsBAwMBCygOCjYKDisLFV4VrCUAtVUKpSZdXl8mB8EbByQWcQPFAyYZxccdB7sV0cvBzbmvvG0LBV4FrFTBYCWuNhyyHRTFFB20trh4BxmdYl4YIqepq0IRxRE+IfDCAFQHARo0NGERAgAh+QQJCQAgACwAAAAAIAAgAIUEAgSEgoRMTkzMyswcHhzk5uR0cnQUFhRcXlwsKiz09vQMCgyMiozU1tQkJiR8fnxkZmT8/vwEBgSEhoRcWlzU0tQkIiT08vR0dnQcGhxkYmQ0MjT8+vwMDgyMjozc2twAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG+UCQcEgsGo/IpHLJXDweC6Z0+IhEHlOjRGIMWLHZoUZx0RQlAajxkFFKFFYFl5m5KNpIySU+X2bIBEoQZBBZGQdMElFhjI2Oj5AgHQEDAw8dQxYeDBaNHRVWVhWYCXsRFwmMXqFWEyAerB6MA6xWA6+xs7URt6VWqIwTu64gDh4eDp6goaORQ5OVAZjO1EgEGhB4RwAYDQ0YAEwIcBEKFEgYrBhLBORxgUYfrB9LELuF8fNDAAaVBuEg7NXCVyRdqHVCGLBiIIQAB1Yc4BXh9uEbwAXuyi2iQI7DuSwHdiFqCEGDtizLRFUDsaGAlQIbVoJYIEDAIiZBAAAh+QQJCQAbACwAAAAAIAAgAIQEAgSMioxcWlz08vQcHhysqqwMDgx8enwsKiykoqRkZmT8+vzEwsQMCgyUlpQkJiS0srQEBgSMjoxcXlz09vQkIiSsrqwUEhQ0MjRsamz8/vwAAAAAAAAAAAAAAAAAAAAF7+AmjmRpnmiqruz2PG0sIssCj4CQJAIgj4/abRNJaI6agu9kCAQaphdJgEQKUIFjgGWsahJYLdf7RTWfLKr3+jsBClVlG5Xb9eb4fImgUBBKDVB4ExRHFGwbGRQLGXMEhUgUfw2QC4IyCmSNDQtHlm2ZXgoiGQsUjW0EnUgLfyKBeYSeiHojfH61uS0GBisVEgEVLRcWRxAXKAgDRwMILMVIECgSVRIrBmS9JtRI1iMVBweuGxerSNolyszOIhjLGs0jEFXSKA8SEkMbcEgWIxfzNBxrw6AKgxIGkM05UOWALhERHJhysOThBgAVWYQAACH5BAkJABkALAAAAAAgACAAhAQGBIyKjERCRMzOzCwuLGRiZPz6/OTm5AwODLSytFRSVNTW1Dw6PHx6fAwKDJSSlERGRNTS1DQyNGxqbPz+/BQSFLy6vFRWVNza3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAXqYCaO5FgFwxBUZeu61ULNFMa+eBvQdJD/owFvFhkBBAwHsBQZUooZyWF2YOQkBNJu6ANMaQeli0AxSEwymi0DcUJeEgPlbEJFAghRe/h+Eeg/Dl9UYks5DF9VhksOAgKFi5GSSwh5kzgVCXIJNxknD5aSCTwJIw8zD5MITpanFKmSCHI8NxUPoJejNKWXLZkznL0vCJ3CxsckDpA/ChYJFzkTBgYTSxc80C4OswbLLhY8Fi/bMwYAJVgl4DTiL9LUJADrFuci1zTZLwD1IwU8BSQuWLCQb1EDHg2QiSDALYvCDAISJLDy8FIIACH5BAkJAB4ALAAAAAAgACAAhAQGBISGhFRSVNTW1CQiJKyqrGRmZOzu7CwuLIyOjGxubPz6/BQSFGRiZOTi5CwqLLy6vDQ2NIyKjFRWVCQmJKyurGxqbPT29DQyNJSSlHRydPz+/BQWFOzq7AAAAAAAAAXhoCeOJElYClGubOs117YtjWuvxCLLi3qbhc6h4FPsdorfiNI5dige43GT9AAkHUcCwCpMNxVP7tgTJY4J1uF7EBl0M8Ooueuo2SOCIkVa11kVX2E2EmgsFH4yBz4uAAkdHVstBAUHQ4xKmZqbnJ2bAhAQAiURGJ4eE0cTIxgzpp0QRxCsrp6xO7MjpaepO6unKxOhv8DFxsfIJBwaChw2DAkZDEocDjIOzi0ZMhlKUjIaLtsb3T8aR+EtDBkJ0yQUBQVQI9XX2ZsDMgMlyxr3mzE2XEgmotCGAARFIHiQ0FMIACH5BAkJABgALAAAAAAgACAAhAQCBISGhDw+POTi5CwuLLS2tPTy9BQSFJyenGRiZDQ2NIyOjLy+vPz6/BweHIyKjFRSVOzq7DQyNLy6vBQWFHRydDw6PPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXXICaOZHkcZaquIjVd10SxtFrAcFGrVhBYIwoON9uNAsOA6DCEFTEKBEKxEjQvAtELNxkpGrAGNfW4Plpb2QgxRKjKzfPoVGLj3CnLNUv7hscpSDhKOxJSgDwPP0ZGAACMjAQFDQYFBJA0BAZDBpeYGBQVFUU3TV2YFAMwAzNgTQ2PkBVDFRiuQ7CYszi1pUOnkKmrM5qcnqiiTwQTDQ2Wn9DR0tPUfRKQEBEREDQSFw3XRhEwEd3f4TvjF+XWKgJ8JNnb0QkwCdUlCzAL+CQODAwc9BtIMAQAOw==)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info,.toast-wait{background-color:#2f96b4}.toast-warning{background-color:#f89406}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}:not(.no-enter)#toast-container>div.ng-enter,:not(.no-leave)#toast-container>div.ng-leave{transition:1s cubic-bezier(.25,.25,.75,.75) all}:not(.no-enter)#toast-container>div.ng-enter.ng-enter-active{opacity:.8}:not(.no-leave)#toast-container>div.ng-leave{opacity:.8}:not(.no-leave)#toast-container>div.ng-leave.ng-leave-active{opacity:0}:not(.no-enter)#toast-container>div.ng-enter{opacity:0}ul.ng-table-pagination{margin:16px 0}.ng-table-counts{margin:16px 0}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(fonts/glyphicons-halflings-regular.eot);src:url(fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(fonts/glyphicons-halflings-regular.woff) format("woff"),url(fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.initialism,.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff}.bg-primary{background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857}dt{font-weight:700}dd{margin-left:0}.dl-horizontal dd:after,.dl-horizontal dd:before{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:after,.container-fluid:before{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-1{width:8.33333%}.col-xs-2{width:16.66667%}.col-xs-3{width:25%}.col-xs-4{width:33.33333%}.col-xs-5{width:41.66667%}.col-xs-6{width:50%}.col-xs-7{width:58.33333%}.col-xs-8{width:66.66667%}.col-xs-9{width:75%}.col-xs-10{width:83.33333%}.col-xs-11{width:91.66667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.33333%}.col-xs-pull-2{right:16.66667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.33333%}.col-xs-pull-5{right:41.66667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.33333%}.col-xs-pull-8{right:66.66667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.33333%}.col-xs-pull-11{right:91.66667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.33333%}.col-xs-push-2{left:16.66667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.33333%}.col-xs-push-5{left:41.66667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.33333%}.col-xs-push-8{left:66.66667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.33333%}.col-xs-push-11{left:91.66667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-2{margin-left:16.66667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333%}.col-xs-offset-5{margin-left:41.66667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333%}.col-xs-offset-8{margin-left:66.66667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333%}.col-xs-offset-11{margin-left:91.66667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.33333%}.col-sm-pull-2{right:16.66667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333%}.col-sm-pull-5{right:41.66667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.33333%}.col-sm-pull-8{right:66.66667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333%}.col-sm-pull-11{right:91.66667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.33333%}.col-sm-push-2{left:16.66667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333%}.col-sm-push-5{left:41.66667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.33333%}.col-sm-push-8{left:66.66667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333%}.col-sm-push-11{left:91.66667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.33333%}.col-md-pull-2{right:16.66667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333%}.col-md-pull-5{right:41.66667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.33333%}.col-md-pull-8{right:66.66667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333%}.col-md-pull-11{right:91.66667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.33333%}.col-md-push-2{left:16.66667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333%}.col-md-push-5{left:41.66667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.33333%}.col-md-push-8{left:66.66667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333%}.col-md-push-11{left:91.66667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-2{margin-left:16.66667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333%}.col-md-offset-5{margin-left:41.66667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333%}.col-md-offset-8{margin-left:66.66667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333%}.col-md-offset-11{margin-left:91.66667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.33333%}.col-lg-pull-2{right:16.66667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333%}.col-lg-pull-5{right:41.66667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.33333%}.col-lg-pull-8{right:66.66667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333%}.col-lg-pull-11{right:91.66667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.33333%}.col-lg-push-2{left:16.66667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333%}.col-lg-push-5{left:41.66667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.33333%}.col-lg-push-8{left:66.66667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333%}.col-lg-push-11{left:91.66667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-2{margin-left:16.66667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333%}.col-lg-offset-5{margin-left:41.66667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333%}.col-lg-offset-8{margin-left:66.66667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333%}.col-lg-offset-11{margin-left:91.66667%}.col-lg-offset-12{margin-left:100%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.33333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-group:after,.form-horizontal .form-group:before{content:" ";display:table}.form-horizontal .form-group:after{clear:both}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857;border-radius:4px;-webkit-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:400;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{left:0;right:auto}}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav:after,.nav:before{content:" ";display:table}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified,.nav-tabs.nav-justified{width:100%}.nav-justified>li,.nav-tabs.nav-justified>li{float:none}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li,.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0}.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:after,.navbar:before{content:" ";display:table}.navbar:after{clear:both}@media (min-width:768px){.navbar{border-radius:4px}}.navbar-header:after,.navbar-header:before{content:" ";display:table}.navbar-header:after{clear:both}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse:after,.navbar-collapse:before{content:" ";display:table}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#090909}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{background-color:#090909;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.33333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transform:translate(0,-25%);transition:transform .3s ease-out}.modal.in .modal-dialog{transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header:after,.modal-header:before{content:" ";display:table}.modal-header:after{clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:after,.modal-footer:before{content:" ";display:table}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}.visible-xs{display:none!important}.visible-sm{display:none!important}.visible-md{display:none!important}.visible-lg{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.modal--big>.modal-dialog{width:1000px}.modal.in .modal-dialog{transform:translate(-50%,-50%)}@media screen and (max-width:768px){.modal.in .modal-dialog{transform:initial}}.modal-open{padding-right:0!important}.modal-dialog{position:absolute;top:50%;left:50%}@media screen and (max-width:768px){.modal-dialog{width:100%;padding:10px;margin:0;position:relative;top:0;left:0}}.modal-content{border-radius:0}.modal-cross{position:absolute;top:15px;right:15px;color:#fff;cursor:pointer}.modal-cross--blue{color:#62baea}.modal-header{background-color:#6ec3e9;padding:0;border:0}.modal-title{color:#fff;text-align:center;font-size:1.5em;padding:6px;text-transform:uppercase}@media screen and (max-width:768px){.modal-title{font-size:1.8em}}.modal-body{font-size:1em;text-align:center;color:#949494}@media screen and (max-width:768px){.modal-body{font-size:1.4em}}.modal-body--no-p{padding:0}.modal-footer{border-top:0}.modal-footer--fullbutton{font-size:1.4em}.upload-document__notify{margin:1rem 0;display:flex;gap:.5rem;align-items:center;justify-content:flex-end}#toast-container>:hover{box-shadow:0 0 3px rgba(168,168,168,.4)}#toast-container>div{position:relative;border-radius:0;box-shadow:none;color:#686767;overflow:hidden;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);opacity:.9}#toast-container>div::after{content:"";position:absolute;bottom:0;left:0;width:0;height:4px;animation:toaster 6s linear}#toast-container>div:hover::after{width:100%;animation:none}#toast-container>.toast-error,#toast-container>.toast-info,#toast-container>.toast-success,#toast-container>.toast-warning{background-color:#fff;background-size:20px}#toast-container>.toast-warning{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='100%25' height='100%25' fill='%23FFC30D'%3E%3Cpath d='M23.32 17.191L15.438 2.184C14.728.833 13.416 0 11.996 0c-1.42 0-2.733.833-3.443 2.184L.533 17.448a4.744 4.744 0 000 4.368C1.243 23.167 2.555 24 3.975 24h16.05C22.22 24 24 22.044 24 19.632c0-.904-.251-1.746-.68-2.44zm-9.622 1.46c0 1.033-.724 1.823-1.698 1.823s-1.698-.79-1.698-1.822v-.043c0-1.028.724-1.822 1.698-1.822s1.698.79 1.698 1.822v.043zm.039-12.285l-.84 8.06c-.057.581-.408.943-.897.943-.49 0-.84-.367-.896-.942l-.84-8.065c-.057-.624.25-1.095.779-1.095h1.91c.528.005.84.476.784 1.1z'%3E%3C/path%3E%3C/svg%3E")!important}#toast-container>.toast-warning::after{background-color:#f0a043}#toast-container>.toast-error{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='100%25' height='100%25' fill='%23FF0E68'%3E%3Cpath d='M11.983 0a12.206 12.206 0 00-8.51 3.653A11.8 11.8 0 000 12.207 11.779 11.779 0 0011.8 24h.214A12.111 12.111 0 0024 11.791 11.766 11.766 0 0011.983 0zM10.5 16.542a1.476 1.476 0 011.449-1.53h.027a1.527 1.527 0 011.523 1.47 1.475 1.475 0 01-1.449 1.53h-.027a1.529 1.529 0 01-1.523-1.47zM11 12.5v-6a1 1 0 012 0v6a1 1 0 11-2 0z'%3E%3C/path%3E%3C/svg%3E")!important}#toast-container>.toast-error::after{background-color:#ff424c}#toast-container>.toast-success{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='100%25' height='100%25' fill='%234CFA65'%3E%3Cpath d='M12 0a12 12 0 1012 12A12.014 12.014 0 0012 0zm6.927 8.2l-6.845 9.289a1.011 1.011 0 01-1.43.188l-4.888-3.908a1 1 0 111.25-1.562l4.076 3.261 6.227-8.451a1 1 0 111.61 1.183z'%3E%3C/path%3E%3C/svg%3E")!important}#toast-container>.toast-success::after{background-color:#36d68d}#toast-container>.toast-info{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='100%25' height='100%25' fill='%230eacff'%3E%3Cpath d='M12 0a12 12 0 1012 12A12.013 12.013 0 0012 0zm.25 5a1.5 1.5 0 11-1.5 1.5 1.5 1.5 0 011.5-1.5zm2.25 13.5h-4a1 1 0 010-2h.75a.25.25 0 00.25-.25v-4.5a.25.25 0 00-.25-.25h-.75a1 1 0 010-2h1a2 2 0 012 2v4.75a.25.25 0 00.25.25h.75a1 1 0 110 2z'%3E%3C/path%3E%3C/svg%3E")!important}#toast-container>.toast-info::after{background-color:#6ec3e9}#toast-container .toast-close-button{font-size:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 14 16'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z'%3E%3C/path%3E%3C/svg%3E");width:1rem;height:1rem;background-repeat:no-repeat;background-position:center center;right:-.6rem;top:-.55rem}@font-face{font-family:Bariol;font-weight:100;src:url(fonts/Bariol/Bariol-Regular.otf),url(fonts/Bariol/bariol_regular-webfont.eot) format("embedded-opentype")}@font-face{font-family:'Bariol Bold';font-weight:500;src:url(fonts/Bariol/Bariol-Bold.otf)}body,html{background:#fff;font-size:16px;font-weight:300;height:unset;width:100%;font-family:'Open Sans',sans-serif}@media screen and (max-width:768px){body,html{font-size:14px}}@media screen and (max-width:992px) and (min-width:calc(768px + 1px)){body,html{font-size:15px}}.upmedica-app{height:unset}.upmedica-app body{height:unset}.content{padding-left:290px;padding-top:120px;transition:padding-left .4s ease-in-out;min-height:calc(100vh - 66px)}@media screen and (max-width:992px){.content{padding-left:0}}@media screen and (max-width:768px){.content{padding-top:100px}}site.sidebar--hidden .content{padding-left:0}.h-100{height:100%}.mdcontainer{padding-left:5%;padding-right:5%}.video-consultation-container{padding-left:290px;transition:padding-left .4s ease-in-out;height:100%}.video-consultation-container .content{padding-left:0;color:#949494}video-consultation.sidebar--hidden .video-consultation-container{padding-left:0}*{box-sizing:border-box}.scroll-button{position:absolute;bottom:16px;right:32px;z-index:500}@keyframes fadeIn{from{opacity:.2}to{opacity:1}}@keyframes animateIn{from{left:100%;opacity:0}to{left:0;opacity:1}}@keyframes animateBlink{0%{opacity:0}15%,70%{opacity:1}100%,85%{opacity:0}}@keyframes toaster{0%{width:100%}100%{width:0}}@keyframes wellness{from{stroke-dashoffset:360}to{stroke-dashoffset:var(--dash-offset)}}@keyframes progressBar{0%{transform:scaleX(0)}100%{transform:scaleX(1)}}@keyframes beat{to{transform:scale(1.2)}}@keyframes animateMenuBorder{0%,10%{opacity:0;height:0}40%{opacity:1;height:100%}41%{opacity:1;height:100%;top:0;bottom:unset}49%{opacity:0;top:0;height:100%;bottom:unset;transform:unset}50%{transform:rotateX(180deg);top:unset;bottom:0;height:0}59%{opacity:0;height:0;transform:rotateX(180deg);top:unset;bottom:0}90%{opacity:1;height:100%;transform:rotateX(180deg);top:unset;bottom:0}91%{opacity:1;height:100%;transform:rotateX(180deg);top:unset;bottom:0}100%{opacity:0;height:100%;transform:rotateX(180deg);top:unset;bottom:0}}.animate-blink{animation:animateBlink .8s ease infinite}.fade-in{opacity:0;animation:fadeIn ease-in 1;animation-fill-mode:forwards;animation-duration:.4s;animation-delay:.1s}.animate-in{opacity:0;position:relative;animation:animateIn ease-out 1;animation-fill-mode:forwards;animation-duration:.6s;animation-delay:0;overflow-x:hidden}.pulse{animation:fadeIn 1s infinite alternate}.form-horizontal .form-group{margin-left:0;margin-right:0}select{background:url(images/IC_dropdown.png) no-repeat right;appearance:none;background-position:calc(100% - 8px);outline:0}select::-ms-expand{display:none}select:required:invalid{color:gray}option[value=""][disabled]{display:none}input[type=radio].custom-radio{appearance:none}input[type=radio].custom-radio:checked+label.custom-radio-label{background-image:url(images/radiobutton-checked.svg)}label.custom-radio-label{font-weight:300;background-image:url(images/radiobutton-unchecked.svg);padding-left:27px;font-size:.9em;height:18px;-webkit-user-select:none;user-select:none;display:inline-block;line-height:18px;background-repeat:no-repeat;background-position:0 0;vertical-align:middle;cursor:pointer}label.custom-radio-label--invalid{background-image:url(images/radiobutton-required.svg);color:#ff9e00}.uib-monthpicker{outline:0}.input-info{display:flex}.input-info info-popover{margin:5px}banner,sidebar,site{display:block;width:100%;height:100%}body{overflow-y:hidden;color:#949494}banner{background:url(images/bannerVideoCall.jpg);background-size:cover;background-repeat:no-repeat;background-position:50% top}.site{display:flex;flex-direction:column;height:100%}.site-header{height:90px;flex-shrink:0}@media screen and (max-width:992px){.site-header{height:70px}}@media screen and (max-width:450px),screen and (max-height:450px){.site-header__consultation{display:none}}.site-header__consultation a{pointer-events:none}.site-panel{flex:1;height:100%;min-height:0;display:grid;grid-template-columns:7fr 5fr;grid-template-rows:auto;grid-template-areas:'side content'}@media screen and (max-width:992px){.site-panel{grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:'content'}.site-panel patients-search{display:none}.site-panel interconsultation{display:none}}@media screen and (max-width:992px){.site-panel__consultation{grid-template-rows:auto 168px;grid-template-areas:'content' 'side'}}@media screen and (max-width:450px),screen and (max-height:450px){.site-panel__consultation{grid-template-rows:1fr;grid-template-areas:'side'}.site-panel__consultation>.site-content{display:none}}.site-panel__full{grid-template-columns:1fr;grid-template-areas:'content'}.site-panel__full>.site-side{display:none}@media screen and (max-width:450px),screen and (max-height:450px){.site-panel__full{grid-template-rows:1fr;grid-template-areas:'content'}.site-panel__full>.site-content{display:flex}}@media screen and (max-width:992px){.site-panel__reverse{grid-template-columns:1fr;grid-template-areas:'side'}.site-panel__reverse>.site-content{display:none}.site-panel__reverse patients-search{display:flex}.site-panel__reverse interconsultation{display:flex}}.site-side{grid-area:side;min-height:0}.site-content{grid-area:content;background-color:#f9f9f9;min-height:0;display:flex;flex-direction:column}.site-content>section{height:100%;flex:1;min-height:0;position:relative}.site-content>section>*{height:100%;display:flex;flex-direction:column}.admin-block{width:100%;max-width:1600px;margin:2rem}.uib-datepicker .uib-daypicker .glyphicon-chevron-right::before{content:'\e909'}.uib-datepicker .uib-daypicker .glyphicon-chevron-left::before{content:'\e90a'}@font-face{font-family:icomoon;src:url(fonts/icomoon/icomoon.eot?dwdewr);src:url(fonts/icomoon/icomoon.eot?dwdewr#iefix) format("embedded-opentype"),url(fonts/icomoon/icomoon.ttf?dwdewr) format("truetype"),url(fonts/icomoon/icomoon.icomoon.woff?dwdewr) format("woff"),url(fonts/icomoon/icomoon.svg?dwdewr#icomoon) format("svg");font-weight:400;font-style:normal}[class*=' icon-'],[class^=icon-]{font-family:icomoon,sans-serif;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-hover:hover:before{color:#2a9ed8}.icon-rounded:before{border:1px solid #949494;background-color:#f2f2f2;padding:4px;border-radius:13px}.icon-rounded--selected:before{color:#f2f2f2;background-color:#949494}.icon-rounded--selected:hover:before{color:#949494;background-color:#f2f2f2}.icon-rounded:hover:before{color:#f2f2f2;background-color:#949494}.icon-lock_clock:before{content:"\e931"}.icon-lock_open:before{content:"\e932"}.icon-verified:before{content:"\e933"}.icon-plus:before{content:"\e900";color:#fff}.icon-check:before{content:"\e901";color:#7ab879}.icon-clock:before{content:"\e902";color:#f0a043}.icon-pill:before{content:"\e903";color:#ff7fd6}.icon-calendar:before{content:"\e904"}.icon-add:before{content:"\e905"}.icon-options:before{content:"\e906"}.icon-cross--grey:before{content:"\e907";color:#bfbebe}.icon-cross:before{content:"\e907"}.icon-pen:before{content:"\e908";color:#bfbebe}.icon-next:before{content:"\e909";color:#bfbebe}.icon-previous:before{content:"\e90a";color:#bfbebe}.icon-info:before{content:"\e90b"}.icon-receipt:before{content:"\e90c";color:#949494}.icon-img:before{content:"\e90d"}.icon-doc:before{content:"\e90e"}.icon-up:before{content:"\e90f"}.icon-down:before{content:"\e910"}.icon-clock-off:before{content:"\e911"}.icon-pill2:before{content:"\e912"}.icon-family:before{content:"\e913";color:#6fc4ea}.icon-location:before{content:"\e914";color:#6fc4ea}.icon-check-empty:before{content:"\e915"}.icon-trash:before{content:"\e916"}.icon-edit:before{content:"\e917"}.icon-hospital:before{content:"\e918";color:#62baea}.icon-video-conference:before{content:"\e919"}.icon-home:before{content:"\e91f"}.icon-digital-certificate:before{content:"\e91b"}.icon-history:before{content:"\e91e"}.icon-history2:before{content:"\e934"}.icon-my-appointments:before{content:"\e922"}.icon-my-services:before{content:"\e923"}.icon-my-patients:before{content:"\e921"}.icon-create-interconsultation:before{content:"\e91c"}.icon-pending-interconsultations:before{content:"\e920"}.icon-logout:before{content:"\e91a"}.icon-video:before{content:"\e926"}.icon-hangup:before{content:"\e927"}.icon-call:before{content:"\e92a"}.icon-share:before{content:"\e928"}.icon-unshare:before{content:"\e929"}.icon-person:before{content:"\e92b"}.icon-payment-method:before{content:"\e92c"}.icon-language:before{content:"\e92d"}.icon-setting-lines:before{content:"\e92e"}.icon-disponibility:before{content:"\e91d"}.icon-care-areas:before{content:"\e92f"}.icon-monitor-central:before{content:"\e930"}*,::after,::before{box-sizing:inherit}body,html{height:100%;width:100%;scroll-behavior:smooth}html{box-sizing:border-box}iframe{width:100%;height:100%;border:0}ol,ul{padding-left:0;list-style-type:none;margin:0}a{text-decoration:none}input::-ms-clear{display:none}h1,h2,h3,h4,h5,h6{margin:0}textarea{box-shadow:none}button{cursor:pointer}.button{background-color:transparent;height:40px;outline:0;padding:0 15px;border:0;border-radius:0;text-transform:uppercase;cursor:pointer;line-height:1.1rem;min-width:112px;font-size:.9375em}.button--full{width:100%}.button--half{width:50%}.button--disabled{opacity:.5}.button--small{min-width:50px;height:35px}.button--medium{width:75px}.button--rounded{border-radius:16px}.button--brand{background-color:#2a9ed8;color:#fff;transition:background-color .3s linear;border:1px solid #2a9ed8}.button--brand:hover{background-color:#248fc5}.button--third{background-color:#16c438;color:#fff;transition:background-color .3s linear;border:1px solid #16c438}.button--third:hover{background-color:#13ad31}.button--success{background-color:#36d68d;color:#fff;transition:background-color .3s linear;border:1px solid #36d68d}.button--success:hover{background-color:#29c980}.button--critical{background-color:#ff7d7a;color:#fff;transition:background-color .3s linear;border:1px solid #ff7d7a}.button--critical:hover{background-color:#ff6461}.button--danger{background-color:#ff9e00;color:#fff;transition:background-color .3s linear;border:1px solid #ff9e00}.button--danger:hover{background-color:#e68e00}.button--warning{background-color:#f0a043;color:#fff;transition:background-color .3s linear;border:1px solid #f0a043}.button--warning:hover{background-color:#ee942b}.button--empty{transition:background-color .3s linear;border:1px solid #e4e4e4}.button--empty:hover{background-color:#f2f2f2}.button-icon{font-size:20px;padding:5px;vertical-align:baseline}.button-text{vertical-align:top}.button[disabled]{cursor:not-allowed;opacity:.65;box-shadow:none}.button-right{position:absolute;right:20px}@media screen and (max-width:450px),screen and (max-height:450px){.button-right{position:relative;right:0;left:35%}}.button--lightblue{background-color:#6ec3e9;color:#fff;transition:background-color .3s linear;border:1px solid #6ec3e9}.button--lightblue:hover{background-color:#58bae6}.button--darkblue{background-color:#319fe8;color:#fff;transition:background-color .3s linear;border:1px solid #319fe8;width:100%}.button--darkblue:hover{background-color:#1a94e5}.button--blue{background-color:#0d5eb0;color:#fff;transition:background-color .3s linear;border:1px solid #0d5eb0}.button--blue:hover{background-color:#0b5198}.button--blue-full{background-color:#0d5eb0;color:#fff;transition:background-color .3s linear;border:1px solid #0d5eb0;width:100%}.button--blue-full:hover{background-color:#0b5198}.button--grey{background-color:#e4e4e4;color:#949494;transition:background-color .3s linear;border:1px solid #e4e4e4}.button--grey:hover{background-color:#d7d7d7}.button--grey-full{background-color:#e4e4e4;color:#949494;transition:background-color .3s linear;border:1px solid #e4e4e4;width:100%}.button--grey-full:hover{background-color:#d7d7d7}.button--white{background-color:#fff;color:#848484;transition:background-color .3s linear;border:1px solid #848484}.button--white:hover{background-color:#f2f2f2}.button--whiteblue{background-color:#fff;color:#62baea;transition:background-color .3s linear;border:1px solid #62baea}.button--whiteblue:hover{background-color:#f2f2f2}.button--orange{background-color:#f0a043;color:#fff;transition:background-color .3s linear;border:1px solid #f0a043;height:30px;text-transform:lowercase}.button--orange:hover{background-color:#ee942b}.button--green{background-color:#36d68d;color:#fff;transition:background-color .3s linear;border:1px solid #36d68d;height:40px;min-width:140px;text-transform:uppercase}.button--green:hover{background-color:#29c980}.button--pink-rectangular{background-color:#b9539f;color:#fff;transition:background-color .3s linear;border:1px solid #b9539f;height:40px;min-width:140px;text-transform:uppercase}.button--pink-rectangular:hover{background-color:#ac4692}.button--pink{background-color:#da00f9;color:#fff;transition:background-color .3s linear;border:1px solid #da00f9;font-weight:600}.button--pink:hover{background-color:#c400e0}.button--icon{height:inherit;min-width:45px;padding:inherit}.button--icon>img{height:inherit}.button-option{width:30px;display:inline-block;padding:0;outline:0;border:0;background-color:transparent;text-align:center}.button-action{width:20px;display:inline-block;padding:0;outline:0;border:0;background-color:transparent}.button-rounded{color:#fff;font-size:48px;padding:12px;border-radius:36px;background-color:#62baea;margin:auto}@media screen and (max-width:450px),screen and (max-height:450px){.button-rounded{font-size:40px}}.button-rounded--small{font-size:32px}.button-rounded--primary{background-color:#da00f9}.button-rounded--success{background-color:#36d68d}.button-rounded:hover{cursor:pointer;opacity:.8}.button-grid{width:100%;display:flex}.button-grid>div{width:100%;margin:auto 0;text-align:center;display:flex;flex-direction:column}.button-grid>div>*{margin-bottom:32px}.button-grid-title{font-size:1.2em}.button-grid ul{display:flex;flex-flow:wrap;margin:0 20%}@media screen and (max-width:992px){.button-grid ul{margin:0}}.button-grid li{flex-basis:50%;flex-grow:1;display:flex;flex-direction:column;text-align:center}.button-grid li i{margin:0 auto}.button-grid li span{text-transform:uppercase;margin-top:16px}rounded-button{display:flex}rounded-button div{margin:0 auto;display:flex;flex-direction:column}rounded-button div:hover{cursor:pointer}rounded-button div i{margin:0 auto}rounded-button div span{text-transform:uppercase;text-align:center;margin-top:16px}.mdbtn{width:max-content;margin:1rem 0;border:1px solid;border-radius:100vw;background-color:transparent;padding:.75rem 1.5rem;font-size:.9rem;font-style:normal;transition:background-color .2s ease-in-out,color .2s ease-in-out}.mdbtn:hover{background-color:#fff;color:#2a9ed8}.mdbtn--primary{background-color:#2a9ed8;color:#fff;border:0;border-radius:100vw;padding:.5rem 1.5rem;font-size:.9rem;font-weight:400}.mdbtn--primary:hover{background-color:#55b2e0;color:#fff}.mdtag{display:inline-block;color:#000;font-size:.9rem;padding:.15rem 1rem;margin-right:1rem;margin-bottom:1rem;border:0;border-radius:3px;background-color:#bfbfbe}.consultations-content{padding:30px 15px;overflow-y:scroll;height:calc(100% - 168px);-ms-overflow-style:none}.consultations-content--history{height:calc(100% - 115px)}.consultations-content--history-filter{height:calc(100% - 145px)}.consultations-content-none{text-align:center}.consultations-detail{padding:60px 0 0}.consultations-detail-content{padding:30px 15px;overflow-y:scroll;height:calc(100% - 178px)}@media only screen and (max-width:545px){.consultations-detail-content{padding:30px 0}}.consultations-detail-review{width:100%;min-height:30px;text-align:right;margin-bottom:20px;padding:0 30px 0 60px}.consultations-detail-panelcontainer{padding:0 5px 0 35px;display:flex;align-content:center;justify-content:space-between;align-items:center}@media only screen and (max-width:545px){.consultations-detail-panelcontainer{padding:0}}.consultations-detail-panel{width:calc(100% - 50px)}.consultations-detail-arrow{font-size:25px;width:25px}.consultations-detail-data{padding:0 30px 0 60px}@media only screen and (max-width:545px){.consultations-detail-data{padding:0 10px}}.consultations-detail-counter{float:right;padding-top:10px;padding:0 30px 0 60px}.consultations-new{font-size:1.3125em;height:40px;box-shadow:0 3px 3px rgba(0,0,0,.4)}.consultations-datetime{height:50px;background-color:#fff;padding:15px 30px 15px 20px;display:flex}.consultations-date{width:49%;text-align:left;display:inline-block;text-transform:capitalize;color:#949494}.consultations-time{width:50%;text-align:right;display:inline-block;color:#949494}.consultations-link{text-align:right;text-decoration:underline;color:#62baea;cursor:pointer}.consultations-link--left{text-align:left;padding-left:60px}.consultations-file{text-decoration:underline;color:#949494;cursor:pointer}#consultations::-webkit-scrollbar{display:none}.documents-list-title-container{display:flex;margin-bottom:5px}.documents-list-name-container{display:flex;width:75%}@media screen and (max-width:450px){.documents-list-name-container{width:145px}}.documents-list-title{width:100%;display:flex;justify-content:space-between;color:#62baea;font-weight:700;text-transform:uppercase;border-bottom:2px solid #62baea}.documents-list-title-first{flex:2}.documents-list-title-second{flex:1}.documents-list-row{display:flex;vertical-align:middle;line-height:30px}.documents-list-row-content{display:flex;justify-content:space-between;width:calc(100% - 50px)}.documents-list-row-content--readonly{width:100%}.documents-list-row-content--doctor-added{color:#62baea}.documents-list-popover{line-height:inherit}.documents-list-icon{vertical-align:middle;font-size:25px;color:#62baea;line-height:inherit}.documents-list-icon--delete{line-height:30px}.documents-list-options{width:64px;display:flex;justify-content:flex-end;margin-left:8px}.documents-list-actions{width:64px;display:flex;justify-content:flex-end;padding-right:4px;text-align:center}.documents-list-arrow{color:#949494;font-weight:700}.documents-list-arrow--selected{color:#62baea}.documents-list-name{color:#949494;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.documents-list-name--doctor-added{color:#62baea}.menu{background-color:#f2f2f2;margin:0;padding:10px 0;min-height:115px;-webkit-user-select:none;user-select:none}.menu-arrow{height:45px}.menu-arrow-container{width:75px;display:inline-block}.menu-title{width:calc(100% - 150px);text-align:center;font-weight:300;font-size:2.4em;display:inline-block;color:#62baea;vertical-align:middle}.menu-title--full{width:100%}.menu-content{padding-top:20px}.menu-items{text-align:center}.menu-item{display:inline-block;padding:5px 10px;text-transform:uppercase;cursor:pointer;color:#949494;font-size:.8em}.menu-item--selected{color:#62baea;background-color:#fff;border-radius:8px}.menu--filter{height:145px}.menu--compact{height:90px}.menu--small{height:70px}@media screen and (max-width:450px),screen and (max-height:450px){.menu--hide-mobile{display:none}}.panel{width:100%;background-color:#fff;min-height:150px}.panel-review{color:#f0a043;font-style:italic;font-size:25px;padding-right:10px}.panel-name{font-size:1.6em;color:#949494}.panel-patient{font-size:1.2em;color:#949494}.panel-imagecontainer{width:150px;height:150px;position:relative;float:left}@media only screen and (max-width:545px){.panel-imagecontainer{width:100px;height:100px}}.panel-image{height:100%;width:100%;border:0;position:absolute;top:0;left:0;background-size:cover;background-position:center}.panel-icons{width:100%;display:flex;padding-top:4px}.panel-icon{padding:0 10px 0 0;font-size:32px}.panel-content{width:calc(100% - 150px);display:inline-block;padding:5px 0 0 15px}@media only screen and (max-width:545px){.panel-content{width:calc(100% - 100px)}}.panel--review{border-top:solid #f0a043 4px}.patientdata-banner{width:100%;font-size:0;display:flex;box-shadow:0 1px 1px rgba(0,0,0,.4)}.patientdata-banner-right{width:75%;background-color:#464646;font-size:16px;height:145px}.patientdata-banner-left{width:25%;background-color:#949494;font-size:16px;position:relative}.patientdata-banner-namecontainer{display:flex;justify-content:center;align-items:center;flex-direction:column;flex-wrap:wrap;height:145px}.patientdata-banner-image{height:100%;width:100%;position:absolute;background-size:cover;background-position:center;background-color:#fff}.patientdata-banner-name{float:left;width:100%;padding-left:35px;color:#fff;font-weight:300;font-size:1.5625em}.patientdata-banner-age{float:left;width:100%;padding-left:35px;color:#949494;font-weight:600;font-size:1.25em;font-style:italic}.patientdata-banner-validation{float:left;width:100%;padding-left:35px;color:#949494;font-weight:600;font-size:1.25em;font-style:italic}.patientdata-banner-receipts-link{float:left;width:100%;padding-left:35px;padding-top:5px;text-decoration:underline;color:#62baea;cursor:pointer}chat-historical{background-color:#f1f1f1}chat{display:flex;flex-direction:column;height:100%}.chat-messages{flex:1;display:flex;flex-direction:column;align-items:flex-start;padding:16px;background-color:#f1f1f1;overflow-y:auto}.chat-messages .message-group{display:flex;flex-direction:column;width:100%}.chat-messages .chat-message{margin-bottom:10px;border-radius:16px;padding:10px 14px;position:relative;max-width:60%;width:auto;display:inline-block;color:#333;filter:drop-shadow(2px 2px 2px rgba(0, 0, 0, .1))}.chat-messages .chat-message p{margin:0;font-size:.9em;white-space:pre-wrap}.chat-messages .chat-message span{display:block;margin-top:5px;color:#949494;font-size:12px}.chat-messages .chat-message.is-sender{background:#62baea;margin-left:auto;align-self:flex-end;text-align:right}.chat-messages .chat-message.is-sender span{color:#062b51}.chat-messages .chat-message.is-sender strong{color:#303030}.chat-messages .chat-message.is-sender::after{content:'';position:absolute;bottom:0;right:-10px;border-width:15px;border-style:solid;border-color:transparent transparent #62baea}.chat-messages .chat-message.is-receiver{background:#e4e4e4;margin-right:auto;align-self:flex-start;color:#000}.chat-messages .chat-message.is-receiver span{color:#636363}.chat-messages .chat-message.is-receiver strong{color:#2a9ed8}.chat-messages .chat-message.is-receiver::after{content:'';position:absolute;bottom:0;left:-10px;border-width:15px;border-style:solid;border-color:transparent transparent transparent #e4e4e4;transform:translateX(5%) rotateZ(45deg);transform-origin:0 100%}.chat-image{width:.7em;fill:#fff}.chat-message-image{display:block;width:200px;height:200px;background-size:cover;background-position:center;border-radius:8px;margin-top:8px;margin-bottom:8px;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1)}.message-send-icon{width:1.3em;fill:#fff;margin:0;transform:translateX(-15%);transition:margin-top .6s ease-in-out}.attachment-send-icon{width:1.2em;fill:#000;position:absolute;right:28px;top:50%;transform:translateY(-50%)}.attached-document button{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:4px 8px;background-color:transparent;border:0;cursor:pointer;text-align:left;transition:background-color .2s ease-in-out}.attached-document button:hover{background-color:rgba(0,123,255,.1);border-radius:8px}.attached-document button p{margin:0;color:#333;font-size:14px;font-weight:700;text-decoration:underline;word-break:break-all}.attached-document-icon{background-color:#62baea;border-radius:8px;width:40px;height:40px;display:flex;justify-content:center;align-items:center}.attached-document.attached-document--image button:hover{background-color:transparent}.date-separator{text-align:center;margin:10px 0;padding:5px 0;background-color:#007bff;color:#fff;border-radius:20px;display:table;min-width:100px;padding:2px 20px;font-size:.85em;font-weight:700;box-sizing:border-box;max-width:calc(100% - 32px);overflow:hidden;margin:10px auto}.no-messages{margin:100% auto 0}.load-more-container{display:flex;justify-content:center;align-items:center;flex-direction:row;text-align:center;margin:0 auto}.chat-area{flex:1;display:flex;flex-direction:column;justify-content:flex-start;border:1px solid #dfdfdf;padding-bottom:.5rem;border-radius:8px}.chat-area-has-file+.attachment-icon svg{margin-top:1.8rem}.chat-has-file{position:relative;display:inline-block;height:2rem;padding:.5rem 1rem;border-radius:4px;line-height:1;width:calc(100% - 3.5rem);margin-left:.5rem;background-color:#f1f1f1;color:#000;filter:drop-shadow(2px 2px 2px rgba(0, 0, 0, .1))}.chat-has-file>p{font-size:.9em}.chat-input{position:relative;display:flex;align-items:center;gap:1rem;margin-top:auto;padding:8px;background-color:#f1f1f1}.chat-input textarea{flex-grow:1;margin-bottom:.5rem;padding:.5rem 2.5rem .5rem .5rem;border:0;background-color:inherit;font-size:.9em;resize:none;scrollbar-width:thin;outline:0}.chat-input .attachment-icon{position:absolute;right:50px;cursor:pointer}.chat-input .attachment-icon i{color:#333;right:30px;font-size:20px}.chat-input .attachment-icon input[type=file]{display:none}.chat-input button{padding:7px 10px;background-color:#62baea;color:#fff;border:0;border-radius:100vw;cursor:pointer}.chat-input button:hover{opacity:.8}.timeline--appointments{margin-left:-200px}@media screen and (max-width:768px){.timeline--appointments{margin-left:0}}@media only screen and (max-width:767px){.timeline::before{left:40%}}@media only screen and (max-width:545px){.timeline::before{left:25%}}.timeline-date{float:left;margin-left:50px;position:relative;font-size:.9em;top:28px;color:#949494}@media only screen and (max-width:545px){.timeline-date{margin-left:0;display:flex;flex-direction:column;top:14px}}@media screen and (max-width:450px),screen and (max-height:450px){.timeline-date{top:4px}}.timeline-date-day{font-size:2em;font-weight:700;vertical-align:sub}.timeline-date--blue{color:#62baea}.timeline-date--past{color:#bfbfbe}.timeline-badge--beggining{top:0}.timeline-badge--end{top:100%}.timeline-badge--blue{background-color:#62baea}.timeline-legend{position:absolute;top:calc(100% + .25rem);font-size:.8em;max-width:100%}@media screen and (max-width:768px){.timeline-legend{display:none}.timeline-legend-doctor,.timeline-legend-doctor--coordinator{display:block}}.timeline-legend--single{bottom:-22px}.timeline-legend div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.timeline-legend-doctor{bottom:-20px}.timeline-legend-doctor--coordinator{bottom:-40px}.timeline-service{font-size:.8em;position:absolute;right:0;top:-25px}.timeline-provider{font-size:.8em;position:absolute;right:0;top:110px}.timeline-title{margin-bottom:5px;position:relative;text-align:center;left:50%;padding:5px;background-color:#949494;color:#fff;width:150px;transform:translateX(-50%);font-size:1em;text-transform:uppercase}.timeline-title--appointments{margin-left:-200px}@media screen and (max-width:768px){.timeline-title--appointments{margin-left:0}}.timeline-title--blue{background-color:#6ec3e9}.timeline-panel{color:#949494;border-width:0}.timeline-panel-head{display:flex;justify-content:space-between;gap:.5rem}.timeline-panel-review{color:#f0a043;font-style:italic;padding:0 5px 0 0}.timeline-panel-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1em;line-height:1.5em}.timeline-panel-patient{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.8em}.timeline-panel-imagecontainer{width:100px;height:100px;position:relative;float:left;background-color:#fff}@media screen and (max-width:450px),screen and (max-height:450px){.timeline-panel-imagecontainer{width:75px;height:75px}}.timeline-panel-image{height:100%;width:100%;border:0;position:absolute;top:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:url(images/no_avatar_grey.png)}.timeline-panel-icons{width:calc(100% - 100px);display:flex;padding:8px 16px}@media screen and (max-width:450px),screen and (max-height:450px){.timeline-panel-icons{padding:4px 8px}}.timeline-panel-icon{padding:0 5px 0 0;font-size:25px}@media screen and (max-width:450px),screen and (max-height:450px){.timeline-panel-icon{font-size:20px}}.timeline-panel-content{width:calc(100% - 100px);display:inline-block;padding:8px 0 0 16px}@media screen and (max-width:450px),screen and (max-height:450px){.timeline-panel-content{padding:4px 0 0 8px}}.timeline-panel--review{border-top:solid #f0a043 4px}.timeline-panel-edit{position:absolute;right:0;bottom:0;background-color:#319fe8;padding:4px 8px;color:#fff}.timeline-panel-edit:hover{color:#fff;background-color:#1a94e5}.timeline-prepanel{display:flex;justify-content:flex-end}.timeline-inverted .timeline-date{float:right;margin-right:50px;margin-left:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}@media only screen and (max-width:767px){.timeline-inverted .timeline-date{float:left;margin-left:50px;margin-right:0}}@media only screen and (max-width:545px){.timeline-inverted .timeline-date{margin-left:0}}.timeline-inverted .timeline-magiclink{width:-moz-fit-content;width:fit-content;padding:0 6px;border:1px solid #bfbfbe;border-radius:6px;text-align:right;transition:all .2s linear;cursor:pointer}.timeline-inverted .timeline-magiclink:hover{background-color:#fff;color:#000;border-color:#000}.timeline-inverted .timeline-panel-image{width:100px;display:inline-block;float:right}@media only screen and (max-width:545px){.timeline-inverted .timeline-panel-image{width:inherit}}.timeline-inverted .timeline-doctor{right:0}@media only screen and (max-width:545px){.timeline-inverted .timeline-doctor{right:auto}}.timeline--blue .timeline::before{background-color:#62baea}timeline-badge{width:10px;height:10px;line-height:10px;margin-left:-5px;top:46px}@media only screen and (max-width:767px){timeline-badge{left:40%;margin-left:-5px}}@media only screen and (max-width:545px){timeline-badge{left:25%}}@media screen and (max-width:992px){timeline-badge{top:45px}}@media screen and (max-width:450px),screen and (max-height:450px){timeline-badge{top:33px}}timeline-panel{width:calc(50% - 27px);padding:0;padding:0}@media only screen and (max-width:545px){timeline-panel{width:calc(75% - 27px)}}@media only screen and (min-width:546px) and (max-width:767px){timeline-panel{width:calc(60% - 27px)}}timeline-panel.interconsultation:after{border-left-color:#f0a043;border-right-color:#f0a043}timeline-panel.interconsultation--done:after{border-left-color:#36d68d;border-right-color:#36d68d}@media screen and (max-width:992px){timeline-panel::before{display:none}}@media screen and (max-width:992px){timeline-panel::after{top:36px}}@media screen and (max-width:450px),screen and (max-height:450px){timeline-panel::after{top:24px}}.interconsultation{background-color:#f0a043}.interconsultation .timeline-panel-content{color:#fff}.interconsultation .icon-check:before{color:#fff}.interconsultation--done{background-color:#36d68d}video-call-controls{width:100%;display:flex}.videocall-controls{margin:auto}.videocall-controls>:not(:last-child){margin-right:16px}.spinner{background-color:rgba(240,240,240,.5);height:100%;left:0;position:fixed;top:0;width:100%;z-index:10000;padding:0}.spinner-panel{width:inherit}.spinner-panel-receipts{display:flex;height:100%;align-items:center;font-size:40px;color:#62baea;justify-content:center}.spinner-panel-text-receipts{padding-top:250px}.spinner .hidden{display:none}.spinner-img{width:150px;height:150px;color:#fff;margin:0 auto;position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%);border:5px solid #3498db;border-radius:50%;animation:borderScale 1s infinite ease-in-out}@keyframes borderScale{0%{border:5px solid #fff}50%{border:20px solid #2a9ed8}100%{border:5px solid #fff}}.inline-spinner{width:150px;height:150px;color:#fff;margin:0 auto;border:5px solid #3498db;border-radius:50%;animation:borderScale 1s infinite ease-in-out}.uploader{overflow:hidden;position:relative;background-color:#fff;color:#62baea;border:1px solid #62baea;padding:5px;width:125px;text-align:center;text-transform:uppercase}@media screen and (max-width:768px){.uploader{width:150px}}.uploader-check{position:absolute;top:0;right:0;font-size:25px;padding:5px;color:#36d68d}.uploader:hover{background-color:#f2f2f2}.uploader [type=file]{cursor:pointer;display:block;font-size:0;height:100%;width:100%;opacity:0;position:absolute;right:0;text-align:right;top:0}.receipt{background-color:#fff;display:flex;min-height:100px;margin-bottom:15px}.receipt-name{font-weight:700}.receipt-image{width:70%}.receipt-image-container{width:20%;position:relative}.receipt-content{width:calc(100% - 20% - 70px);display:flex;flex-direction:column;padding-right:20px;font-size:.875em}.receipt-posology{display:flex;justify-content:space-between;padding:6px 0 8px;font-weight:700}.receipt-posology-icon{font-size:1.25em;vertical-align:text-bottom}.receipt-posology-text{color:#62baea}.receipt-expired{color:#da00f9}.receipt-download{width:70px;font-size:.75em;padding:5px;position:relative}.receipt-download-icon{width:40px;margin-left:10px}.receipt-download-icon-container{width:60px}.receipt-download-text{width:100%;text-align:center;color:#62baea}.devices-chart{height:400px}.devices-total{color:#62baea;display:flex;justify-content:space-around;width:50%;font-size:1.2em}.devices-total--number{font-size:1.4em}.devices-datecontainer{align-items:baseline}.devices-title{display:flex}.devices-title span{background-color:#6883a6;color:#fff;padding:8px 16px 8px 48px;margin:auto 0;z-index:1;width:100%}.devices-icon{width:64px;height:64px;margin-right:-32px;z-index:2;background-size:contain;background-repeat:no-repeat}.devices-icon--oximeter{background-image:url(images/devices/oximeter.png)}.devices-icon--thermometer{background-image:url(images/devices/thermometer.png)}.devices-icon--tensiometer{background-image:url(images/devices/tensiometer.png)}.devices-icon--hearth{background-image:url(images/devices/hearth.png)}.devices-icon--weight{background-image:url(images/devices/weight.png)}.devices-icon--sleep{background-image:url(images/devices/sleep.png)}.devices-icon--activity{background-image:url(images/devices/activity.png)}.devices-last-record span{font-weight:700}.devices-metrics{display:flex;padding:0;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.devices-metrics li{list-style-type:none}.devices-metrics li span{font-size:24px;font-weight:700}.devices-connection-buttons{display:flex;justify-content:center;gap:1.5rem}.devices-connected{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));justify-items:center;align-items:flex-end;gap:1.5rem}.colapse-title{min-height:60px}.graphs p{font-size:1.5rem;padding-bottom:0}.graphs-chart{height:400px}.graphs-total{color:#62baea;display:flex;justify-content:space-around;width:50%;font-size:1.2em}.graphs-total--number{font-size:1.4em}.graphs-datecontainer{margin-bottom:16px}.graphs-datecontainer input{border:1px solid #ccc;border-radius:5px}.graphs-container{color:#949494;background-color:#fff;border:1px solid #ccc;border-radius:5px;margin-bottom:24px;width:100%;min-height:276px}.graphs-content{padding:0 16px;margin-bottom:24px}.graphs-content-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.graphs-content-widget{padding:0 8px 8px;display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start}.graphs-content-widget-top{display:flex;flex-direction:row;justify-content:space-between;width:100%;border-bottom:1px solid;padding-bottom:4px;font-size:1rem}.graphs-content-widget-data{color:#2a9ed8}.graphs-content-widget-data span{display:flex;flex-direction:row;align-items:baseline}.graphs-content-widget-data span p{margin:0}.graphs-content-widget-list{display:flex;flex-direction:column;justify-content:space-between;width:100%;padding-top:8px}.graphs-content-widget-list .data{display:flex;flex-direction:row;justify-content:space-between;display:flex;justify-content:space-between;column-gap:8px}.graphs-content-widget-list .data-measurement{font-size:1rem;display:flex;align-items:flex-end;justify-content:flex-end}.graphs-content-widget-list .data-title{font-size:1rem;display:flex;align-items:center;justify-content:flex-start}.graphs-content-widget-list .data p{font-size:1rem}.graphs-content-widget-list .data span{font-size:2rem;font-weight:700;color:#2a9ed8;display:flex;flex-direction:row;align-items:baseline}.graphs-title{background-color:#2a9ed8;display:flex;column-gap:16px;flex-direction:row;align-items:center;padding:8px;border-top-left-radius:inherit;border-top-right-radius:inherit;min-height:60px}.graphs-title span{background-color:#2a9ed8;color:#fff;z-index:1;width:100%}.graphs-range{display:flex;gap:1rem;padding:.25rem 1rem;background-color:#e4e4e4;border-radius:8px;color:#000}.graphs-range>button{border:0;border-radius:8px;padding:.25rem 1.5rem;background-color:inherit;font-size:.9rem}.graphs-range>button.graphs-range--active{background-color:#fff;box-shadow:0 0 6px .5px #bfbfbe;font-weight:500}.graphs-icon{width:32px;height:32px;z-index:2;background-size:contain;background-repeat:no-repeat;align-self:flex-end}.graphs-icon--oxigen{background-image:url(images/graphs/blood-oxigen.svg)}.graphs-icon--temperature{background-image:url(images/graphs/temperature.svg)}.graphs-icon--blood-pressure{background-image:url(images/graphs/blood-pressure.svg)}.graphs-icon--hr{background-image:url(images/graphs/hr.svg)}.graphs-icon--weight{background-image:url(images/graphs/weight.svg)}.graphs-icon--sleep{background-image:url(images/graphs/sleep.svg)}.graphs-icon--activity{background-image:url(images/graphs/activity.svg)}.graphs-icon--colapse{background-image:url(images/graphs/colapse.svg)}.graphs-icon--elapse{background-image:url(images/graphs/elapse.svg)}.graphs-icon--glucose{background-image:url(images/graphs/glucose.svg)}.graphs-last-record span{font-weight:700}.graphs-metrics{display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;column-gap:32px}.graphs-metrics-series{display:flex;flex-direction:column;column-gap:15px;flex-wrap:wrap;align-items:baseline}.graphs-metrics-title{font-weight:700;color:#2a9ed8}.graphs-metrics-list{display:flex;padding:0;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;column-gap:24px;align-items:baseline}.graphs-metrics li{list-style-type:none}.graphs-metrics li span{font-size:2rem;font-weight:700;color:#2a9ed8}complementary-tests-list:not(:first-child){margin-top:40px;display:block}@media screen and (max-width:450px),screen and (max-height:450px){.complementary-tests-list-container{font-size:1.4em}}.complementary-tests-list-dropdown{vertical-align:middle;width:30px;color:#949494;padding-top:5px}@media screen and (max-width:450px),screen and (max-height:450px){.complementary-tests-list-dropdown{padding-top:2px}}.complementary-tests-list-dropdown--rotate{transform:rotate(270deg);display:inline-block}.complementary-tests-list-header{display:flex;flex-direction:row;margin-top:10px;width:100%}.complementary-tests-list-title{font-size:1.2em;text-transform:uppercase;font-style:normal;color:#6ec3e9;width:75%;cursor:pointer}@media screen and (max-width:450px),screen and (max-height:450px){.complementary-tests-list-title{font-size:1em}}.complementary-tests-list-column{font-size:1em;color:#6ec3e9;font-style:italic;font-weight:400;margin-top:5px;margin-bottom:10px;width:50%;line-height:1.2em}@media screen and (max-width:450px),screen and (max-height:450px){.complementary-tests-list-column{display:none}}.complementary-tests-list-row{display:flex;border-bottom:1px solid #e4e4e4;vertical-align:middle;font-size:.9em;line-height:24px;margin-left:30px}.complementary-tests-list-cell{width:50%;display:flex;overflow:hidden}@media screen and (max-width:450px),screen and (max-height:450px){.complementary-tests-list-cell{width:initial}}.complementary-tests-list-cell:first-child{padding-left:5px}.complementary-tests-list-link{cursor:pointer;padding-left:5px}.complementary-tests-list-link:hover{color:#6ec3e9}.complementary-tests-list-cell .complementary-tests-list-content{display:flex;width:100%}.complementary-tests-list-empty{margin-top:10px;margin-left:30px;font-size:.9em}@media screen and (max-width:450px),screen and (max-height:450px){.complementary-tests-list-empty{font-size:.8em}}.message{display:block;width:100%;padding-top:25px;font-size:25px}.message-title{color:#2a9ed8;text-align:center;font-size:1em;font-weight:700}.message-text{color:#949494;text-align:center;font-size:.68em}.message-input{font-size:.9em;padding:4px 16px;background-color:#2a9ed8;color:#fff}.message-input--warning{background-color:#ff9e00}.message-input--info{background-color:#36d68d}.message-error{color:#ff9e00;text-align:left}.message-appointment{width:max-content;padding:4px 16px;background-color:#2a9ed8;color:#fff;font-style:italic}.form-row{display:flex;margin-bottom:8px}.form-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600;flex:1;text-align:right;padding-right:16px;padding-top:6px}.form-content{text-align:left;display:flex;flex:3}.form-content--text{padding:6px 0}.time-picker{position:relative}.time-picker ul{position:absolute;display:grid;grid-template-columns:repeat(8,1fr);border:solid 1px #949494;background-color:#fff;padding:4px;border-radius:4px;box-shadow:0 6px 12px #666}.time-picker li{border:solid 1px #949494;padding:1px 6px;text-align:center;margin:2px;cursor:pointer}.time-picker li:hover{background-color:#e6e6e6}.time-picker li.selected{background-color:#62baea;color:#fff;font-weight:600;border:solid 1px #62baea}.time-picker li.no-times{width:250px;border:0;text-align:left;padding:0;font-size:.9em;cursor:default}.time-picker li.no-times:hover{background:0 0}.uib-monthpicker{padding:.25rem}working-calendar{display:flex;justify-content:center}working-calendar .admin-block-title{padding-bottom:1rem}working-calendar [uib-timepicker] .uib-decrement,working-calendar [uib-timepicker] .uib-increment{display:none}working-calendar .uib-daypicker table{background-color:#fff}.uib-daypicker .has-events .btn{background-color:#949494}.admin-calendar-container{display:flex;flex-flow:column wrap;justify-content:flex-start;margin:0 0 2rem;padding:1rem;border-radius:.5rem;background:#fff;color:#16c438}.admin-calendar-container .admin-calendar-not-initialized{font-size:1.2rem;margin:1rem 0}.admin-calendar-container .admin-calendar-timezone{color:#2a9ed8}.admin-calendar-container .admin-day-title{min-width:10ch;margin-right:1rem;color:#2a9ed8;text-transform:uppercase;font-size:1em}.admin-calendar-container .admin-manage-button{background:#2a9ed8;border:0;color:#fff;font-size:1.2em;cursor:pointer;outline:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:background .3s ease-in-out}.admin-calendar-container .admin-manage-button:hover{background:#0d5eb0}.admin-calendar-container .admin-manage-button.admin-add-button:hover{background:#2a9ed8}.admin-calendar-container .admin-time-input{background:#2a9ed8;color:#e4e4e4;border:0;padding:.5rem;border-radius:.5rem}.admin-calendar-container .admin-time-input.second{margin-right:2rem}.admin-calendar-container .admin-hour-row{position:relative;display:flex;justify-content:flex-start;gap:1rem;margin-right:1rem;padding:10px 0}.admin-calendar-container .uib-separator{padding:0 .25rem}.admin-calendar-container .button--brand{width:max-content;margin-top:1rem}.admin-hours-container{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.admin-hours-container .hour-interval{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:0 1rem;background-color:#f1f1f1;text-align:center;border-radius:0}.admin-hours-container .uib-time input{width:36px;padding:3px 5px}.admin-hours-container .uib-time .form-control{border-radius:0;box-shadow:none}.admin-hours-container .delete-interval-button{position:absolute;display:flex;align-items:center;justify-content:center;height:24px;width:24px;top:-.4em;right:-.4em;border:0;border-radius:100vw;background:0 0;font-size:14px;color:#ec0e1a;background-color:#fff;font-size:1.3rem;cursor:pointer;transition:background-color .3s ease-in-out,color .3s ease-in-out}.admin-hours-container .delete-interval-button:hover{background-color:#ec0e1a;color:#fff}.container-days-config{padding:1rem 0;width:100%;box-sizing:border-box;display:flex;flex-direction:row;align-items:center}.booking__form-control.working-calendar{margin:0 0 2rem}.delete-interval-button{position:absolute;top:-12px;right:-12px;background:0;border:0;color:#ec0e1a;font-size:22px;cursor:pointer;padding:.5rem}label[for=isVacation]{position:relative}asset-stats{display:flex;justify-content:center}.upmedica-app asset-stats .admin-block{margin-top:120px}.panel-s{background-color:#222;border:0;border-radius:.25rem;box-shadow:0 0 2rem rgba(0,0,0,.5);padding:1.5rem;margin:0 auto;width:80%;max-width:75%}.stats-image-profile{border:4px solid #ec0e1a;border-radius:50%;width:200px;height:200px;object-fit:cover}.stats-image-video{object-fit:cover;width:100%;margin-top:8px}.stats-panel{display:flex;flex-wrap:wrap;justify-content:space-between;margin:-1rem -1.5rem}.stats-title{text-align:center;color:#ec0e1a;margin-bottom:20px;width:100%}.stats-title h2{margin:0}input[type=date]{background-color:#2d2d2d;border:0;color:#fff;font-size:1.2rem;padding:.5rem}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}input[type=date]:focus{outline:0;box-shadow:0 0 0 2px #ec0e1a}.filter-date-general{display:flex;justify-content:center;align-items:center;margin:auto;width:80%}.filter-date-general label{margin-right:10px}.filter-date-general input[type=date]{border-radius:10px;padding:5px;margin-right:10px;background-color:#2d2d2d;border:0;color:#fff;font-size:1.2rem;padding:.5rem}.filter-date-general input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}.filter-date-general input[type=date]:focus{outline:0;box-shadow:0 0 0 2px #ec0e1a}.separator-line::after{content:'';display:block;height:2px;width:100%;margin:20px auto;background-color:#ec0e1a}.button-filter{margin-top:10px;border-radius:10px;padding:10px;background-color:#ec0e1a;border:0;color:#fff;cursor:pointer;font-weight:700;font-size:1.2rem;padding:.5rem 1rem;transition:background-color .2s ease-in-out}.button-filter:hover{background-color:#e60000}.stat-block{background:linear-gradient(to bottom,transparent 0,rgba(68,68,68,.8) 100%);border-radius:.8rem;box-shadow:0 0 1rem rgba(0,0,0,.3);flex-basis:30%;flex:1 1 45%;margin:5px;margin:1rem 1.5rem;padding:1.5rem;text-align:center;flex-grow:1;max-width:100%}.stat-block.profile-info{border-radius:10px;border-width:2px;border-style:solid;border-image:linear-gradient(to bottom,#ec0e1a,transparent) 1}.amcharts-chart-div{width:inherit}.amcharts-chart-div text{fill:#fff}.stat-title{font-size:1.25rem;margin-bottom:1rem}.stat-value{color:#f1c40f;font-size:2.25rem}.video-title-stats{color:#f1c40f;font-size:1.2rem;margin-bottom:2px}.section-title{color:#fff;font-size:24px;font-weight:700;text-align:center;margin-bottom:20px}.section-wrapper{background-color:#212121;padding:20px;border-radius:5px;box-shadow:0 0 10px 2px rgba(0,0,0,.5);text-align:center;margin-top:20px}.admin-stats{margin-bottom:20px}.filter-date{display:flex;justify-content:center;align-items:center;padding:20px;border-radius:10px;background-color:#212121;max-width:800px;margin-left:auto;margin-right:auto}.author-stats-icon{font-size:20px;color:#4caf50;margin-top:10px}.author-search-stats{background-color:#212121;border:0;border-bottom:2px solid #4caf50;color:#fff;font-size:16px;padding:5px;margin-bottom:10px;transition:transform .3s ease-in-out}.author-search-stats:focus{outline:0;border-bottom:2px solid #fff}.chart{flex-basis:100%;margin-top:2rem;height:20rem;width:inherit;background-color:#444;border-radius:.25rem;box-shadow:0 0 1rem rgba(0,0,0,.3)}.zoom-effect{transition:transform .2s ease-in-out}.zoom-effect:hover{transform:scale(1.1)}.input{border:1px solid #949494;background-color:transparent;border-radius:0;color:#949494;font-size:.9em;min-height:35px;padding:5px}.input::-webkit-input-placeholder{color:#9b9b9b}.input-label,.input-label--blue{color:#62baea;text-transform:uppercase;display:block;width:100%;border-bottom:solid 2px #62baea}.input-label--small{font-weight:400;font-size:.9em}.input--full{width:100%;display:block;text-align:left}.input--half{width:49%;text-align:left;display:inline-block}.input--center{text-align:center;min-width:50px;padding:0}.input--invalid{border:1px solid #ff9e00;color:#ff9e00}.input--valid{border:1px solid #62baea;color:#62baea}.input:focus{outline:1px solid #bebebe}.input--noborder{border:0;outline:0}.input--noborder:focus{outline:0}.input-error{background-color:#fff;color:#ff9e00;border:1px solid #ff9e00;position:absolute;top:0;width:100%;line-height:33px;vertical-align:middle;min-height:35px;height:auto;cursor:pointer}.input-errorbox{position:relative;margin-bottom:40px}@media screen and (max-width:768px){.input-errorbox{margin-bottom:20px}}.input-title{color:#62baea;text-transform:uppercase;display:block;width:100%;text-align:center;font-size:1.6em}.textarea{width:100%;max-width:100%;max-height:350px;color:#949494;resize:none;display:block;margin-bottom:20px;text-align:left;font-size:.9em;font-weight:400;margin-top:5px;background-color:transparent;border:1px solid #949494;padding:10px}.textarea--noborder{border:0}.textarea--invalid{border:1px solid #ff9e00;color:#ff9e00}.textarea::-webkit-input-placeholder{color:#e4e4e4;font-weight:700}.textarea:focus{outline:1px solid #bebebe}.textarea--small{height:150px}.error-message{color:#ff9e00}clinical-course{flex:1;min-height:0}.clinicalcourse-content{padding:40px 60px;height:100%;font-size:.9em;overflow-y:auto}@media screen and (max-width:450px),screen and (max-height:450px){.clinicalcourse-content{padding:16px}}.clinicalcourse-review{color:#f0a043;font-style:italic;font-size:1.3125em;font-weight:700}.clinicalcourse-reviewdate-container{display:flex;flex-direction:row;justify-content:space-between}.clinicalcourse-select{min-width:105px}.clinicalcourse-number{width:60px}.clinicalcourse-dose{width:130px}.clinicalcourse-duration{width:80px}.clinicalcourse-adminway{width:150px}.clinicalcourse-name{font-size:1.3125em;font-weight:700}.clinicalcourse-calendar{font-size:25px;vertical-align:middle;color:#62baea}.clinicalcourse-receipt-group{flex-wrap:nowrap}.clinicalcourse-receipt-row{margin-bottom:10px;display:flex;flex-direction:row;justify-content:space-between}.clinicalcourse-receipts{color:#62baea;padding-bottom:3px}.clinicalcourse-receipts--editing{border-bottom:1px solid #e4e4e4}.clinicalcourse-codification{padding-bottom:3px}.clinicalcourse-codification--editing{border-bottom:1px solid #e4e4e4}.clinicalcourse-label--icons{width:calc(100% - 64px);display:inline-block}.clinicalcourse-timepicker{display:flex;flex-wrap:wrap;justify-content:center}.clinicalcourse-time{border:solid 1px #949494;padding:2px 10px;text-align:center;margin:2px;cursor:pointer}.clinicalcourse-time:hover{background-color:#e6e6e6}.clinicalcourse-time--selected{background-color:#62baea;color:#fff;font-weight:600;border:solid 1px #62baea}.clinicalcourse-time--selected:hover{background-color:#62baea}.clinicalcourse-actions{color:#949494;padding-right:8px;text-align:center}personal-data{overflow-y:auto}personal-data-historical{overflow-y:auto}.personaldata-content{padding:40px 60px 0;font-size:.9em}.personaldata-field{text-transform:capitalize}clinical-history-summary{overflow-y:auto}clinical-history-summary-historical{overflow-y:auto}.clinical-history-summary-header{display:flex;flex-direction:column;margin:16px 16px 0;align-items:center;row-gap:8px}.clinical-history-summary-content{padding:40px 60px 0;font-size:.9em}.clinical-history-summary-content li{margin:8px 0}.clinical-history-summary-list{padding-left:8px}.clinical-history-summary-sub-section{margin-bottom:25px}.clinical-history-summary-field{text-transform:capitalize}.clinical-history-summary-disclaimer{padding:16px;text-align:center;background-color:#6ec3e9;color:#fff;margin:1rem 1rem 0;border-radius:.2rem}.clinical-history-summary-separator{border-bottom:dashed 2px #62baea}medical-data{overflow-y:auto}medical-data-historical{overflow-y:auto}.medical-data-content{padding:40px 60px;height:100%;font-size:1em}.medical-data-radiobuttons{display:flex}.medical-data-checkboxbuttoons{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:15px}.editable-list-label--icons{width:calc(100% - 64px);display:inline-block}.editable-list-elements{padding-bottom:3px}.editable-list-elements-row{display:flex;justify-content:space-between;padding:5px;min-height:20px}.editable-list-elements-row-content{order:1}.editable-list-elements-row-options{order:2}.editable-list-elements-row-odd{background-color:#f9f9f9}.editable-list-elements-row-even{background-color:#fff}.editable-list-elements-column--w1{flex:1}.editable-list-elements-column--w2{flex:2}.editable-list-elements-column--w3{flex:2}.editable-list-elements-column--header{font-weight:700}.editable-list-elements-column--start{display:flex;align-items:center;justify-content:flex-start}.editable-list-elements-options{margin-right:8px;text-align:right;width:64px;padding-right:4px}.editable-list-elements--columns{display:flex;justify-content:space-between;width:calc(100% - 45px)}.editable-list-elements--editing{border-bottom:1px solid #e4e4e4}.editable-list-elements--doctor-added{color:#62baea}.entity-manager{padding-bottom:40px}.videocall{background-color:#fff;height:100%;width:100%;overflow:hidden}.videocall-panel-refreshbtn{display:flex;align-items:center;gap:.25rem;background-color:transparent;margin-right:10px;padding:0;line-height:0;border:0;color:#0d5eb0}.videocall-panel-refreshbtn svg{width:25px;fill:#0d5eb0}.videocall-container{height:100%;width:100%;background-color:#e4e4e4;display:grid;grid-template-columns:168px 1fr;grid-template-rows:1fr 96px;grid-template-areas:'remote remote' 'local toolbar'}@media screen and (max-width:992px){.videocall-container{grid-template-rows:168px;grid-template-columns:294px 1fr;grid-template-areas:'remote toolbar'}}@media screen and (max-width:450px),screen and (max-height:450px){.videocall-container{grid-template-columns:168px 1fr;grid-template-rows:1fr 96px;grid-template-areas:'remote remote' 'local toolbar'}}.videocall-end{padding-top:calc(100% - 130px);position:absolute;top:100%;left:50%;transform:translate(-50%,-115%);display:flex;flex-direction:column;justify-content:center;align-items:center}.videocall-end--button{width:100%;height:65px;text-align:center}.videocall-end--text{color:#da00f9;font-size:1em;padding:5px}.videocall-end--name{color:#949494;font-size:1.3em;text-transform:uppercase;padding-bottom:5px}.videocall-slogan{background-color:#f2f2f2;color:#949494;border-radius:23px;font-size:3.5em;font-family:Bariol,sans-serif;padding:10px 20px;font-weight:600;display:block;width:50%;margin:0 auto}.videocall-remote{grid-area:remote;min-height:0}.videocall-remote>video{height:100%;width:100%;object-fit:cover}.videocall-remote--share>video{object-fit:contain}.videocall-toolbar{grid-area:toolbar;background-color:#666;display:flex}.videocall-local{grid-area:local}@media screen and (max-width:992px){.videocall-local{display:none}}@media screen and (max-width:450px),screen and (max-height:450px){.videocall-local{display:block}}.videocall-local>video{width:100%;height:100%;object-fit:cover}.videocall-message{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#848484;font-size:1.6em}@media screen and (max-width:992px){.videocall-message{font-size:.9em}.videocall-message p{display:none}}@media screen and (max-width:450px),screen and (max-height:450px){.videocall-message{font-size:1.6em}.videocall-message p{display:block}}.videocall-message .icon{color:#949494;font-size:192px;animation:blinker 2s ease-in-out infinite}@media screen and (max-width:992px){.videocall-message .icon{font-size:64px}}@media screen and (max-width:450px),screen and (max-height:450px){.videocall-message .icon{font-size:192px}}@keyframes blinker{50%{opacity:0}}.videocall-camera{height:100%;width:100%;display:flex;background-color:#949494}.videocall-camera .icon{color:#fff;font-size:64px;animation:blinker 2s ease-in-out infinite;margin:auto}.videocall .button-grid{height:100%}@media screen and (max-width:992px){.videocall .button-grid{height:168px}}@media screen and (max-width:450px),screen and (max-height:450px){.videocall .button-grid{height:100%}}@media screen and (max-width:992px){.videocall .button-grid>div>div{display:none}}@media screen and (max-width:992px){.videocall .button-grid ul{margin:8px 25%}}@media screen and (max-width:450px),screen and (max-height:450px){.videocall .button-grid ul{margin:8px 10%}}@media screen and (max-width:450px),screen and (max-height:450px){.videocall .button-grid .button-rounded{font-size:40px}}@media screen and (max-width:450px),screen and (max-height:450px){.videocall .button-grid span{font-size:12px;margin-top:8px}}.documents-list-container{padding:16px 24px;height:100%;color:#949494;overflow-y:auto}.documents-list-container-devices{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:8px}.fullsize{order:-1;width:100%}.colapse{width:calc((100% - 16px)/ 3);order:1;min-width:178px}@media screen and (max-width:1435px){.colapse{width:calc((100% - 8px)/ 2)}}@media screen and (max-width:450px){.colapse{width:100%}}.receipt-list-container{padding:15px;height:100%;color:#949494;overflow-y:auto}patients-search{height:100%;min-height:0;display:flex;overflow-y:auto}users-search{width:100%}.userssearch{background-color:#fff;width:500px;display:flex;align-items:center;flex-direction:column;padding:32px 0;margin:auto}@media screen and (max-width:992px){.userssearch{width:80%}}@media screen and (max-width:450px),screen and (max-height:450px){.userssearch{width:90%}}.userssearch-bar{padding:30px 25px 20px;width:100%;background-color:#f9f9f9}@media screen and (max-width:450px),screen and (max-height:450px){.userssearch-bar{padding:15px}}.userssearch-bar-icon{font-size:16px;vertical-align:middle;line-height:35px;padding:0 10px}.userssearch-bar-content{background-color:#fff;display:flex}.userssearch-bar-content--invalid{border:1px solid #ff9e00}.userssearch-bar select{border:1px solid #fff;background-color:#fff}.userssearch-list{max-height:410px;overflow-y:auto;width:100%;overflow-x:hidden}.userssearch-buttons{display:flex;flex-direction:column;width:100%}.userssearch-buttons ul{margin:0}.userssearch-buttons li{margin-bottom:32px}.userssearch-text{width:100%}.userssearch-result{display:flex;color:#fff;width:100%}.userssearch-result--noresults{color:#949494}.userssearch-result-container{padding:0 25px 10px;background-color:#f9f9f9;width:100%}@media screen and (max-width:450px),screen and (max-height:450px){.userssearch-result-container{padding:0 15px 15px}}.userssearch-result-content{display:flex;background-color:#464646;height:120px}@media screen and (max-width:450px),screen and (max-height:450px){.userssearch-result-content{height:90px}}.userssearch-result-content--selected,.userssearch-result-content:focus,.userssearch-result-content:hover{text-decoration:none;outline:0;background-color:#319fe8}.userssearch-result-image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#fff}.userssearch-result-image-container{width:120px;height:120px}@media screen and (max-width:450px),screen and (max-height:450px){.userssearch-result-image-container{width:90px;height:90px}}.userssearch-result-data{display:flex;flex-direction:column;padding:10px;flex:1;min-width:0}@media screen and (max-width:450px),screen and (max-height:450px){.userssearch-result-data{padding:10px 0 10px 10px}}.userssearch-result-name{font-size:1.2em;font-style:italic}.userssearch-result-id{display:flex;justify-content:space-between;font-size:1em;font-weight:700}.userssearch-result-external-id{font-weight:400}.userssearch-result-contact{display:flex;flex-direction:column;padding-top:10px;font-size:.9em}.checkbox{position:relative;cursor:pointer}[type=checkbox]:checked,[type=checkbox]:not(:checked){position:absolute;left:-9999px;outline:0}.checkbox-squared:checked+label,.checkbox-squared:not(:checked)+label{position:relative;padding-left:25px;cursor:pointer;outline:0}.checkbox-squared:checked+label::before,.checkbox-squared:not(:checked)+label::before{content:'';position:absolute;left:0;top:-9px;width:18px;height:18px;outline:0}.checkbox-squared:not(:checked)+label::before{border:1px solid #949494;background:#fff}.checkbox-squared:checked+label::before{border:1px solid #62baea;background:#62baea}.checkbox-squared:checked+label::after,.checkbox-squared:not(:checked)+label::after{content:url(images/check.png);position:absolute;top:-10px;left:4px;transition:transform .2s;outline:0}.checkbox-squared:not(:checked)+label::after{opacity:0;transform:scale(0)}.checkbox-squared:checked+label::after{opacity:1;transform:scale(1)}.checkbox-squared:disabled:checked+label::before,.checkbox-squared:disabled:not(:checked)+label::before{box-shadow:none;border-color:#bbb;background-color:#fff}.checkbox-circle:checked+label,.checkbox-circle:not(:checked)+label{position:relative;padding-left:25px;cursor:pointer;outline:0}.checkbox-circle:checked+label::before,.checkbox-circle:not(:checked)+label::before{content:'';position:absolute;left:0;top:-9px;width:18px;height:18px;outline:0}.checkbox-circle:not(:checked)+label::before{background-image:url(images/icon-check-circle-unchecked.png);background-size:18px 18px;content:'';position:absolute;width:18px;height:18px;outline:0}.checkbox-circle:checked+label::before{background-image:url(images/icon-check-circle-checked.png);background-size:18px 18px;width:18px;height:18px;content:'';position:absolute;transition:transform .2s;outline:0}.checkbox-circle:not(:checked)+label::after{opacity:0;transform:scale(0)}.checkbox-circle:checked+label::after{opacity:1;transform:scale(1)}.checkbox-circle:disabled:checked+label::before,.checkbox-circle:disabled:not(:checked)+label::before{box-shadow:none;border-color:#bbb;background-color:#fff}.checkbox-button{background-color:transparent;outline:0;border:0;border-radius:0;text-transform:uppercase;font-size:.9375em}.checkbox-button label span{background-color:#fff;color:#949494;transition:background-color .3s linear;border:1px solid #e4e4e4;border-radius:16px;padding:2px 15px;cursor:pointer}.checkbox-button label input{position:absolute;display:none}.checkbox-button input:checked+span{background-color:#8ccaed;color:#fff;transition:background-color .3s linear;border:1px solid #8ccaed}interconsultation{height:100%;min-height:0;display:flex;overflow-y:auto}.interconsultations{box-sizing:border-box;width:100%}.interconsultations-form{width:490px;margin:0 auto}.interconsultations-panel{background-color:#f9f9f9;padding:0 25px}.interconsultations-panel .input{background-color:#fff;border-color:#fff}.interconsultations-panel .input--invalid{border-color:#ff9e00}.interconsultations-panel textarea{resize:vertical}.interconsultations .userssearch-text{margin:0;border:0;color:#949494;font-size:1em}.interconsultations-content{padding:30px 15px;overflow-y:scroll;height:calc(100% - 90px)}.interconsultations-menu{float:right;top:-40px;position:relative;margin-right:8px}.interconsultation-panel{height:100%;padding:32px;overflow-y:scroll;font-size:.9em}.interconsultation-panel textarea{resize:vertical}.interconsultation-label{color:#0d5eb0;font-weight:700;border-bottom:2px solid #0d5eb0;width:100%;display:block}.interconsultation-title{text-transform:uppercase;color:#0d5eb0;font-weight:700;font-size:1.2em}.interconsultation-files li{display:flex;align-items:center;padding:4px}.interconsultation-files-icon{padding:0 4px;font-size:1.6em;color:#949494}.interconsultation-files-actions{padding-left:4px}.timeline-filter-options{background-color:#319fe8;color:#fff;padding:6px 20%;margin-top:16px;display:flex;font-size:1.2em}.timeline-filter-options li{width:50%;text-transform:uppercase;text-align:center;cursor:pointer}.timeline-filter-options li:first-child,.timeline-filter-options li:last-child{width:25%}.timeline-filter-options .active{font-weight:700}.timeline-filter-navegation{color:#62baea;text-align:center;padding:8px 20%;display:flex}.timeline-filter-navegation li{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;width:50%}.timeline-filter-navegation li:first-child,.timeline-filter-navegation li:last-child{width:25%}.timeline-filter-navegation i{cursor:pointer;padding:3px 16px}.timeline-filter-navegation .disabled{opacity:.4;cursor:not-allowed}.menu-options{display:flex;flex-flow:wrap}.menu-options li{width:25%;display:flex;flex-direction:column;text-align:center;padding:32px}@media screen and (max-width:768px){.menu-options li{width:50%;padding:16px 8px}}.menu-options li:hover{cursor:pointer;color:#2a9ed8}.menu-options-icon{font-size:80px;padding-bottom:16px;position:relative}@media screen and (max-width:768px){.menu-options-icon{padding-bottom:8px}}.menu-options-title{font-size:1em;text-transform:capitalize;white-space:pre-line;color:#949494}.menu-options-badge{background-color:#e24b44;color:#fff;font-size:14px;padding:4px 8px 6px;border-radius:12px;position:absolute;font-family:'Open Sans',sans-serif;left:calc(50% + 20px)}.menu-options-badge.mid-badge{top:calc(50% + -20px)}.menu-options-badge.warning-badge{background-color:#ff9e00}home{height:100%;display:block}.menu-home{display:flex;min-height:0;overflow-y:auto;height:100%}.menu-home menu-options{margin:auto;width:100%}@media screen and (min-width:992px){.menu-home menu-options{margin:auto 15%}}.menu-sidebar{background:#303030;height:100%;position:absolute;top:0;width:120px;left:-120px;z-index:100;transition:left .4s ease-in-out;margin-top:90px}@media screen and (max-width:768px){.menu-sidebar{width:90px;left:-90px}}@media screen and (max-width:992px){.menu-sidebar{margin-top:70px}}.menu-sidebar menu-options{display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 90px);overflow-y:auto}@media screen and (max-width:992px){.menu-sidebar menu-options{height:calc(100% - 70px)}}.menu-sidebar .menu-options li{width:100%;color:#fff;padding:16px 0 8px;border-bottom:4px solid #303030}@media screen and (max-width:768px){.menu-sidebar .menu-options li{padding:8px 0 4px}}.menu-sidebar .menu-options li.selected:not(:hover){background-color:#464646;border-bottom-color:#949494}.menu-sidebar .menu-options li:hover{cursor:pointer;background-color:#949494;border-bottom-color:#fff}.menu-sidebar .menu-options-icon{font-size:32px;padding-bottom:8px;color:#fff}@media screen and (max-width:768px){.menu-sidebar .menu-options-icon{font-size:28px}}.menu-sidebar .menu-options-title{font-size:.7em;color:#fff}.menu-sidebar .menu-options-badge{font-size:10px;padding:2px 4px 3px;border-radius:10px;position:absolute;font-family:'Open Sans',sans-serif;left:calc(50% + 8px)}.menu-sidebar .menu-options-badge.mid-badge{top:calc(50% + -8px)}.sidebar--shown .menu-sidebar{left:0;transition:left .4s ease-in-out}.plain-text{text-transform:none}historical{display:flex;flex-direction:column;height:100%}historical>section{flex:1;min-height:0}historical>section>*{height:100%;display:flex;flex-direction:column}consultation{height:100%;display:flex;flex-direction:column;overflow-y:auto}consultations{height:100%;display:flex;flex-direction:column}.consultations-content{overflow-y:auto;height:100%}.consultations-detail-content{height:100%;flex:1;overflow:initial}.consultations-appointments-filter{text-align:center;padding-top:20px}@media screen and (max-width:450px),screen and (max-height:450px){.consultations-appointments-filter{padding-top:30px}}.mobile-warning{display:none;background-color:#f0a043;color:#fff;align-items:center}@media screen and (max-width:450px),screen and (max-height:450px){.mobile-warning{display:flex}}.mobile-warning span{padding:16px;flex:1}.mobile-warning i{padding:16px;cursor:pointer}.monitor-central-container{padding:20px;overflow-y:auto;overflow-x:hidden}.monitor-central-table>table{border-collapse:separate;border-spacing:0 5px;padding:0 8px}.monitor-central-table>table>thead>tr>th{vertical-align:middle;text-align:center;max-width:100px}.monitor-central-table>table>tbody>tr>td{border:solid 1px #ddd;border-style:solid none;padding:10px;vertical-align:middle;text-align:center;max-width:100px}.monitor-central-table>table td:first-child{border-left-style:solid;border-top-left-radius:10px;border-bottom-left-radius:10px}.monitor-central-table>table td:last-child{border-right-style:solid;border-bottom-right-radius:10px;border-top-right-radius:10px}.monitor-central-table .left-cell{vertical-align:middle;text-align:left}.monitor-central-table .vital-sign-cell{text-align:right;position:relative}.monitor-central-table .header-cell{padding:10px 20px;position:relative;cursor:pointer;text-align:right}.monitor-central-table .header-cell:hover{color:#666}.monitor-central-table .header-cell:hover::after,.monitor-central-table .header-cell:hover::before{opacity:1}.monitor-central-table .header-cell::after,.monitor-central-table .header-cell::before{content:'';position:absolute;top:50%;right:4px;border:4px solid transparent}.monitor-central-table .header-cell::before{border-bottom-color:#666;margin-top:-8px;opacity:70%}.monitor-central-table .header-cell::after{border-top-color:#666;margin-top:1px;opacity:70%}.monitor-central-table .header-cell.sort-asc::before{border-width:6px;margin-top:-9px;right:4px;border-bottom-color:#666;opacity:1}.monitor-central-table .header-cell.sort-asc::after{content:none}.monitor-central-table .header-cell.sort-desc::before{content:none}.monitor-central-table .header-cell.sort-desc::after{border-width:6px;margin-top:-2px;right:4px;border-top-color:#666;opacity:1}.monitor-central-table .state{width:12%}.monitor-central-select{background-color:#fff;display:block;width:100%;height:35px;border:1px solid #ccc;border-radius:12px;padding:6px;text-align:center}.pointer{cursor:pointer}.container-doctor-admin{overflow:auto;justify-content:center;padding-bottom:20px}.menu-admin-nav{background-color:#464646;display:flex;flex-direction:row;list-style-type:none;padding:0;margin:0}.menu-admin-nav .menu-item{margin:0 15px}.menu-link{font-family:'Open Sans',sans-serif;font-size:15px}.menu-link.active{border-bottom:2px solid #2a9ed8}.menu-link:hover{color:#000}.horizontal-nav{background-color:#464646}.horizontal-nav .menu-item{position:relative;padding:1rem 0}.horizontal-nav .menu-item::after{content:'';position:absolute;bottom:0;left:0;width:0%;height:4px;background-color:#2a9ed8;transition:width .3s ease-in-out}.horizontal-nav .menu-item:hover::after{width:100%}.horizontal-nav .menu-item.selected::after{width:100%}.carearea__attention-scenarios .form-group{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.carearea__attention-scenarios .form-group span{font-weight:400}.sr-only{display:none}.uib-daypicker,.uib-monthpicker{outline:0}.uib-daypicker>table,.uib-monthpicker>table{width:100%;color:#949494}.uib-title{border:0;pointer-events:none;color:#949494;text-transform:uppercase}.uib-left,.uib-right{border:0!important;color:#62baea;border-radius:50%;width:initial}.uib-day button,.uib-months button{border-radius:50%;border:none;color:#949494}.uib-day,.uib-months{outline:0}.uib-day>button,.uib-months>button{font-size:1em;min-width:initial}.uib-day>button>.text-muted,.uib-months>button>.text-muted{color:#e4e4e4}.uib-day>button>.btn-info.active,.uib-months>button>.btn-info.active{border-color:transparent;outline:0}.btn:focus{outline:0!important}.ng-cloak,.x-ng-cloak,[data-ng-cloak],[ng-cloak],[ng\:cloak],[x-ng-cloak]{display:none!important}.dropdown-menu{max-width:490px;max-height:320px;overflow-y:auto}.dropdown-menu>li>a{white-space:normal}.sidebar{height:100%;padding-top:120px;background-color:#f4f6f7;left:0;position:fixed;top:0;-webkit-user-select:none;user-select:none;width:0;z-index:600}@media screen and (max-width:768px){.sidebar{padding-top:100px}}.sidebar-content{background:#f4f6f7;height:100%;position:absolute;top:0;width:290px;z-index:100;left:-290px;transition:left .4s ease-in-out;margin-top:90px;padding-bottom:90px;overflow:auto;box-shadow:2px 0 10px rgba(168,168,168,.4)}@media screen and (max-width:768px){.sidebar-content{margin-top:70px}}.sidebar-items{padding-top:50px;overflow-y:auto;height:calc(100% - 90px);display:none}@media screen and (min-width:calc(768px + 1px)){.sidebar-items{display:block}}.sidebar-items--mobile{display:block}@media screen and (min-width:calc(768px + 1px)){.sidebar-items--mobile{display:none}}.sidebar--shown .sidebar-content{left:0;transition:left .4s ease-in-out}.sidebar-item{display:flex;align-items:center;margin:5px 0;margin:0 1rem 0 0;padding-left:1rem;font-family:'Open Sans',sans-serif;color:#949494;cursor:pointer;list-style:none}.sidebar-item:hover{background-color:#fff}.sidebar-item::before{font-family:icomoon;font-size:1.4rem;color:#2a9ed8}.sidebar-mainmenu--last{margin-bottom:35px}.sidebar-category{font-size:.875em;color:#949494;padding:5px 0 5px 30px;text-transform:lowercase}.sidebar-category>.sidebar-link::before{content:'# '}.sidebar-categoriestitle{cursor:auto;margin-top:35px;color:#2a9ed8;padding:5px 0 5px 30px;font-weight:700}.sidebar-categoriestitle:hover{background-color:#f4f6f7}.sidebar-link{color:#949494;font-size:1.2rem;padding:.5rem 0 .5rem .75rem;text-transform:capitalize}.sidebar-link--selected{font-weight:600}.sidebar-link--category{font-size:.875em}.sidebar-link--category::before{content:'# '}.sidebar-link-mainmenu{padding:0 0 0 .75rem}.sidebar.sidebar--float~.content{padding-left:0}.sidebar.sidebar--float~.video-consultation-container{padding-left:0}.sidebar-badge{background-color:#e24b44;color:#fff;font-size:.7em;padding:2px 8px;border-radius:10px;min-width:24px;text-align:center;display:inline-block;position:relative;top:-2px}@keyframes shadowBlink{from{box-shadow:0 0 32px 0 rgba(255,255,255,0)}to{box-shadow:0 0 32px 16px rgba(255,255,255,.4)}}genteup-header{display:block;width:100%;-webkit-user-select:none;user-select:none}.header{background-color:#2a9ed8;height:90px;width:100%;margin-bottom:0;position:fixed;padding:0 0 0 40px;top:0;z-index:700;display:flex;align-items:center;justify-content:space-between;font-weight:400}@media screen and (max-width:992px){.header{padding:0;height:70px}}.header-left{height:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;flex:1}.header-right{height:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center;margin:0}.header-navbar{padding-right:16px}.header-navbar>li{float:left;padding:6px 0}.header-navbar>li.active{border-bottom:1px solid #fff}.header-navbar>li:not(:first-child){margin-left:15px}.header-navbar>li>a{color:#fff}@media screen and (max-width:768px){.header-navbar>li>a{font-size:smaller}}.header-state{height:100%;width:32px}@media screen and (max-width:768px){.header-state{width:24px}}.header-state--connected{background-color:#36d68d}.header-state--disconnected{background-color:#eb6b57}.header .logo{height:50px;vertical-align:bottom;margin-left:15px}@media screen and (max-width:768px){.header .logo{margin-left:45px}}.header .logo.admin{margin-left:15px;height:47px}.header-calling{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:grid;grid-template-columns:minmax(0,1fr);z-index:1000}.header-calling-panel{background-color:#464646;border-top-right-radius:calc(24px);border-bottom-right-radius:calc(24px);max-width:calc(512px);height:128px;margin:auto;display:flex;align-items:center;animation:shadowBlink .8s alternate infinite;width:95%}@media screen and (max-width:450px),screen and (max-height:450px){.header-calling-panel{height:80px}}.header-calling-panel *{margin-right:16px}@media screen and (max-width:450px),screen and (max-height:450px){.header-calling-panel *{margin-right:8px}}.header-calling-photo{height:128px;width:128px;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:url(images/no_avatar_grey.png)}@media screen and (max-width:450px),screen and (max-height:450px){.header-calling-photo{height:80px;width:80px}}.header-calling-title{flex:1;overflow:hidden;color:#fff;display:flex;flex-direction:column}@media screen and (max-width:450px),screen and (max-height:450px){.header-calling-title{font-size:.9em}}.header-calling-title span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popover-icon{line-height:inherit}.popover-icon--blue{color:#62baea}.popover-icon--grey{color:#e4e4e4}.ns-popover-list-theme{box-sizing:border-box;border:solid 1px rgba(0,0,0,.2);border-radius:3px;z-index:100;background-color:#fff;box-shadow:0 .3125rem .625rem rgba(0,0,0,.2)}.ns-popover-list-theme .list,.ns-popover-list-theme ul{padding:0;margin:.625rem 0;display:block}.ns-popover-list-theme .list-item,.ns-popover-list-theme li{list-style-type:none}.ns-popover-list-theme .list-item a,.ns-popover-list-theme li a{padding:.1875rem .625rem;display:block}.ns-popover-list-theme .list-item a:hover,.ns-popover-list-theme li a:hover{background-color:#f5f5f5}.ns-popover-tooltip-theme{box-sizing:border-box;z-index:100;background-color:transparent}.ns-popover-tooltip-theme .ns-popover-tooltip{box-sizing:border-box;border:solid 1px rgba(0,0,0,.2);border-radius:3px;background-color:#fff;padding:.5625rem .875rem;max-width:20rem;font-size:.875rem;box-shadow:0 .3125rem .625rem rgba(0,0,0,.2);margin:10px}.ns-popover-tooltip-theme .ns-popover-tooltip ul{padding:0;margin:.625rem 0;display:block}.ns-popover-tooltip-theme .ns-popover-tooltip li{list-style-type:none}.ns-popover-tooltip-theme .ns-popover-tooltip li a{padding:.1875rem .625rem;display:block}.ns-popover-tooltip-theme .ns-popover-tooltip li a:hover{background-color:#f5f5f5}.ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle{content:"";display:block;width:0;height:0;border:solid 11px;border-color:transparent;position:absolute;border-bottom-color:rgba(0,0,0,.2);left:50%;top:-11px;margin-left:-11px}.ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle:after{content:" ";display:block;width:0;height:0;border:solid 10px;border-color:transparent;position:absolute}.ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle:after{border-bottom-color:#fff;border-top-width:0;top:1px;margin-left:-10px}.ns-popover-tooltip-theme.ns-popover-top-placement .triangle{content:"";display:block;width:0;height:0;border:solid 11px;border-color:transparent;position:absolute;border-top-color:rgba(0,0,0,.2);left:50%;bottom:-11px;margin-left:-11px}.ns-popover-tooltip-theme.ns-popover-top-placement .triangle:after{content:" ";display:block;width:0;height:0;border:solid 10px;border-color:transparent;position:absolute}.ns-popover-tooltip-theme.ns-popover-top-placement .triangle:after{border-top-color:#fff;border-bottom-width:0;bottom:1px;margin-left:-10px}.ns-popover-tooltip-theme.ns-popover-right-placement .triangle{content:"";display:block;width:0;height:0;border:solid 11px;border-color:transparent;position:absolute;border-right-color:rgba(0,0,0,.2);top:50%;left:-11px;margin-top:-11px}.ns-popover-tooltip-theme.ns-popover-right-placement .triangle:after{content:" ";display:block;width:0;height:0;border:solid 10px;border-color:transparent;position:absolute}.ns-popover-tooltip-theme.ns-popover-right-placement .triangle:after{border-right-color:#fff;border-left-width:0;left:1px;bottom:-10px}.ns-popover-tooltip-theme.ns-popover-left-placement .triangle{content:"";display:block;width:0;height:0;border:solid 11px;border-color:transparent;position:absolute;border-left-color:rgba(0,0,0,.2);top:50%;right:-11px;margin-top:-11px}.ns-popover-tooltip-theme.ns-popover-left-placement .triangle:after{content:" ";display:block;width:0;height:0;border:solid 10px;border-color:transparent;position:absolute}.ns-popover-tooltip-theme.ns-popover-left-placement .triangle:after{border-left-color:#fff;border-right-width:0;right:1px;bottom:-10px}.ns-popover-tooltip-theme.ns-popover-left-align .ns-popover-tooltip{margin-left:0}.ns-popover-tooltip-theme.ns-popover-right-align .ns-popover-tooltip{margin-right:0}.ns-popover-tooltip-theme.ns-popover-top-align .ns-popover-tooltip{margin-top:0}.ns-popover-tooltip-theme.ns-popover-bottom-align .ns-popover-tooltip{margin-bottom:0}.ns-popover-tooltip--blue{color:#fff;box-sizing:border-box;z-index:100;background-color:transparent}.ns-popover-tooltip--blue .ns-popover-tooltip{box-sizing:border-box;border:0;border-radius:3px;background-color:#62baea;padding:.5625rem .875rem;max-width:20rem;font-size:.875rem;box-shadow:0 .3125rem .625rem rgba(0,0,0,.2);margin:10px}.ns-popover-tooltip--blue .ns-popover-tooltip ul{padding:0;margin:.625rem 0;display:block}.ns-popover-tooltip--blue .ns-popover-tooltip li{list-style-type:none}.ns-popover-tooltip--blue .ns-popover-tooltip li a{padding:.1875rem .625rem;display:block}.ns-popover-tooltip--blue .ns-popover-tooltip li a:hover{background-color:#f5f5f5}.ns-popover-tooltip--blue.ns-popover-bottom-placement .triangle{content:"";display:block;width:0;height:0;border:solid 11px;border-color:transparent;position:absolute;border-bottom-color:#62baea;left:50%;top:-11px;margin-left:-11px}.ns-popover-tooltip--blue.ns-popover-bottom-placement .triangle:after{content:" ";display:block;width:0;height:0;border:solid 10px;border-color:transparent;position:absolute}.ns-popover-tooltip--blue.ns-popover-bottom-placement .triangle:after{border-bottom-color:#62baea;border-top-width:0;top:1px;margin-left:-10px}.ns-popover-tooltip--blue.ns-popover-left-align .triangle{left:7px}.ns-popover-tooltip--blue.ns-popover-left-align .ns-popover-tooltip{margin-left:-14px}.ns-popover-tooltip--grey{box-sizing:border-box;z-index:100;background-color:transparent;color:#949494}.ns-popover-tooltip--grey .ns-popover-tooltip{box-sizing:border-box;border:0;border-radius:3px;background-color:#f2f2f2;padding:.5625rem .875rem;max-width:20rem;word-break:break-word;font-size:.875rem;box-shadow:0 .3125rem .625rem rgba(0,0,0,.2);margin:10px}.ns-popover-tooltip--grey .ns-popover-tooltip ul{padding:0;margin:.625rem 0;display:block}.ns-popover-tooltip--grey .ns-popover-tooltip li{list-style-type:none}.ns-popover-tooltip--grey .ns-popover-tooltip li a{padding:.1875rem .625rem;display:block}.ns-popover-tooltip--grey .ns-popover-tooltip li a:hover{background-color:#f5f5f5}.ns-popover-tooltip--grey.ns-popover-bottom-placement .triangle{content:"";display:block;width:0;height:0;border:solid 11px;border-color:transparent;position:absolute;border-bottom-color:#f2f2f2;left:50%;top:-11px;margin-left:-11px}.ns-popover-tooltip--grey.ns-popover-bottom-placement .triangle:after{content:" ";display:block;width:0;height:0;border:solid 10px;border-color:transparent;position:absolute}.ns-popover-tooltip--grey.ns-popover-bottom-placement .triangle:after{border-bottom-color:#f2f2f2;border-top-width:0;top:1px;margin-left:-10px}.ns-popover-tooltip--grey.ns-popover-left-align .ns-popover-tooltip{margin-left:-14px}.admin-label{font-weight:600}.admin-panel{color:#464646;padding:122px 32px 32px}@media screen and (max-width:992px){.admin-panel{padding:86px 16px 16px}}.admin-panel--split{display:flex}.admin-panel--split>div{flex:1}.admin-panel--split>div:first-child{margin-right:64px}@media screen and (max-width:992px){.admin-panel--split>div:first-child{margin-right:32px}}.admin-block{width:100%;display:flex;flex-direction:column;margin-bottom:32px;padding:15px 25px;border:1px solid #e4e4e4;border-radius:16px}.admin-block-title{color:#2a9ed8;font-weight:600;padding-bottom:24px;display:flex;align-items:center}.admin-block-title span:first-child{padding-right:16px;font-size:1.2em;font-weight:600}.admin-form-line{display:flex;margin-bottom:8px}.admin-form-line-separator{padding-bottom:8px;border-bottom:1px solid #e4e4e4}.admin-form-label{font-weight:600;flex:1;text-align:right;padding-right:16px;padding-top:6px}.admin-form-content{flex:3}.admin-form-block{margin-bottom:8px;margin-top:16px}.admin-buttons{display:flex;justify-content:flex-end;margin-top:16px}.admin-buttons>button{margin-left:8px}.admin-header{display:flex}.admin-header>h2{flex:1}.admin-header>button{margin-left:8px}.header{background-color:#464646;border:0;border-radius:0;box-shadow:-21px -8px 0 0 #fff,-20px -8px 0 0 #fff,inset 1px 0 10px -4px rgba(0,0,0,.34),inset 1px 0 10px -4px rgba(0,0,0,.34);display:flex}.header .logo{flex:1;display:flex;align-items:center;margin-left:0}@media screen and (max-width:768px){.header .logo{margin-left:0}}.header .logo>img{margin:0 auto;height:50px}@media screen and (max-width:992px){.header .logo>img{height:40px;max-width:75%}}.header .connected{padding-right:16px}.header-timer{color:#fff;font-size:40px;display:flex;align-items:center;padding-right:16px}.header-timer-image{width:50px;padding-right:15px}.header-doctor{color:#fff;padding-left:25px}@media screen and (max-width:992px){.header-doctor{padding-left:0}}.header-ringbell{display:flex;align-items:center;justify-content:center;font-size:1em;color:#62baea;margin-right:20px}.graphs-title{background-color:#464646;display:flex;column-gap:16px;flex-direction:row;align-items:center;padding:8px;border-top-left-radius:inherit;border-top-right-radius:inherit}.graphs-title span{background-color:#464646;color:#fff;z-index:1;width:100%}.graphs-content-widget-data{color:#464646}.graphs-content-widget-list .data span{font-size:2rem;font-weight:700;color:#464646;display:flex;flex-direction:row;align-items:baseline}.graphs-metrics-title{font-weight:700;color:#464646}.graphs-metrics li{list-style-type:none}.graphs-metrics li span{font-size:36px;font-weight:700;color:#464646}.panel-group{flex-wrap:nowrap}.panel-row{margin-bottom:10px;display:flex;flex-direction:row;justify-content:space-between}.panel-cell{flex:1;margin-right:10px}.panel-cell:last-child{margin-right:0}.panel-cell--text{margin-top:5px}.panel-container{height:100%;display:flex;flex-direction:column}.panel-content{padding:40px 60px;overflow-y:auto;flex:1;min-height:0;width:100%}.panel-content--compact{padding:8px 16px}.popover-icon-right{line-height:inherit;position:absolute;padding-left:4px}.popover-icon-right--anomaly{color:#ff7d7a}.medical-data-content .popover-icon{position:relative}.ns-popover-tooltip-header{display:flex;flex-direction:column}.ns-popover-tooltip--anomaly{color:#fff;box-sizing:border-box;z-index:100;background-color:transparent}.ns-popover-tooltip--anomaly .ns-popover-tooltip{box-sizing:border-box;border:0;border-radius:3px;background-color:#ff7d7a;padding:.5625rem .875rem;max-width:20rem;font-size:.875rem;box-shadow:0 .3125rem .625rem rgba(0,0,0,.2);margin:10px}.ns-popover-tooltip--anomaly .ns-popover-tooltip ul{padding:0;margin:0;display:block}.ns-popover-tooltip--anomaly .ns-popover-tooltip li{list-style-type:none}.ns-popover-tooltip--anomaly .ns-popover-tooltip li a{padding:.1875rem .625rem;display:block}.ns-popover-tooltip--anomaly .ns-popover-tooltip li a:hover{background-color:#f5f5f5}.ns-popover-tooltip--anomaly.ns-popover-bottom-placement .triangle{content:"";display:block;width:0;height:0;border:solid 11px;border-color:transparent;position:absolute;border-bottom-color:#ff7d7a;left:50%;top:-11px;margin-left:-11px}.ns-popover-tooltip--anomaly.ns-popover-bottom-placement .triangle:after{content:" ";display:block;width:0;height:0;border:solid 10px;border-color:transparent;position:absolute}.ns-popover-tooltip--anomaly.ns-popover-bottom-placement .triangle:after{border-bottom-color:#ff7d7a;border-top-width:0;top:1px;margin-left:-10px}.ns-popover-tooltip--anomaly.ns-popover-left-align .triangle{left:7px}.ns-popover-tooltip--anomaly.ns-popover-left-align .ns-popover-tooltip{margin-left:-14px}.ns-popover-tooltip-alert{color:#fff;box-sizing:border-box;z-index:100;background-color:transparent}.ns-popover-tooltip-alert .ns-popover-tooltip{box-sizing:border-box;border:0;border-radius:3px;background-color:#464646;padding:.5625rem .875rem;max-width:20rem;font-size:.875rem;box-shadow:0 .3125rem .625rem rgba(0,0,0,.2);margin:10px}.ns-popover-tooltip-alert .ns-popover-tooltip ul{padding:0;margin:0;display:block}.ns-popover-tooltip-alert .ns-popover-tooltip li{list-style-type:none}.ns-popover-tooltip-alert .ns-popover-tooltip li a{padding:.1875rem .625rem;display:block}.ns-popover-tooltip-alert .ns-popover-tooltip li a:hover{background-color:#f5f5f5}.ns-popover-tooltip-alert.ns-popover-bottom-placement .triangle{content:"";display:block;width:0;height:0;border:solid 11px;border-color:transparent;position:absolute;border-bottom-color:#464646;left:50%;top:-11px;margin-left:-11px}.ns-popover-tooltip-alert.ns-popover-bottom-placement .triangle:after{content:" ";display:block;width:0;height:0;border:solid 10px;border-color:transparent;position:absolute}.ns-popover-tooltip-alert.ns-popover-bottom-placement .triangle:after{border-bottom-color:#464646;border-top-width:0;top:1px;margin-left:-10px}.ns-popover-tooltip-alert.ns-popover-left-align .triangle{left:7px}.ns-popover-tooltip-alert.ns-popover-left-align .ns-popover-tooltip{margin-left:-14px}.ns-popover-tooltip-simple{color:#fff;box-sizing:border-box;z-index:100;background-color:transparent}.ns-popover-tooltip-simple .ns-popover-tooltip{box-sizing:border-box;border:0;border-radius:3px;background-color:#464646;padding:.5625rem .875rem;max-width:20rem;font-size:.875rem;box-shadow:0 .3125rem .625rem rgba(0,0,0,.2);margin:10px}.ns-popover-tooltip-simple .ns-popover-tooltip ul{padding:0;margin:.625rem 0;display:block}.ns-popover-tooltip-simple .ns-popover-tooltip li{list-style-type:none}.ns-popover-tooltip-simple .ns-popover-tooltip li a{padding:.1875rem .625rem;display:block}.ns-popover-tooltip-simple .ns-popover-tooltip li a:hover{background-color:#fff}.ns-popover-tooltip-simple.ns-popover-bottom-placement .triangle{content:"";display:block;width:0;height:0;border:solid 11px;border-color:transparent;position:absolute;border-bottom-color:#464646;left:50%;top:-11px;margin-left:-11px}.ns-popover-tooltip-simple.ns-popover-bottom-placement .triangle:after{content:" ";display:block;width:0;height:0;border:solid 10px;border-color:transparent;position:absolute}.ns-popover-tooltip-simple.ns-popover-bottom-placement .triangle:after{border-bottom-color:#464646;border-top-width:0;top:1px;margin-left:-10px}.ns-popover-tooltip-simple.ns-popover-left-align .triangle{left:7px}.ns-popover-tooltip-simple.ns-popover-left-align .ns-popover-tooltip{margin-left:-300px;min-width:20rem}.navigation-panel-content{padding:40px 60px;overflow-y:auto;height:100%;font-size:1em;width:100%}.navigation-panel-row{margin-bottom:10px;display:flex;flex-direction:row;justify-content:space-between}.navigation-panel-row--end{justify-content:flex-end}.navigation-panel-column{margin-bottom:10px;display:flex;flex-direction:column;justify-content:space-between}.login{height:100%;width:100%;background-color:#0d5eb0;position:absolute;overflow:auto;text-align:center;display:flex}.login-box{width:700px;margin:auto}@media screen and (max-width:992px){.login-box{width:90%}}.login-logo{max-width:60%;max-height:90px;margin-bottom:20px}.login-form{background-color:#fff;padding:60px 100px 30px}@media screen and (max-width:768px){.login-form{padding:60px 75px 30px}}@media screen and (max-width:450px),screen and (max-height:450px){.login-form{padding:60px 25px 30px}}.login-title{color:#0d5eb0;font-weight:400;font-size:1.6em;text-align:center;margin-bottom:50px}@media screen and (max-width:768px){.login-title{margin-bottom:30px}}.login-passwordresetok{color:#36d68d;text-align:center;margin-bottom:30px}@media screen and (max-width:768px){.login-passwordresetok{margin-bottom:20px}}.login-input{background-color:#f2f2f2;color:#949494;border:0;display:block;width:100%;outline:0;text-align:center;margin-bottom:10px;padding:5px 10px;border:1px solid #fff;border-radius:0;box-shadow:none}.login-input--invalid{border:1px solid #ff9e00;color:#ff9e00;background-color:#fff}.login-input--valid{border:1px solid #0d5eb0;color:#0d5eb0;background-color:#fff}.login-description{color:#fff;font-size:.9rem;text-align:center}.login-submit{margin-top:40px;padding:5px 15px;font-size:.875em}@media screen and (max-width:768px){.login-submit{margin-top:60px;width:50%;min-width:150px}}.login-submit-container{display:flex;flex-direction:column;align-items:center}.login-forgot{color:#fff;display:block;font-size:.875em;display:inline-block}.login-register{padding-top:30px;color:#0d5eb0;display:block;font-size:1em;margin-top:40px}@media screen and (max-width:768px){.login-register{display:none}}.login-register--button{display:none;font-weight:300;text-align:center;margin-top:20px;width:50%;min-width:150px;padding:10px 15px;font-size:.875em}.login-register--button:hover{text-decoration:none;color:#fff}@media screen and (max-width:768px){.login-register--button{display:block}}.login-errorbox{position:relative}.login-errorbox--last{margin-bottom:40px}@media screen and (max-width:768px){.login-errorbox--last{margin-bottom:20px}}.login-password{position:absolute;top:0}.login-error{background-color:#fff;color:#ff9e00;border:1px solid #ff9e00;position:absolute;top:0;width:100%;line-height:33px;vertical-align:middle;height:35px;cursor:pointer}.login-external{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem}.login-google{display:flex;border:1px solid #bebebe;transition:box-shadow 218ms}.login-google:hover{text-decoration:none;box-shadow:0 2px 4px 0 rgba(0,0,0,.25)}.login-google__icon{padding:.6em}.login-google__icon-image{margin-top:3px;margin-bottom:-3px}.login-google__text{padding:.6em .6em .6em 0;color:#0d5eb0;font-size:.9375rem}.resetpassword{height:100%;width:100%;background-color:#fff;position:absolute;overflow:auto;text-align:center}.resetpassword-box{margin-top:25px}.resetpassword-logo{margin-bottom:20px;height:100px;background-image:url(images/logo.svg);background-position:center;background-repeat:no-repeat}.resetpassword-form{padding:60px 10px}.resetpassword-title{color:#949494;font-weight:400;font-size:2.125em;text-align:center;margin-bottom:40px}@media screen and (max-width:768px){.resetpassword-title{font-size:2em;margin-bottom:30px}}.resetpassword-description{color:#848484;text-align:center;font-weight:400;font-size:1.125em;margin-bottom:50px;margin:0}@media screen and (max-width:768px){.resetpassword-description{font-size:1em}.resetpassword-description--small{font-size:.7em}}.resetpassword-description--small{font-size:.9em}.resetpassword-requested{text-align:center;font-weight:400;color:#848484;font-size:1.5em;margin:0;top:30%;left:50%;transform:translate(-50%,50%);position:absolute}@media screen and (max-width:768px){.resetpassword-requested{top:20%;font-size:1.25em}}.resetpassword-input{background-color:#f1f1f1;color:#949494;border:0;height:35px;display:block;width:100%;outline:0;text-align:center;margin-top:10px;padding:5px 10px;border:1px solid #fff;border-radius:0}.resetpassword-input--invalid{border:1px solid #ff9e00;color:#ff9e00;background-color:#fff}.resetpassword-input--valid{border:1px solid #62baea;color:#62baea;background-color:#fff}.resetpassword-submit{margin:40px 0 0}@media screen and (max-width:768px){.resetpassword-submit{margin:60px 0}}.resetpassword-errorbox{position:relative}.resetpassword-error{color:#ff9e00}.u-m-0{margin:0}.u-mt-0{margin-top:0}.u-ml-0{margin-left:0}.u-mb-0{margin-bottom:0}.u-mr-0{margin-right:0}.u-m-5{margin:5px}.u-mt-5{margin-top:5px}.u-ml-5{margin-left:5px}.u-mb-5{margin-bottom:5px}.u-mr-5{margin-right:5px}.u-m-10{margin:10px}.u-mt-10{margin-top:10px}.u-ml-10{margin-left:10px}.u-mb-10{margin-bottom:10px}.u-mr-10{margin-right:10px}.u-m-15{margin:15px}.u-mt-15{margin-top:15px}.u-ml-15{margin-left:15px}.u-mb-15{margin-bottom:15px}.u-mr-15{margin-right:15px}.u-m-20{margin:20px}.u-mt-20{margin-top:20px}.u-ml-20{margin-left:20px}.u-mb-20{margin-bottom:20px}.u-mr-20{margin-right:20px}.u-m-25{margin:25px}.u-mt-25{margin-top:25px}.u-ml-25{margin-left:25px}.u-mb-25{margin-bottom:25px}.u-mr-25{margin-right:25px}.u-m-30{margin:30px}.u-mt-30{margin-top:30px}.u-ml-30{margin-left:30px}.u-mb-30{margin-bottom:30px}.u-mr-30{margin-right:30px}.u-m-35{margin:35px}.u-mt-35{margin-top:35px}.u-ml-35{margin-left:35px}.u-mb-35{margin-bottom:35px}.u-mr-35{margin-right:35px}.u-m-40{margin:40px}.u-mt-40{margin-top:40px}.u-ml-40{margin-left:40px}.u-mb-40{margin-bottom:40px}.u-mr-40{margin-right:40px}.u-m-45{margin:45px}.u-mt-45{margin-top:45px}.u-ml-45{margin-left:45px}.u-mb-45{margin-bottom:45px}.u-mr-45{margin-right:45px}.u-m-50{margin:50px}.u-mt-50{margin-top:50px}.u-ml-50{margin-left:50px}.u-mb-50{margin-bottom:50px}.u-mr-50{margin-right:50px}.u-m-0{margin:0}.u-mt-0{margin-top:0}.u-ml-0{margin-left:0}.u-mb-0{margin-bottom:0}.u-mr-0{margin-right:0}.u-m-5{margin:5px}.u-mt-5{margin-top:5px}.u-ml-5{margin-left:5px}.u-mb-5{margin-bottom:5px}.u-mr-5{margin-right:5px}.u-m-10{margin:10px}.u-mt-10{margin-top:10px}.u-ml-10{margin-left:10px}.u-mb-10{margin-bottom:10px}.u-mr-10{margin-right:10px}.u-m-15{margin:15px}.u-mt-15{margin-top:15px}.u-ml-15{margin-left:15px}.u-mb-15{margin-bottom:15px}.u-mr-15{margin-right:15px}.u-m-20{margin:20px}.u-mt-20{margin-top:20px}.u-ml-20{margin-left:20px}.u-mb-20{margin-bottom:20px}.u-mr-20{margin-right:20px}.u-m-25{margin:25px}.u-mt-25{margin-top:25px}.u-ml-25{margin-left:25px}.u-mb-25{margin-bottom:25px}.u-mr-25{margin-right:25px}.u-m-30{margin:30px}.u-mt-30{margin-top:30px}.u-ml-30{margin-left:30px}.u-mb-30{margin-bottom:30px}.u-mr-30{margin-right:30px}.u-m-35{margin:35px}.u-mt-35{margin-top:35px}.u-ml-35{margin-left:35px}.u-mb-35{margin-bottom:35px}.u-mr-35{margin-right:35px}.u-m-40{margin:40px}.u-mt-40{margin-top:40px}.u-ml-40{margin-left:40px}.u-mb-40{margin-bottom:40px}.u-mr-40{margin-right:40px}.u-m-45{margin:45px}.u-mt-45{margin-top:45px}.u-ml-45{margin-left:45px}.u-mb-45{margin-bottom:45px}.u-mr-45{margin-right:45px}.u-m-50{margin:50px}.u-mt-50{margin-top:50px}.u-ml-50{margin-left:50px}.u-mb-50{margin-bottom:50px}.u-mr-50{margin-right:50px}.u-m-55{margin:55px}.u-mt-55{margin-top:55px}.u-ml-55{margin-left:55px}.u-mb-55{margin-bottom:55px}.u-mr-55{margin-right:55px}.u-m-60{margin:60px}.u-mt-60{margin-top:60px}.u-ml-60{margin-left:60px}.u-mb-60{margin-bottom:60px}.u-mr-60{margin-right:60px}.u-m-65{margin:65px}.u-mt-65{margin-top:65px}.u-ml-65{margin-left:65px}.u-mb-65{margin-bottom:65px}.u-mr-65{margin-right:65px}.u-m-70{margin:70px}.u-mt-70{margin-top:70px}.u-ml-70{margin-left:70px}.u-mb-70{margin-bottom:70px}.u-mr-70{margin-right:70px}.u-p-0{padding:0}.u-pt-0{padding-top:0}.u-pl-0{padding-left:0}.u-pb-0{padding-bottom:0}.u-pr-0{padding-right:0}.u-p-5{padding:5px}.u-pt-5{padding-top:5px}.u-pl-5{padding-left:5px}.u-pb-5{padding-bottom:5px}.u-pr-5{padding-right:5px}.u-p-10{padding:10px}.u-pt-10{padding-top:10px}.u-pl-10{padding-left:10px}.u-pb-10{padding-bottom:10px}.u-pr-10{padding-right:10px}.u-p-15{padding:15px}.u-pt-15{padding-top:15px}.u-pl-15{padding-left:15px}.u-pb-15{padding-bottom:15px}.u-pr-15{padding-right:15px}.u-p-20{padding:20px}.u-pt-20{padding-top:20px}.u-pl-20{padding-left:20px}.u-pb-20{padding-bottom:20px}.u-pr-20{padding-right:20px}.u-p-25{padding:25px}.u-pt-25{padding-top:25px}.u-pl-25{padding-left:25px}.u-pb-25{padding-bottom:25px}.u-pr-25{padding-right:25px}.u-p-30{padding:30px}.u-pt-30{padding-top:30px}.u-pl-30{padding-left:30px}.u-pb-30{padding-bottom:30px}.u-pr-30{padding-right:30px}.u-p-35{padding:35px}.u-pt-35{padding-top:35px}.u-pl-35{padding-left:35px}.u-pb-35{padding-bottom:35px}.u-pr-35{padding-right:35px}.u-p-40{padding:40px}.u-pt-40{padding-top:40px}.u-pl-40{padding-left:40px}.u-pb-40{padding-bottom:40px}.u-pr-40{padding-right:40px}.u-p-45{padding:45px}.u-pt-45{padding-top:45px}.u-pl-45{padding-left:45px}.u-pb-45{padding-bottom:45px}.u-pr-45{padding-right:45px}.u-p-50{padding:50px}.u-pt-50{padding-top:50px}.u-pl-50{padding-left:50px}.u-pb-50{padding-bottom:50px}.u-pr-50{padding-right:50px}.u-b-0{border-width:0}.u-bt-0{border-top-width:0}.u-bl-0{border-left-width:0}.u-bb-0{border-bottom-width:0}.u-br-0{border-right-width:0}.u-b-1{border-width:1px}.u-bt-1{border-top-width:1px}.u-bl-1{border-left-width:1px}.u-bb-1{border-bottom-width:1px}.u-br-1{border-right-width:1px}.u-b-2{border-width:2px}.u-bt-2{border-top-width:2px}.u-bl-2{border-left-width:2px}.u-bb-2{border-bottom-width:2px}.u-br-2{border-right-width:2px}.u-b-3{border-width:3px}.u-bt-3{border-top-width:3px}.u-bl-3{border-left-width:3px}.u-bb-3{border-bottom-width:3px}.u-br-3{border-right-width:3px}.u-b-4{border-width:4px}.u-bt-4{border-top-width:4px}.u-bl-4{border-left-width:4px}.u-bb-4{border-bottom-width:4px}.u-br-4{border-right-width:4px}.u-b-5{border-width:5px}.u-bt-5{border-top-width:5px}.u-bl-5{border-left-width:5px}.u-bb-5{border-bottom-width:5px}.u-br-5{border-right-width:5px}.u-b-6{border-width:6px}.u-bt-6{border-top-width:6px}.u-bl-6{border-left-width:6px}.u-bb-6{border-bottom-width:6px}.u-br-6{border-right-width:6px}.u-b-7{border-width:7px}.u-bt-7{border-top-width:7px}.u-bl-7{border-left-width:7px}.u-bb-7{border-bottom-width:7px}.u-br-7{border-right-width:7px}.u-b-8{border-width:8px}.u-bt-8{border-top-width:8px}.u-bl-8{border-left-width:8px}.u-bb-8{border-bottom-width:8px}.u-br-8{border-right-width:8px}.u-b-9{border-width:9px}.u-bt-9{border-top-width:9px}.u-bl-9{border-left-width:9px}.u-bb-9{border-bottom-width:9px}.u-br-9{border-right-width:9px}.u-b-10{border-width:10px}.u-bt-10{border-top-width:10px}.u-bl-10{border-left-width:10px}.u-bb-10{border-bottom-width:10px}.u-br-10{border-right-width:10px}.u-m-0{margin:0}.u-mt-120{margin-top:120px}.u-mb-20{margin-bottom:20px}.u-mb-30{margin-bottom:30px}.u-mb-40{margin-bottom:40px}.u-mv-auto{margin-top:auto;margin-bottom:auto}.u-mh-auto{margin-left:auto;margin-right:auto}.u-pt-2{padding-top:2px}.u-pt-10{padding-top:10px}.u-pl-12{padding-left:12px}.u-pt-60{padding-top:60px}.u-no-p{padding:0}.u-align-right{text-align:right}.u-align-center{text-align:center}.u-align-left{text-align:left}.u-float-right{float:right}.u-uppercase{text-transform:uppercase}.u-font-light{font-weight:300}.u-font-bold{font-weight:700}.u-font-italic{font-style:italic}@media screen and (max-width:450px){.u-hide-smallmobile-vertical{display:none!important}}@media screen and (max-width:450px),screen and (max-height:450px){.u-hide-smallmobile{display:none!important}}@media screen and (max-width:768px){.u-hide-mobile{display:none!important}}@media screen and (min-width:calc(450px + 1px)){.u-hide-mobileorgreater{display:none!important}}@media screen and (min-width:992px){.u-hide-desktop{display:none!important}}@media screen and (max-width:768px){.u-bold-mobile{font-weight:700}}@media screen and (max-width:768px){.u-normal-mobile{font-weight:400}}@media screen and (min-width:$media-screen-min-tablet){.u-sm-bold{font-weight:700}}@media screen and (min-width:$media-screen-min-tablet){.u-sm-normal{font-weight:400}}.u-table{display:table;width:100%}.u-table-row{display:table-row;width:100%}.u-table-cell{display:table-cell;vertical-align:top}.u-table-cell--full{width:100%}.u-scroll-y{overflow-y:scroll}.u-relative{position:relative}.u-ellipsis{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.u-h100{height:100%}.u-h40p{height:40px}.u-h100p{height:100px}.u-w100{width:100%}.u-center-vertical{display:block;position:absolute;top:50%;transform:translateY(-50%)}.u-center-horizontal{display:block;left:50%;position:absolute;transform:translateX(-50%)}.u-center-both{display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.u-align-sub{vertical-align:sub}.u-align-mid{vertical-align:middle}.u-align-items-mid{align-items:center}.u-float-r{float:right}.u-float-l{float:left}.u-pointer{cursor:pointer;-webkit-user-select:none;user-select:none}.u-disable-events{pointer-events:none}.u-not-allowed{cursor:not-allowed}.behaviour--block{display:block}.behaviour--flex{display:flex}.color-grey{color:#949494}.color-red{color:#ff7d7a}.color-blue-light{color:#6ec3e9}.color-green{color:#36d68d}.bg-grey{background-color:#f9f9f9}.text-light17{font-size:1.0625em;font-weight:lighter}.text-bold17{font-size:1.0625em;font-weight:bolder}.u-strong-blue{font-weight:700;color:#6ec3e9}.u-title{padding:25px 0;font-size:1.0625em;font-weight:600;color:#949494}.u-title:hover{color:#62baea}.u-fs-0{font-size:0}.u-fs-14{font-size:14px}.u-fs-16{font-size:16px}.u-fs-18{font-size:18px}.u-fs-25{font-size:25px}.u-fs-128{font-size:128px}.u-remove-outline{outline:0}.u-flex-h{display:flex;flex-direction:row}.u-flex-v{display:flex;flex-direction:column}.u-flex-centerh{display:flex;justify-content:center}.u-flex{display:flex}.u-flex--h{flex-direction:row}.u-flex--space-between{justify-content:space-between}.u-flex-fill{min-height:0;flex:1}.u-flex-grow{flex:1}.u-flex-grow-2{flex:2}.u-opacity-3{opacity:.3}.u-hover:hover{color:#0d5eb0}.u-field{min-height:22px}.u-break-lines{white-space:pre-line}.u-disabled{opacity:.4;pointer-events:none}.u-placeholder-lowercase input::placeholder{text-transform:lowercase}.u-color-brand{color:#2a9ed8}.u-color-second{color:#0d5eb0}.u-color-third{color:#16c438}.u-color-blue{color:#62baea}.u-color-danger{color:#ff9e00}.u-color-critical{color:#ff7d7a}.u-color-green{color:#36d68d}.register-slogan{text-shadow:0 1px 2px #aaa;font-weight:700}.register-slogan-appname{display:none}.register-slogan strong{font-weight:400}.videocall-slogan{display:none}.mdinput select{border-radius:0}.mdbtn{padding:.75rem 2rem;border-radius:0}.mdbtn--primary{border-radius:0}