html {
  height: 100%;
}

body {
  font-family: Verdana, Tahoma, sans-serif;
  height: 100%;
  font-size: 11px;
  background-color: #4b5f77;
}

body input {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 11px;
}

.small_text {
  font-size: 9px;
}

.path {
  background-color: #EEEEEE;
  margin-left: 200px;
  vertical-align: top;
}

.medium_text {
  font-size: 11px;
}

.body_text {
  text-align: left;
  padding: 0 11px 0 20px;
  vertical-align: top;
}

p {
  clear: both;
}


h3 {
  clear: both;
}

h4 {
  clear: both;
}

.menu_top li {
  text-align: left;
}

.menu_left {
  text-align: left;
  padding:0 11px 0 18px;
}

.menu_left li {
  padding: 2px 0;
}

.not_null {
  color: red;
}

.errors {
  color: red;

}

.warning {
  color: red;
}

.success {
  color: white;
  background-color: #006600;
  font-weight: bold;
  padding: 4px;
  text-align: center;
}

.question_icon {
  text-decoration: none;
  cursor: help;
}

.service_examples {
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
}

.service_ads {
  float: right;
}

.banner {
  font-size: 16px;
  width: 190px;
  background: white;
}

.column_left {
  background: #EEEEEE no-repeat scroll left top;

}

a:hover{
  text-decoration: none;
}
:focus {
  outline: 0;
}

.diario {
  color: #336699;
  background: #99CCFF;
}

.diario a:visited  {
  color: #440066;
}


div.errorlist {
  font-weight: bold;
  color: red;
  padding: 4px;
}

ul.errorlist li {
  font-weight: bold;
  color: red;
}

.solution-pre {
  width: 400px;
  overflow-x: scroll;
}

.solution-pre pre {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  background-color: #F8F8F8;
  border: 1px solid #DDDDDD;
  padding: 6px;
  white-space: pre-wrap;
  word-wrap: break-word;
  width: max-content;
  min-width: 380px;
  max-width: 2000px;
  text-align: left;
}

pre {
  font-family: "Courier New", Courier, monospace;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 1px;
  padding: 6px;
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: left;
}

.kr-examples pre {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.kr-examples ::-moz-selection { /* Code for Firefox */
  color: red;
  background: yellow;
}

.kr-examples ::selection {
  color: red;
  background: yellow;
}


a.noactive {
  text-decoration: none;
}

.error {
  color: red;
  font-weight: bold;
}

video {
  border: 1px solid black;
}

.logo {
  float: left;
  display: block;
  width: 300px;
  height: 50px;
  margin: 6px 0 0 22px;
}


.sidemenu {
  margin: 4px 0 0 0;
  padding-left: 4px;
  max-width: 330px;
  word-wrap: break-word;
}

.sidemenu ul {
  list-style-type: none;
  color: #296270;
  font-size: 12px;
  padding-left: 12px;
  margin-bottom: 0px;
  padding-top: 20px;
  margin-top: -4px;
}

.sidemenu li {
  padding: 0 0 8px 0;
}

.sidemenu li a {
  font-size: 11px;
  color: #1e7abc;
  text-decoration-color: #a5c9e4;
}

.sidemenu li b {
  font-size: 10px;
}

.sidemenu li ul {
  list-style-type: none;
  padding: 24px 0 0 30px;
}

.sidemenu li ul li a {
  color: #333;
  text-decoration-color: #999;
}

.sidemenu .active {
  color: red;
}

footer {
  clear: both;
  width: 1007px;
  padding-bottom: 4px;
  background: #f2ebcf;
  border-top:1px solid #d8d3bf;
  -webkit-border-radius: 0 0 18px 18px;
  -moz-border-radius: 0 0 18px 18px;
  border-radius:0 0 18px 18px;
}

#footer p {
  font-family:Verdana,sans-serif;
  color: #333;
  text-align:center;
  font-size:12px;
}

