﻿
#listView,
#branchesListView {
    border-color: #FAFAFA;
    background-color: #FAFAFA;
}

.steps .step-content.one, .steps .step-content.two, .steps .step-content.three {
    height: 100%
}

.hide {
    display: none;
}

.step-selected{
    display:none;
}

.step.minimized > .step-selected > .step-header {
    display: inherit;
}

.step-selected .card-mini {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0px 4px 24px rgba(51, 51, 51, 0.08);
}

.steps .step.minimized {
    transition: inherit;
    cursor: inherit;
}


#ico-success.fa-check-circle {
    font-size: 50px;
    width: 100%;
    margin: 0 0 7px 0;
}

#ico-success.fa-check-circle > path {
    color: #10AC84
}

#askMobile .form-group label {
    width: 100%;
}

#landing .row-benefits .ico [data-prefix="fas"],
#landing .row-benefits .ico [data-prefix="fas"] > path{
    color: #10AC84;
    font-size: 28px;
    vertical-align: middle;
}

.form-control .k-invalid,
.form-control .input-validation-error {
    border: 1px solid red;
}

.k-loader-canvas,
.k-loader-segment{
    color: inherit;
}

.k-panelbar .k-i-arrow-60-down::before,
.k-panelbar .k-i-arrow-60-up::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.k-panelbar > .k-item > .k-link.k-state-focus, .k-panelbar > .k-item > .k-link.k-state-focused, .k-panelbar > .k-item > .k-link:focus, .k-panelbar > .k-panelbar-header > .k-link.k-state-focus, .k-panelbar > .k-panelbar-header > .k-link.k-state-focused, .k-panelbar > .k-panelbar-header > .k-link:focus {
    box-shadow: none;
}

.alert {
    z-index: 1;
}
/*.alert-error {
    position: relative;
    top: 0;
    right: 0;
    font-size: 1em;
    background: #F4F7FA;
    border: 1px solid #E1464E;
    box-sizing: border-box;
    box-shadow: 0px 4px 24px rgba(51, 51, 51, 0.08);
    border-radius: 4px;
}*/

.k-calendar .k-icon.k-i-arrow-60-right:before,
.k-calendar .k-icon.k-i-arrow-60-left:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*
.alert-error:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f057";
    color: #e1464e;
    margin-right: 0.5em;
    font-size: 1.5em;
}*/


.row-benefits .col-md-6 {
    margin-bottom: 1em;
}

#listView .clinics .col .row {
    width: 100%;
}