﻿html, body {
    position: relative;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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: 280px;
}*/

.pageTitle {
    display: inline;
}

.pageSubTitle {
    display: inline;
}

.AddAddressButton {
    text-align: center;
    height: 75px;
    border: 1px dashed #D3D0CF;
    background-color: white;
}

    .AddAddressButton:hover {
        background-color: #37474F;
        color: white;
    }

/* Lookup Options */
.lookupOptionsContainer {
    background-color: #28464b;
    padding: 10px 20px 20px 10px;
    color: white;
    border: 1px solid black;
    margin-bottom: 20px;
}

/* Colors */
.white {
    color: white;
}

.redBackgroundColor {
    background-color: #a37774 !important;
}

.greenBackgroundColor {
    background-color: #85ff9e !important;
}

.darkColor {
    color: #28464b !important;
}
.darkBackground {
    background-color: #28464b !important;
}
.mediumColor {
    color: #326771;
}
.mediumBackground {
    background-color: #326771 !important;
}
.lightColor {
    color: #42d9c8;
}
.lightBackground {
    background-color: #42d9c8 !important;
}

/* Buttons */
.btn-normal {
    background-color: #f7d08a;
    color: #192228;
}
.btn-good {
    background-color: #85ff9e;
    color: #192228;
}

.btn-bad {
    background-color: #a37774;
    color: white;
}

.content {
    background-color: #dbdbdb;
}

.homeStatusAlert {
    color: #28464b;
    background-color: #85ff9e;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}
/* Cards */
.card {
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%) !important;
    border-radius: 3px !important;
    border:3px solid white !important;
}

.card-header {
    background-color: #28464b;
    color: white;
    text-transform:uppercase;
    font-size:1.25em;
}
.subcard-header {
    background-color: #326771 !important;
}

/* Status Bar */
.statusBar {
    padding: 5px 15px 0px 0px;
    background-color: #326771;
    color: white;
    text-align: right;
}

    .statusBar .statusLabel {
        font-size: 1.25em;
        color: white;
        display: inline;
    }

    .statusBar .statusText {
        font-size: 2em;
        color: white;
        display: inline;
    }


/* Lead Contact Styles */
.infoModalTrigger {
}

    .infoModalTrigger:hover {
        color: cadetblue;
    }

.emailAddress:hover {
    color: #42A4F4;
    cursor: grab;
}

.contactActionIcon {
    margin-right: 4px;
}

    .contactActionIcon:hover {
        color: #42A4F4;
        cursor: pointer;
    }

/* Community Assignment */
.communityAssignmentItem {
    border: groove 1px black !important;
    padding: 5px 5px 5px 10px;
}

    .communityAssignmentItem:hover {
        background-color: #37474F;
        color: white;
    }

.communityAssignmentLogo {
    border: solid 1px grey;
    box-shadow: 2px 2px grey;
}

.AddCommunityAssignmentButton {
    text-align: center;
    height: 75px;
    border: 1px dashed #D3D0CF;
    background-color: white;
}

    .AddCommunityAssignmentButton:hover {
        background-color: #37474F;
        color: white;
    }

/* Contract Item */
.contractItem {
    border: groove 1px black !important;
    padding: 5px 5px 5px 10px;
}

    .contractItem:hover {
        background-color: #37474F;
        color: white;
    }

.contractLogo {
    border: solid 1px grey;
    box-shadow: 2px 2px grey;
}


/* Form Controls */
.dateControl {
    width: 200px;
}

/* Lead Queue */

.lead-queue-current {
    background-color: #98e0c8;
    color: black;
}

.lead-queue-three-day-warning {
    background-color: #faffb0;
    color: black;
}
.lead-queue-two-day-warning {
    background-color: #f9d482;
    color: black;
}
.lead-queue-one-day-warning {
    background-color: #f76c6c;
    color: black;
}
.lead-queue-overdue {
    background-color: #ff00004d;
    color: black;
}
.lead-requires-followup {
    background-color: #e48ffc;
    color: black;
}

/* ACTIONS */
.actionType {
    display: inline;
    font-size: 1.75em;
    font-weight: bold;
}

