﻿*{margin:0;padding:0;border:none;box-sizing:border-box;}h1,h2,h3,h4,h5,h6,label,optgroup{font-family:'Roboto',sans-serif;text-transform:unset;}h2{font-size:14px;}small{padding:1em;font-style:italic;color:rgba(0,0,0,.5);}p,input,textarea,select,option,span,td{font-family:'Roboto',sans-serif;text-transform:unset;font-size:12px;}th .input label{padding-left:0;font-size:12px;}.card-header h3{margin:0;}.label{padding-left:1em;padding-top:.5em;font-size:14px;font-weight:bold;color:#666;display:block;}.input{width:100%;display:flex;flex-direction:column;position:relative;padding-top:.5em;padding-bottom:.5em;}.input label{padding-left:1em;font-size:14px;font-weight:bold;color:#666;}.input input,.input textarea{width:100%;border-bottom:1px solid #d3d3d3;padding-left:1em;}.input input:focus,.input textarea:focus{border-bottom:3px solid #add8e6;}.input input{height:50px;}.input textarea{height:200px;}.input:focus-within{background-color:#ccc;}.drop-down-holder{position:absolute;top:100%;z-index:5;width:100%;}.drop-down-holder .drop-down-commands{display:flex;flex-direction:row;justify-content:space-between;background-color:#e6e6e6;}.drop-down-holder .drop-down{overflow-y:scroll;max-height:300px;box-shadow:"0 5px 5px -5px rgba(0,0,0,0.3)";background-color:#fff;}.drop-down-holder .drop-down .item{cursor:pointer;padding:1em;margin:auto 0;}.drop-down-holder .drop-down .item p{margin:0;}.drop-down-holder .drop-down .item:hover{background-color:#f2f2f2;}.selectable-row{cursor:pointer;}.selectable-row:hover{background-color:#e6e6e6;}.light{color:#2e3e4e;background-color:#e6e6e6;}.dark{color:#e6e6e6;background-color:#2e3e4e;}.fixed-size{height:390px;}.card{margin:.5em;}.card .card-header{display:flex;justify-content:space-between;padding-left:1em;height:50px;}.card .card-header .card-title{margin:auto 0;}.card .card-header .card-title h2{font-size:16px;}.card .card-header .header-buttons{display:flex;}.card .card-body{padding-top:0;}.light{color:#2e3e4e;background-color:#fff;}.dark{color:#e6e6e6;background-color:#2e3e4e;}.cards .card-row .card:first-child{margin-left:1em;}.cards .card-row .card:last-child{margin-right:1em;}.cards .card-row:first-child .card{margin-top:1em;}.cards .card-row:last-child .card{margin-bottom:1em;}.card-full{width:100%;}.card-xl{width:75%;}.card-lg{width:calc((100%/3)*2);}.card-md{width:50%;}.card-sm{width:calc(100%/3);}.card-xs{width:25%;}.c-row{display:flex;}.c-1{width:100%;}.c-2{width:50%;}.c-3{width:calc(100%/3);}.c-4{width:calc(100%/4);}#blazor-error-ui{background:#ffffe0;bottom:0;box-shadow:0 -1px 2px rgba(0,0,0,.2);display:none;left:0;padding:.6rem 1.25rem .7rem 1.25rem;position:fixed;width:100%;z-index:1000;}#blazor-error-ui .dismiss{cursor:pointer;position:absolute;right:.75rem;top:.5rem;}.table{width:100%;border-collapse:collapse;}.table thead tr th{padding-left:1em;font-size:14px;font-weight:bold;color:#666;text-align:left;height:50px;}.table tbody tr:nth-child(even){background-color:#f2f2f2;}.table tbody tr{height:50px;}.table tbody tr td{border:none;padding-left:1em;word-break:break-word;}.table tbody tr:hover{background-color:#e6e6e6;cursor:pointer;}.c-row c-2:hover{background-color:#e6e6e6;}.c-1 h2,.c-2 h2,.c-4 h2{padding:1em;}.c-1 p,.c-2 p,.c-4 p{padding-left:1em;}.side-bar .button label i{color:#e6e6e6;}.side-bar .button:hover label i{color:#fff;}.tooltip-r{position:relative;z-index:10;}.tooltip-r:before{content:'';background-color:#000;height:30px;width:30px;left:110%;top:10px;transform:rotate(45deg);display:none;position:absolute;}.tooltip-r:after{content:attr(data-tt);font-family:"Roboto";position:absolute;background-color:#000;color:#e6e6e6;height:50px;left:120%;padding-left:1em;padding-right:1em;font-size:14px;display:flex;align-items:center;display:none;top:0;align-items:center;}.tooltip-r:hover:before{display:block;}.tooltip-r:hover:after{display:flex;}.search-box{width:150px;}.loading-screen{height:100vh;width:100vw;position:fixed;z-index:1000;top:0;left:0;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);}.loading-screen div{position:relative;}.loading-screen div .spinner{border:10px solid transparent;border-top:10px solid #000;border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}.loading-screen div #spinner1{height:80px;width:80px;animation:spin 1s linear infinite;margin:-55px 0 0 -55px;}.loading-screen div #spinner2{height:100px;width:100px;animation:spin 1.5s linear infinite;margin:-65px 0 0 -65px;}.loading-screen div #spinner3{height:120px;width:120px;animation:spin 2s linear infinite;width:150px;height:150px;margin:-75px 0 0 -75px;width:120px;height:120px;}.show{opacity:1;z-index:1000;}.hide{opacity:0;z-index:-1000;}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.validation-message{color:red;padding-left:1em;line-height:0;font-size:11px;margin-top:-15px;margin-bottom:15px;}.billing-notes-text {color: red;font-weight: bold;padding-bottom: 6px;border-bottom: 1px #d3d3d3 solid;}