﻿/*
	StyleBundle:	"~/Res/Theme" order #1
	Description:	Overeide CSS of bootstap.
*/

tr.striped {
	background-color: rgba(0, 0, 0, 0.05);
}

.wuc-calendar-textbox {
    background-color: white !important;
    border: 1px solid #DCDCDC !important;
}
    .wuc-calendar-textbox:focus {
        border-color: #5098D3 !important;
    }
    .wuc-calendar-textbox.wuc-calendar-textbox-disabled {
        background-color: whitesmoke;
        color: darkgray;
    }


.listboxcountinfo {
    border-color: #DCDCDC;
}