@import url("https://fonts.googleapis.com/css?family=Roboto:300,400&subset=latin-ext");
/* line 1, ../sass/components/_header.scss */
header {
  background-color: #fff;
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
}
/* line 7, ../sass/components/_header.scss */
header div.logo {
  display: block;
  height: 30px;
  padding: 5px 5px 2px 5px;
  float: left;
  width: 150px;
  background-color: #fff;
  margin: 5px 0;
}
/* line 17, ../sass/components/_header.scss */
header span.curent-user {
  color: #505050;
  padding: 15px;
  display: block;
  float: right;
}
/* line 23, ../sass/components/_header.scss */
header span.curent-user.superuser {
  color: darkred;
}
/* line 28, ../sass/components/_header.scss */
header a, header a:visited {
  content: "";
  display: table;
  table-layout: fixed;
  padding: 5px 15px;
  border-radius: 4px;
  float: right;
  margin: 10px;
  text-decoration: none;
  background-color: darkred;
  color: #FFFFFF;
}
/* line 38, ../sass/components/_header.scss */
header a:hover, header a:visited:hover {
  background-color: red;
}

/* line 1, ../sass/components/_send_mail.scss */
section.send-mail-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 6, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1048px;
}
/* line 10, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .send-mail {
  padding: 30px 20px;
}
/* line 13, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .send-mail div.cancel {
  float: right;
  padding: 15px;
  font-size: 1.4rem;
}
/* line 18, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .send-mail div.cancel a, section.send-mail-wrapper .container .send-mail div.cancel a:visited {
  color: darkred;
}
/* line 21, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .send-mail div.cancel a:hover, section.send-mail-wrapper .container .send-mail div.cancel a:visited:hover {
  color: red;
}
/* line 27, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .send-mail h2 {
  font-size: 1.2rem;
  background-color: #b1e9f7;
  padding: 15px 20px;
  margin: 20px 0 20px 0;
}
/* line 34, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .send-mail div.form {
  content: "";
  display: table;
  table-layout: fixed;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  border: 5px dashed #ccc;
  border-radius: 10px;
  background-color: #fff;
  display: table !important;
}
/* line 44, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .send-mail div.form form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 49, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .send-mail div.form form ul li {
  margin-bottom: 20px;
}
/* line 51, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .send-mail div.form form ul li label {
  display: block;
  float: left;
}
/* line 56, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .send-mail div.form form ul li input {
  font-size: 1.2rem;
  font-weight: 300;
  padding: 5px 10px;
  width: 100%;
}
/* line 62, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .send-mail div.form form ul li input:focus {
  outline: 1px solid #69bd48;
}
/* line 67, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .send-mail div.form form ul li textarea {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  font-family: inherit;
  font-weight: 300;
}
/* line 74, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .send-mail div.form form ul li textarea:focus {
  outline: 1px solid #69bd48;
}
/* line 79, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .send-mail div.form form ul li input[type="submit"] {
  width: 150px;
  padding: 10px 20px;
  font-size: 1.2rem;
  background-color: limegreen;
  color: #fff;
  font-weight: 400;
  border: 0 transparent;
  border-radius: 4px;
  float: right;
  cursor: pointer;
}
/* line 91, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .send-mail div.form form ul li input[type="submit"]:focus {
  outline: 1px solid #69bd48;
}
/* line 102, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .success-wrapper {
  margin-top: 80px;
}
/* line 105, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .success-wrapper h3 {
  text-align: center;
  margin: 40px;
}
/* line 110, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .success-wrapper div.success {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* line 115, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .success-wrapper div.success a.success-button, section.send-mail-wrapper .container .success-wrapper div.success a:visited.success-button {
  width: 150px;
  padding: 10px 20px;
  font-size: 1.2rem;
  background-color: limegreen;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  border: 0 transparent;
  border-radius: 4px;
  cursor: pointer;
}
/* line 127, ../sass/components/_send_mail.scss */
section.send-mail-wrapper .container .success-wrapper div.success a.success-button:focus, section.send-mail-wrapper .container .success-wrapper div.success a:visited.success-button:focus {
  outline: 1px solid #69bd48;
}

/* line 5, ../sass/style.scss */
body {
  background-color: #d9f5fd;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

/* line 13, ../sass/style.scss */
.center-div {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 347px;
  height: 77px;
  border-radius: 3px;
}

/* line 25, ../sass/style.scss */
.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1048px;
  display: block;
}

