﻿body {
    background: #E6E6E6;
}

.calendar {
    position: relative;
    font-family: 'Century Gothic','Segoe UI', Calibri, Arial;
    font-size: 12px;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    z-index: 4;
    border: 1px solid rgba(0,0,0,0.08);
    width: 250px;
    color: #000;
    text-align: center;
    background-color: #FFF;
}


    .calendar th,
    .calendar td {
        text-align: center;
        -webki-ttransition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .calendar th:first-child,
        .calendar td:first-child {
            margin-left: 5px;
        }

    .calendar span {
        padding: 6px 4px;
        display: block;
    }

    .calendar .month {
        padding: 15px;
    }

    .calendar .pMDate, .calendar .nMDate {
        color: #AAA;
    }

    .calendar .date, .calendar .pMDate, .calendar .nMDate, .calendar .month {
        cursor: pointer;
    }

        .calendar .date:hover, .calendar .pMDate:hover, .calendar .nMDate:hover, .calendar .month:hover {
            background-color: #E2E2E2;
        }

        .calendar .date:active, .calendar .pMDate:active, .calendar .nMDate:active, .calendar .month:active {
            background-color: #22A7F0;
            color: #FFF;
        }

    .calendar .selected {
        background-color: #22A7F0 !important;
        color: #FFF !important;
    }

    .calendar tr:first-child th {
        background-color: #FFF;
        padding: 4px;
        padding-top: 8px;
        font-size: 14px;
    }

    .calendar tr:first-child th {
        cursor: pointer;
        color: #000;
    }

        .calendar tr:first-child th:hover {
            color: #22A7F0;
        }

        .calendar tr:first-child th:active {
            color: #22A7F0;
        }

    .calendar thead tr:nth-child(2) th {
        color: #555;
        padding: 8px 3px;
    }

    .calendar #prev, .calendar #next {
        font-family: 'Times New Roman';
        font-size: 20px;
        padding: 0;
    }

    .calendar #today {
        text-align: center;
        cursor: pointer;
        color: #22A7F0;
        padding: 10px 6px;
    }

        .calendar #today:hover {
            color: #80A7DD;
        }

        .calendar #today:active {
            color: #000;
        }

    .calendar #currDay {
        color: #22A7F0;
    }

.datepicker {
    background: #ffffff url('https://cdn4.iconfinder.com/data/icons/small-n-flat/24/calendar-128.png') no-repeat right top;
    background-size: 30px 30px;
    ;
}




#deceased {
    background-color: #D3D3D3;
    padding-top: 10px;
    margin-bottom: 10px;
}

.remove_field {
    float: right;
    cursor: pointer;
    position: absolute;
}

    .remove_field:hover {
        text-decoration: none;
    }

sup {
    color: #fb0909;
}

#Div12 {
    background-color: #CFE2C6;
    padding-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
    .mobile-center {
        float: none !important;
        display: block !important;
        margin: 0px auto !important;
        text-align: center !important;
    }
}



.ajaxLoaderOuter {
    position: fixed;
    vertical-align: middle;
    text-align: center;
    z-index: 1000;
    top: 0px;
    left: 0px;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
}

.ajaxLoaderInner {
    position: absolute;
    top: 45%;
    left: 45%;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: Black;
}

.middle {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 30%;
}

.auto-style1 {
    width: 99px;
}

.sst-ml-10px {
    margin-left: 10px;
}

.sst-login-margin {
    margin-top: 70px;
}


.float-left {
    float: left !important;
}

.sst-bg-white {
    background: #fff !important;
}

.sst-top-title {
}

.table-borderless td,
.table-borderless th {
    border: 0 !important;
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.sst-disabled-control{
    pointer-events:none;
}

.sst-enabled-control{
    pointer-events:all;
}