/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  max-height: 100%; }

body {
  line-height: 1;
  max-height: 100%;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.loginBody {
  width: 100vw;
  height: 100vh;
  background-color: #00003e;
  display: flex;
  justify-content: center;
  align-items: center; }

.loginBody .formContainer {
  width: 30%;
  height: 50%;
  background-color: white;
  border-radius: 10px; }

.loginBody .formContainer form {
  display: flex;
  flex-direction: column;
  height: 100%; }

.loginBody .formContainer .form_title {
  font-family: Roboto;
  font-weight: bold;
  font-size: 20px;
  color: #354665;
  display: flex;
  align-items: center; }

.loginBody .formContainer .form_title_container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-basis: 25%; }

.loginBody .formContainer .form_input {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 25%; }

.loginBody .formContainer .form_input .form_input_label {
  font-family: Roboto;
  font-weight: 300;
  width: 80%; }

.loginBody .formContainer .form_input .form_input_input {
  font-family: Roboto;
  font-weight: 300;
  margin-top: 10px;
  height: 40px;
  width: 80%;
  padding-left: 10px; }

.loginBody .formContainer .form_submit {
  width: 85%;
  height: 40px;
  background-color: #00003e;
  color: white;
  font-family: Roboto;
  font-weight: bold;
  font-size: 16px;
  outline: none;
  border: none; }

