body {
  background: white;
}

nav {
    background: white;
    height: 96px;
    box-shadow: none;
}

#nav-web {
    margin-top: 10px;
}

nav .brand-logo,
nav ul a {
    color: #525656;
}

.container > .main.row {
    background: white;
}

.main.row {
    padding-bottom: 20px;
}

.materialert {
    position: relative;
    min-width: 150px;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.1s linear;
    webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.materialert .material-icons{
    margin-right: 10px;
}
.materialert .close-alert{
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    color: inherit;
    background: 0 0;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    filter: alpha(opacity=40);
    margin-bottom: -5px;
    position: absolute;
    top: 16px;
    right: 5px;
}
.materialert.info{
    background-color: #039be5;
    color: #fff;
}
.materialert.success{
    background-color: #43a047;
    color: #fff;
}
.materialert.error{
    background-color: #c62828;
    color: #fff;
}
.materialert.danger{
    background-color: #c62828;
    color: #fff;
}
.materialert.warning{
    background-color: #fbc02d;
    color: #fff;
}

form blockquote {
    margin-bottom: 3em;
}

.help-block.error {
    color: #c62828;
}

.field-label {
    color: #9e9e9e;
    font-size: 1rem;
}

.field-value {
    font-size: 1.25rem;
}


.left.badge {
    float: left;
    margin-left: 0;
    margin-right: 14px;
}

.search_icon {
    display: inline-block;
    width: 90px;
    height: 90px;
}

.search_results .description,
.search_summary .description {
    overflow: hidden;
}

.search_results .card-reveal {
    overflow-x: auto;
    overflow-y: auto;
    word-break: break-all;
}

#signature_edit {
    width: 100%;
}

.secondary-info {
    color: #888;
}

.input-field.editable_date_input i {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px;
}


.referral-status {
    text-align: center;

}

form .error, form .error-block {
    color: red;
}

form .field-checkbox {
    margin-bottom: 16px;
}


.referral-status.past {
    color: #444444;
}

.referral-status.future {
    color: #dddddd;
}


.referral-status.active {
    font-weight: bold;
}

.progress.hidden {
    left: -9999px;
}

.page-dashboard  .card-panel {
    text-align: center;
}

.page-dashboard .kpi {
    font-size: 4.2rem;
    line-height: 110%;
    text-align: center;
}

.page-dashboard .client-search > .row {
    background: white;
}


/* client detail */
.client-header {
    display: flex;
}
.client-header h4 {

}

.client-header a {
    margin: 1.52rem 3rem 0.912rem 1rem;
}

.client-header .item {
    margin: 1.52rem 0 0.912rem 0;
    padding-top: 10px;
    line-height: 110%;
    flex-grow: 2;
}

.client-header .item i {
    position: relative;
    top: 3px;
    padding-right: 4px;
    font-size: 1.1rem;
}


textarea.materialize-textarea {
    resize: vertical;
    min-height: 200px;
}

.tabs .tab.active {
    position: relative;
}

.tabs .tab.active::after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    margin: 0 auto;
    background: #00558C;
    width: 100%;
    bottom: 2px;
}

.input-field.required .field-label:after {
    content: " *";
    color: red;
}

.file-field .btn .field-label {
    color: white;
}

