﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    margin: 5px;
/*    background-image: url('https://cacfpnet.blob.core.windows.net/p2-files/Background12.jpg');*/
    /*    background-image: url('../Images/Background12.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e9ecef;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.InfantLabel {
    display:inline-block;
    width: 100px;
}
.BLD {
    background-color: rgba(0,0,0,0.03);
}
.TableHeadingSmall {
     font-size: 12px;
}

table.Calendar td {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    width: 30px;
    text-align: center;
}

table.Calendar td:hover {
    background-color: #F0E68C;
}

table.Calendar th {
    text-align: center;
}

.DataTable td {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    height: 10px;
    width: 40px;
    vertical-align: top;
    font-size: 1rem;
}

.DataTable th {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    height: 10px;
    width: 40px;
    vertical-align: top;
    font-size: 1rem;
}

.MonthDivider {
    height:5px;
    background-color: lightgray;
}

.ListBox {
    /*font-size:12px;*/
}

.FinePrint {
    font-size:10px;
}

.SmallBox {
    width:75px;
}

.EventTable td {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    height:40px;
    width:40px;
    vertical-align:top;
    font-size:12px;
}

.EventTable th {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    height:20px;
    width:40px;
    vertical-align:top;
    font-size:14px;
}

.EventTable td:hover {
    background-color: #F0E68C;
}

.TimeTable td {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
}

.TimeTable th {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    background-image: linear-gradient(#54b4eb, #2FA4E7 60%, #1d9ce5);
    color:white;
    font-weight: normal;
}

.TimeBox {
    width:100px;
    height:25px;
}


.PortionsTable td {
    font-size:12px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    width: 60px;
}


.RegularMenuTable td {
    vertical-align:top;
    background-color:#f0f0f0;
}
.RegularMenuSnackTable td {
    vertical-align:top;
    background-color: rgba(0,0,0,0.03);
}
.RegularMenuTitle {
    color: white;
    background-image: linear-gradient(#54b4eb, #2FA4E7 60%, #1d9ce5);
}
.PreEnrolledChild {
    background-color: lightyellow;
}

.Infant03 {
    background-color: #00d500;
}


.Infant811 {
    background-color: #8cff8c;
}





/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/




