﻿@charset "utf-8";
/* CSS Document */

.background-crimson {
    color: white !important;
    background-color: crimson !important;
}

.md-select-footer {
    position: sticky !important;
    bottom: 0;
    padding-left: 0px !important;
    float: right;
}

.md-select .md-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 16px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    width: auto;
}

.md-select .header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
    font-style: oblique;
}

md-backdrop.md-select-backdrop {
    z-index: 9999 !important;
}

.md-select-value {
    padding: 0 !important;
}

md-select[disabled] .md-select-value {
    background-image: none !important;
}

.font-bold {
    font-weight: bold;
}

md-input-container > label {
    overflow: initial !important;
}

.radio .radio-label {
    white-space: pre;
}

input[readonly][uib-datepicker-popup], input.timepicker {
    background: none !important;
    cursor: pointer;
}

.progress {
    height: 3em;
}

    .progress i {
        line-height: 3.5em;
    }

.progress-bar {
    transition: width 1s ease-in-out;
}


.dot {
    margin: 6px 0 0 6px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    float: left;
}

.whatsapp-block {
    overflow-y: auto;
    background-image: url(/images/whatsapp-background.png);
    background-color: #e5ddd5;
}

.toast-custom {
    background-image: url("images/whatsapp.png") !important;
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: black;
    }

.alert-default {
    background-color: #A6A6A6;
    color: #EEEEEE;
    border-color: #777;
}

    .alert-default hr {
        border-top-color: black;
    }

.alert-primary {
    color: #d9edf7;
    background-color: #31708f;
    border-color: #bce8f1;
}

    .alert-primary hr {
        border-top-color: #a6e1ec;
    }

    .alert-primary .alert-link {
        color: #bce8f1;
    }

.d-flex {
    display: flex;
}

md-dialog.md-dialog-fullscreen {
    min-height: 80% !important;
    min-width: 90% !important;
}

.w-h-26 {
    width: 26px;
    height: 26px;
}

.prospect-list-table {
    width: 100%;
}

    .prospect-list-table td {
        padding: 0 5px;
    }

.rounded {
    border-radius: 3px;
}

.f-size-18 {
    font-size: 18px;
}

