html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.phi-green {
    color: rgba(141, 198, 63, 1);
    font-weight: bold;
}

.phi-blue {
    color: rgba(0, 114, 188, 1);
    font-weight: bold;
}

.phi-green-normal {
    color: rgba(141, 198, 63, 1);
    font-size: 1rem;
}

.phi-blue-normal {
    color: rgba(0, 114, 188, 1);
    font-size: 1rem;
}

.phi-green-big {
    color: rgba(141, 198, 63, 1);
    font-weight: bold;
    font-size: 1.6rem;
}

.phi-blue-big {
    color: rgba(0, 114, 188, 1);
    font-weight: bold;
    font-size: 1.6rem;
}


/*Provider Pages*/
.ircontainer #list .dx-list-group-header {
    color: #f05b41;
    font-weight: normal;
    font-size: 18px;
}

/*.ircontainer #list .dx-list-group-body {
    overflow: visible;
}

.ircontainer #list .dx-list-item {
    overflow: visible;
}
*/
.ircontainer #list .patient {
    float: left;
}

    .ircontainer #list .patient .name {
        font-weight: bold;
    }

.price-container {
    float: right;
    padding-top: 13px;
}

    .price-container > div {
        display: inline-block;
    }

    .price-container .price {
        font-size: 25px;
    }

    .price-container .caption {
        font-size: 11px;
        line-height: 12px;
        padding-left: 2px;
    }