/* line 31, ../sass/style.scss */
.editions-wrapper {
  background-color: #f0fbff;
  padding: 20px 0;
}
/* line 35, ../sass/style.scss */
.editions-wrapper .editions {
  display: flex;
  flex-wrap: wrap;
}
/* line 39, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper {
  flex: 0 1 50%;
  min-height: 215px;
  overflow-y: scroll;
}
/* line 45, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper h2 {
  font-size: 1.2rem;
  background-color: #b1e9f7;
  padding: 5px 15px;
  margin: 0 10px 0 0;
}
/* line 52, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition {
  position: relative;
}
/* line 55, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
/* line 60, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition ul.date {
  flex: 1 1 55%;
  background: aliceblue;
  padding: 10px 30px;
  max-height: 160px;
  overflow-y: scroll;
}
/* line 67, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition ul.date span {
  display: block;
  padding-bottom: 5px;
}
/* line 72, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition ul.date li {
  margin-left: 5px;
  border-bottom: 1px solid #d4dee2;
  padding: 5px 0;
}
/* line 76, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition ul.date li:last-child {
  border-bottom: 0 transparent;
}
/* line 80, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition ul.date li.disabled {
  color: silver;
}
/* line 83, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition ul.date li.disabled a, .editions-wrapper .editions .edition-wrapper .edition ul.date li.disabled a:visited {
  background-color: silver !important;
}
/* line 88, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition ul.date li span.sent-time {
  padding-bottom: 0;
  float: right;
  margin-right: 5px;
  color: darkgreen;
  font-size: 0.9rem;
  font-weight: 400;
}
/* line 96, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition ul.date li span.sent-time.disabled {
  color: silver;
}
/* line 104, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition ul.news-files li {
  margin: 0 0 10px 0;
  border-bottom: 0 transparent;
  padding: 0 !important;
}
/* line 109, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition ul.news-files li a, .editions-wrapper .editions .edition-wrapper .edition ul.news-files li a:visited {
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 5px;
  text-decoration: none;
  font-size: 0.9rem;
  background-color: #007dbb;
  color: #FFFFFF;
}
/* line 118, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition ul.news-files li a i, .editions-wrapper .editions .edition-wrapper .edition ul.news-files li a:visited i {
  font-size: 0.8rem;
}
/* line 122, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition ul.news-files li a.view_file, .editions-wrapper .editions .edition-wrapper .edition ul.news-files li a:visited.view_file {
  background-color: limegreen;
}
/* line 126, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition ul.news-files li a.send_files, .editions-wrapper .editions .edition-wrapper .edition ul.news-files li a:visited.send_files {
  background-color: #f98203 !important;
  float: right;
}
/* line 130, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition ul.news-files li a.send_files.disabled, .editions-wrapper .editions .edition-wrapper .edition ul.news-files li a:visited.send_files.disabled {
  background-color: silver !important;
}
/* line 134, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition ul.news-files li a.send_files.sent, .editions-wrapper .editions .edition-wrapper .edition ul.news-files li a:visited.send_files.sent {
  background-color: silver !important;
}
/* line 143, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition form {
  display: block;
  margin-left: auto;
  margin-right: auto;
  content: "";
  display: table;
  table-layout: fixed;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  border: 5px #ccc dashed;
  border-radius: 10px;
  background: white;
  width: 80%;
}
/* line 154, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition form label {
  width: 80px;
  display: block;
  float: left;
  font-size: 0.9rem;
}
/* line 160, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition form input[type="file"] {
  height: 20px;
  font-size: 0.9rem;
}
/* line 164, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition form input[type="submit"] {
  float: right;
  font-size: 1.1rem;
  background-color: limegreen;
  border-radius: 4px;
  border: 0 transparent;
  color: white;
}
/* line 173, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition form ul {
  margin: 0;
}
/* line 176, ../sass/style.scss */
.editions-wrapper .editions .edition-wrapper .edition form ul li {
  margin-bottom: 10px;
}

/* line 187, ../sass/style.scss */
.other-editions-wrapper {
  background-color: #d9f5fd;
  padding: 20px 0;
}
/* line 191, ../sass/style.scss */
.other-editions-wrapper .other-editions {
  display: flex;
  flex-wrap: wrap;
}
/* line 195, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition {
  flex: 0 1 33%;
}
/* line 198, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition h2 {
  font-size: 1.2rem;
  background-color: #b1e9f7;
  padding: 5px 15px;
  margin: 0 10px 0 0;
}
/* line 205, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
/* line 210, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition ul.date {
  background: aliceblue;
  padding: 5px;
  margin-right: 10px;
  margin-top: 5px;
  max-height: 250px;
  overflow-y: scroll;
}
/* line 218, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition ul.date span {
  display: block;
  padding-bottom: 5px;
}
/* line 224, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition ul.date li {
  margin-left: 5px;
  border-bottom: 1px solid #d4dee2;
  padding: 5px 0;
}
/* line 228, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition ul.date li:last-child {
  border-bottom: 0 transparent;
}
/* line 232, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition ul.date li.disabled {
  color: silver;
}
/* line 235, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition ul.date li.disabled a, .other-editions-wrapper .other-editions .other-edition ul.date li.disabled a:visited {
  background-color: silver !important;
}
/* line 240, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition ul.date li span.sent-time {
  padding-bottom: 0;
  float: right;
  margin-right: 5px;
  color: darkgreen;
  font-size: 0.9rem;
  font-weight: 400;
}
/* line 248, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition ul.date li span.sent-time.disabled {
  color: silver;
}
/* line 256, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition ul.news-files li {
  margin: 0 0 10px 0;
  border-bottom: 0 transparent;
  padding: 0 !important;
}
/* line 261, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition ul.news-files li a, .other-editions-wrapper .other-editions .other-edition ul.news-files li a:visited {
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 5px;
  text-decoration: none;
  font-size: 0.9rem;
  background-color: #007dbb;
  color: #FFFFFF;
}
/* line 270, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition ul.news-files li a i, .other-editions-wrapper .other-editions .other-edition ul.news-files li a:visited i {
  font-size: 0.8rem;
}
/* line 274, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition ul.news-files li a.view_file, .other-editions-wrapper .other-editions .other-edition ul.news-files li a:visited.view_file {
  background-color: limegreen;
}
/* line 278, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition ul.news-files li a.send_files, .other-editions-wrapper .other-editions .other-edition ul.news-files li a:visited.send_files {
  background-color: #f98203 !important;
  float: right;
}
/* line 282, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition ul.news-files li a.send_files.disabled, .other-editions-wrapper .other-editions .other-edition ul.news-files li a:visited.send_files.disabled {
  background-color: silver !important;
}
/* line 286, ../sass/style.scss */
.other-editions-wrapper .other-editions .other-edition ul.news-files li a.send_files.sent, .other-editions-wrapper .other-editions .other-edition ul.news-files li a:visited.send_files.sent {
  background-color: silver !important;
}