.navBo {
  width: 100%;
  height: 60px;
  background-color: #00003E; }

.navBo .logo img {
  padding-left: 44px;
  cursor: pointer; }

.navBo .navBo_list {
  color: white; }

.navBo .navBo_list ul {
  height: 100%; }

.navBo .navBo_list ul a {
  color: white;
  font-size: 16px;
  height: 100%; }

.navBo .navBo_list ul li {
  cursor: pointer;
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100%; }

.navBo .navBo_list ul .active {
  background-color: rgba(0, 0, 90, 0.9); }

.navBo .navBo_logout {
  height: 100%; }

.navBo .navBo_logout svg {
  padding-right: 44px;
  cursor: pointer; }

.navBo .navBo_logout svg path {
  transition: 0.2s; }

.navBo .navBo_logout svg:hover path {
  fill: red; }

.formBody {
  width: 100vw;
  height: calc(100vh - 60px);
  background-color: #F0F0F0; }

.formBody .popUp {
  opacity: 0;
  top: 4.4rem;
  left: 2rem;
  height: 3rem;
  color: #F0F0F0;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.8rem;
  animation-name: popUp;
  animation-timing-function: ease-in-out;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards; }

.formBody .blocForm {
  background-color: #FFFFFF;
  width: 30%;
  padding: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #00003E; }

.formBody .blocForm h1 {
  font-size: 1.7rem; }

.formBody .blocForm .blocForm_div .blocForm_input {
  margin-top: 0.5rem;
  resize: none;
  padding: 0.5rem;
  border: none;
  border-bottom: 0.1rem solid #F17300; }

.formBody .blocForm .blocForm_div .label-file {
  cursor: pointer;
  height: 15vh;
  border-bottom: 0.1rem dashed #F17300; }

.formBody .blocForm .blocForm_div .label-file .imgForm {
  width: 4vw; }

.formBody .blocForm .blocForm_div .input-file {
  display: none; }

.formBody .blocForm .blocForm_div textarea {
  height: 6vh; }

.formBody .blocForm .fileActive {
  height: 6rem; }

.formBody .blocForm .fileContainer {
  overflow-y: hidden;
  overflow: scroll; }

.formBody .blocForm .fileContainer .grid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-row-gap: 10px; }

.formBody .blocForm .img {
  width: 2vw; }

.buttonForm {
  height: 5vh;
  width: 45%;
  background-color: #00003E;
  color: #F0F0F0;
  border-radius: 0.5rem;
  outline: none;
  border: none; }

@keyframes popUp {
  from {
    transform: translateX(-300px);
    opacity: 0; }
  to {
    transform: translateX(0px);
    opacity: 1; } }

.flex {
  display: flex; }

.justifyCenter {
  justify-content: center; }

.justifyBetween {
  justify-content: space-between; }

.justifyAround {
  justify-content: space-around; }

.justifyStart {
  justify-content: flex-start; }

.justifyEnd {
  justify-content: flex-end; }

.directionColumn {
  flex-direction: column; }

.alignCenter {
  align-items: center; }

.alignSelfCenter {
  align-self: center; }

.textAlignCenter {
  text-align: center; }

.fontText {
  font-family: Montserrat; }

.underline {
  text-decoration: underline; }

.absolute {
  position: absolute; }

.margintop1-5 {
  margin-top: 1.5rem; }

.marginTop3 {
  margin-top: 3rem; }

.marginBotton3 {
  margin-bottom: 3rem; }

.paddingRight0-5 {
  padding-right: 0.5rem; }

.paddingRight0-3 {
  padding-right: 0.3rem; }

.maxHeight {
  height: 100%; }

.maxWidth {
  width: 100%; }

.minWidth {
  width: 0%; }

.hidden {
  visibility: hidden; }

.iconeWidth {
  width: 2.5rem; }

.red {
  background-color: #D91627; }

.green {
  background-color: #10C069; }

.pointer {
  cursor: pointer; }

.orange_buble {
  margin-right: 15px;
  width: 20px;
  height: 20px;
  background-color: #F17300;
  border-radius: 50%; }

.orangeButton {
  background-color: #F17300;
  color: white;
  border: none;
  outline: none;
  font-family: Montserrat;
  font-weight: 400; }

.blueButton {
  background-color: #00003E;
  color: white;
  border: none;
  outline: none;
  font-family: Montserrat;
  font-weight: 400; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.modalBackgroundReal {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); }

.modalBackgroundReal .modalReal {
  width: 80vw;
  height: 75vh;
  background-color: white; }

.modalBackgroundReal .modalRealTitle {
  color: #00003e;
  font-size: 1.5rem;
  flex-basis: 15%; }

.modalBackgroundReal .modalRealBody {
  flex-basis: 70%;
  overflow: scroll; }

.modalBackgroundReal .modalRealBody .grid {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(3, 30%);
  grid-auto-rows: 80%;
  grid-gap: 2rem; }

.modalBackgroundReal .modalRealBody .gridChild {
  background-size: cover;
  background-position: center;
  width: 100%;
  cursor: pointer; }

.modalBackgroundReal .modalSelect {
  border: 0.3rem solid #F17300;
  border-radius: 0.5rem;
  box-shadow: 5px 5px 9px -2px rgba(0, 0, 0, 0.49);
  transition: all 0.3s; }

.modalBackgroundReal .modalRealFooter {
  flex-basis: 15%; }

.modalBackgroundReal .modalRealFooter button {
  width: 15%; }

.bodyList {
  height: calc(100vh - 60px);
  background-color: #D9D9D9; }

.bodyList .listContainer {
  width: 90%;
  height: 90%;
  background-color: white;
  border-radius: 0.3rem; }

.bodyList .listHeader {
  height: 10%;
  border-radius: 0.3rem; }

.bodyList .listHeader .active {
  background-color: rgba(241, 115, 5, 0.3);
  border-top-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.bodyList .listHeaderTitle {
  flex-basis: 50%; }

.bodyList .tableContainer {
  height: 90%;
  overflow-y: scroll; }

.deletePopupBackground {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0; }

.deletePopupBackground .deletePopup {
  width: 50%;
  height: 30%;
  background-color: white; }

.deletePopupBackground .deletePopup .deletePopupBody {
  flex-basis: 70%; }

.deletePopupBackground .deletePopup .deletePopupFooter {
  flex-basis: 30%; }

.deletePopupBackground .deletePopup .deletePopupFooter .linkDelete {
  width: 50%;
  color: white; }

.deletePopupBackground .deletePopup .deletePopupFooter .linkDelete button {
  background-color: transparent; }

.deletePopupBackground .deletePopup .deletePopupFooter button:nth-child(1) {
  width: 50%;
  border: none; }

#table-container {
  overflow: hidden; }

#table-container table {
  border-collapse: collapse;
  height: auto;
  color: black;
  background: white; }

#table-container table thead {
  background: rgba(241, 115, 0, 0.09); }

#table-container table thead th {
  position: sticky;
  top: 0; }

#table-container table tbody {
  width: 100%; }

#table-container table tr {
  border-bottom: 1px solid rgba(241, 115, 0, 0.24); }

#table-container table tr td, #table-container table tr th {
  padding: 20px;
  text-align: left; }

#table-container table tr td {
  color: black;
  font-weight: lighter; }

#table-container table tr td img {
  width: 1.2rem;
  cursor: pointer; }

#table-container table tr td:hover {
  background-color: rgba(255, 255, 255, 0.01); }

.center {
  width: 100%;
  display: flex;
  justify-content: center; }
