<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#side-space {padding-left: 25px; padding-right: 25px;} /*space between links in navbar*/

.space_between {margin-top: 40px;}

.title {margin-top: 30px;font-size: 25px;font-weight: 900;color: #2E3192;}

.capitals {text-transform: uppercase;}

.float_button {text-align: right;}

.margin_top_50 {margin-top: 5px;}
.margin_top_10 {margin-top: 10px;}
.margin_top_20 {margin-top: 20px;}
.margin_top_30 {margin-top: 30px;}
.margin_top_40 {margin-top: 40px;}
.margin_top_60 {margin-top: 60px;}

.size_8 {font-size: 8pt;}
.size_9 {font-size: 9pt;}
.size_10 {font-size: 10pt;}
.size_11 {font-size: 11pt;}
.size_12 {font-size: 12pt;}
.size_14 {font-size: 14pt;}
.size_16 {font-size: 16pt;}
.size_18 {font-size: 18pt;}
.size_20 {font-size: 20pt;}
.size_22 {font-size: 22pt;}
.size_24 {font-size: 24pt;}

.montserrat {font-family: 'Montserrat', sans-serif; font-size: 11pt;}
.montserrat_500 {font-weight: 500}
.montserrat_600 {font-weight: 600}
.montserrat_700 {font-weight: 700}
.montserrat_800 {font-weight: 800}
.green_bold_500 {color: #008F78; font-weight: 500}
.green_bold_600 {color: #008F78; font-weight: 600}
.green_bold_900 {color: #008F78; font-weight: 900}

.bold_500 {font-weight: 500}
.bold_600 {font-weight: 600}
.bold_700 {font-weight: 700}
.bold_800 {font-weight: 800}
.bold_900 {font-weight: 900}

.green {color: #008F78;}
.blue {color: #2E3192;}
.white {color: #ffffff}

.margin_top_5 {margin-top: 5px;}
.margin_top_10 {margin-top: 10px;}
.margin_top_20 {margin-top: 20px;}
.margin_top_30 {margin-top: 30px;}
.margin_top_40 {margin-top: 40px;}
.margin_top_60 {margin-top: 60px;}


input.log_in {
    width: 300px; height: 50px; border: none; background-color: #F2F2F2; padding-left: 5px;
}

.submit {
    float: right;
    padding-right: 45px;
}

button {
    cursor:pointer;
}

input:focus, button:focus {
    outline: none;
}

.col {
    margin-top: 10px;
}

.capital {
    text-transform: uppercase;
}

.thin_border {
    color: rgb(0,102,87);
    background-color: white;
    border: solid 1px lightgrey;
    font-size: 10pt;
    min-width: 140px;
    max-width: 180px;
}

.go {
    color: rgb(0,102,87);
    background-color: white;
    border: solid 1px lightgrey;
    font-size: 11pt;
    height: 35px;
}

input.search {
    width: 300px;
    height: 35px;
    border: solid 1px lightgrey;
    border-radius: 5px;
}

a, a:hover {
    text-decoration: none!important;
}

.boldit {
    font-weight: 600;
}

ul.dashed {
    list-style-type: none;
}

ul.dashed &gt; li {
    margin-top: 5px;
}

ul.dashed &gt; li:before {
    content: "â€“"; /* en dash */
    position: absolute;
    margin-left: -1.1em;
}

.product_card {width: 100%;height: auto;cursor: pointer;box-shadow: 0 0 10px lightgray;border-radius: 5px;}
.product_card:hover {transform: scale(1.1); outline: none;box-shadow: 0 0 10px DimGray;}
.product_card:active { /*border: 3px solid DimGray;*/box-shadow: 0 0 10px DimGray;transform: scale(1.1); outline: none}
.product-card-text {color: white;font-size: 10pt} /*allows product cards to stay selected on welcome blade, product blade, about blade*/
.selected{ /*border: 3px solid DimGray;*/box-shadow: 0 0 10px DimGray;transform: scale(1.1); outline: none}

/*breadcrumbs on products and account blades*/
ul.breadcrumb {padding: 5px 16px 0 0;list-style: none;background-color: transparent; font-size: 11pt}
ul.breadcrumb li a {display: inline;color: black;text-decoration: underline;}
ul.breadcrumb li+li:before {padding: 8px;color: black;content: "/\00a0";}


 table.dataTable {
     margin-bottom:1em!important;
 }

table.dataTable thead th {
    border-top: none;
}

table.dataTable thead tr th {
    padding-left: 10px;
    padding-right: 26px;
}

.table &gt; tbody &gt; tr &gt; td {
    vertical-align: middle;
}

.top_card {
    height: 100%;
    position:relative;
}

.bottom_card {
    bottom:0;
    position:absolute;
    border: none;
}

.repairs_card, .pdf_card, .update_card, .claim_card, .note_card, .label_card {
    padding: 10px;
    border: none;
    outline: none;
    max-width:75px;
    min-width:75px;
    text-align: center;
    cursor: pointer;
}

.repairs_card:hover, .pdf_card:hover, .update_card:hover, .claim_card:hover, .note_card:hover, .label_card:hover {outline: none;box-shadow: 0 0 8px DimGray;}
.repairs_card:active, .pdf_card:active, .update_card:active, .claim_card:active, .note_card:active, .label_card:active {box-shadow: 0 0 8px DimGray; outline: none}
.assets_card {
    padding: 10px;
    border: none;
    outline: none;
    max-width:80px;
    min-width:80px;
    text-align: center;
    cursor: pointer;
}

.repairs_card:hover, .pdf_card:hover, .update_card:hover, .claim_card:hover, .note_card:hover, .label_card:hover, .assets_card:hover {outline: none;box-shadow: 0 0 8px DimGray;}
.repairs_card:active, .pdf_card:active, .update_card:active, .claim_card:active, .note_card:active, .label_card:active, .assets_card:active {box-shadow: 0 0 8px DimGray; outline: none}

/*FOOTER*/
body {min-height:100vh;} /*must set body height so footer sticks to bottom*/


/*Pie Charts*/

.rate_container {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 160px);
    grid-gap: 20px;
    margin: 0 auto;
    text-align: center;
}

.rate_container .box .chart {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 125px;
    color: #008F78;
}

.chart2 {
    position: absolute;
    width: 80%;
    color: #e5e4e2;
    margin: 13px;
}

.rate_container .box canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.input-color {
    /*position: relative;*/
    display: inline-block;
}
 .color-box {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ccc;
    left: 5px;
    top: 5px;
     margin-right: 10px;
}

/*END Pie Charts*/


@media (max-width: 1200px){
    .heading {
        font-size: 10pt;
    }

    .data {
        font-size: 10pt;
    }

    input.log_in {
        width: 245px;
    }
}

@media (max-width: 991px){
    .shrink_margin {
        margin-top: 40px!important;
    }

    .shrink_margin_10 {
        margin-top: 10px!important;
    }

    input.log_in {
        width: 300px;
    }

    .submit {
        float: unset;
        padding-right: unset;
        margin-bottom: 40px;
    }

    .md_hide {
        display: none;
    }
    .top_card {
        height: auto;
        position:unset;
    }
    .bottom_card {
        bottom:unset;
        position:unset;
    }
}

@media (max-width: 768px){
    .sm_hide {
        display: none;
    }
}
@media (max-width: 575px) {
    .float_button {
        margin-top: 10px;
        text-align: unset;
    }
}
@media (max-width: 360px){
    input.log_in {
        width: 250px;
    }
}

@media (max-width: 280px){
    input.log_in {
        width: 225px;
    }
}

/*Asset Manager*/
.client_tabs_header {
    background-color:#E8E8E8; padding: 5px; border-left: solid 1px #D3D3D3;border-top: solid 1px #D3D3D3;border-right: solid 1px #D3D3D3; border-bottom: none;border-radius: 5px 5px 0 0; margin-top: 20px;
}

.client_tabs_inner {
    margin: 0;overflow:hidden;white-space:nowrap;border-color: #D3D3D3; border-radius: 0 0 5px 5px; padding: 5px; border-left: solid 1px #DCDCDC;border-right: solid 1px #DCDCDC;border-bottom: solid 1px #DCDCDC; border-top: none;
}

.status_dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
}

.shiny_button {
    position: relative;
    overflow: hidden;
}

.shiny_button:before {
    position: absolute;
    top: 0;
    left: -500px;
    content: "";
    width: 120px;
    height: 500px;
    background: rgba(255, 255, 255, 0.6);
    transform: skew(-50deg);
    animation: shine 3s ease infinite;
}

@keyframes shine {
    from {left: -500px;}
    to {left: 655px;}
}

.drop_show_none {
    display: none!important;
}
</pre></body></html>