body {
  padding-top: 2rem;
  font-family: Verdana;
  font-size: 13px;

  margin: 0px auto;

  background-position: top center;
  background-attachment: fixed;
}

.table {
  font-size: 12px;
}

.table tr td:first-child {
  padding-left: 5px !important;
}

.table tr td:last-child {
  padding-right: 5px !important;
}

.btn {
  cursor: pointer;
  min-width: 100px;
}

.boxrow {
  padding: 30px;
  width: 100%;
  margin: 0px auto;
}

.boxrow h6 {
  padding-top: 10px;
}

th {
  text-align: left;
  color: #fafafa;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49c0f0+0,3058f4+100 */
  background: rgb(73, 192, 240); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(73, 192, 240, 1) 0%, rgba(48, 88, 244, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(73, 192, 240, 1) 0%, rgba(48, 88, 244, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(73, 192, 240, 1) 0%,
    rgba(48, 88, 244, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#3058f4',GradientType=0 ); /* IE6-9 */
}

td {
  padding: 0px !important;
  vertical-align: middle !important;
  line-height: 27px;
}
td a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: black;
  margin: 0px;
  padding: 0px;
}
td a:hover,
a:active,
a:visited,
a:focus {
  color: black;
}
td input.text {
  margin: 0px;
  width: 100%;
  text-align: left;
}
td input.int {
  margin: 0px;
  width: 100%;
  text-align: right;
}

.new {
  background-color: #faa !important;
}

h4.card-header {
  background-color: #acf !important;
}

.form-control {
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  max-height: 28px;
}

select.form-control {
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  max-height: 28px;
}

.radio-inline {
  padding-top: 5px;
  padding-right: 10px;
}

.fa-calendar {
  font-size: 15px;
  padding: 0px;
  margin: 0px;
}

.btn-small {
  height: 27px;
  max-height: 27px;
  font-size: 16px;
  padding: 0px 10px;
  vertical-align: middle;
}

.btn-inline {
  width: 30px;
  max-width: 30px;
  min-width: 30px;
  text-align: center;
  padding: 0px;
}

.card-header .btn {
  height: 25px;
  max-height: 27px;
  font-size: 14px;
  padding: 0px 10px;
  vertical-align: middle;
}

.table-error {
  background-color: #dbf;
}

.table-error:hover td {
  background-color: rgb(199, 178, 221);
}

.pagebreak {
  page-break-before: always;
} /* page-break-after works, as well */

input[type='search'] {
  /* background: #555 url(http://hp-proliant.co.uk/qual_images/mob-search-icon.png) no-repeat 9px center; */
  border: solid 1px #fff;
  padding: 9px 10px 9px 10px;
  width: 170px !important;
  background-color: #ccc;
}
input[type='search']:focus {
  width: 100%;
  background-color: #fff;
  border-color: #333;
  border: solid 1px #ccc;
}

.loading-spinner {
  border: 8px dotted transparent;
  border-top-color: #000;
  border-radius: 50%;
  width: 120px;
  margin: auto;
  height: 120px;
  animation: spin 1.2s cubic-bezier(0.7, 0.1, 0.3, 0.9) infinite;
}

.loading-spinner-small {
  border: 4px solid transparent;
  border-top-color: #000;
  border-radius: 50%;
  width: 50px;
  margin: auto;
  height: 50px;
  animation: spin 1.2s cubic-bezier(0.7, 0.1, 0.3, 0.9) infinite;
}

#bulkCreatedActionBox, #bulkPlannedActionBox {
  padding: 0.5em;
  border: 1px solid #ccc;
  background-color: #e8e8e8;
}

.table-actions {
  border-radius: 5px;
  position: sticky;
  bottom: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

a[data-toggle="collapse"] i.fa-chevron-right {
  display: none;
}
a[data-toggle="collapse"].collapsed i.fa-chevron-right {
  display: inline-block;
}
a[data-toggle="collapse"].collapsed i.fa-chevron-down {
  display: none;
}

/* bootstrap classes */

.badge-pill {
  vertical-align: text-bottom !important;
}
