﻿html *
{   
   font-family: Tahoma;
}


.datepicker table{   
    width: 100%;    
}

input.timepicker-box{   
    width: 70px;
    right: 0 !important;
   flex-direction:inherit;
   
}

input.datetimepicker-box{   
    width: 120px;
    right: 0 !important;
   flex-direction:inherit;
   
}
div.timepicker{   
    width: 70px;
    right: 0 !important;
   flex-direction:inherit;
   
}

div.timepicker table{   
    width: 70px;
   
}

div.timepicker a{   
    width: 20px;
    
}

div.bootstrap-datetimepicker-widget.timepicker{
    color: #9d4c4c;
}