.spinner {
  margin: 2em auto 1em auto;
  height: 2em;
}

/*Override designers css for image location*/
.dataTables_wrapper .dataTable th.sorting_asc {
  background-image: url(/resources/style/img/arrow-top-white.png), url(/resources/style/img/arrow-bottom-gray.png) !important;
  background-position: right 5px top 40%, right 5px bottom 40% !important;
  background-repeat: no-repeat !important;
}

.dataTables_wrapper .dataTable th.sorting_desc {
  background-image: url(/resources/style/img/arrow-top-gray.png), url(/resources/style/img/arrow-bottom-white.png) !important;
  background-position: right 5px top 40%, right 5px bottom 40% !important;
  background-repeat: no-repeat !important;
}

.dataTables_wrapper .dataTable th.sorting {
  background-image: url(/resources/style/img/arrow-top-gray.png), url(/resources/style/img/arrow-bottom-gray.png) !important;
  background-position: right 5px top 40%, right 5px bottom 40% !important;
  background-repeat: no-repeat !important;
}

.paging_full_numbers {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding: 10px;
  border: solid 1px #CCCCCC;
}

.paging_full_numbers > .paginate_button {
  font-weight: bold;
  text-decoration: none;
  margin: 5px;
}

.paging_full_numbers > span > .paginate_button {
  font-weight: bold;
  text-decoration: none;
  margin: 5px;
}

.paging_full_numbers > .paginate_button {
  cursor: pointer;
  text-decoration: none;
}

.paging_full_numbers > span > .paginate_button:hover {
  cursor: pointer;
  text-decoration: underline;
}

.paging_full_numbers > span > .paginate_active {
  font-weight: bold;
  text-decoration: none;
  margin: 5px;
  color: #871642
}

.paging_full_numbers > span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.printable-magic-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 3px;
  border: 1px solid silver;
}

.printable-magic-checkbox-checked {
  animation-name: none;
  border: #3e97eb;
  background: #3e97eb;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  z-index: 100;
}

.printable-magic-checkbox-check-sign {
  display: block;
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border: 0 solid #fff;
  border-right-width: 2px;
  border-bottom-width: 2px;
  position: absolute;
  content: '';
  z-index: 100;
}

label#checkLabel.disabled {
  cursor: not-allowed;
  /*color: #e4e4e4;*/
}

a.disabled {
  cursor: not-allowed;
  opacity: .65;
}

a.link-like.disabled {
  cursor: not-allowed;
  opacity: .65;
}

@media print {
  .printable-magic-checkbox-checked {
    animation-name: none;
    border: #3e97eb;
    background: #3e97eb !important;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    z-index: 100;
  }

  .printable-magic-checkbox-check-sign {
    display: block;
    top: 2px;
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border: 0 solid #fff;
    border-right-width: 2px;
    border-bottom-width: 2px;
    position: absolute;
    content: '';
    z-index: 100;
  }

  .printable-magic-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border-radius: 3px;
    border: 1px solid silver;
  }

  .greybox {
    padding: 5px;
    background-color: #F2F2F2 !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .padding-left-15 {
    padding-left: 15px;
  }

  img {
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    position: absolute;
    top: 20px;
    right: 1cm;
  }

  #print-otc {
    font-family: Roboto, sans-serif;
    color: black;
  }


  html, body {
    height: 99%;
  }

  .container, .container-fluid {
    width: auto;
    display: block !important;
  }
}
