﻿.bdr {
    border-top: 2px double #808080;
    border-left: 2px double #808080;
    border-right: 2px double #808080;
    padding: 2px;
    background-color: #fff;
}

.bd {
    border-top: 2px double #808080;
    border-left: 2px double #808080;
    border-right: 2px double #808080;
    padding: 10px;
    background-color: #fff;
}

.divsp {
    padding: 1%;
}

.marathifont {
    font-family: 'Tiro Devanagari Marathi', serif;
}

.bdrlft {
    border-left: 2px double #808080
}

.bdrbtm {
    border-bottom: 2px double #808080
}

.lblbdr {
    margin-top: 3px;
    background-color: #808080;
}

td, th {
    padding: 3px;
}

mark, .mark {
    padding: 0.2em;
    background-color: #ffeecc !important;
}

.tblclr {
    background-color: #b3f0ff !important;
}

.divclr {
    background-color: #fff9e6 !important;
}

.divclr1 {
    background-color: #fff2cc !important;
}

.divclr2 {
    background-color: #ccffdd !important;
}

.divclr3 {
    background-color: #ffffcc !important;
}

.badge {
    background-color: #b3f0ff !important;
    color: #333 !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #cccccc !important;
}

.table-bordered > thead > tr > th {
    border: 1px solid #cccccc !important;
}

.table .table {
    /*background-color: #e6faff !important;*/
    background-color: #fff !important;
}

.upldwidth {
    max-width: 185px !important;
}

.lnkdwidth {
    max-width: 155px !important;
}

.ihide {
    display: none;
}

.table th, .table td {
    border-color: #E6E6E6;
    padding: 0.5375rem 0.300rem !important;
}

.color10 {
    background-color: #ccf5ff;
}

.color11 {
    background-color: #f2f2f2;
}

.color12 {
    background-color: #b3f0ff;
}

.color13 {
    background-color: #ffcc80;
}

.color14 {
    background-color: #33ff77;
}

.color15 {
    background-color: #ffff80;
}

.color16 {
    background-color: #66ffcc;
}


.Pending {
    color: orange !important;
    /*    font-weight: bold !important;*/
}

.Reject {
    color: red !important;
    /*    font-weight: bold !important;*/
}

.Approve {
    color: green !important;
    /*  font-weight: bold !important;*/
}

.Fail {
    color: red !important;
    font-weight: bold;
      background-color: #ffe6e6 !important;
    /*    font-weight: bold !important;*/
}

.Success {
    color: green !important;
    font-weight:bold;
    background-color: #ccffcc !important;
    /*  font-weight: bold !important;*/
}

.Submited {
    color: green !important;
    /*  font-weight: bold !important;*/
}

.btnpil {
    background-color: #f0f0f0;
    border: none;
    color: black;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px 0px;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid gray;
}

    .btnpil:hover {
        background-color: #e6e6e6;
    }

@media only screen and (max-width: 767px) {
    .modal-dialog {
        width: 70%;
        margin: 4% auto;
    }
}
