
.table-condensed tr
{
	 /*height: 0px !important; 
     line-height: 0px !important; */
}
.table-condensed td span{
	color:white;
}
.table-condensed td button{
	background:#4286f4;
}
.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0px 10px 0px 10px;
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
   width: auto ; 
   		height:auto ; 
     line-height:28px ; 
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td {
 	 
   		height:auto ; 
     line-height:0px ; 
      padding: 0px ; 
     vertical-align: middle ; 
     background:none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.5em ;
    margin: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 14em ;
}
.bootstrap-datetimepicker-widget table {
    width: 85% ;
    margin: 0 auto ;
}