:root {
  --primary-color: #f15c3b;
  --secondary-color: var(--primary-color);
  --dashboard-link-hover-color: #c1715f;
}

body {
  overflow-y: hidden;
}

.library-container.container-fluid,
.dashboard-container.container-fluid {
  position: absolute;
  top: 41px;
  height: calc(100% - 41px);
  overflow-y: auto;
}

div.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.btn-primary,
.page-item.active .page-link {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-outline-primary:not(active) {
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-outline-primary.active,
.btn-outline-primary:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
  outline: none !important;
  box-shadow: none !important;
}

button.close {
  position: absolute;
  right: 5px;
  top: 1px;
}

/*Roboto*/

@font-face {
  font-family: 'Roboto';
  src: url('../process/reader/reader/fonts/Roboto-Regular.ttf');
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../process/reader/reader/fonts/Roboto-Bold.ttf');
  font-weight: bold;
}
