/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 .bd-color {
  border-radius: 2px;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.1);
  display: inline-block;
  float: left;
  height: 24px;
  margin-right: 8px;
  width: 24px;
}

@font-face {font-family: "Dense";
  src:
    local("Dense"),
    url("https://db.onlinewebfonts.com/t/5d31f7e418680fc65e031bd05a7fa996.eot") format("embedded-opentype"), /* IE9 */
    url("https://db.onlinewebfonts.com/t/5d31f7e418680fc65e031bd05a7fa996.woff2") format("woff2"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/5d31f7e418680fc65e031bd05a7fa996.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/5d31f7e418680fc65e031bd05a7fa996.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/5d31f7e418680fc65e031bd05a7fa996.svg#Dense") format("svg"); /* iOS 4.1- */
}

#tool_name {
  color: #00b9dc;
  font-size: 2.7em;
  font-family: Dense;
}

#tool_link {
  height: 100%;
  margin-top: auto;
  text-decoration: none;
}

form#thesis_form {
  margin-top: 20px;
}

.field.is-horizontal div.field-label.is-normal {
  width: 180px;
}

.field.is-horizontal div label.label {
  text-align: left;
  font-size: 1rem;
  max-width: 180px;
}

form#thesis_form div.field {
  margin-bottom: 20px;
}
form#thesis_form span.button.is-primary {
  background-color: #133765 !important;
}


body {
  margin: 0;
}

.mosaik_content {
  margin: auto;
  width: 100%;
  overflow: auto;
  text-align: center;
}

.row {
  display: inline-flex;
  margin: auto;
}

.row a:hover {
  background-color: #ffffff00;
}

span.button, span.button:hover {
  margin: 10px 0px 10px 0px;
  cursor: default;
  background-color: #00d1b2 !important;
}

.row .brick:hover {
  color: black;
  filter: brightness(120%);
}

.files_download {
  display: inline-flex;
  width: 100%;
  text-align: center;
}

.files_download_left {
  float: left;
  width: 15%;
}

.file_row {
  margin: auto;
  display: inline-flex;
}

.file_to_dl {
  height: 150px;
  width: 150px;
  margin: 40px 40px;
  text-align: center;
}

.file_icon {
  margin-bottom: 5px;
}

.file_name {
  margin-bottom: 20px;
}

.dl_button, .dl_button:visited {
  height: 40px;
  width: 150px;
  margin: 20px 0;
  padding: 15px;
  border:none;
	color:#fff;
  background: #133765;
  border-radius: 12px;
  text-decoration: none;
}

.brick {
  width: 250px;
  height: 250px;
  margin: 10px;
  color: white;
  text-align: center;
  line-height: 250px;
}

.brick p {
  vertical-align:middle;
  display:inline-block;
  font-size: 2em;
  line-height:1.2;
}

.head {
  display: flex;
  flex-direction: row;
  height: 40px;
  line-height: 40px;
  padding: 10px 0px;
}

.head > div {
  flex: 1;
  justify-content: center;
}

.main_page_title {
  color: #2a487c;
  font-size: 2em;
}

#keyword_search {
  width: 50%;
  margin-left: 20px;
}

.select2-selection--multiple {
  height: 10px !important;
}

.color-box {
  float: left;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  margin-top: 10px;
}

.filters {
  color: #fff;
  background-color: #c0cdcf;
  padding: 0 10px;
}

.filters select {
  color: #fff;
  font-size: 1em;
  background-color: #c0cdcf;
  padding: 0 10px;
}

.content {
  margin: 10px 50px;
}

navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #133765;
}

navigation li {
  float: right;
  color: white;
}

.logo {
  float: left;
  padding: 10px 20px;
  font-size: 2em;
}

.nav_element {
  padding: 10px 0;
}

navigation li a, navigation li a:visited {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color: white;
}

/* Change the link color to #111 (black) on hover */
navigation li a:hover {
  background-color: #52e1ff;
}


.merge-img {
  background-image: url(/merger-neutral.png);
  background-size: 200px 264px;
  width: 200px;
  height: 264px;
  margin: auto;
}

.merge-img:hover {
  background-image: url(/merger-mouseover.png);
}

.logo-img {
  background-image: url(/logo-neutral.png);
  background-size: 200px 264px;
  width: 200px;
  height: 264px;
  margin: auto;
}

.logo-img:hover {
  background-image: url(/logo-mouseover.png);
}

form {
  all: unset;
}

/*# sourceMappingURL=application.css-e60d898a59fa4f9a31daa9f9da91b46ab730fb81267d73ee448e758646ceff4a.map */
