﻿

label.error {
    display: none;
}

input.js-error {
    border-color: Red !important;
    background-color: #FFCEC6 !important;
}

textarea.js-error {
    border-color: Red !important;
    background-color: #FFCEC6 !important;
}

label.js-error {
    display: inline-block;
    color: Red;
    white-space: nowrap;
    margin-top: 5px !important;
    font-weight: bold;
}

span.js-error {
    color: Red;
}

select.js-error {
    border-color: Red;
    background-color: #FFCEC6 !important;
}

.PageError
{
    color:red;
}
.hidden {
    display: none
}

.main-panel {
    overflow: inherit !important;
}
.ConsoleTitle {
    color: #1C75BB;
    text-align: right;
    font-size: 30px;
    padding: 20px;
}

.SearchPatient {
    border: solid;
    border-color: #1C75BB;
    border-width: 1px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
}

.SiteComplianceGridHeader {
    overflow: visible !important;
    white-space: normal !important;
    font-weight: bold !important;
    font-size:12px;
    text-align:center!important;
}

.SectionHeader {
    font-size: 20px;
    color:darkslategray;
}

.ComplianceCell {
    text-align: center;
}

.NonCompliantSpan {
    background-color: lightsalmon;
    padding: 5px;
    border-radius: 5px;
}
.CompliantSpan {
    background-color: lightgreen;
    padding: 5px;
    border-radius: 5px;
}
.tab-pane {
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    border-color: darkgrey;
    border-radius: 5px;
}

.PatientSectionHeader {
    font-size: 20px;
    color: darkslategray;
    border-bottom: solid;
    border-width: 1px;
    width: 100%;
}
.input-ema {
    padding-top: 8px;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
    color: #1C75BB;
}
/*.k-grid td {
    white-space: nowrap;
}*/