@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
  font-family: "Open Sans";
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

input[type=text] {
  border-radius: 3px;
  margin: 3px;
  border: 0px;
  height: 22px;
  padding: 3px;
  background-color: #F2F2F2;
}

input[type=text]:disabled {
  background-color: #CCC;
}

input[type=password] {
  border-radius: 3px;
  margin: 3px;
  border: 0px;
  height: 22px;
  padding: 3px;
  background-color: #F2F2F2;
}

input[type=password]:disabled {
  background-color: #CCC;
}

textarea {
  font-family: "Open Sans";
  font-size: 12px;
  border-radius: 3px;
  margin: 3px;
  border: 0px;
  height: 50px;
  padding: 3px;
  background-color: #F2F2F2;
}

textarea:disabled {
  background-color: #CCC;
}

input[type=submit], button {
  display: inline-block;
  border-radius: 3px;
  border: 0px;
  background: #CD2A3E;
  padding: 8px 17px;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
  margin: 3px;
  text-align: middle;
  color: white;
}

input[type=submit]:hover, button:hover, input[type=submit]:disabled {
  background-color: white;
  border: 2px solid #CD2A3E;
  color: #CD2A3E;
  padding: 6px 15px;
}

input[type=submit].remove, button.cancel {
  background-color: #EF000F;
  color: white;
}

input[type=submit].remove:hover, button.cancel:hover {
  background-color: white;
  color: #EF000F;
  border-color: #EF000F;
}

/*
input[type=submit].save {
  background-color: #007F0E;
  color: white;
}

input[type=submit].save:hover {
  background-color: #3BA343;
  color: white;
}
*/

select {
  border-radius: 3px;
  margin: 3px;
  border: 0px;
  height: 22px;
  padding: 3px;
  background-color: #F2F2F2;
}

td {
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
}

td.input_title {
  vertical-align: top;
  font-weight: bold;
}

td.signups {
  vertical-align: middle;
}

td.signup_button {

}

td.top {
  background-image: url(/openspace/images/top_bgr.png);
  background-size: 100% 100%;
  border: 0px;
}

td.content {
  padding: 3px 5px;
  vertical-align: top;
  border: 0px;
}

td.top_menu {
  height: 70px;
  width: 25%;
  padding: 0px;
  border: 0px;
}

td.top_menu_selected {
  height: 10px;
  width: 25%;
  padding: 0px;
  border: 0px;
  vertical-align: top;
}

.top_menu_arrow_down {
  width: 100%;
  height: 14px;
  text-align: center;
  margin-top: -10px;
}

table.schedule {
  border: 0px;
  width: 100%;
}

td.schedule {
  padding: 3px 5px;
  text-align: center;
  background-color: white;
  cursor: pointer;
  font-size: 14px;
  /* width: 30%; /* Change this to adjust the column widths to suit the number of columns */
}

td.presenter {
  padding: 3px 5px;
  background-color: white;
}

