html {
  background-color: #FAFBFC;
}

#show_screen_div{
  background-color: #fff;
}

body {
  background: none !important;
  font-family: "Roboto", sans-serif;
}

.ReactTable .rt-thead {
  overflow-y: scroll !important;
  overflow-x: hidden;
}

.ReactTable .rt-tbody {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

.nav-tabs{
  display: flex !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.popover{
  max-width: none !important;
}

.treatment_plan{
  width: 1080px !important;
}

.a_button:hover{
  color:#fff !important;
  text-decoration: none;
}

.a_button:visited{
  text-decoration: none;
}

.a_button:active{
  text-decoration: none !important;
  color: #fff !important;
}

.a_button_dark:hover{
  color:#616161 !important;
  text-decoration: none;
}

.a_button_dark:visited{
  text-decoration: none;
}

.a_button_black:active{
  text-decoration: none !important;
  color: #616161 !important;
}

.tr_hover:hover{
    background-color: #f5f5f5 !important;
}

code {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
  font-size: 12px;
  margin: 0 2px;
  padding: 0 5px;
}

.react-bs-table {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.show-grid{
  border: 1px solid rgba(86,61,124,.2);
}

.modal-container {
  position: relative;
}
.modal-container .modal, .modal-container .modal-backdrop {
  position: absolute;
}


.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.spinner .bounce3 {

}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
