body{font-family:"Muli",sans-serif;margin:0;padding:0}.site{padding-left:100px;padding-bottom:40px;background:#fdfdfd}.container{position:relative;width:100%;padding:10px;box-sizing:border-box}header{display:flex;height:100px;padding:20px;font-size:24px;font-weight:100;background:#3c6287;color:#dff2ff;align-items:center;text-transform:uppercase;box-sizing:border-box}h1,h2,h3{color:#a1b1be}hr{border-color:#e3e3e5}input,textarea,select,.button{font-family:"Muli",sans-serif;font-size:16px}@media (max-width:540px){header{height:50px;font-size:12px}}a{color:#000;text-decoration:none;font-weight:700}a:hover{text-decoration:underline}input[type="text"],input[type="email"],input[type="password"]{height:30px;padding-left:10px;border:1px solid #cac4be}select{min-width:200px;height:30px;padding-left:10px;border:1px solid #cac4be}.button,input[type="submit"]{min-width:200px;height:50px;line-height:50px;padding:0 10px;background:#009adf;color:white;border:none;font-size:16px;font-weight:100;text-transform:none;cursor:pointer;transition:all 0.25s ease-in-out}.button:hover,input[type="submit"]:hover,.button:active,input[type="submit"]:active,.button:focus,input[type="submit"]:focus{background:#0060a2;color:white;text-decoration:none}.button.icon{display:flex;min-width:50px;justify-content:center;align-items:center}table{table-layout:fixed;margin-bottom:10px;border-spacing:0;border-collapse:collapse;overflow:hidden}table > thead,table > tfoot{background:#337fb4;color:white;font-size:16px;font-weight:bold}table th{position:relative;height:50px;padding-left:10px;border-left:1px solid #cac4be}table th:last-child{border-right:1px solid #cac4be}table th.action{width:50px}table > tbody{font-size:14px}table > tbody > tr{background:white;border-bottom:1px solid #cac4be}table > tbody > tr:hover{background:#e1f3fb}table td{position:relative;height:50px;padding-left:10px;border-left:1px solid #cac4be}table td:last-child{border-right:1px solid #cac4be}table td.text-center{text-align:center}table td .btn{position:absolute;display:flex;top:0;left:0;width:100%;height:100%;justify-content:center;align-items:center;cursor:pointer;transition:all 0.25s ease-in-out}table td a.btn{color:#000;text-decoration:none}table td .btn:hover{background:rgba(0,0,0,0.2)}table td .btn:active{background:#009adf}.header{width:100%;height:50px;line-height:50px;padding-left:10px;background:#337fb4;color:white;font-size:16px;font-weight:bold;box-sizing:border-box}.header .selectable{position:relative;left:-10px;width:calc(100% + 10px);padding-left:10px;transition:all 0.25s ease-in-out}.header .selectable:hover{background:rgba(255,255,255,0.2);cursor:pointer}input[type="checkbox"].round,input[type="radio"].round{display:none}input[type="checkbox"].round + label,input[type="radio"].round + label{position:relative;margin-left:0;padding-left:20px;cursor:pointer}input[type="checkbox"].round + label::before,input[type="checkbox"].round + label::after,input[type="radio"].round + label::before,input[type="radio"].round + label::after{content:"";position:absolute;border-radius:50%;transition:all 0.15s ease}input[type="radio"].round + label::before,input[type="checkbox"].round + label::before{top:4px;left:0;width:15px;height:15px;border:solid 1px #424142}input[type="radio"].round + label::after,input[type="checkbox"].round + label::after{top:6px;left:2px;width:13px;height:13px}input[type="radio"].round + label::after{left:-15px}input[type="checkbox"].round + label:hover::after,input[type="radio"].round + label:hover::after{background:#009adf}input[type="checkbox"].round:checked + label::after,input[type="radio"].round:checked + label::after{background:#0060a2}input[type="checkbox"].slide{display:none}input[type="checkbox"].slide + label{position:relative;padding-left:50px;cursor:pointer}input[type="checkbox"].slide + label::before,input[type="checkbox"].slide + label::after{content:"";position:absolute;transition:all 0.15s ease;-moz-transition:all 0.15s ease}input[type="checkbox"].slide + label::before{top:8px;left:4px;width:26px;height:9px;background:#424142;border-radius:9px}input[type="checkbox"].slide + label::after{top:5px;left:0;width:15px;height:15px;background:#b8b8b8;border-radius:50%}input[type="checkbox"].slide + label:hover::before{background:#009adf}input[type="checkbox"].slide + label:hover::after{background:#0060a2}input[type="checkbox"].slide:checked + label::before{background:#009adf}input[type="checkbox"].slide:checked + label::after{left:20px;background:#0060a2}input[type="checkbox"].slide:checked + label:hover::before{background:#424142}input[type="checkbox"].slide:checked + label:hover::after{left:20px;background:#b8b8b8}label.textarea{display:block;width:500px;margin:0;padding:5px;text-align:center;font-weight:100;color:white;background:#0060a2}label.textarea + textarea{width:100%;height:100px;padding:10px;border:1px solid #cac4be;border-radius:0;outline:none;resize:none;box-sizing:border-box}.row{overflow:hidden;margin-bottom:10px}.row > *{display:inline-block;position:relative}.row > label{margin-right:20px}.alert{position:relative;width:100%;padding:15px;box-sizing:border-box}.container .alert.stack{left:-10px;width:calc(100% + 20px)}.container .alert.stack{margin-top:-11px;margin-bottom:10px;z-index:100}.alert.danger{background:#d73d32;color:white}.alert.success{background:#32d790;color:white}.flex-legende{display:flex;justify-content:space-around;margin-top:15px}.child-legende{display:flex}.text-legende{margin-left:8px;margin-top:5px}.dot{height:25px;width:25px;border-radius:50%;border:2px black solid;display:inline-block}.c-orange{background-color:rgb(215,61,50)}.c-blue{background-color:rgb(0,154,223)}.c-green{background-color:rgb(50,215,144)}.overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;align-items:center;justify-content:center;background:rgba(0,0,0,0.5);z-index:100}.overlay.open{display:flex}.loader{display:inline-block;position:relative;width:80px;height:80px}.loader div{display:block;position:absolute;width:64px;height:64px;margin:8px;border:4px solid #0060a2;border-radius:50%;border-color:#0060a2 transparent transparent transparent;animation:lds-ring 1.2s cubic-bezier(0.5,0,0.5,1) infinite;box-sizing:border-box}.loader div:nth-child(1){animation-delay:-0.45s}.loader div:nth-child(2){animation-delay:-0.3s}.loader div:nth-child(3){animation-delay:-0.15s}.collabMobile{display:none !important}.apexcharts-canvas .hidden{opacity:1 !important}@keyframes lds-ring{0{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media (max-width:540px){.collabDesk{display:none !important}.collabMobile{display:block !important}.collabMobile th{font-size:12px}}nav{position:fixed;top:0;width:100px;height:100vh;background:#2d98e8;box-sizing:border-box;z-index:12}nav ul{list-style:none;margin:0;padding:0}nav ul li{display:table;width:100px;height:100px;margin:0;text-align:center;color:white}nav ul li:hover{background:rgba(255,255,255,0.4)}nav ul li.active{background:rgba(255,255,255,0.2)}nav ul li a{display:table-cell;vertical-align:middle;color:inherit;text-decoration:none}nav ul li a:hover{color:inherit}nav ul li a i.material-icons{font-size:34px}@media (max-width:900px){nav{position:relative;top:0;width:100%;height:100px}nav ul li{float:left}.site{padding-left:0}}@media (max-width:540px){nav ul li{height:60px;width:60px}nav ul li a i.material-icons{font-size:24px}nav{height:60px}}footer{display:flex;position:fixed;bottom:0;width:100%;padding:10px;padding-left:110px;align-items:center;justify-content:space-between;background:white;border-top:solid 1px #cac4be;box-sizing:border-box}footer img{max-height:25px;margin-left:50px}@media (max-width:540px){footer{padding-left:10px;position:initial}}