.actionBy {
    display: inline;
    font-size: 1em;
    font-weight: 400;
}

.actionDescription {
    border-top: 1px solid #C8C7C7;
    border-right: 1px solid #C8C7C7;
    margin-right: 4px;
}

.actionDateTimeColumn {
    margin-right: 2px;
}

.actionIcon {
    display: inline;
    line-height: 2em;
}

.actionContainer {
    width: 100%;
}

.actionRow {
    display: flex;
    width: 100%;
}

.actionIconColumn {
    width: 85px;
    padding: 0 10px;
    text-align:center;
    margin-top:5px;
}

.actionContentColumn {
    flex: 1;
}

.actionTimestampColumn {
    padding-left: 20px;
    width: 100px;
}

.actionRow:nth-of-type(odd) {
    background: #ECECEC;
}

/* Lead Lookup Styles */
.lookupField {
    margin-top: 10px;
}


/* Alerts */
.alertRow {
    display: flex;
    width: 100%;
    padding: 10px;
}

.alertIconColumn {
    width: 85px;
    padding: 0 10px;
}

.alertContentColumn {
    flex: 1;
    font-size: 1.25em;
}

.alertTimestamp {
    padding-left: 20px;
    width: 100px;
}

.alertRow:nth-of-type(odd) {
    background: #ECECEC;
}

/* Award */
.awardRow {
    display: flex;
    width: 100%;
    padding: 10px 0;
}

.awardIconColumn {
    width: 65px;
    padding: 0 10px;
}

.awardContentColumn {
    flex: 1;
    font-size: 1.25em;
}

.awardTimestampColumn {
    padding-left: 10px;
    width: 70px;
    font-size: .75em;
}

.awardRow:nth-of-type(odd) {
    background: #ECECEC;
}

/* Forms */
.control-label {
    padding-top: 10px;
}

label {
    padding-top: 10px;
}

.fixed-size-input {
    max-width: 280px;
}

.fixed-size-input-small {
    max-width: 100px;
}




/* Buttons */
.saveDescriptions {
    margin-top: 10px;
}


/* Images */
.centerImage {
    display: block;
    margin: 15px auto;
    max-width: 350px;
}

.listingImage {
    padding: 10px;
}

/* Home Features */
.feature_left_column {
    margin-right: 35px;
}

.feature_right_column {
    font-size: 1em;
}

.feature_row {
    margin-bottom: 15px;
}

.feature_heading {
    font-size: .85em;
    margin-bottom: 10px;
    color: gray;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.feature_control_label {
    margin-right: 5px;
}

.feature_input_short {
    max-width: 75px;
}


/* Lead Queue */
.queueLink {
    color: black;
    text-decoration:underline;
}

    .queueLink:hover {
        color:white;
    }

.queueIcon {
    color: #323265;
}

    .queueIcon:hover {
        color:white;
        text-decoration:underline;
    }


/* Listings List*/
.listingCommunityGrouping{
    background-color:black !important;
    color:white;
    font-size:1.25em;
    font-weight:bold;
}
.listingImageZoom {
    transition: transform .2s; /* Animation */
    width: 50px;
    height: 40px;
    margin: 0 auto;
}

.listingImageZoom:hover {
    transform: scale(6); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.rowLink:hover {
    cursor: pointer;
}

.select2-container--open {
    z-index: 9999999;
}

#lightbox {
    position: fixed; /* keeps the lightbox window in the current viewport */
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://assets.codepen.io/210284/overlay.png) repeat;
    text-align: center;
}

    #lightbox p {
        text-align: right;
        color: #fff;
        margin-right: 20px;
        font-size: 12px;
    }

    #lightbox img {
        box-shadow: 0 0 25px #111;
        max-width: 940px;
    }
.imgcircle {
    border-radius: 50px;
    width: 40px;
    height: 40px;
}
.nametitle {
    font-size: 14px;
    line-height: 120%;
    color: #363C3D;
}
.nametitle_muted {
    font-size: 14px;
    line-height: 120%;
    color: #86909C;
}
.informationBox {
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #EDF1F2;
}