﻿#gridWillRegistration {
    background: #f8f9fb !important;
}

#gridWillSearchRequest {
    background: #f8f9fb !important;
    table-layout: fixed;
    border: 2px solid white !important;
}

#gridWillRegistration th.k-header {
    vertical-align: bottom;
    border-bottom: none;
    background: var(--title_base);
    font-size: 16px !important;
    background: #dde3e9 !important;
    color: #3e4745;
    border: 1px solid white !important;
}

#gridWillSearchRequest th.k-header {
    vertical-align: bottom;
    border-bottom: none;
    background: var(--title_base);
    font-size: 16px !important;
    background: #dde3e9 !important;
    color: #3e4745;
    border: 1px solid white !important;
}

div.ibox-theme-border {
    border: none !important;
}

#gridWillRegistration {
    table-layout: fixed;
    border: 2px solid white !important;
}

.will-table-cell {
    border: 1px solid white !important;
}

.k-datetimepicker {
    border: none !important;
    background: white !important;
}

.k-i-clock, .k-link-time {
    display: none !important;
}

.error-block, .error {
    color: red !important;
}

.validationError {
    color: red !important;
}

#DateOfBirth-error, #DateOfWill-error, #ApplicantDateOfBirth-error {
    padding-left: 60px !important;
}

#DrawerCountry-error, #Country-error, #KeeperCountry2-error, #KeeperCountry-error {
    padding-top: 10px !important;
}

/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
:-ms-input-placeholder {
    color: #ccc !important;
    font-weight: 400 !important;
}

.secondKeeperAddressBox {
    background: #fbc9a6;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    text-transform: none;
    color: #3e4745;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

    .secondKeeperAddressBox .radio-inline {
        margin-left: 25px;
        text-transform: none;
        color: #666;
        font-size: 16px;
    }

.divpostalError {
    font-weight: normal;
    font-size: 16px;
}