.bootstrap-datetimepicker-widget {
	padding: 4px; border-radius: 4px; left: 0px; top: 0px; width: 250px; margin-top: 1px; z-index: 99999 !important;
}
.bootstrap-datetimepicker-widget.timepicker-sbs {
	width: 600px;
}
.bootstrap-datetimepicker-widget.bottom:before {
	left: 7px; top: -7px; border-right-color: transparent; border-bottom-color: rgba(0, 0, 0, 0.2); border-left-color: transparent; border-right-width: 7px; border-bottom-width: 7px; border-left-width: 7px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; display: inline-block; position: absolute; content: "";
}
.bootstrap-datetimepicker-widget.bottom::after {
	left: 8px; top: -6px; border-right-color: transparent; border-bottom-color: rgb(255, 255, 255); border-left-color: transparent; border-right-width: 6px; border-bottom-width: 6px; border-left-width: 6px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; display: inline-block; position: absolute; content: "";
}
.bootstrap-datetimepicker-widget.top:before {
	left: 6px; bottom: -7px; border-top-color: rgba(0, 0, 0, 0.2); border-right-color: transparent; border-left-color: transparent; border-top-width: 7px; border-right-width: 7px; border-left-width: 7px; border-top-style: solid; border-right-style: solid; border-left-style: solid; display: inline-block; position: absolute; content: "";
}
.bootstrap-datetimepicker-widget.top::after {
	left: 7px; bottom: -6px; border-top-color: rgb(255, 255, 255); border-right-color: transparent; border-left-color: transparent; border-top-width: 6px; border-right-width: 6px; border-left-width: 6px; border-top-style: solid; border-right-style: solid; border-left-style: solid; display: inline-block; position: absolute; content: "";
}
.bootstrap-datetimepicker-widget .dow {
	width: 14.28%;
}
.bootstrap-datetimepicker-widget.pull-right:before {
	left: auto; right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right::after {
	left: auto; right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
	margin: 0px; list-style-type: none;
}
.bootstrap-datetimepicker-widget a[data-action] {
	padding: 6px 0px;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
	box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour {
	margin: 0px; width: 54px; font-size: 1.2em; font-weight: 700;
}
.bootstrap-datetimepicker-widget .timepicker-minute {
	margin: 0px; width: 54px; font-size: 1.2em; font-weight: 700;
}
.bootstrap-datetimepicker-widget .timepicker-second {
	margin: 0px; width: 54px; font-size: 1.2em; font-weight: 700;
}
.bootstrap-datetimepicker-widget button[data-action] {
	padding: 6px;
}
.bootstrap-datetimepicker-widget table[data-hour-format='12'] .separator {
	margin: 0px; padding: 0px; width: 4px;
}
.bootstrap-datetimepicker-widget .datepicker > div {
	display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
	text-align: center;
}
.bootstrap-datetimepicker-widget table {
	margin: 0px; width: 100%;
}
.bootstrap-datetimepicker-widget td {
	border-radius: 4px; text-align: center;
}
.bootstrap-datetimepicker-widget th {
	border-radius: 4px; text-align: center;
}
.bootstrap-datetimepicker-widget td {
	width: 54px; height: 54px; line-height: 54px;
}
.bootstrap-datetimepicker-widget td.cw {
	height: 20px; color: rgb(119, 119, 119); line-height: 20px; font-size: 10px;
}
.bootstrap-datetimepicker-widget td.day {
	width: 20px; height: 20px; line-height: 20px;
}
.bootstrap-datetimepicker-widget td.day:hover {
	background: rgb(238, 238, 238); cursor: pointer;
}
.bootstrap-datetimepicker-widget td.hour:hover {
	background: rgb(238, 238, 238); cursor: pointer;
}
.bootstrap-datetimepicker-widget td.minute:hover {
	background: rgb(238, 238, 238); cursor: pointer;
}
.bootstrap-datetimepicker-widget td.second:hover {
	background: rgb(238, 238, 238); cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old {
	color: rgb(119, 119, 119);
}
.bootstrap-datetimepicker-widget td.new {
	color: rgb(119, 119, 119);
}
.bootstrap-datetimepicker-widget td.today {
	position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
	right: 4px; bottom: 4px; border-top-color: rgba(0, 0, 0, 0.2); border-bottom-color: rgb(66, 139, 202); border-left-color: transparent; border-bottom-width: 7px; border-left-width: 7px; border-bottom-style: solid; border-left-style: solid; display: inline-block; position: absolute; content: "";
}
.bootstrap-datetimepicker-widget td.active {
	color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-color: rgb(66, 139, 202);
}
.bootstrap-datetimepicker-widget td.active:hover {
	color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-color: rgb(66, 139, 202);
}
.bootstrap-datetimepicker-widget td.active.today:before {
	border-bottom-color: rgb(255, 255, 255);
}
.bootstrap-datetimepicker-widget td.disabled {
	background: 0px 0px; color: rgb(119, 119, 119); cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td.disabled:hover {
	background: 0px 0px; color: rgb(119, 119, 119); cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
	margin: 2px 1.5px; border-radius: 4px; width: 54px; height: 54px; line-height: 54px; display: inline-block; cursor: pointer;
}
.bootstrap-datetimepicker-widget td span:hover {
	background: rgb(238, 238, 238);
}
.bootstrap-datetimepicker-widget td span.active {
	color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-color: rgb(66, 139, 202);
}
.bootstrap-datetimepicker-widget td span.old {
	color: rgb(119, 119, 119);
}
.bootstrap-datetimepicker-widget td span.disabled {
	background: 0px 0px; color: rgb(119, 119, 119); cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span.disabled:hover {
	background: 0px 0px; color: rgb(119, 119, 119); cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th {
	width: 20px; height: 20px; line-height: 20px;
}
.bootstrap-datetimepicker-widget th.picker-switch {
	width: 145px;
}
.bootstrap-datetimepicker-widget th.next {
	font-size: 21px;
}
.bootstrap-datetimepicker-widget th.prev {
	font-size: 21px;
}
.bootstrap-datetimepicker-widget th.disabled {
	background: 0px 0px; color: rgb(119, 119, 119); cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th.disabled:hover {
	background: 0px 0px; color: rgb(119, 119, 119); cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
	cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
	background: rgb(238, 238, 238);
}
.input-group.date .input-group-addon span {
	width: 16px; height: 16px; display: block; cursor: pointer;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
	left: auto; right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented::after {
	left: auto; right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
	padding: 0px !important;
}
@media screen and (max-width:767px)
{
.bootstrap-datetimepicker-widget.timepicker-sbs {
	width: 283px;
}
}