.m-0 {
    margin: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.fs-12 {
    font-size: 12px;
}

.d-inline {
    display: inline !important;
}

.selectedTaskFilter {
    font-weight: bold;
    font-size: larger;
}

.panel.panel-primary > .panel-heading {
    background-color: #31459c;
}

.background-yellow {
    background-color: yellow;
}

.background-orange {
    background-color: orange;
}

.background-grey {
    background-color: lightgrey;
}

.background-lightseagreen {
    background-color: lightseagreen;
}

.background-green {
    background-color: limegreen !important;
}

.flex-center {
    display: flex;
    align-items: center;
}

.mt-14 {
    margin-top: 14px !important;
}

.mv-5 {
    margin: 5px 0 !important;
}

.mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mx-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.v-center {
    display: flex;
    align-items: center;
}

.form-horizontal .radio {
    margin-bottom: unset;
}

.blink {
    animation: glow 0.5s ease-in-out infinite alternate;
}

.otp-missing-vehicle-details {
    font-size: 11px;
    animation: glow 1s ease-in-out infinite alternate;
}

.md-input-focused:not(.md-input-has-value) label.md-placeholder {
    opacity: 0;
}

@-webkit-keyframes glow {
    from {
        color: red;
    }

    to {
        color: black;
    }
}

md-slider-container md-input-container input[type=number] {
    margin: 0 0 -16px 0 !important;
    height: unset !important;
}

.md-slider-wrapper {
    margin-top: -8px;
}

md-slider-container > :first-child:not(md-slider) {
    min-width: 100px;
    max-width: unset !important;
}

md-slider-container md-input-container {
    line-height: unset !important;
}

md-input-container {
    margin: 0px !important;
    padding: 0px !important;
}

md-slider {
    margin-left: 10px;
}

    md-slider .md-sign .md-thumb-text {
        font-size: 14px !important;
        font-weight: unset !important;
    }

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.mt-7 {
    margin-top: 7px;
}

.my-5 {
    margin: 5px 0;
}

.my-10 {
    margin: 10px 0;
}

.mr-20 {
    margin-right: 20px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-5-10 {
    padding: 5px 10px !important;
}

.px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.col-padding-y > div {
    padding-top: 3px;
    padding-bottom: 3px;
}

.px-13 {
    padding-left: 13px;
    padding-right: 13px;
}

.width-80 {
    width: 80px !important;
}


.border-top-bottom {
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
}

.imported-extras {
    font-size: smaller;
    margin-left: 15px;
    max-height: 90px;
    overflow-y: overlay;
    overflow-x: hidden;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 5rem;
    z-index: 2
}

.mt-5 {
    margin-top: 5rem;
}

.color-blue {
    color: #2a1e72;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

/*.funnelDropDowns md-select-menu, .funnelDropDowns md-select-menu md-content {
    min-height: 70vh;
}*/

.funnelDropDowns md-option {
    max-height: 34px;
}

body {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../material/font/MaterialIcons-Regular.eot);
    /*For IE6-8 src: local('../material/font/Material Icons'), local('../material/font/MaterialIcons-Regular'), url(../material/font/MaterialIcons-Regular.woff2) format('woff2'), url(../material/font/MaterialIcons-Regular.woff) format('woff'), url(../material/font/MaterialIcons-Regular.ttf) format('truetype');*/
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

md-checkbox.md-checked .md-icon {
    background-color: indigo;
}

md-radio-button.md-checked .md-off {
    border-color: rgb(42, 30, 114);
}

md-radio-button .md-on {
    background-color: rgb(42, 30, 114);
}

md-radio-group .md-checked .md-ink-ripple {
    color: rgb(42, 30, 114);
}

.opacity-4 {
    opacity: 0.4;
}

.accessoryDropdown {
    display: block;
    width: 100%;
    height: 34px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.md-tab {
    font-size: 14px;
    color: #2a1e72;
    text-align: center;
    line-height: 24px;
    padding: 12px 24px;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    float: left;
    font-weight: 500;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.empRole {
    font-size: 10px;
    padding-left: 25%;
}

.configDiv {
    border: 1px solid silver;
    padding: 4px 0 0 8px;
    border-radius: 6px;
    box-shadow: 0 0 10px;
}

.validation-messages {
    font-size: 12px;
    color: #dd2c00;
    margin: 10px 0 0 25px;
}

.shadow {
    box-shadow: 0 0 10px black !important;
    z-index: 1;
}

.color-red {
    color: red;
}

.color-green {
    color: green;
}

.color-blue {
    color: blue;
}

.bookedStock {
    color: red;
    cursor: not-allowed !important;
}

.background-red {
    background-color: red !important;
}

.helpPointer {
    cursor: help;
}

.convertedButton {
    background-color: palegreen !important;
    color: black !important;
}

.requiredStar {
    color: red;
    padding-right: 3px;
}

.errorMessage {
    color: #a94442;
}

.hint {
    left: 2px;
    bottom: 2px;
    font-size: 11px;
    color: grey;
}

.cal-cell1 .badge {
    position: relative !important;
}

.calendar-today {
    background-color: #C1DBFF !important;
    font-size: x-large;
}

.calendar-weekend {
    background-color: #efefef !important;
}

.multicheck-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
}

.multicheck-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
}

.pointer {
    cursor: pointer !important;
}

.selected {
    background-color: #ACACAC !important;
}

.blackText {
    color: black !important;
}

#pageone, #Listpage {
    position: relative;
    z-index: 3;
}

#pagetwo, #Duplicatepage {
    position: absolute;
    z-index: 2;
    top: 89px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

#pagethree, #formpage {
    position: absolute;
    z-index: 1;
    top: 89px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

/* Bootstrap */
.label-small {
    font-size: 9px;
    border-radius: 3px;
    margin-top: -3px;
}

.navbar-default {
    margin-top: 0px;
}

.navbar-nav {
    margin: 0 -15px;
    z-index: 10 !important;
}

.cms-logo {
    position: absolute !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 4px;
}

.menu-left {
    float: left;
}

.menu-right {
    float: right;
    margin-top: 7px !important;
}

    .menu-right li {
        display: inline-block;
    }

.md-sidenav-left.sidemenu {
    top: 45px !important;
}

.navbar-nav > li > a {
    padding-top: 10px !important;
}

.nav > li > a {
    cursor: pointer;
}

@media only screen and (max-width: 500px) {
    .md-sidenav-left.sidemenu {
        top: 90px !important;
    }

    .cms-logo {
        position: relative !important;
        width: 100px;
        margin-bottom: 10px;
    }

    nav.navbar-nav.menu-left li, nav.navbar-nav.menu-right li {
        padding-top: 10px !important;
        padding-top: 10px !important;
    }
}

.navbar-collapse.collapse {
    display: block !important;
}

.prospectsNavbar.navbar {
    margin-top: 20px;
    margin-bottom: -20px;
}

.toggle-activity-log .material-icons {
    margin-left: 3px;
    margin-right: 5px;
}

.prospectsNavbar.navbar {
    display: inline-block;
    float: none;
    margin: 0 auto;
}

    .prospectsNavbar.navbar li {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 5px;
        padding-right: 5px;
        border-right: 1px solid #ccc;
    }

        .prospectsNavbar.navbar li > a.text-info {
            border-bottom: 2px solid #0198d7;
        }

        .prospectsNavbar.navbar li > a {
            padding: 10px 20px 10px 0px;
            margin-right: 5px;
        }

        .prospectsNavbar.navbar li:last-child {
            border-right: none;
        }

    .prospectsNavbar.navbar .badge {
        right: 6px;
    }

.btn.sendSMS {
    background-color: #EEEEEE;
}

.prospectsNavbar.navbar .navbar-collapse {
    text-align: center;
}

.dropdown-menu {
    z-index: 999999 !important;
}

@media only screen and (max-width: 1024px) {
    .navbar-default {
        margin-top: 0px;
    }

    .move-left {
        margin-left: -50px;
    }

    .icon-space {
        margin-right: 2px !important;
    }

    .navbar-nav li {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 1280px) {
    .navbar-default {
        margin-top: 0px;
    }

    .move-left {
        margin-left: -30px;
    }

    .icon-space {
        margin-right: 2px !important;
    }

    .navbar-nav li {
        font-size: 12px !important;
    }
}



.form-horizontal .control-label {
    padding-top: 7px;
    text-align: left;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.page-header {
    padding-bottom: 0px;
    margin: 0;
    border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 1024px) {
    .form-group .control-label {
        font-size: 12px !important;
    }
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2a1e72;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        z-index: 2;
        color: #23527c;
        background-color: #eee;
        border-color: #2a1e72;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2a1e72;
    border-color: #2a1e72;
}
/* Material */
body .container .well.well-sm,
body .container-fluid .well.well-sm {
    padding: 0px 5px 10px 5px;
    min-height: 630px;
}

.form-group {
    margin: 5px 0 10px 0;
}

    .form-group label.control-label {
        color: #333 !important;
        font-size: 14px;
        margin: 0px 0 0 0;
    }

textarea {
    max-width: 100%;
}


/*
 * Index
 */
.login-logo {
    font-size: 36px;
    text-align: center;
    color: #009688;
}

.login {
    padding: 20px 20px 20px 20px;
    width: 40%;
    height: 100%;
    margin: 10% auto;
    margin-left: 0px;
    opacity: 0.95;
}

@media only screen and (max-width: 1024px) {
    .login {
        width: 90%;
    }
}

.space {
    margin-top: -20px;
}

.line-right {
    border-right: 1px solid #eee;
    /*z-index: 500;*/ subsidemenubadge
}

.caret {
    margin-left: 10px;
}

.icon-space {
    margin-right: 10px;
}

.icon-spacer {
    margin-right: 3px;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.badge {
    display: block;
    position: absolute;
    top: 2px;
    right: 7px;
    padding: 2px 5px;
    color: #fff;
    border: 1px solid;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #2196f3;
}

/* Prospect List */
.row-centered {
    text-align: center;
}

.justified {
    position: absolute;
    left: 10%;
    right: 10%;
}

@media only screen and (max-width: 1024px) {
    .justified {
        position: absolute;
        left: 5%;
        right: 5%;
    }
}

h3 {
    color: #2a1e72;
}

.date_created {
    color: #009688;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
}

.date_update {
    color: #ff5722;
    font-size: 11px;
    font-weight: bold;
}

.date_delivered {
    color: #3089db;
    font-size: 11px;
    font-weight: bold;
}

.date_audit {
    color: #31459c;
    font-size: 11px;
    font-weight: bold;
}

.date_approval_requested {
    color: #00aeed;
    font-size: 11px;
    font-weight: bold;
}

.date_invoiced {
    color: #800080;
    font-size: 11px;
    font-weight: bold;
}

.allocate {
    font-size: 11px;
    font-weight: bold;
}

.date_logged {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

.prospectlist_number {
    color: #03a9f4;
    font-size: 12px;
    font-weight: bold;
}

.prospectlist_currentInterest {
    color: limegreen;
    font-size: 12px;
    font-weight: bold;
}

.prospectlist_branch {
    color: #ffab00;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

.prospectlist_status {
    font-weight: bold;
    padding-top: 5px;
}

.prospectlist_alocate {
}

.prospectlist_alocateposition {
    color: #ffab00;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

.prospectlist_alocatepositionNew {
    color: green;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}


/* Create a Prospect */
.wrap {
    padding: 0px 20px 20px 20px;
}

.quote-wrap {
    padding: 0px 20px 20px 0px;
}

.checkbox-label {
    float: right;
    padding-left: 10px;
    margin-top: 0px;
}

.radio-label {
    float: right;
    padding-left: 30px;
}


/* Prospect Details */
.icon-move {
    margin-right: 8px;
    padding-top: 0px;
    float: left;
}

.padding {
    padding-bottom: 5px;
}

.sidebar {
    margin-top: -10px;
}

.pros_num {
    color: #2196f3;
    font-size: 18px;
}

.small-link-text {
    font-size: 11px;
}

.line {
    border-bottom: 1px solid #eee;
    padding: 0px 50px 0px 40px;
}

.line-dotted {
    border-bottom: 1px dotted #2196f3;
}

.top-padding {
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bold;
}

.block-but {
    padding: 30px 15px 30px 15px;
}

.info-control {
    border-color: inherit;
    color: inherit;
    margin-bottom: 3px;
    height: 28px;
    font-size: 14px;
    line-height: 1.42857143;
}

.log_date_created {
    color: #2196f3;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    padding-left: 10px;
}

.icon-hover:hover {
    color: #2196f3;
}

.cal-dateview-selected {
    color: #2196f3 !important;
    font-size: 16px !important;
    font-weight: bold;
}

.blue-text {
    color: #2196f3 !important;
    text-decoration: underline;
}

.amber-text {
    color: #ffc107;
    text-decoration: underline;
}

.purple-text {
    color: #9c27b0;
    text-decoration: underline;
}

.status-right {
    margin-left: 20px;
}

.edit-but {
    float: right;
    margin-top: -55px;
}

.row-footer {
    background: #EBEBEB;
    padding: 20px;
}

.form-element {
    display: none;
}

.prospect-bg {
}

/* Internet Leads Duplicate */
.but-float {
    float: right;
    margin-right: 10%;
}

table.table-expandable > tbody > tr:nth-child(odd) {
    cursor: pointer;
}

table.table-expandable.table-hover > tbody > tr:nth-child(even):hover td {
    background-color: #eeeeee;
}

table.table-expandable > tbody > tr div.table-expandable-arrow {
    background: transparent url(images/arrows.png) no-repeat scroll 0px -16px;
    width: 16px;
    height: 16px;
    display: block;
    margin-top: 10px;
}

    table.table-expandable > tbody > tr div.table-expandable-arrow.up {
        background-position: 0px 0px;
    }

.dark-bg {
    border-top: 2px solid #ddd;
    background-color: #eeeeee;
}

.text-darkblue {
    color: #2a1e72;
}




/* Quotes */
#QuoteList {
    display: none;
}

.newquote-but {
    float: right;
    margin-top: -55px;
}

.back-but {
    display: none;
}

.toQuoteList {
    display: none;
}

.car-price {
}

.btn.btn-raised.btn-postponedfollowup,
.input-group-btn .btn.btn-raised.btn-postponedfollowup,
.btn.btn-fab.btn-lpostponedfollowup,
.input-group-btn .btn.btn-fab.btn-postponedfollowup,
.btn-group-raised .btn.btn-postponedfollowup,
.btn-group-raised .input-group-btn .btn.btn-postponedfollowup {
    background-color: blue;
    color: rgba(255,255,255, 0.84);
}

.btn.btn-raised:not(.btn-link):hover.btn-postponedfollowup,
.input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-postponedfollowup,
.btn-group-raised .btn:not(.btn-link):hover.btn-postponedfollowup,
.btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-postponedfollowup,
.btn.btn-raised:not(.btn-link):focus.btn-postponedfollowup,
.input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-postponedfollowup,
.btn-group-raised .btn:not(.btn-link):focus.btn-postponedfollowup,
.btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-postponedfollowup,
.btn.btn-raised:not(.btn-link).active.btn-postponedfollowup,
.input-group-btn .btn.btn-raised:not(.btn-link).active.btn-postponedfollowup,
.btn-group-raised .btn:not(.btn-link).active.btn-postponedfollowup,
.btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-postponedfollowup,
.btn.btn-raised:not(.btn-link):active.btn-postponedfollowup,
.input-group-btn .btn.btn-raised:not(.btn-link):active.btn-postponedfollowup,
.btn-group-raised .btn:not(.btn-link):active.btn-warning,
.btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-postponedfollowup {
    background-color: dodgerblue;
}


.btn.btn-raised.btn-yellow,
.input-group-btn .btn.btn-raised.btn-yellow,
.btn.btn-fab.btn-yellow,
.input-group-btn .btn.btn-fab.btn-yellow,
.btn-group-raised .btn.btn-yellow,
.btn-group-raised .input-group-btn .btn.btn-yellow {
    background-color: #ffab00;
    color: rgba(255,255,255, 0.84);
}

.btn.btn-raised:not(.btn-link):hover.btn-yellow,
.input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-yellow,
.btn-group-raised .btn:not(.btn-link):hover.btn-yellow,
.btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-yellow,
.btn.btn-raised:not(.btn-link):focus.btn-yellow,
.input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-yellow,
.btn-group-raised .btn:not(.btn-link):focus.btn-yellow,
.btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-yellow,
.btn.btn-raised:not(.btn-link).active.btn-yellow,
.input-group-btn .btn.btn-raised:not(.btn-link).active.btn-yellow,
.btn-group-raised .btn:not(.btn-link).active.btn-yellow,
.btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-yellow,
.btn.btn-raised:not(.btn-link):active.btn-yellow,
.input-group-btn .btn.btn-raised:not(.btn-link):active.btn-yellow,
.btn-group-raised .btn:not(.btn-link):active.btn-warning,
.btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-yellow {
    background-color: #FFB521;
}

#QuoteDetails {
    display: none;
}

.show-QuoteEdit {
    float: right;
    margin-top: -55px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: #2a1e72;
}

.table-border {
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    width: 97%;
    margin: 0 8px;
}

.underline {
    text-decoration: underline;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #2a1e72;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
}

.popover-content {
    padding: 10px 30px 0;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 768px;
    width: 550px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #eee;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
}

label.white-label, .radio label.white-label {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

label.white-label, .radio label.white-label {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.white-control {
    color: #000;
}

.text-teal {
    color: #009688;
}

.move-up {
    margin-top: -2px;
    cursor: pointer;
}

.model-pic {
    width: 320px;
    height: 140px;
}

/*Icons inside input fields*/
.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 50px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 12px 0px;
        pointer-events: none;
        color: #B8B8B8;
    }

md-dialog:not(.mdp-timepicker) {
    min-width: 50%;
    overflow: hidden;
    z-index: 9999;
}

md-dialog-content {
    padding: 20px 20px 20px 20px;
    z-index: 9999;
}

.mdp-timepicker {
    width: auto !important;
}

/*Trade-In*/
.block {
    border-radius: 4px;
    background-color: #eee;
    padding: 10px 10px 10px 10px;
}

.light {
    background-color: rgba(255,255,255, 0.5);
}

/* Opportunities*/
@media only screen and (max-width: 1024px) {
    .btn-opp {
        padding: 10px !important;
        font-size: 10px !important;
    }

    .icon-opp {
        padding: 15px !important;
        margin-left: -10px !important;
        margin-right: 10px !important;
        font-size: 10px !important;
    }

    .counter {
        margin-top: 0px !important;
        margin-left: 1px !important;
        padding: 4px 5px !important;
        font-size: 10px !important;
    }

    .font-smaller {
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 1280px) {
    .btn-opp {
        padding: 15px !important;
        font-size: 11px !important;
    }

    .icon-opp {
        padding: 20px !important;
        margin-left: -10px !important;
        margin-right: 10px !important;
        font-size: 10px !important;
    }

    .counter {
        margin-top: 0px !important;
        margin-left: 2px !important;
        padding: 4px 5px !important;
        font-size: 10px !important;
    }

    .font-smaller {
        font-size: 10px !important;
    }
}

.btn-opp {
    padding: 20px;
    text-align: left;
    font-size: 12px;
}

.counter {
    margin-top: -5px;
    margin-left: 20px;
    padding: 7px 10px;
    color: #fff;
    background: #206eaf;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    float: right;
}

.icon-opp {
    background: #218bc8;
    padding: 22px;
    margin-left: -20px;
    opacity: 0.8;
    margin-right: 15px;
}

.counter-sml {
    margin-top: 20px;
    margin-left: 20px;
    padding: 5px 8px;
    color: #fff;
    background: #66afe9;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    float: right;
}

.time-text {
    position: absolute;
    right: 16px;
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    font-weight: bold;
}

.list-group-item-heading {
    font-size: 12px;
}

.list-group-item .row-action-icon {
    display: inline-block;
    padding-right: 10px;
}

    .list-group-item .row-action-icon i {
        font-size: 36px;
        color: #66afe9;
    }

.dark-blue-text {
    font-size: 13px;
    font-weight: normal;
    color: #2a1e72;
}

.franchise-border {
    padding: 10px 30px 10px 30px;
}



/*Funnel page*/

.nav-bluetext {
    color: #0198d7;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
}

    .nav-bluetext .col-xs-4 {
        padding-left: 3px;
        padding-right: 0px;
    }

    .nav-bluetext .col-xs-8 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .nav-bluetext .dropdown-menu {
        width: 200px;
        padding-top: 5px;
    }

.badge-orange {
    display: block;
    position: absolute;
    top: 2px;
    right: 9px;
    padding: 2px 5px;
    color: #fff;
    border: 1px solid;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #f26522;
}

.badge-outstanding {
    display: block;
    position: absolute;
    top: -7px;
    right: 7px;
    padding: 2px 5px;
    color: #fff;
    border: 1px solid;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ff0000;
}

.badge-red {
    display: block;
    position: absolute;
    top: 2px;
    right: 9px;
    padding: 2px 5px;
    color: #fff;
    border: 1px solid;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ff0000;
}

.date-text {
    color: #0198d7;
    font-size: 11px;
    font-weight: bold;
}

.name-text {
    color: #000;
    font-size: 11px;
    font-weight: bold;
}

.star-color {
    color: #ffc90e;
}

.contact-number {
    color: #f26522;
    font-size: 11px;
}

.funnel {
    margin: 0 auto;
    width: 800px;
}

.top_01 {
    width: 526px;
    height: 76px;
    background: url(../images/funnels/top-01.png) no-repeat;
}

.trade-in-hpi-report {
    width: 20px;
    height: 20px;
    background-size: contain !important;
    content: url(../images/hpi-report.ico);
}

.trade-in-live-report {
    width: 20px;
    height: 20px;
    background-size: contain !important;
    content: url(../images/live-report.ico);
}

.trade-in-pdf {
    width: 20px;
    height: 20px;
    background-size: contain !important;
    background: url(../images/pdf.png) no-repeat;
}

.fun_01 {
    width: 526px;
    height: 68px;
    background: url(../images/funnels/fun-01.png) no-repeat;
    color: #000;
}

.fun_fly_left_01 {
    width: 158px;
    height: 47px;
    background: url(../images/funnels/flyout-01-left.png) no-repeat;
    float: left;
    margin-left: -158px;
}

.fun_fly_right_01 {
    width: 157px;
    height: 47px;
    background: url(../images/funnels/flyout-01-right.png) no-repeat;
    float: right;
    margin-right: 117px;
}

.fun_01_text {
    color: #000;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
}

.total_01 {
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.achieve_01_total {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: right;
    text-align: center;
    width: 50px;
    height: 47px;
    padding-top: 12px;
}

.target_01_total {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: left;
    text-align: center;
    width: 50px;
    height: 47px;
    padding-top: 14px;
}

.achieve_01_text {
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    float: right;
    width: 105px;
    height: 47px;
    padding-top: 14px;
}

.target_01_text {
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    float: left;
    width: 105px;
    height: 47px;
    padding-top: 14px;
}

.fun_02 {
    width: 443px;
    height: 95px;
    background: url(../images/funnels/fun-02.png) no-repeat;
    margin-left: 50px;
}

.fun_fly_left_02 {
    width: 155px;
    height: 47px;
    background: url(../images/funnels/flyout-02-left.png) no-repeat;
    float: left;
    margin-left: -105px;
    margin-top: 33px;
}

.fun_fly_right_02 {
    width: 162px;
    height: 47px;
    background: url(../images/funnels/flyout-02-right.png) no-repeat;
    float: right;
    margin-right: 166px;
    margin-top: 33px;
}

.fun_02_text {
    color: #000;
    font-size: 12px;
    text-align: center;
    padding-top: 35px;
    font-weight: bold;
}

.total_02 {
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.achieve_02_perc {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: right;
    text-align: center;
    width: 50px;
    height: 47px;
    padding-top: 7px;
}

.achieve_02_total {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: right;
    text-align: center;
    width: 50px;
    height: 47px;
    padding-top: 12px;
}

.target_02_total {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: left;
    text-align: center;
    width: 50px;
    height: 47px;
    padding-top: 14px;
}

.achieve_02_text {
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    float: right;
    width: 105px;
    height: 47px;
    padding-top: 14px;
}

.target_02_text {
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    float: left;
    width: 105px;
    height: 47px;
    padding-top: 14px;
}

.fun_03 {
    width: 324px;
    height: 96px;
    background: url(../images/funnels/fun-03.png) no-repeat;
    margin-left: 99px;
}

.fun_fly_right_03 {
    width: 161px;
    height: 43px;
    background: url(../images/funnels/flyout-03-right.png) no-repeat;
    float: right;
    margin-right: 216px;
    margin-top: 38px;
}

.fun_fly_left_03 {
    width: 161px;
    height: 47px;
    background: url(../images/funnels/flyout-03-left.png) no-repeat;
    float: left;
    margin-top: 38px;
    margin-left: -60px;
}

.fun_03_text {
    color: #000;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
    padding-top: 35px;
}

.total_03 {
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}



.achieve_03_total {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: right;
    text-align: center;
    width: 50px;
    height: 47px;
    padding-top: 12px;
}


.achieve_03_text {
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    float: right;
    width: 105px;
    height: 47px;
    padding-top: 14px;
}

.fun_04 {
    width: 226px;
    height: 98px;
    background: url(../images/funnels/fun-04.png) no-repeat;
    margin-left: 148px;
}

.fun_fly_left_04 {
    width: 159px;
    height: 43px;
    background: url(../images/funnels/flyout-04-left.png) no-repeat;
    float: left;
    margin-top: 46px;
    margin-left: -9px;
}

.fun_fly_right_04 {
    width: 159px;
    height: 43px;
    background: url(../images/funnels/flyout-04-right.png) no-repeat;
    float: right;
    margin-right: 267px;
    margin-top: 46px;
}

.fun_04_text {
    color: #000;
    font-size: 12px;
    text-align: center;
    padding-top: 30px;
    font-weight: bold;
}

.total_04 {
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.achieve_04_total {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: right;
    text-align: center;
    width: 50px;
    height: 47px;
    padding-top: 12px;
}

.achieve_04_text {
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    float: right;
    width: 105px;
    height: 47px;
    padding-top: 14px;
}

.fun_05 {
    width: 133px;
    height: 112px;
    background: url(../images/funnels/fun-05.png) no-repeat;
    margin-left: 195px;
}

.fun_fly_left_05 {
    width: 159px;
    height: 47px;
    background: url(../images/funnels/flyout-05-left.png) no-repeat;
    float: left;
    margin-left: 36px;
    margin-top: 64px;
}

.fun_fly_right_05 {
    width: 171px;
    height: 47px;
    background: url(../images/funnels/flyout-05-right.png) no-repeat;
    float: right;
    margin-right: 301px;
    margin-top: 64px;
}

.fun_05_text {
    color: #000;
    font-size: 12px;
    text-align: center;
    padding-top: 30px;
    font-weight: bold;
}

.total_05 {
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.achieve_05_perc {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: right;
    text-align: center;
    width: 50px;
    height: 47px;
    padding-top: 7px;
}

.achieve_05_total {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: right;
    text-align: center;
    width: 65px;
    height: 47px;
    padding-top: 12px;
}

.target_05_total {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: left;
    text-align: center;
    width: 50px;
    height: 47px;
    padding-top: 14px;
}

.achieve_05_text {
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    float: right;
    width: 100px;
    height: 47px;
    padding-top: 14px;
}

.target_05_text {
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    float: left;
    width: 105px;
    height: 47px;
    padding-top: 14px;
}

.warning_01 {
    float: right;
    color: #ff0000;
    font-size: 12px;
    margin-top: -90px;
    margin-right: 178px;
}

.warning_02 {
    float: right;
    color: #ff0000;
    font-size: 12px;
    margin-top: -84px;
    margin-right: 232px;
}

.warning_03 {
    float: right;
    color: #ff0000;
    font-size: 12px;
    margin-top: -80px;
    margin-right: 284px;
}

.warning_04 {
    float: right;
    color: #ff0000;
    font-size: 12px;
    margin-top: -74px;
    margin-right: 332px;
}

.warning_05 {
    float: right;
    color: #ff0000;
    font-size: 12px;
    margin-top: -70px;
    margin-right: 380px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 45px;
    background-color: #d7d7d7;
    z-index: 2;
}

.refreshfooter {
    position: fixed;
    bottom: 47px;
    width: 100%;
    /* Set the fixed height of the footer here */
    z-index: 1;
}

.closeHeader {
    position: fixed;
    top: 10px;
    width: 100px;
    /* Set the fixed height of the footer here */
    z-index: 1;
    color: white;
    right: 40px;
}



/* Landing
-------------------------------------------------- */

.metricCircle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    float: left;
    margin-top: -30px;
    margin-left: 45%;
    padding-top: 3px;
}

.greencircle {
    border: 1px solid #39b54a;
    color: #39b54a;
}

.orangecircle {
    border: 1px solid #f79722;
    color: #f79722;
}

.purplecircle {
    border: 1px solid #8560a8;
    color: #8560a8;
}

.redcircle {
    border: 1px solid #ff0000;
    color: #ff0000;
}

.bluecircle {
    border: 1px solid #00aeef;
    color: #00aeef;
}

.browncircle {
    border: 1px solid #b0743a;
    color: #b0743a;
}

.box-title {
    font-size: 26px;
    letter-spacing: 1px;
    color: #444444;
}

.box-heading {
    font-size: 14px;
    color: #444444;
    margin-top: -10px;
}

.totaltext {
    font-size: 12px;
    color: #444444;
}

.greentotal {
    color: #39b54a;
    font-size: 28px;
    font-weight: bold;
}

.orangetotal {
    color: #f79722;
    font-size: 28px;
    font-weight: bold;
}

.purpletotal {
    color: #8560a8;
    font-size: 28px;
    font-weight: bold;
}

.redtotal {
    color: #ff0000;
    font-size: 28px;
    font-weight: bold;
}

.bluetotal {
    color: #00aeef;
    font-size: 28px;
    font-weight: bold;
}

.browntotal {
    color: #b0743a;
    font-size: 28px;
    font-weight: bold;
}

.comingsoontext {
    font-size: xx-large;
    color: #00aeef;
    bottom: 70px;
}

/* Side Menu
-------------------------------------------------- */

@media only screen and (min-height: 768px) {
    .sidemenubutton {
        width: 290px;
        text-align: left !important;
        font-size: large;
    }

    .sidemenu {
        width: 330px !important;
    }

    .sidemenubadge {
        display: block;
        position: absolute;
        top: 20px;
        right: 10px;
        padding: 2px 5px;
        color: #fff;
        border: 1px solid;
        border-radius: 50%;
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #2196f3;
    }

    .subsidemenubadge {
        display: block;
        position: absolute;
        top: 16px;
        right: 10px;
        padding: 2px 5px;
        color: #fff;
        border: 1px solid;
        border-radius: 50%;
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #2196f3;
        margin-top: 0px;
    }
}

@media only screen and (max-height: 768px) {
    .sidemenubutton {
        width: 270px;
        text-align: left !important;
        font-size: medium;
    }

    .sidemenu {
        width: 310px !important;
    }

    .sidemenubadge {
        display: block;
        position: absolute;
        top: 15px;
        right: 1px;
        padding: 2px 5px;
        color: #fff;
        border: 1px solid;
        border-radius: 50%;
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #2196f3;
    }

    .subsidemenubadge {
        display: block;
        position: absolute;
        top: 16px;
        right: 10px;
        padding: 2px 5px;
        color: #fff;
        border: 1px solid;
        border-radius: 50%;
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #2196f3;
        margin-top: 0px;
    }
}

.overlay-option {
    position: absolute;
    right: 13.5%;
    width: initial;
}

.costsheetBoxes {
    width: 130px;
}

.md-select-menu-container {
    z-index: 99999 !important;
}

/*Loading*/
#loading_spinner {
    opacity: 1;
    position: fixed;
    left: 50%;
    top: 30%;
    /*width: 130px;
    height: 100px;*/
    display: block;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    background-color: white;
}


.hover-label {
    width: 100%;
    text-align: right;
}

.pt-3 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.ml-1 {
    margin-left: .25rem;
}

.mr-1 {
    margin-right: .25rem;
}

.ml-2 {
    margin-left: .5rem;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-2 {
    margin-right: .5rem;
}

.no-wrap {
    white-space: nowrap;
}


.costsheet-table tr > td, .costsheet-table tr > th {
    text-align: right;
}

    .costsheet-table tr > td:first-child, .costsheet-table tr > th:first-child {
        text-align: left;
    }

.costsheet-table tr.foot, .costsheet-table tr.head {
    background-color: #f9f9f9;
}

.costsheet-table tr.total {
    background-color: #f9f9f9;
    border-top: 2px solid #2a1e72;
    border-bottom: 2px solid #2a1e72;
}

.costsheet-table tr.head {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

    .costsheet-table tr.head > td {
        padding-top: 10px;
        padding-bottom: 10px;
        vertical-align: middle;
        font-weight: bold;
    }

.costsheet-table tr.spacer td {
    padding: 0;
}

.costsheet-table .input-group-addon {
    padding: 5px;
}

.costsheet-table .form-control {
    padding: 5px;
    height: 30px;
}

.costsheet-table .input-group.input-inline .input-group-addon {
    padding-left: 5px;
    padding-right: 5px;
}

.costsheet-table .input-group {
    width: 100%;
}

    .costsheet-table .input-group.input-inline {
        max-width: 80px;
        float: right;
    }

.bottom-green {
    color: #39b54a;
}

.bottom-red {
    color: #ff0000;
}


#UnqualifiedLeads .play-btn {
    background-color: #009688;
}


#UnqualifiedLeads .qualify-btn {
    color: #2a1e72;
    margin: 0;
}

#UnqualifiedLeads .cancel-btn {
    /* background-color: #9b1e1e; */
    color: #9b1e1e;
    margin: 0;
}

    #UnqualifiedLeads .cancel-btn i, #UnqualifiedLeads .qualify-btn i {
        margin: 1rem;
    }

#UnqualifiedLeads .md-dialog-container md-dialog {
    max-height: 100%;
}

#qualifyLeadDialog .optional-text {
    color: #009688;
    font-weight: 300;
}

#qualifyLeadDialog md-dialog {
    max-width: 65%;
}

#qualifyLeadDialog h3 {
    font-size: 2rem;
    border-bottom: 1px solid #B8B8B8;
    margin: .9rem 0;
}

#qualifyLeadDialog .form-group {
    min-height: 54px;
}

#qualifyLeadDialog md-dialog-actions {
    border-top: 1px solid #B8B8B8;
}

#qualifyLeadDialog .layout-padding {
    padding: 0 8px;
}

span.birthday-badge {
    background: red;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 5px;
}

/* Fix for overwriting popover styling */
.popover.cdk-accessories-list {
    min-width: 400px !important;
    max-width: 500px !important;
}
