/* CSS Document */
th {
    text-align: left;
}

.heading {
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    color :#832942 ;
}

h2, .subheading {
    font-size: 15px;
    margin: 5px;
    color: #860000;
}

h3 {
    margin: 2px;
    padding: 2px;
    font-size: 14px;
    color: #860000;
}

h4 {
    margin: 2px;
    padding: 2px;
    font-size: 15px;
}

A, A:active {
    color: #003399;
    text-decoration: none;
}

    A:visited {
        color: #003399;
        text-decoration: none;
    }

hr {
    height: 1px;
    background-image: url(../images/dot_gray.gif);
    background-repeat: repeat-x;
    border: 0px;
}
/*  a:hover MUST come after a:link and a:visited  */
A:hover {
    text-decoration: underline;
}

.border {
    border: solid 1px gray;
}

.border1 {
    border: solid 1px #7e0517;
}

.lightBorder {
    border: solid 1px lightgrey;
}


.small {
}

.big {
    font-size: 15px;
}

.message {
    color: #a00000;
}
.red {
    color: #a00000;
}

.header {
    background: #860202;
}

.Green {
    color: green;
}

.Red {
    color: #ff6c6c;
}

.Orange {
    color: #FFA500;
}


.btn-default {
    color: #fff;
    border: 0;
    background-color: #860000;
    box-shadow: none;
    transition: all .3s ease;
}

    .btn-default:hover {
        color: #fff;
        background-color: #6e1117;
        box-shadow: 0 5px 15px rgba(0,0,0,.05), 0 4px 10px rgba(0,0, 0,.25);
    }

    .btn-default:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #6e1117;
        border-color: #6e1117;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125) !important;
    }
/* ----------- Header Area */
/* NAVIGATION */
.navbar {
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    /* position: absolute; */
    top: 0;
    left: 20px;
    width: 200px;
    height: 80px;
    background-color: #860000;
    border-radius: 0 0 10px 10px;
}

    .navbar-brand img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.bg-color {
    background-color: white;
}

a.nav-link:link,
a.nav-link:visited {
    color: #303030;
}

a.nav-link:hover,
a.nav-link:active {
    color: #505050;
}

/*------- Paging ------------- */
/*Paging style -----------------*/
.newpagination td {
    height: 20px;
    vertical-align: middle;
    color: #888;
    font-weight: bold;
    margin: 10px 8px 15px 8px;
}

    .newpagination td a {
        font-weight: bold;
        padding: 1px 7px 1px 7px;
        border: 1px solid #75b5d8;
        text-decoration: none;
        color: #126;
        background-color: #eef4f8;
    }

        .newpagination td a:hover {
            border: 1px solid #75b5d8;
            color: #000;
            background-color: #dfe4e8;
        }
    /*- Current page  */
    .newpagination td span {
        font-weight: bold;
        padding: 1px 7px 1px 7px;
        border: 1px solid #4e8cb5;
        background-color: #4e8cb5;
        color: #FFF;
    }

/* --------------------------- */
.dg {
    background-color: #FFF;
}

    .dg td, .dg th {
        border: solid 1px lightgrey;
    }

.dgh {
    background-color: #f5deb3;
    border: solid 1px #d3d3d3;
    font-weight: bold;
}

.dga {
    background-color: #EEECED;
}

.dgi {
    background-color: #FFF;
}

.dga1 td {
    border-bottom: solid 1px #F2F2F2;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .dga1 td td {
        border: none;
    }

/* =========== Tool tips details ============================================== */
.tip {
    font: 10px;
    border: solid 1px #666666;
    width: 770px;
    padding: 1px;
    position: absolute;
    z-index: 100;
    visibility: hidden;
    color: #333333;
    top: 20px; /*left: 90px; */
    margin-left: 20px;
    background-color: #FAFAE2;
}
/* ============================================================================= */
.coupons {
    /*background-image: url(../images/coupons.gif); 	background-repeat: no-repeat; 	clear: both; 	background-position: center center; */
    background-color: #FFCD61;
    border: dotted 2px #000;
    text-align: center;
    padding: 3px 2px 3px 2px;
}

    .coupons a {
        color: #006400;
        font-weight: bold;
        text-align: center;
        font-size: 13px;
    }

.bigcoupons {
    clear: both;
    background-image: url(../images/bigcoupons.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 200px;
    height: 81px;
}

    .bigcoupons div {
        padding: 7px 13px 7px 13px;
        text-align: center;
        color: #006400;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
    }
