.txtdate {
    background: #ffffff url(../content/image/calender.png) no-repeat left 7px top 6px;
    padding: 5px;
    padding-left: 31px;
    border: none;
    width: -webkit-fill-available;
    color: #000;
    border: 1px solid #7f7f7f;
}


.classdate {
    background: #ffffff url(../content/image/calender.png) no-repeat left 7px top 6px;
    padding: 5px;
    padding-left: 31px;
    border: none;
    width: -webkit-fill-available;
    color: #000;
    border: 1px solid #7f7f7f;
}


.tbl td {
    padding: 6px;
    border-bottom: 1px solid #c8dbfb;
    border-right: 1px solid #c8dbfb;
    text-align: center;
}

    .tbl td:last-child {
        padding: 6px;
        border-right: none;
    }

.tbl tbody td:hover {
    background-color: #28a9ff;
    color: #fff;
    cursor: pointer;
}
.cssalert {
    top: 0px;
    left: 0px;
    z-index: 1000000;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    color: black;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.45);
}

    .cssalert div {
        top: 335px;
        left: 0px;
        z-index: 2001;
        padding-top: 20px;
        padding-left: 25%;
        position: fixed;
        background-color: white;
        width: 100%;
    }

.loading-popup {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url(../../content/image/bg-modelbox.png);
}

.loading-popup-load {
    position: fixed;
    z-index: 10001;
    background-color: white;
    padding: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100&;
    border-radius: 100%;
}

.background-popup {
    font-family: Arial;
    font-size: 12px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url(../content/image/bg-modelbox.png);
}

.header-popup {
    padding: 12px 10px 10px 6px;
    border-bottom: 1px solid #cdcecf;
    padding-left: 10px;
    font-size: 12pt;
    color: #74777b;
    font-weight: bold;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.content-popup {
    font-family: Arial;
    position: fixed;
    z-index: 10000;
    background-color: White;
    color: #717171;
    /*-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
*/
    -moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
}

footer ul {
    list-style-type:none;
}

    footer ul li {
        box-sizing: border-box;
        display: inline-block;
        padding: 0 4px;
    }



.tbl {
    margin: 5px 5px 5px 0px;
    padding: 4px;
}

    .tbl td {
        padding: 4px;
        padding-right: 4px;
    }

    .tbl tfoot tr td {
        background-color: #ddd;
    }

    .tbl td:first-child {
        border-left: 0px solid #ffffff;
    }

    .tbl tr:first-child td {
        border-top: 0px solid #ffffff;
    }


    .tbl thead tr:first-child td {
        border-top: 0px solid #ffffff;
    }

