﻿.input-validation-error {
    border: 2px solid #f00;
    background-color: #fee;
}

.table-hover > tbody > tr:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.breadcrumb,
.panel-default > .panel-heading {
    background-color: #dcdcdc;
}

    .breadcrumb > li + li:before,
    .breadcrumb > .active {
        color: dimgray;
    }

.unreadMessage {
    font-weight: bold;
}

.footer {
    background-color: grey;
}

.footerLink,
.footerLink:link,
.footerLink:visited,
.footerLink:hover,
.footerLink:active {
    color: lightgray;
}

.mailTemplate,
.mailTemplate:link,
.mailTemplate:visited,
.mailTemplate:hover,
.mailTemplate:active {
    color: lightgray;
}

.popover-content {
    font-family: Calibri;
    font-size: 11pt;
}

#logoLink {
    background-image: url("../images/company_logo.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 146px;
    height: 50px;
}

.note-area {
    padding-top: 0;
}

.reference-group-header {
    border: 1px solid black;
    margin: 10px;
    padding-left: 4px;
    padding-top: 4px;
    page-break-inside: avoid;
}

    .reference-group-header > span {
        display: inline-block;
        min-width: 175px;
    }

.disabled > input {
    display: none;
}

#objectiveVenteProgressBar .progress {
    margin-bottom: 0;
}

.progress-bar-container {
    margin-bottom: 20px;
}

.progress .progress-bar span {
    font-size: 16px;
}

.task-panel {
    padding-right: 0;
}

    .task-panel .col-sm-11 {
        padding-right: 0;
    }


.right-panel {
    border: none;
    padding-top: 0px;
    overflow-wrap: break-word;
}

    .right-panel .col-sm-1 {
        width: 10px;
        padding-right: 0;
        padding-left: 2px;
    }

        .right-panel .col-sm-1 button {
            border: none;
            padding: 0;
        }

    .right-panel .text-muted span {
        font-size: smaller;
    }

    .right-panel .list-group-item-heading {
        border-bottom: 1px solid lightgrey;
    }

.panel-heading .pull-right {
    border: none;
    padding: 0px;
}

input.timepicker {
    max-width: 90px;
}

.insurance-type {
    height: 30px;
    max-width: 32px;
    margin-right: 12px;
    position: relative;
}

.advisor-offices {
    border: none;
}

.type-commercial {
    border: 1px solid Grey;
}

.advisor-offices .pull-right button {
    border: none;
}

.insurance-type > img {
    max-width: 26px;
    vertical-align: middle;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.modal-body .panel-body .col-sm-12 {
    padding-bottom: 10px;
}


.modal-body .panel-body .form-control {
    max-width: 100%;
    width: 100%;
}

.grid-button-disabled {
    visibility: hidden;
}

.padding-bottom {
    padding-bottom: 10px;
}

.small-margin-bottom {
    margin-bottom: 3px;
}

.panel-body .no-padding {
    padding: 0;
}

.task-type {
    position: relative;
    font-size: xx-large;
    font-weight: bolder;
    background-color: #b0b3ba;
    border-color: #b0b3ba;
    border-radius: 5px;
    padding-left: 12px;
    padding-right: 12px;
}

.task-type .badge {
    position: absolute;
    top: -12px;
    right: -12px;
    font-weight: normal;
    padding: 5px 5px;
    border-radius: 50%;
    border: 1px #b0b3ba solid;
    background: white;
    color: #b0b3ba;
}

.personal-task {
    border: 3px solid #3e8f3e;
}

.no-side-padding {
    padding-left: 0;
    padding-right: 0;
}

thead .text .glyphicon {
    margin-left: 2px;
}

.badge-info {
    background-color: #5bc0de!important;
}

.badge-warning {
    background-color: #f0ad4e!important;
}

.flex-row {
    display: flex;
    flex-direction: row;
    gap: 2px;
}