.lead-text-real-height {
    position: relative;
}
.lead-text-hidden {
    opacity: 0;
}
.lead-text-visible {
    position: absolute;
    top: 0;
}

.form-control-field-disabled {
    pointer-events:none;
    background-color: #e9ecef;
    opacity: .5;
}

/* .codes-entry-message {
    width: 140px;
} */

.code-entry .code-entry-message {
    display: none;
    width: 111px;
}

.code-entry.code-entry-success .code-entry-message-success {
    display: inherit;
}

.code-entry.code-entry-warning .code-entry-message-warning {
    display: inherit;
}

.code-entry .form-control {
    border-right: 0px solid #dee2e6;
}

.code-entry .input-group-text {
    border-left: 0px solid #dee2e6;
}

.code-entry.code-entry-success .form-control,
.code-entry.code-entry-warning .form-control {
    border-right: 1px solid #dee2e6;
}

.code-entry.code-entry-success .input-group-text,
.code-entry.code-entry-warning .input-group-text {
    border-left: 1px solid #dee2e6;
}

.code-entry-input:focus + .input-group-append > .input-group-text {
    z-index: 3;
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
}

.goal_circle.goal_circle_current:after {
    background-color: rgba(25, 155, 216, 1) !important;
}

.goal_circle.goal_circle_current {
    background: rgba(25, 155, 216, 0.05) !important;
    opacity: 1;
}

.wdsprovider-image {
    max-height: 50px;
}

.text-count {
    color: rgba(25, 155, 216, 1) !important;
}

.text-count-black {
    color: #212529 !important;
}

.page-link {
    color: rgba(25, 155, 216, 1);
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: rgba(25, 155, 216, 1);
    border-color: rgba(25, 155, 216, 1);
}


.radiobuttons-like-buttons {
    padding-left: 0;
}

.radiobuttons-like-buttons>li {
    display: block;
    float: left;
}

.radiobuttons-like-buttons>li>input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
    position: absolute;
}

.radiobuttons-like-buttons>li>input[type="radio"]:checked+label,
.Checked+label {
    z-index: 2;
    cursor: default;
    color: #fff;
    background-color: rgba(25, 155, 216, 1);
    border-color: rgba(25, 155, 216, 1);
}

.radiobuttons-like-buttons>li>label {
    position: relative;
    float: left;
    cursor: pointer;
    margin: 6px;
    font-weight: 600;
    background: #fff;
    color: #39adee;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #dee2e6;
    padding: 0.4375rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3125rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.radiobuttons-like-buttons>li:first-child>label {
    margin-left: 0;
}


/* .radiobuttons-like-buttons>li>label:hover {
    color: #2a6496;
    background-color: #e4e7ea;
} */

.btn-primary:hover {
    color: #fff;
    background-color: #66a718;
    border-color: #66a718;
}

.accordion-panel-title svg {
    filter: grayscale(1);
}

.accordion-panel-title[aria-expanded="true"] > * {
    color: #212529;
}
.accordion-panel-title:hover > * {
    color: rgba(25, 155, 216, 1);
}

section.bg-primary-alt .text-right .h4,
section.bg-primary-alt .ml-3 h4.mb-2 {
    font-size: 1.3rem !important;
}

section.bg-primary-alt .text-right .h4.mb-0.text-danger {
	white-space: nowrap;
}

section.bg-primary-alt .card-body .ml-3 > div:nth-child(3) {
	font-size: 0.9rem !important;
}