/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./App/Resources/react/Notes/Components/NotesPage/notes.scss ***!
  \********************************************************************************************************************************************************************************/
.notes .col-type {
  width: 110px;
  min-width: 110px;
  max-width: 110px; }

.notes .col-composer {
  width: 250px;
  min-width: 250px;
  max-width: 250px; }

.notes .col-year {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  text-align: center; }

.notes .col-numberOr {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  text-align: center; }

.notes .c-pointer {
  cursor: pointer; }

/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./App/Resources/react/Components/Modal/Modal.scss ***!
  \**********************************************************************************************************************************************************************/
.default-modal_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  background: #00000054;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.default-modal_content {
  width: 400px;
  height: auto;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  max-height: 95%;
  display: flex;
  align-content: stretch; }
  .default-modal_content_child {
    overflow: auto;
    width: 100%; }
  @media screen and (max-device-width: 720px) {
    .default-modal_content {
      width: 100%;
      height: 100%;
      border-radius: 0;
      overflow: auto;
      padding: 17px; } }

.default-modal_close {
  background: url(/build/notes/e9cca9a963063c16486d.png);
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }
  @media screen and (max-device-width: 720px) {
    .default-modal_close {
      top: 5px;
      right: 5px; } }


/*# sourceMappingURL=notes.css.map*/