.bootstrap-datetimepicker-widget table tr th {
	font-size: 15px;
	background-color: #ea5558;
	border-right-color: #f9777a
}

.bootstrap-datetimepicker-widget table tr th.next .glyphicon,
.bootstrap-datetimepicker-widget table tr th.prev .glyphicon {
	color: #fff
}

.bootstrap-datetimepicker-widget table tr th:hover {
	background-color: #f9777a!important
}

.bootstrap-datetimepicker-widget table tr td {
	border: 0;
	padding: 7px
}

.bootstrap-datetimepicker-widget table tr td span:hover {
	background: 0 0!important
}

.bootstrap-datetimepicker-widget table tr td span.active,
.bootstrap-datetimepicker-widget table tr td span.active:hover {
	background-color: #ea5558!important
}

.bootstrap-datetimepicker-widget .btn {
	min-width: inherit;
	min-height: inherit;
	border: 0
}

.bootstrap-datetimepicker-widget .timepicker-picker table tr {
	background: 0 0;
	border: 0
}

.bootstrap-datetimepicker-widget .timepicker-picker table tr td,
.bootstrap-datetimepicker-widget .timepicker-picker table tr th {
	border: 0
}

.bootstrap-datetimepicker-widget .timepicker-picker table tr td .btn:hover {
	color: #fff!important
}

.bootstrap-datetimepicker-widget .timepicker-picker table tr td .btn.btn-primary {
	background: #ea5558 !important;
	color: #fff!important;
	padding: 6px!important
}


.bootstrap-datetimepicker-widget .timepicker-picker table tr td .btn {
	background: 0 0!important;
	padding: 0;
	color: #ea5558
}
.bootstrap-datetimepicker-widget button {
    border-radius: 0px;
}

.bootstrap-datetimepicker-widget .timepicker-picker table tr td .btn::after,
.bootstrap-datetimepicker-widget .timepicker-picker table tr td .btn::before {
	display: none
}
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em
	}
 .bootstrap-datetimepicker-widget {
	position: absolute;
	opacity: 1;
	width: 500px;
	background-color: #fff;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .2), 0 0 25px rgba(0, 0, 0, .08);
	z-index: 99
}

 .bootstrap-datetimepicker-widget .row {
	margin: 0
}

 .bootstrap-datetimepicker-widget .datepicker {
	padding: 0
}

 .bootstrap-datetimepicker-widget .timepicker {
	padding: 0;
	margin-top: 25px
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}
body table tr td,
body table tr th {
	font-size: 16px;
	color: #9e9e9e;
	border: 1px solid #f9777a;
    padding: 8px;
    font-weight: 400;
}

body table tr th {
	border-bottom: 1px solid #f9777a;
	border-right: 1px solid #fff;
	background-color: #f9777a;
	font-size: 18px;
	color: #fff
}

body table tr th:last-child {
	border-right: 1px solid #f9777a
}

body table tr:nth-of-type(2n+1) {
    background-color: #f0f0f0;
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    /* width: 45px;
    height: 45px;
    line-height: 45px; */
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
    color: #ea5558;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-calendar:before {
    content: "\e109";
}