@import url("https://fonts.googleapis.com/css?family=Raleway:800|Merriweather+Sans|Share+Tech+Mono");

html,
body,
#root {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  display: flex;
  background: rgb(97,216,222);
  background: linear-gradient(340deg, rgba(0,0,0,1) 0%, rgba(245,130,32,1) 49%, rgba(193,54,41,1) 100%);
}

.form-control:focus {
  border-color: #F79645;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #C53C28;
}

.btn-primary {
  background-color: #F79645;
  border-color: #F79645;
}

.btn-primary:hover {
  background-color: #C53C28;
  border-color: #C53C28;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.addform {
  max-width: 100% !important;
}

.addform input, button {
  margin: 5px 0 5px 0;
}

.addform button {
  max-width: 300px;
}

.addform .tag-button {
  padding: 5px !important;
  width: auto !important;
  font-size: 14px;
}

.login {
 width: 500px !important;
}

:root {
  --ui-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06),
    0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  fill: rgba(0, 0, 0, 0.54);
  --ui-shadow-border: 1px solid rgba(0, 0, 0, 0.14);
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3 {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;

  padding: 0;
  margin: 0;

  color: #2a3747;
}

h1 {
  font-size: 40px;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}

#root {
  display: flex;
  flex-direction: column;
}

.Table th,tr,td {
  width: 100%;
  border: 1px solid black;
}

.Table th:first-child,tr:first-child,td:first-child {
  width:40px;
  min-width: 40px;
  max-width: 40px;
  word-break: break-all;
}

.Table tr td a {
  text-decoration: none;
}

.TableMin {
  width: 100px;
  min-width: 100px;
}


/*
thead tr th:first-child,
tbody tr td:first-child {
  width: 8em;
  min-width: 8em;
  max-width: 8em;
  word-break: break-all;
} 
*/

.View {
  height: 100%;
  width: 90%;
  padding: 20px;
  background-size: cover;
  font-family: "Merriweather Sans", sans-serif;
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.View::-webkit-scrollbar {
  display: none;
}


/* flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start; */

.Navigation {
  flex: 1;
  flex-basis: 10%;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  padding: 20px;
  background-size: cover;
  font-family: "Merriweather Sans", sans-serif;
  max-width: 200px;
  min-width: 200px;
}

.NavContent {
  margin: 0 !important;
  height: 100%;
  padding: 20px 0 0 0 !important;
  font-family: "Share Tech Mono", monospace;;
  font-size: 20px;
  position: relative;
}

.NavContent a{
  width: 100%;
  display: block;
  margin: 10px auto;
  text-align: center;
  padding: 10px;
}

.NavContent a:hover {
  background: #F79645;
  color: white;
}

.NavContent img {
  max-width:150px;
  min-width:150px;
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 8px;
}

.Banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 100%;

  /* border-radius: 5px; */

  overflow: hidden;
  background: white;
  padding: 15px;

  font-family: "Share Tech Mono", monospace;

  border-bottom: var(--ui-shadow-border);
  box-shadow: var(--ui-shadow);
}


.Message {
  background: white;
  padding: 30px;
  width: 100%;
  margin: 30px auto;
  border-bottom: var(--ui-shadow-border);
  box-shadow: var(--ui-shadow);

}

.Message > .Title {
  padding-bottom: 20px;
}

.Message > .Details {
  display: flex;
  flex-direction: column;
  line-height: 1.5em;
}

.NavButtons {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  /* padding: 0 10px; */
}

.NavButton {
  /* display: inline-block; */
  /* justify-content: center; */
  /* align-items: center; */
  margin: 5px 5px;

  /* height: 55px;
  width: 150px; */
  padding: 5px;

  background: #C53C28 !important;

  border-radius: 4px;
  border-color: #C53C28;

  font-size: 12px;
  font-weight: bold;
  color: white;

  text-transform: capitalize;

  border-bottom: var(--ui-shadow-border);
  box-shadow: var(--ui-shadow);
}

.NavButton:hover {
  cursor: pointer;
}

.editButton {
  padding: 5px 10px 5px 10px;
  border-right: var(--ui-shadow-border);
  white-space: nowrap;
}

/* pagination position styling */
.pagination_section {
  margin-top: 20px;
  position: relative;
}

/* pagination styling */
.pagination_section a {
  color: black;
  padding: 10px 18px;
  text-decoration: none;
}

/* pagination hover effect on non-active */
.pagination_section a:hover:not(.active) {
  background-color: #C53C28;
  color: white;
}

.highlighted {
  background-color: #F79645 !important;
  color: white !important;
}

.highlighted:hover {
  background-color: #C53C28 !important
}

.filter {
  width: 100%;
  margin: 0 0 20px 0;
}

.filter-form {
  margin: 0 !important;
  max-width: 100% !important;
}

.tag {
  background-color: rgb(90, 88, 88);
  color: white;
  padding: 3px;
  border-radius: 3px;
  margin: 5px;
}

.tagvalue {
  position:absolute;
  top: -10px;
  left: 0;
  background-color: #C53C28 !important;
  display: none;
}

.tag:hover {
  cursor: pointer;
}

.tagvalue:hover {
  display: block;
  cursor: pointer;
}

.tag:hover + .tagvalue {
  display: block;
}

.tagdiv {
  position: relative;
}

.dropdown {
  display: block;
  position: absolute;
  z-index: 99;
}

.limit-select {
  width: auto !important;
}

.inline {
  display: inline-block !important;
  max-width: 20%;
  min-width: 330px;
  margin-right: 1%;
}

.filter-btn {
  max-width: 330px;
  min-width: 200px;
}

.BackgroundImg {
  position:absolute;
  z-index: -1;
  width: 100%;
  top: -50%;
  left: -10%;
}

.BackgroundImg img {
  width: 80%;
  opacity: 0.1;
}

/* pagination hover effect on active */
/* a:nth-child(5) {
  background-color: green;
  color: white;
} */

/* a:nth-child(1) {
  font-weight: bold;
}

a:nth-child(7) {
  font-weight: bold;
} */

/* .content {
  margin: 50px;
  padding: 15px;
  width: 700px;
  height: 200px;
  border: 2px solid black;
} */