.main em {
  width: 400px;
  display: block;
  font-size: 11px;
  color: #737373;
  margin: 10px 0;
  line-height: 17px;
}
.main .red {
  color: red;
  margin: 0 5px 0 0;
}
.main .gray {
  font-family: Verdana;
  color: #818181;
}
.main strong {
  color: #000;
  font-weight: 500;
}

a {
  color: #1e7abc;
  text-decoration-color: #a5c9e4;
}

a img {
  border-width: 1px;

}

.nowrap_line {
  white-space: nowrap;
}

.helptext {
  font-size: 10px;
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  display: block;
}

.warning-container {
  clear: both;
}

.partner-block {
  clear: both;
  padding: 4px 4px 4px 6px;
  text-align: left;
}

.kr-examples dt {
  font-size: 16px;
  font-family: "Courier New", Courier, monospace;
  background-color: #F8F8F8;
  padding: 2px;
  margin-bottom: 0px;
  margin-top: 4px;
  min-width: 200px;
  display: inline-block;
}

.kr-table {
  display: table;
}

.kr-center {
  text-align: center;
  margin: auto;
  justify-content: center;
}

.kr-row {
  display: table-row;
}

.kr-cell {
  width: 392px;
  padding: 4px;
  display: table-cell;
  vertical-align: top;
}

.kr-cell span {
  padding-left: 8px;
}

.kr-cell pre span {
  padding-left: unset;
}

.kr-container {
  text-align: center;
  width: 1007px;
}

.kr-sidemenu {
  width: 336px;
  display: table-cell;
}

.kr-iframe-content {
  min-width: 400px;
  width: 90%;
  background-color: white;
  padding: 2px 11px 32px 20px;
  vertical-align: top;
  font-size: 12px;
}

.pod-copy-link {
  float: right;
}

.kr-iframe-form textarea {
  width: 90%;
  height: 24px;
  font-size: 16px;
  text-align: center;
}

.kr-content-wrapper {
  width: 100%;
  background-color: white;
}

.kr-content {
  width: 640px;
  text-align: left;
  padding: 0 11px 0 20px;
  vertical-align: top;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  display: table-cell;
}


.kr-header {
  height: 60px;
  -webkit-border-radius: 18px 18px 0 0;
  -moz-border-radius: 18px 18px 0 0;
  border-radius: 18px 18px 0 0;
}

.kr-navigation {
  width: 1007px;
  padding: 12px 0px 12px 0px;
  background: #f2ebcf;
  border-bottom: 1px solid #d8d3bf;
}
.kr-navigation a {
  display: inline-block;
  font-size: 12px;
  color: #1e7abc;
  min-width: 61px;
}

.kr-navigation a:first-child {
  margin-left: 20px;
}

.kr-navigation p {
  display: inline;
  font-size: 12px;
  color: #000;
}
.kr-navigation span {
  font-size: 12px;
  color: #1e7abc;
  margin: 0 0 0 4px;
}

.kr-form {
  background: none;
  border: 1px solid gray;
  text-align: left;
  margin: 4px;
  width: 400px;
  padding: 10px;
  display: table-cell;
  border-radius: 6px;
}

.kr-form input[type=text] {
  width: 390px;
  height: 24px;
  font-size: 16px;
  text-align: center;
}

.kr-hide {
  height: 22px;
  overflow: hidden;
}

.kr-toggle-add-form {
  text-align: right;
  float: right;
  color: #296270;
  cursor: pointer;
  height: 16px;
  width: 100%;
}

.kr-add-form {
  background: none;
  border: 1px solid gray;
  border-left: 0;
  text-align: left;
  margin: 4px;
  padding: 0 10px 10px 10px;
  width: 200px;
  display: table-cell;
  vertical-align: top;
}

.kr-add-form .inner {
  max-height: 160px;
  overflow-y: scroll;
}

.kr-add-form input[type=checkbox] {
  vertical-align: bottom;
}

.kr-add-form h4 {
  font-size: 11px;
  text-align: left;
  margin: 6px;
}

.kr-content h1 {
  font-family: Georgia, serif;
  font-size: 28px;
  color: #1e7abc;
  font-weight: 500;
  clear: both;
  white-space: nowrap;
  overflow-x: scroll;
  max-width: 676px;
}

