﻿body{font-family:"Arial","Roboto";color:#060e40;}h1{font-size:1.25rem;font-weight:400;}h2{font-size:1rem;font-weight:200;}h3{font-size:1.25rem;font-weight:400;}h4{font-size:1.25rem;}h5{font-size:1.25rem;}p{font-size:1em;}a{font-size:1em;}@media(min-width:480px){h1{font-size:1.5rem;font-weight:400;}h2{font-size:1.25rem;font-weight:200;}}@media(min-width:768px){h1{font-size:1.75rem;font-weight:400;}h2{font-size:1.75rem;font-weight:200;}}.header{height:80px;background-image:url("/img/header-bg.png");background-blend-mode:luminosity;background-color:#004560;}.header .nav-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:100%;color:#fff;}.header .information{flex:0 0 24px;text-align:center;}.header .menu-button,.header .settings{flex:0 0 48px;text-align:center;}.header .settings{display:flex;flex-direction:row;}.header .k-button{border:0;background-color:transparent;background-image:none;color:#fff;}.header .k-button:hover{background-color:#96bb37;}.header .title{display:flex;flex:1 0 auto;flex-direction:column;align-items:flex-start;margin-left:25px;}.header .k-avatar{display:block;width:40px;height:40px;margin:0 25px;box-shadow:0 0 0 1px white;}.header .k-avatar img{width:40px;height:40px;}@media(min-width:480px){.header .title{flex-direction:row;align-items:center;}.header .vl{border-left:1px solid #fff;height:25px;margin:6px 15px;}}@media(max-width:600px){.settings{display:none!important;}}.k-drawer-container{background-color:#f2f2f2;height:calc(100% - 80px);}.k-drawer-container .k-drawer{box-shadow:0 0 10px rgba(0,0,0,.2);border-right-width:0!important;}.k-drawer-content{overflow:auto;height:100%;}.k-drawer-item:focus{box-shadow:none!important;}.k-drawer-items .title{display:none;text-transform:uppercase;font-size:1em;padding:1em;font-weight:bold;color:#96bb37;}.k-drawer-items>header{display:none;flex-direction:column;align-items:center;padding:1em;}.k-drawer-items>header>img{border:2px solid #96bb37;margin:1em;max-width:96px;}.k-drawer-expanded .k-drawer-items>header,.k-drawer-expanded .k-drawer-items .title{display:flex;}.nav-menu-wrapper .k-drawer .k-drawer-wrapper{height:100%;}.nav-menu-wrapper .k-drawer .k-drawer-wrapper .nav-menu-content{height:100%;position:relative;}.nav-menu-wrapper .k-drawer .k-drawer-wrapper .nav-menu-content .welcome-msg{animation-delay:.3s;animation-duration:.5s;animation-name:popup;animation-fill-mode:both;max-height:2em;overflow:hidden;}.nav-menu-wrapper .k-drawer .k-drawer-wrapper .nav-menu-content .SelectedParentDrawer{background-color:rgba(0,0,0,.1);}.nav-menu-wrapper .k-drawer .k-drawer-wrapper .nav-menu-content .SubDrawer{background-color:rgba(0,0,0,.1);border-left:8px solid #96bb37;}.nav-menu-wrapper .k-drawer .k-drawer-wrapper .nav-menu-content .skyliner-logo-wrapper{bottom:1em;margin:0 10%;position:absolute;width:80%;}.nav-menu-wrapper .k-drawer .k-drawer-wrapper .nav-menu-content .skyliner-logo-wrapper .skyliner-logo{animation-delay:.3s;animation-duration:.5s;animation-fill-mode:both;animation-name:popup;width:100%;}.nav-menu-wrapper .k-drawer .k-drawer-wrapper .nav-menu-content .skyliner-logo-wrapper .skyliner-address{animation-delay:.3s;animation-duration:.5s;animation-fill-mode:both;animation-name:popup;font-style:italic;margin-top:1em;}.nav-menu-wrapper .k-drawer .k-drawer-wrapper .nav-menu-content .skyliner-logo-wrapper .skyliner-address span{align-items:center;display:flex;flex-direction:row;margin:.2em 0;}.nav-menu-wrapper .k-drawer .k-drawer-wrapper .nav-menu-content .skyliner-logo-wrapper .skyliner-address span a:hover{color:#004560;}@keyframes popup{from{opacity:0%;}to{opacity:100%;}}@media(min-width:601px){.mobile-settings{display:none!important;}}.sky-fileselect-wrapper .sky-fileselect-filelist{background-color:#f2f2f2;display:flex;flex-direction:column;padding:.5rem 1rem;}.sky-fileselect-wrapper .sky-fileselect-filelist .sky-fileselect-file:first-of-type{border-top:0!important;padding-top:0;}.sky-fileselect-wrapper .sky-fileselect-filelist .sky-fileselect-file{border-top:1px solid #ebebeb;display:flex;flex-direction:row;gap:1rem;padding:.5rem 0;}.sky-fileselect-wrapper .sky-fileselect-filelist .sky-fileselect-file .sky-fileselect-icon{color:#004560;font-size:1.2rem;padding:.4rem;}.sky-fileselect-wrapper .sky-fileselect-filelist .sky-fileselect-file .sky-fileselect-content{display:flex;flex-direction:row;justify-content:space-between;width:100%;}.sky-fileselect-wrapper .sky-fileselect-filelist .sky-fileselect-file .sky-fileselect-content .sky-fileselect-filedetails{display:flex;flex-direction:column;}.sky-fileselect-wrapper .sky-fileselect-filelist .sky-fileselect-file .sky-fileselect-content .sky-fileselect-filedetails .sky-fileselect-filesize{color:#777;font-size:.8rem;font-style:italic;}.card-container{background-color:#f2f2f2;padding:40px 0;text-align:center;}.card-container.grid{display:grid;grid-template-columns:repeat(1,1fr);column-gap:10px;row-gap:1em;}.card-container .card-buttons .k-button{min-width:105px;}.card-container .card-ranges .k-daterangepicker .k-textbox-container,.card-container .card-ranges .k-daterangepicker .k-floating-label-container{padding-top:0;min-width:105px;}.card-container .card-ranges .k-daterangepicker .k-label{display:none;}.card-container .card-component{grid-column:1/-1;}@media(min-width:480px){.card-container{text-align:initial;padding:30px;}.card-container.grid{grid-template-columns:repeat(2,1fr);}.card-container .card-title{grid-column:1/2;grid-row:1;}.card-container .card-buttons{text-align:center;grid-column:1/-1;grid-row:2;}.card-container .card-ranges{text-align:right;grid-column:2/3;grid-row:1;}}@media(min-width:768px){.card-container{margin:25px;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.2);}.card-container.grid{grid-template-columns:repeat(3,1fr);}.card-container .card-buttons{text-align:center;grid-column:2/3;grid-row:1;}.card-container .card-ranges{text-align:right;grid-column:3/4;}.card-container .card-component{grid-column-start:1;grid-column-end:-1;}}body,h1,body{margin:0;padding:0;list-style-type:none;}h2,h3{margin:0;padding:0;}a{color:#96bb37;text-decoration:none;}a:hover{color:#fff;}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none;}.container-size{width:100vw;height:100vh;}.dashboard-page .card-container:last-of-type{padding-top:0;}.dashboard-page .k-grid-toolbar .k-textbox{margin-bottom:10px;}.copied-toast{align-items:center;animation-duration:4s;animation-fill-mode:both;animation-name:show-toast;background-color:#96bb37;border-bottom-right-radius:4px;border-top-right-radius:4px;color:#fff;display:flex;height:100%;justify-content:center;opacity:0;padding:0 2em;position:absolute;right:0;top:0;user-select:none;}@keyframes show-toast{0%{opacity:0;}25%{opacity:100;}75%{opacity:100;}100%{opacity:0;}}.voip-dropdown{height:3em!important;}.password-options{grid-column:span 1;justify-content:right;}.password-options div{max-width:none;}.password-field{grid-column:span 2;}.left-field{padding-right:1em;}@media(min-width:480px){.dashboard-page .k-grid-toolbar .k-textbox{margin-bottom:0;float:left;}.dashboard-page .k-grid-toolbar .k-button{float:right;}}@media(min-width:768px){.dashboard-page .card-container:last-of-type{padding-top:30px;}}@media(min-width:800px) and (max-width:1400px){.homepage-layout{grid-template-columns:60% 40%!important;}}@media(max-width:800px){.homepage-layout{display:flex!important;flex-direction:column-reverse!important;}}@media(min-width:800px) and (max-width:1100px){.password-options{grid-column:span 3;}.password-field{grid-column:span 4;}.left-field{padding-right:0;}}@media(max-width:400px){.password-options{grid-column:span 3;}.password-field{grid-column:span 4;}.left-field{padding-right:0;}}.forward-form-group{display:flex;flex-direction:column;}.voip-dropdown,.voip-single,.voip-statusbox,.voip-textbox{max-width:600px!important;}.voip-statusbox{color:#004560;}.redirection-button{padding:.5em 1em!important;}@media(orientation:landscape){.voip-content-mobile{display:none!important;}}@media(orientation:portrait){.voip-content-desktop{display:none!important;}.k-grid-header{padding-inline-end:0!important;}}@media(max-width:600px){.voip-grid th{width:100%;}.voip-grid tr td{width:100%;}.voip-grid th:nth-last-child(1),.voip-grid th:nth-last-child(2),.voip-grid th:nth-last-child(3),.voip-grid th:nth-last-child(4){display:none!important;}.voip-grid tr td:nth-last-child(1),.voip-grid tr td:nth-last-child(2),.voip-grid tr td:nth-last-child(3),.voip-grid tr td:nth-last-child(4){display:none!important;}}.planning-page .card-container{grid-template-columns:repeat(1,1fr);}.planning-page .card-title{grid-column:1/-1;}.planning-page .k-hbox{padding:0 20px;background:transparent;}.planning-page .k-avatar{width:41px;height:41px;}.planning-page .k-card-title{font-size:15px;margin-bottom:-6px;text-align:left;}.planning-page .k-card-subtitle{margin-top:0;text-transform:uppercase;font-size:11px;}.planning-page .disabled{opacity:.5;}@media(min-width:480px){.planning-page .card-container{grid-template-columns:repeat(2,1fr);}}@media(min-width:768px){.planning-page .k-hbox{padding:0;border-width:0;}}@media(min-width:960px){.planning-page .card-container{grid-template-columns:repeat(3,1fr);}}@media(min-width:1360px){.planning-page .card-container{grid-template-columns:repeat(5,1fr);}}.profile-page .card-container{text-align:left;}.profile-page .k-form .k-form-field{display:block;padding:0 15px;}.profile-page .k-form-field:first-of-type .k-form-field-wrap{margin:auto;}.profile-page .k-form-field:first-of-type .k-avatar{margin:0 auto 1rem;}.profile-page .k-form.k-form-horizontal .k-label{width:100%;}.profile-page hr{margin-top:1rem;opacity:.2;}.profile-page .k-form .k-form-buttons{justify-content:center;}.profile-page .k-form .k-form-buttons>*{min-width:140px;}@media(min-width:480px){.profile-page .k-form .k-form-field{display:flex;}.profile-page .k-form-field:first-of-type .k-avatar{margin:0;}.profile-page .k-form.k-form-horizontal .k-label{width:25%;}}@media(min-width:768px){.profile-page .k-form{margin:0 auto;padding:0;}.profile-page .k-form .k-form-field{padding:0;}}.center-cell{text-align:center!important;}#blazor-error-ui .dismiss{cursor:pointer;position:absolute;right:.75rem;top:.5rem;}.docs-wrapper{height:50vh;}.docs-wrapper h2{font-size:1.5rem;}.docs-wrapper h3{font-size:1.25rem;}.docs-wrapper a{color:#96bb37;text-decoration:none;}.docs-wrapper a:hover{text-decoration:underline!important;}.notifications-wrapper{overflow:hidden;position:absolute;right:0;top:4rem;width:500px;z-index:100;}.notifications-wrapper .notification-wrapper{background-color:#004560;border-radius:4px;box-shadow:2px 2px 4px rgba(0,0,0,.4);display:flex;flex-direction:row;margin:0 auto .5em;padding:1em;width:90%;}.notifications-wrapper .notification-wrapper .notification-icon{font-size:1.5em;padding-right:.5em;}.notifications-wrapper .notification-wrapper:hover{cursor:pointer;opacity:.4;}.notifications-wrapper .notification-slide-in{animation-duration:.5s;animation-name:slide-in;}.notifications-wrapper .notification-slide-out{animation-duration:.5s;animation-fill-mode:forwards;animation-name:slide-out;}.notifications-wrapper .notification-error{background-color:#d25323;color:#fff;}.notifications-wrapper .notification-info{background-color:#004560;color:#fff;}.notifications-wrapper .notification-success{background-color:#96bb37;color:#fff;}.notifications-wrapper .notification-warning{background-color:#e3891b;color:#fff;}@keyframes slide-in{0%{transform:translateX(150%);}100%{transform:translateX(0);}}@keyframes slide-out{0%{transform:translateX(0);}100%{transform:translateX(150%);}}.align-header-right span:has(.k-column-title){flex:none;margin-left:auto;}.ticket-reply-editor{margin-bottom:2em;}.ticket-reply-editor .k-editor-content p{font-size:.9rem;margin:.1em 0;}.ticket-page-wrapper{display:flex;gap:2em;justify-content:space-between;padding:2em;width:100%;}.tickets-sidebar{display:flex;flex-direction:column;gap:2em;width:40%;}.portal-card{background-color:#fff;border-radius:4px;overflow:hidden;width:100%;}.portal-card .portal-card-header{align-items:center;background-color:#0c4c66;color:#fff;display:flex;padding:.75em 1em;width:100%;}.portal-card .portal-card-header label{width:100%;}.portal-card .portal-card-content{display:flex;flex-direction:column;padding:1em;}.portal-card .portal-card-content .ticket-replies{max-height:500px;overflow-y:auto;padding:1em;}.portal-card .portal-card-content .ticket-replies .ticket-reply{border-radius:4px;box-shadow:0 0 2px rgba(0,0,0,.4);display:flex;flex-direction:column;margin-top:.75em;margin-bottom:.75em;max-width:90%;min-width:300px;padding:.5em 1em;}.portal-card .portal-card-content .ticket-replies .ticket-reply .ticket-reply-header{align-items:center;display:flex;justify-content:space-between;}.portal-card .portal-card-content .ticket-replies .ticket-reply .ticket-reply-header label{font-weight:400;}.portal-card .portal-card-content .ticket-replies .ticket-reply .ticket-reply-header span{font-size:.8em;font-style:italic;}.portal-card .portal-card-content .ticket-replies .ticket-reply .ticket-reply-message{font-size:.8rem;}.portal-card .portal-card-content .ticket-replies .ticket-reply .ticket-reply-message p{margin-bottom:0!important;}.portal-card .portal-card-content .ticket-replies .ticket-reply .ticket-reply-footer{display:flex;flex-direction:row;gap:.5rem;justify-content:right;}.portal-card .portal-card-content .ticket-detail{display:flex;font-size:.9rem;justify-content:space-between;width:100%;}.portal-card .portal-card-content .ticket-detail label{font-weight:600;}.portal-card .portal-card-content .file-list{display:flex;flex-direction:column;max-height:500px;overflow-y:auto;padding:1em;}.portal-card .portal-card-content .file-list .file-wrapper{align-items:flex-start;border:1px solid rgba(0,0,0,.1);border-radius:4px;display:flex;margin-bottom:1em;padding:.5em;transition:.3s;width:100%;}.portal-card .portal-card-content .file-list .file-wrapper .file-icon{background-color:rgba(0,0,0,.1);border-radius:4px;margin-right:1em;padding:1em;}.portal-card .portal-card-content .file-list .file-wrapper .file-details{display:flex;flex-direction:column;font-size:.9rem;}.portal-card .portal-card-content .file-list .file-wrapper:hover{box-shadow:0 0 6px rgba(0,0,0,.4);cursor:pointer!important;transition:.1s;}.portal-card .portal-card-content .file-list .file-wrapper:hover label{cursor:pointer;}@media(max-width:1200px){.ticket-page-wrapper{flex-direction:column;}.tickets-sidebar{width:100%;}}html,body,app{height:100%;margin:0;padding:0;}#blazor-error-ui{display:none;position:fixed;width:30vw;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999999;}