﻿.layout-table {
  border: 0;
  width: 100%;
}
.layout-table .autowidth {
  white-space: nowrap;
  width: 1px;
}
.layout-table .autowidth > *:not(label) {
  white-space: normal;
}
.modal-backdrop.am-fade {
  opacity: .5;
  transition: opacity .15s linear;
}
.modal-backdrop.am-fade.ng-enter {
  opacity: 0;
}
.modal-backdrop.am-fade.ng-enter.ng-enter-active {
  opacity: .5;
}
.modal-backdrop.am-fade.ng-leave {
  opacity: .5;
}
.modal-backdrop.am-fade.ng-leave.ng-leave-active {
  opacity: 0;
}
.nav-tabs li a {
  background-color: white;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
