﻿

body {
    font-family: 'Roboto', sans-serif;
    font-size: 0.75rem;
    /*color: #FFFFFF;*/
    /*background-color: #212121;*/
}

.dropdown-item {
    font-size: 0.75rem;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/*get rid of any bullet points*/
ul {
    list-style-type: none;
}
/*Handles the schedule grid color*/
.table-bordered th, .table-bordered td {
    border-color: #555555;
}
/*override for modal background*/
/*.modal-content {
    background-color: #2B3E50;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 600px;
}

.maintitle {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
}

.subtitle {
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 0px;
}

.dashtitle {
    text-decoration: none;
    font-size: 12px;
}

.dashvalue {
    font-weight: bold;
    font-size: 14px;
}

.resource_table tr td {
    padding: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    vertical-align: top;
}

.job_table tr td {
    padding: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    vertical-align: top;
}

.compact-table {
    font-size: 11px;
}

@media (min-width: 992px) {
    .compact-table {
        display: none;
    }

    .btn {
        font-size: 13px;
    }
}

@media (max-width: 992px) {

    .standard-table {
        display: none;
    }

    .btn {
        font-size: 12px;
    }

    .navbar .btn {
        font-size: 12px;
    }
}

.accordion > .card .card-header {
    padding: 0px;
}
/*Removed 2021-04-26 must have been used somewhere not sure where*/
/*.form-control:disabled, .form-control[readonly] {
    background-color: #FFFFFF;
    opacity: 1;
}*/

.jobAlert {
    position: fixed;
    bottom: 5px;
    left: 2%;
    width: 96%;
    z-index: 999999;
}

.alerttoast {
    display: none;
}


thead {
    background: linear-gradient(rgba(217,222,232,.16), rgba(217,222,232,.32));
}

.nav-tabs a.nav-link {
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #868e96;
    cursor: pointer;
}

    .nav-tabs a.nav-link.active {
        font-weight: 500;
        border: none;
        background: linear-gradient(to top, #e25f2b 4px, transparent 4px);
    }

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.Summary-Panel {
    display: flex;
    padding: 16px;
    background-image: linear-gradient(190deg, rgba(255,255,255,.075) 50%, rgba(255,255,255,.0) 50%), linear-gradient(#F6996D, #E94F18);
}

.Summary-Panel-Item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #F6996D;
    border-left: 1px solid #E94F18;
}



.Summary-Panel-Item-Header {
    font-weight: 500;
    color: #ffffff;
}

.Summary-Panel-Item-Value {
    font-size: 48px;
    color: #ffffff;
}

.Summary-Currency-Symbol {
    font-weight: 300;
    font-size: 32px;
}

.first-of-type {
    border-left: 0;
}

.last-of-type {
    border-right: 0;
}


.Layout-Main {
    display: flex;
    flex-direction: column;
    padding-left: 5rem;
    width: 100%;
}

.Layout-Header {
    display: flex;
    align-items: center;
    height: 64px;
    padding-left: 16px;
    background-image: linear-gradient(#5e5e5e, #303030);
    width: calc(100vw - 5rem);
}

.Layout-Content {
    flex: 1;
    padding: 16px;
}

.breadcrumb-name, .breadcrumb-divider {
    color: white;
}

.breadcrumb-Link {
    color: #868e96;
    font-weight: 500;
    text-transform: uppercase;
}





.CustomerSearchForm-container {
    margin: -20px auto 0 auto;
    display: flex;
    align-items: flex-end;
    width: 525px;
}

.LabelledField-input {
    border-radius: 2px;
    width: 525px;
    height: 45px;
    box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: 0.95rem;
}

.placeholder {
    font-style: italic;
    font-weight: 200;
}

.LabelledField-input:focus, .LabelledField-input:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.CustomerSearchForm-submitSection {
    padding-bottom: .25rem;
    padding-left: 1rem;
}


.associated-details {
    margin-bottom: 30px;
}

.customer-entries {
    background-color: white;
    border: solid 0 transparent;
    border-radius: 4px;
    padding: .75rem 1rem 0 1rem;
}

.sub-table-header {
    background: white;
    padding-top: .5rem;
}

.associated-details {
    box-shadow: 0px 0px;
}

.sub-table-headings {
    border: transparent;
}

.customer-search-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.CustomerSearchForm-no-results {
    font-size: 1.25rem;
}
.CustomerSearch-results{
    padding: 0;
}



.dotdigitalconfig-table tbody {
    height: 700px;
    overflow-y: auto;
    width: 100%;
}

.dotdigitalconfig-table thead, 
.dotdigitalconfig-table tbody, 
.dotdigitalconfig-table tr, 
.dotdigitalconfig-table td, 
.dotdigitalconfig-table th {
    display: block;
}

.dotdigitalconfig-table tbody td, 
.dotdigitalconfig-table tbody th, 
.dotdigitalconfig-table thead > tr > th {
    float: left;
    position: relative;
}

.dotdigitalconfig-table tbody td::after, 
.dotdigitalconfig-table tbody th::after, 
.dotdigitalconfig-table thead > tr > th::after {
    content: '';
    clear: both;
    display: block;
}


.sar-highlight {
    background-color: rgba(246,153,109, 0.1)
}

.dx-customtag-content {
    margin: 4px 0 0 4px;
    padding: 3px 6px 4px 6px;
    min-width: 40px;
    background-color: #dddddd;
    border-radius: 2px;
    color: #333;
}

.dx-widget{
    font-size: unset;
}

.dx-button-default {
    border-color: #E95420;
    color: #E95420;
}
.dx-button-mode-outlined.dx-button-default {
    background-color: transparent;
    border-color: #E95420;
    color: #E95420;
}
.dx-button-mode-contained.dx-button-default {
    background-color: #E95420;
    border-color: transparent;
    color: #fff;
}

.dx-button-mode-contained.dx-button-default.dx-state-hover {
    background-color: #E95420;
    border-color: transparent;
}
.dx-button-mode-outlined.dx-button-default.dx-state-focused, 
.dx-button-mode-outlined.dx-button-default.dx-state-hover {
    background-color: rgba(233,83,32,.1);
    border-color: #E95420;
}
.dx-button-mode-contained.dx-button-default.dx-state-focused {
    background-color: #E95420;
    border-color: transparent;
}

.dx-button-mode-outlined.dx-button-default.dx-state-active {
    background-color: rgba(233,83,32,.4);
    border-color: #E95420;
    color: #E95420;
}

.no_click {
    pointer-events: none;
}

.past_due {
    font-weight:700;
    color: red;
}




.markerbox {
    background-color: #4285F4;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
}

    .markerbox::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #4285F4;
    }


.property {
    align-items: center;
    background-color: #FF0000;
    border-radius: 50%;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 30px;
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;
    width: 30px;
}

    .property::after {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #FF0000;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        top: 95%;
        transform: translate(-50%, 0);
        transition: all 0.3s ease-out;
        width: 0;
        z-index: 1;
    }
    .property .icon {
        align-items: center;
        display: flex;
        justify-content: center;
        color: #FF0000;
    }

        .property .icon svg {
            height: 20px;
            width: auto;
        }

    .property .details {
        display: none;
        flex-direction: column;
        flex: 1;
    }

    .property .address {
        color: #9E9E9E;
        font-size: 10px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .property .features {
        align-items: flex-end;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

        .property .features > div {
            align-items: center;
            background: #F5F5F5;
            border-radius: 5px;
            border: 1px solid #ccc;
            display: flex;
            font-size: 10px;
            gap: 5px;
            padding: 5px;
        }

    /*
 * Property styles in highlighted state.
 */
    .property.highlight {
        background-color: #FF0000;
        border-radius: 8px;
        box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
        height: 80px;
        padding: 8px 15px;
        width: auto;
    }

        .property.highlight::after {
            border-top: 9px solid #FF0000;
        }

        .property.highlight .details {
            display: flex;
        }

        .property.highlight .icon svg {
            width: 50px;
            height: 50px;
        }

    .property .bed {
        color: #FFA000;
    }

    .property .bath {
        color: #03A9F4;
    }

    .property .size {
        color: #388E3C;
    }

