#datetimepickerctrl .disabled {
  background-color:darkred;
  border-radius: 0;
  color: silver;  
}

#datetimepickerctrl th,
#datetimepickerctrl tr {
  border-radius: 0;
}

#datetimepickerctrl th:hover{
  background-color: #6d6a6a;
}


 .spinner {
   position: fixed;
   top: 0;   
   width: 100%;
   height: 100%;   
   opacity: 1;
 }

 .jumbotron {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
  background: #ffffff;
}
