
.custGreen{
    color: green;
    font-weight:bold;
}
.custBlue{
    color: blue;
    font-weight:bold;
}
.custBlack{
    color: black;
    font-weight:bold;
}
.custRed{
    color: red;
}

.custGrey{
    color:grey;
}
.alert-danger,.alert-danger,.alert-warning{
    padding:10px !important;
}

.custYellow{
    color:#edcb0d;
}

ul, ul li{
    list-style: none;
}

.h5Tag{
    margin-bottom:10px;
}


.weekDates{
    border:0px solid red;
    margin-bottom:0px !important;    
}

.weekDates li{
    border:0px solid green;
    display:inline;
    margin-left:7px !important;
    font-size:13px;
    font-weight:bold;
}

.weekDiv{
    padding-left:10px;
    padding-top:10px;
    padding-bottom:0.5px;
}

.weekDatesMob{
    padding-left:0px !important;
    padding-top:10px;
    padding-bottom:0.5px;
}

.weekDatesMob li{
    border:0px solid green;
    display:inline;
    margin-right:8px !important;
    font-size:12px;
    font-weight:bold;
}

.lightOn{
    color: blue;
}

.InpBox{
    width: 40px;
    /*float: right;
    text-align: center;*/
}

.lnk{
    cursor: pointer;
    color: blue;
}

.selected-background{
    background-color: aliceblue;
}

.inline-list{
    padding:0px !important;
    margin:0px !important;
}

.inline-list li{
    display: inline;
    margin-right: 10px;
}

.tbl-scroll{
    width:100%;overflow-x:auto;overflow-y:auto;
}