﻿table.divDataEntry {
    width: 80%;
    text-align: left;
}

    table.divDataEntry td, th {
        padding: 4px 4px 4px 4px;
        vertical-align: top;
        border: 0px solid;
    }


/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    /*height: 450px;*/
    height: 85vh;
}
/* Set gray background color and 100% height */
.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}
/* Set black background color, white text and some padding */
footer {
    background-color: #555;
    color: white;
    padding: 15px;
}
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }
}

.MyCalendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}

    .MyCalendar .ajax__calendar_container th {
        padding: 0px;
    }

    .MyCalendar .ajax__calendar_container td {
        background-color: lemonchiffon;
        padding: 0px;
    }

.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight: bold;
}
.ajax__calendar_container { z-index : 1000 ; }
.gridDiv {
    padding: 15px;   
    margin-top: 15px;
    border: 1px solid #277a91;    
    width: 100%;
    height: 55vh;    
    overflow: auto;    
}

.gridDivCustom {
    padding: 15px;
    margin-top: 15px;
    border: 1px solid #277a91;
    width: 100%;
    overflow:auto;
}



.btnGo {
    width: 25px;
    height: 25px;
    border: none;
    font-family: Tahoma;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    background: url(Images/go.png) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}

.btnAddNew {
    width: 25px;
    height: 25px;
    border: none;
    font-family: Tahoma;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    background: url(Content/Images/AddNew.png) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}

.btnPrint {
    width: 25px;
    height: 25px;
    border: none;
    font-family: Tahoma;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    background: url(Images/Print.png) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}

.btnUpload {
    width: 25px;
    height: 25px;
    border: none;
    font-family: Tahoma;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    background: url(Content/Images/upload2.png) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}

.btnExportToExcel {
    width: 25px;
    height: 25px;
    border: none;
    font-family: Tahoma;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    background: url(Content/Images/Excel.png) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}

.btnBack {
    width: 25px;
    height: 25px;
    border: none;
    font-family: Tahoma;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    background: url(Images/Back.png) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}