.kr-content h2 {
  width: 400px;
  font-family: Georgia, serif;
  font-size: 18px;
  color: #296270;
  font-weight: 500;
  clear: both;
  padding-top: 4px;
}


.kr-content input[type="submit"] {
  color: #595959;
  font-size: 16px;
  border: 1px solid #cdcdcd;
  padding: 3px 10px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

ul.kr-content-menu {
  list-style-type: upper-roman;
  padding-top: 4px;
}

.kr-content-menu li {
  padding: 0 10px 10px 0;
}

.kr-content-menu li a {
  font-size: 13px;
}

.kr-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.kr-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 6px;
  width: 400px;
}

.kr-modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.kr-modal-close:hover,
.kr-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.kr-gif {
  margin: 40px;
  opacity: .4;
  border-style: dashed double dashed;
  cursor: not-allowed;
}

.kr-gif:hover {
  opacity: .1;
}

.kr-text-solution {
  font-size: 36px;
  line-height: 42px;
}

@media screen and (max-width: 900px) {

  img {
    max-width: 400px;
  }

  .kr-container {
    width: 810px;
  }

  .kr-navigation {
    width: 810px;
  }

  .kr-content {
    padding: 0px;
    width: 610px;
  }

  .kr-sidemenu {
    width: 200px;
  }

  .kr-content h1 {
    width: 350px;
    font-size: 24px;
    padding-left: 6px;
  }

  .kr-content h2 {
    width: 350px;
    font-size: 16px;
    padding-left: 6px;
  }

  .kr-content h3, .kr-content h4, .kr-content h5, .kr-content h6 {
    padding: 8px;
  }

  .kr-content p {
    padding-left: 8px;
    padding-right: 8px;
  }

  .kr-adapter {
    width: 390px;
    overflow-x: scroll;
    background-color: #DDD;
  }

  .kr-form input[type=text] {
    width: 340px;
  }

  .kr-add-form {
    display: block;
    border-left: 1px solid black;
    width: 340px;
  }

  .kr-cell {
    display: block;
    width: 350px;
  }

  footer {
    width: 810px;
  }
}

@media screen and (max-width: 600px) {

  img {
    display: block;
    max-width: 82vw;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }

  .kr-cell {
    width: 290px;
  }

  .kr-container {
    width: 100%;
  }

  .kr-content-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .kr-content {
    width: 100%;
  }

  .kr-content-menu li {
    padding: 0 10px 10px 0;
  }

  .kr-content-menu li a {
    font-size: 16px;
  }

  .kr-content h1 {
    max-width: 90vw;
    font-size: 22px;
    line-height: 22px;
  }

  .kr-content h2 {
    width: 85vw;
    font-size: 18px;
  }

  .kr-content h4 {
    font-size: 14px;
  }

  .kr-content {
    padding: unset;
  }

  .kr-navigation {
    width: 100%;
    padding: 8px 0px 8px 0px;
  }

  .kr-sidemenu {
    display: block;
    width: unset;
  }

  .kr-form {
    width: 87vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .kr-form textarea {
    width: 84vw;
  }

  .kr-form button, .kr-form input[type=button] {
    margin: 6px;
    font-size: 16px;
  }

  .kr-form input[type=text] {
    width: 85vw;
    height: 32px;
    font-size: 18px;
  }

  .kr-form input[type=submit] {
    font-size: 18px;
  }

  .kr-add-form {
    width: 87vw;
  }

  footer {
    width: 100%;
  }

  .sidemenu li {
    padding: 0 0 14px 0;
  }

  .sidemenu li a {
    font-size: 16px;
  }

  .kr-content table {
    display: block;
    overflow-x: auto;
    width: 87vw;
  }

  .MathJax_Display {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .partner-block {
    clear: both;
    padding: unset;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .solution-pre {
    overflow-x: scroll;
    width: unset;
  }

  .solution-pre pre {
    width: unset;
  }

  .kr-modal-content {
    width: 80vw;
  }
}