th.schedule {
  padding: 2px 5px;
  background-color: transparent;
  color: #436F4D;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

th.time {
  padding: 2px 5px;
  background-color: white;
  color: #436F4D;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  max-width: 200px;
  min-width: 100px;
}

a.sort_title, a.sort_title:visited {
  color:white;
}

th.sort {
  padding: 5px;
  background-color: #436F4D;
  color:white;
}

td {
  padding: 3px 10px;
  background-color: white;
}

td.break {
  border: 1px solid #96D1CB;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #96D1CB;
}

td.reserved_all {
  border: 1px solid #006693;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #006693;
}

td.empty {
  border: 0;
}

.menu_button {
  width: 100%;
  height: 40px;
  border:0px;
  overflow:hidden;
  background: #EFEFEF;
  cursor: pointer;
  text-align: center;
  padding-top: 16px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}

.menu_button:hover {
  background:#CECECE;
}

.menu_selected {
  background: #436F4D;
  color: white;
}

.menu_selected:hover {
  background: #436F4D;
  color: white;
}

div.workshop_top, div.keyword, div.type {
  display: inline-block;
  border-radius: 3px;
  border: 0px;
  background: #436F4D;
  padding: 8px 17px;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
  margin: 3px;
  text-align: middle;
  color: white;
}

div.toggles {
  background: #EFEFEF;
  padding: 7px 12px 5px 12px;
}

div.workshop {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #436F4D;
  padding: 3px 8px;
  font-size: 10px;
  vertical-align: middle;
  cursor: pointer;
  margin: 3px 0px;
  text-align: middle;
  max-width: 180px;
  color: white;
}

/* --- Schedule Room Colors --- */
div.extended {
  border: 1px #006693 solid;
  background: white;
  color: #006693;
}

div.free {
  border: 1px solid #436F4D;
  background: white;
  color: #8C8C8C;
}

div.free_border {
  border: 1px solid #8C8C8C;
  background: white;
  color: #8C8C8C;
}

div.reserved {
  border: 1px #006693 solid;
  background: white;
  color: #006693;
}

div.own {
  background: #E40522;
  color: white;
}

div.signed {
  background: #CD2A3E;
  color: white;
}

div.orange {
  border-color: orange;
}

td.extended {
  border: 1px #006693 solid;
  background: white;
  color: #006693;
}

td.free {
  border: 0px;
  background: white;
  color: #8C8C8C;
}

td.reserved {
  border: 1px #006693 solid;
  background: white;
  color: #006693;
}

td.own {
  background: #E40522;
  color: white;
  border: 0px;
}

td.signed {
  background: #CD2A3E;
  color: white;
  border: 0px;
}

td.orange {
  border-color: orange;
}

.drop_down_window {
  display: none;
  position: absolute;
  padding: 10px;
  width: 600px;
  height: 80%;
  left: 240px;
  top: 10px;
  border: 0px;
  background-color: white;
  color: #436F4D;
  box-shadow: 0 0 20px #436F4D;
  z-index: 100;
  overflow: auto;
}

.new_workshop_table {
  padding: 5px;
  max-width: 560px;
}

.close_window {
  display: block;
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
}

a, a:visited {
  color: #CD2A3E;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

#login_status {
  color: green;
  font-weight: bold;
}

#login_error_message, #error_message {
  color: red;
  font-weight: bold;
}

#wsi_show_signups {
  text-decoration: underline;
  cursor: pointer;
}

#wsi_signup_list {
  display: none;
  width: 400px;
}

td.signups {
  width: 100px;
}

#signed_other {
  font-size: 12px;
  color: red;
}

.already {
  color: red;
  font-weight: bold;
}

iframe.empty {
  width: 0px;
  height: 0px;
  border: 0px solid #000;
}

.feedback {
  color: red;
}

label {
  font-weight: bold;
}

label.small {
  font-size: 12px;
}

img.workshop, img.user_image {
  display: block;
  max-width: 230px;
  max-height: 150px;
  width: auto;
  height: auto;
  border: 0px;
  border-radius: 3px;
}

.file_send {
  display: block;
  border: 1px solid black;
  padding: 5px;
}

form {
  margin-top: 5px;
}

img.thumb {
  /*display: block;*/
  float: left;
  max-width: 20vw;
  max-height: 10vh;
  width: auto;
  height: auto;
  border-radius: 4px;
  border: 1px solid #555;
  margin-right: 8px;
}

.workshop_text {
  /*float:right;*/
  text-align: center;
}

.workshop_text b {
  font-size: 16px;
}

img.presenter {
  vertical-align: middle;
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: 1px solid #555;
  margin: 4px;
  margin-right: 20px;
}

td.menu {
  vertical-align: top;
  border: 0px;
}

a.ws_link, a.ws_link:visited {
  color: red;
}

a.user_link, a.user_link:visited {
  color: #436F4D;
}

td.center {
  text-align: center;
}

img.remove_cross {
  margin-bottom: 0px;
  margin-left: 6px;
  cursor: pointer;
}

div.keyword, div.type {
  cursor: default;
  background-color: white;
  border: 1px solid;
  padding: 2px 6px;
  font-size: 10px;
}

div.keyword {
  border-color: #006693;
  color: #006693;
}

div.type {
  border-color: #CD2A3E;
  color: #CD2A3E;
}

div.pointer {
  cursor: pointer;
}

#keywords_top, #types_top {
  display: none;
}

#buttons_top {
  padding-bottom: 5px;
  padding-left: 20px;
}

td.software {
  text-align: center;
  font-size: 12px;
}

div.footer {
  display: block;
  position: fixed;
  bottom: 0px;
  height: 52px;
  width: 100%;
  background-color: #436F4D;
  color: white;
  text-align: left;
  z-index: 50;
  padding: 0px;
  font-family: "Open Sans";
  left: 0px;
}

