@font-face{font-family:PT Sans;src:url(/assets/fonts/PT-Sans.woff2) format("woff2")}@font-face{font-family:Pacifico;src:url(/assets/fonts/Pacifico.woff2) format("woff2")}body{font-family:PT Sans,sans-serif;font-size:12pt;margin:0}.header{font-family:Pacifico,cursive}h1{color:#11998e}.width-100{width:100%}.padding-5{padding:5px}.margin-top-5{margin-top:5px}.text-center{text-align:center}.float-left{float:left}.float-right{float:right}button{background:#11998e;font-size:15pt}button,button:active,button:hover{padding:10px;color:#fff;border:none}button:active,button:hover{background:#38ef7d}button:disabled{background:#ccc}.button-icon{color:#11998e}.button-icon:active,.button-icon:hover{color:#38ef7d}.button-icon.disabled{color:#ccc}.error{color:red}app-root{display:block;padding:5px}nav{background:transparent linear-gradient(90deg,#11998e,#38ef7d) repeat scroll 0 0;text-align:center;padding:10px;height:25px;font-family:Pacifico,cursive;line-height:17pt;font-size:17pt}#logo,nav{color:#fff}#logo{display:inline-block;padding:14px 15px;border-right:1px solid #fff;position:absolute;top:0;left:0;font-size:13pt;line-height:13pt}#btnBack{display:block;width:40px;height:40px;color:#1eb588}#btnBack.logout{color:#ff816c}.btnGo{width:40px;height:40px;transform:rotate(180deg)}.btnGo,.btnSchedule{display:block;color:#11998e}.btnSchedule{width:35px;height:35px}#loginForm input{width:98%;display:block;border:1px solid #bababa;padding:5px 2px;border-radius:3px;font-size:18pt}#btnLogin,#devices,#devices td.name{width:100%}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{display:none}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#969696}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff}input:checked+.slider{background-color:#11998e}input:focus+.slider{box-shadow:0 0 1px #11998e}input:checked+.slider:before{transform:translateX(26px)}input:disabled+.slider{background-color:#ccc}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}footer{position:absolute;bottom:0;left:0;width:100%;padding:10px 0;text-align:center;background:#f7f7f7;font-size:12pt;color:#11998e}.indicator svg{width:16px;height:12px;transform:scale(2)}.indicator svg polyline{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.indicator svg polyline#back{stroke:rgba(59,211,171,.3)}.indicator svg polyline#front{stroke:#3bd3ab;stroke-dasharray:12,36;stroke-dashoffset:48;animation:dash 1s linear infinite}.cta{position:fixed;bottom:20px;right:30px;color:#222;font-weight:700}@keyframes dash{62.5%{opacity:0}to{stroke-dashoffset:0}}.animate{animation-duration:1.2s}.animate.fadein{animation-name:fadein}.animate.slidein{animation-name:slidein}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}@keyframes slidein{0%{margin-left:100%}to{margin-left:0}}@keyframes slideout{0%{margin-left:0}to{margin-left:100%}}