@charset "utf-8";

html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

#footer-positioning {
  flex: 1;
  min-height: 200px;
}

.text-center {
  text-align: center;
}

.text-danger {
  color: red;
}

ul.jquery-ui-sortable-my-exam {
  list-style-type: none;
  margin: 0 2px;
  padding: 10px;
  width: 25%;
  float: left;
  min-height: 1.5em;
  background-color: #BFEAF0;
  border: solid 1px #606060;
}

ul.jquery-ui-sortable-my-exam li {
  margin: 15px;
  padding: 0.3em;
  padding-left: 1em;
  font-size: 15px;
  font-weight: bold;
  cursor: move;
}

ul.jquery-ui-sortable-questions {
  list-style-type: none;
  margin: 0 2px;
  padding: 10px;
  width: 25%;
  float: left;
  min-height: 1.5em;
  background-color: #BFEAF0;
  border: solid 1px #606060;
}

ul.jquery-ui-sortable-questions li {
  margin: 15px;
  padding: 0.3em;
  padding-left: 1em;
  font-size: 15px;
  font-weight: bold;
  cursor: move;
}

li.border-color-blue {
  border-color: #0AD9F5;
}
form {
  margin: 20px;
}

h3.subsubtitle {
  font-size: 150%;
  text-decoration: underline;
}

h4 {
  text-decoration: underline;
}

.judge-result-container {
  width: 60%;
  float: left;
}

.judge-result-message-container {
  width: 40%;
  float: right;
}

.none {
  display: none;
}

.myCodeMirror-left {
  width: 50%;
  height: 350px !important;
  float: left;
  overflow: scroll;
  box-sizing: border-box;
}

.myCodeMirror-right {
  width: 50%;
  float: left;
  height: 350px;
  overflow: auto;
  border: 1px solid #ddd;
  padding: 10px;
  background: #fafafa;
  box-sizing: border-box;
  word-wrap: break-word;
}

.editor-statusbar {
  clear: both;
}