img.oso_logo {
  display: inline-block;
  position: relative;
  height: 27px;
  margin-left: 16px;
  margin-top: 12px;
}

div.copyright {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: white;
  float: right;
  margin-top: 16px;
  margin-right: 16px;
}

a.inqlearning {
  color: #96D1CB;
  text-decoration: none;
}

hr {
  border:1px solid #CD2A3E;
}

/* Version 2.0.0 */

div.top {
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}

div.logo {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

div.logotext1 {
  display: block;
  position: absolute;
  top: 115px;
  left: 25px;
  font-size: 14px;
  color: white;
}

div.logotext2 {
  display: block;
  position: absolute;
  top: 130px;
  left: 25px;
  font-size: 12px;
  color: white;
}

/* --- Version 2.0.0 --- */
div.schedule_area {
  display: block;
  position: relative;
  width: calc(100% - 20px);
  background: #EFEFEF;
  padding: 10px;
  margin-top: 10px;
}

#dark_layer {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #436F4D;
  opacity: 0.5;
  z-index: 70;
}

h3 {
  color: #436F4D;
}

.system_language_logged {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.system_language {
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
}

img#login_arrow_down {
  display: inline-block;
  position: relative;
  top: -5px;
  cursor: pointer;
  margin: -4px;
}

img.up_down_arrow {
  display: inline-block;
  position: relative;
  margin-top: -5px;
  margin-bottom: -5px;
  top: 2px;
}

select#select_system_language {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #436F4D;
  padding: 1px 12px;
  cursor: pointer;
  font-size: 12px;
  color: white;
  margin-bottom: 4px;
  color: #436F4D;
}

select#select_system_language:hover {
  color: white;
  background-color: #436F4D;
}

div#login {
  display: block;
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 16px;
  /*color: #436F4D;*/
  color: white;
}

a#login_text {
  color: #436F4D;
  margin-left: 5px;
}

#menu {
  display: none;
  position: absolute;
  background-color: white;
  right: 20px;
  border: 1px solid grey;
  top: 40px;
  padding: 4px 8px 8px 8px;
  z-index: 1000;
}

.menuitem {
  display: block;
  position: relative;
  padding: 4px 8px 8px 8px;
  background-color: white;
}

.menuitem:hover {
  background-color: #EFEFEF;
}

td.comment {
  vertical-align: top;
  background-color: #CCC;
}

td.writer {
  background-color: #FB7;
}

td.owner {
  background-color: #7F9;
}

p.highlight {
  color: #436F4D;
}

table.instructions {
  max-width: 800px;
}

.register_text {
  display: block;
  max-width: 600px;
}

.price_box {
  display: block;
  border: 1px solid;
  padding: 5px 10px;
  text-align: left;  
}

@media screen and (max-width: 992px) {
  body {
    font-size: 200%;
  }

  input[type=submit], button {
    font-size: 120%;
  }

  input[type=text], input[type=password] {
    height: 50px;
    font-size: 120%;
    max-width: 600px;
  }

  div.workshop_top, div.keyword, div.type {
    font-size: 120%;
  }

  th.schedule {
    font-size: 120%;
  }

  th.time, td.break {
    font-size: 100%;
  }

  td, td.schedule {
    font-size: 90%;
  }

  .workshop_text b {
    font-size: 120%;
  }

  span.end_time {
    display: none;
  }

  div.menu_button {
    font-size: 80%;
  }

  h2 {
    font-size: 140%;
  }

  .top_menu_arrow_down {
    margin-top: -26px;
  }

  label.small {
    font-size: 80%;
  }

  .close_window {
    right: 25px;
  }

  .close_window img {
    width: 200%;
    height: auto;
  }

  .drop_down_window {
    width: 90%;
    left: 20px;
  }

  div#login {
    font-size: 80%;
  }

  select {
    font-size: 80%;
    height: 50px;
  }

  td.input_title {
    min-width: 250px;
  }

  .register_text {
    max-width: 90%;
  }

  div.footer {
    height: 80px;
  }

  img.oso_logo {
    height: 56px;
  }

  div.copyright {
    font-size: 60%;
    margin-top: 25px; 
  }

  div.top {
    height: 200px;
  }

  img.logo {
    height: 180px;
  }

  div.logotext1, div.logotext2 {
    display: none;
  }

}

