﻿
body {
    color: black;
    background-color: white;
    font-size: 8pt;
    font-family: Verdana,arial;
}

td {
    vertical-align: middle;
}

.col-left {
    text-align: left;
}

.col-right {
    text-align: right;
}

.datarow {
    font-size: 10pt;
    font-family: Verdana,arial;
    font-weight: lighter;
    padding: 2px;
    vertical-align: middle;
}

.footable {
    border: 0;
    padding: 0;
    margin: 0 0 5px 0;
    border-collapse: collapse;
    vertical-align: bottom;
    background-color: white;
    overflow-x :auto;
}

.th_right {
    padding: 5px; /* NOTE: th padding must be set explicitly in order to support IE */
    text-align: left; /* text-transform: uppercase; */
    line-height: 2em;
    text-align: right;
}



.footable tbody td {
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
}

.footable thead th {
    padding: 2px 5px 2px 5px;
}
.footable tbody tr:nth-child(2n) {
    background-color: #F5F5F5;
}

.footable tbody tr:hover {
    background-color: #EEEEEE;
    cursor: pointer;
}


.footable tbody tr {
    background-color: white;
}

    .footable tbody tr td {
        vertical-align: middle;
        margin-top: auto;
        color: black;
    }

.footable amount {
    text-align: right;
    padding-right: 10px;
}

.modalImageR {
    background-color: White;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    padding: 1px;
    background-position: top;
    text-align: center;
    height: 95%;
    width: 98%;
    overflow: auto;
}

.InvisibleButton {
    position: absolute;
    top: -1000px;
}

.messagealert {
}

.clsText {
    font-size: 8pt;
    font-family: Verdana,arial;
    color: black;
}

.calimage {
    vertical-align: middle;
}

.customcal {
    position: relative;
    background-color: red;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rbtn {
    margin: 2px 5px 6px 7px;
    background-repeat: repeat-x;
}
