* {
  padding: 0;
  margin: 0;
}

a {
  border: none;
  outline: none;
}

body {
  background-color: #555555;
  color: #000000;
  font-family: "Roboto", sans-serif;
}

input[type=text], input[type=password] {
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #000000;
  font-size: 14pt;
  margin: 3px 0;
  padding: 5px;
  background-image: url("../images/textarea_bg.gif"), linear-gradient(to bottom, #ffffff 0%, #f2f2f2 4%, #ffffff 70%, #ffffff 100%);
}
input[type=checkbox].readonly {
  pointer-events: none;
}
input[type=submit], input[type=button], input[type=reset] {
  font-size: 14pt;
  background: url("../images/btn_bkg.png"), linear-gradient(to bottom, #f2c886 0%, #eaaa48 1%, #eaaa48 50%, #f37208 50%, #f37208 99%, #9e4a04 100%);
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  padding: 0.4em 0.7em;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
  background: url("../images/btn_bkg.png"), linear-gradient(to bottom, #f2cb8e 0%, #efbf76 1%, #efbf76 50%, #f88f38 50%, #f88f38 99%, #d05f05 100%);
}
input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
  background: url("../images/btn_bkg.png"), linear-gradient(to bottom, #e89920 0%, #d28918 1%, #d28918 50%, #af5306 50%, #af5306 99%, #582902 100%);
}
input[type=submit][disabled], input[type=button][disabled], input[type=reset][disabled] {
  background: url("../images/btn_bkg.png"), linear-gradient(to bottom, #b3b3b3 0%, #a6a6a6 1%, #a6a6a6 50%, #8b8b8b 50%, #8b8b8b 99%, #5e5e5e 100%);
}

button {
  font-size: 14pt;
  background: url("../images/btn_bkg.png"), linear-gradient(to bottom, #f2c886 0%, #eaaa48 1%, #eaaa48 50%, #f37208 50%, #f37208 99%, #9e4a04 100%);
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  padding: 0.4em 0.7em;
}
button:hover {
  background: url("../images/btn_bkg.png"), linear-gradient(to bottom, #f2cb8e 0%, #efbf76 1%, #efbf76 50%, #f88f38 50%, #f88f38 99%, #d05f05 100%);
}
button:active {
  background: url("../images/btn_bkg.png"), linear-gradient(to bottom, #e89920 0%, #d28918 1%, #d28918 50%, #af5306 50%, #af5306 99%, #582902 100%);
}
button[disabled] {
  background: url("../images/btn_bkg.png"), linear-gradient(to bottom, #b3b3b3 0%, #a6a6a6 1%, #a6a6a6 50%, #8b8b8b 50%, #8b8b8b 99%, #5e5e5e 100%);
}

.section {
  position: relative;
}

.font-size {
  font-size: 14pt;
}

.font-size-responsive {
  font-size: 14pt;
}

#wrapper #header {
  background-color: #032070;
  color: #ffffff;
  position: relative;
}
#wrapper #header:after {
  background-image: url("../images/bg/482728.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#wrapper #header > .section {
  margin: 0 auto;
  width: 90%;
  z-index: 25;
}
#wrapper #header > .section img.logo {
  width: 50%;
  max-width: 480px;
  margin-top: 35px;
  vertical-align: bottom;
}
#wrapper #header > .section > .language_switch {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
}
#wrapper #header > .section > .language_switch a {
  color: inherit;
  font-weight: initial;
  text-decoration: none;
}
#wrapper #header > .section > .language_switch span {
  margin: 0 2px;
  font-weight: bold;
}
#wrapper #header > .section > .language_switch .title {
  display: none;
}
#wrapper #header .moving-string {
  background-color: #eaeaea;
  color: #000000;
  font-size: 18pt;
  position: relative;
  box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  overflow: hidden;
  z-index: 10;
  padding: 5px 0 7px;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}
#wrapper #header .moving-string .text {
  position: relative;
  white-space: nowrap;
  animation: marquee 25s linear infinite;
}
@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -50%;
  }
}
#wrapper #middle {
  z-index: 5;
  padding-bottom: 20px;
  background-image: url("../images/lightnoise.png");
  font-size: 14pt;
  box-shadow: 0 6px 5px -4px rgba(0, 0, 0, 0.6) inset;
}
#wrapper #middle > .section {
  font-size: 0;
  margin: 0 auto;
  width: 90%;
  min-height: 300px;
  z-index: 6;
}
#wrapper #middle > .section #left-sidebar {
  display: inline-block;
  width: 20%;
}
#wrapper #middle > .section #left-sidebar .section .ls-block {
  box-shadow: -2px 1px 15px 1px rgba(0, 0, 0, 0.4);
}
@-moz-document url-prefix() {
  #wrapper #middle > .section #left-sidebar .section .ls-block {
    box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.4);
  }
}
#wrapper #middle > .section #content {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
#wrapper #middle > .section #content .section {
  min-height: 300px;
  z-index: 7;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
#wrapper #middle > .section #content .section img {
  max-width: 100%;
}
#wrapper #middle > .section #content .section .table {
  display: table;
  border: 1px solid #ffb458;
  border-radius: 5px;
  margin: 10px 0 20px;
}
#wrapper #middle > .section #content .section .table .head-row, #wrapper #middle > .section #content .section .table .row {
  display: table-row;
}
#wrapper #middle > .section #content .section .table .head-row:last-child .cell, #wrapper #middle > .section #content .section .table .row:last-child .cell {
  border-bottom: none;
}
#wrapper #middle > .section #content .section .table .head-row .header, #wrapper #middle > .section #content .section .table .row .header {
  display: table-cell;
  padding: 5px;
  background-color: #ffb458;
  font-size: 12pt;
  font-weight: bold;
  vertical-align: middle;
  height: 40px;
}
#wrapper #middle > .section #content .section .table .head-row .cell, #wrapper #middle > .section #content .section .table .row .cell {
  display: table-cell;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  font-size: 11pt;
  padding: 5px;
  vertical-align: middle;
}
#wrapper #middle > .section #content .section .table .head-row .cell:last-child, #wrapper #middle > .section #content .section .table .row .cell:last-child {
  border-right: none;
}
#wrapper #middle > .section #content .section .message {
  border-color: #c4c4c4;
  border-width: 2px;
  display: block;
  border-style: solid;
  background-color: #fafafa;
  color: #444444;
  border-radius: 5px;
  font-size: 0;
  padding: 5px 10px;
  margin: 0 0 10px;
}
#wrapper #middle > .section #content .section .message:after {
  content: "";
  clear: both;
  display: table;
}
#wrapper #middle > .section #content .section .message.error, #wrapper #middle > .section #content .section .message.parse-error, #wrapper #middle > .section #content .section .message.core-error, #wrapper #middle > .section #content .section .message.compile-error, #wrapper #middle > .section #content .section .message.user-error {
  border-color: #ff0000;
  background-color: #fce9e9;
  color: #510000;
}
#wrapper #middle > .section #content .section .message.error .message-icon, #wrapper #middle > .section #content .section .message.parse-error .message-icon, #wrapper #middle > .section #content .section .message.core-error .message-icon, #wrapper #middle > .section #content .section .message.compile-error .message-icon, #wrapper #middle > .section #content .section .message.user-error .message-icon {
  background-color: #ff0000;
  background-image: url("../images/icons/cross-mark.png");
}
#wrapper #middle > .section #content .section .message.access-denied {
  border-color: #ff6300;
  background-color: #fff2ea;
  color: #511a00;
}
#wrapper #middle > .section #content .section .message.access-denied .message-icon {
  background-color: #ff6300;
  background-image: url("../images/icons/minus-sign.png");
}
#wrapper #middle > .section #content .section .message.deprecated, #wrapper #middle > .section #content .section .message.user-deprecated {
  border-color: #ffa200;
  background-color: #fff3df;
  color: #513400;
}
#wrapper #middle > .section #content .section .message.deprecated .message-icon, #wrapper #middle > .section #content .section .message.user-deprecated .message-icon {
  background-color: #ffa200;
  background-image: url("../images/icons/cross-mark.png");
}
#wrapper #middle > .section #content .section .message.warning, #wrapper #middle > .section #content .section .message.core-warning, #wrapper #middle > .section #content .section .message.compile-warning, #wrapper #middle > .section #content .section .message.user-warning, #wrapper #middle > .section #content .section .message.notice, #wrapper #middle > .section #content .section .message.user-notice, #wrapper #middle > .section #content .section .message.strict-notice {
  border-color: #f2ce00;
  background-color: #fffcdf;
  color: #514400;
}
#wrapper #middle > .section #content .section .message.warning .message-icon, #wrapper #middle > .section #content .section .message.core-warning .message-icon, #wrapper #middle > .section #content .section .message.compile-warning .message-icon, #wrapper #middle > .section #content .section .message.user-warning .message-icon, #wrapper #middle > .section #content .section .message.notice .message-icon, #wrapper #middle > .section #content .section .message.user-notice .message-icon, #wrapper #middle > .section #content .section .message.strict-notice .message-icon {
  background-color: #f2ce00;
  background-image: url("../images/icons/exclamation-sign.png");
}
#wrapper #middle > .section #content .section .message.success {
  border-color: #66e004;
  background-color: #f2ffe7;
  color: #245100;
}
#wrapper #middle > .section #content .section .message.success .message-icon {
  background-color: #66e004;
  background-image: url("../images/icons/checked-symbol.png");
}
#wrapper #middle > .section #content .section .message.info {
  border-color: #0066ff;
  background-color: #e2efff;
  color: #002051;
}
#wrapper #middle > .section #content .section .message.info .message-icon {
  background-color: #0066ff;
  background-image: url("../images/icons/information-button.png");
}
#wrapper #middle > .section #content .section .message.question {
  border-color: #b100ff;
  background-color: #f9ecff;
  color: #330051;
}
#wrapper #middle > .section #content .section .message.question .message-icon {
  background-color: #b100ff;
  background-image: url("../images/icons/question-mark.png");
}
#wrapper #middle > .section #content .section .message.debug {
  border-color: #ffa200;
  background-color: #fff3df;
  color: #513400;
}
#wrapper #middle > .section #content .section .message.debug .message-icon {
  background-color: #ffa200;
  background-image: url("../images/icons/debug-button.png");
}
#wrapper #middle > .section #content .section .message > span {
  vertical-align: top;
  font-size: 14pt;
  word-wrap: break-word;
}
#wrapper #middle > .section #content .section .message .message-icon {
  background-color: #c4c4c4;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-position: 4px 4px;
  display: inline-block;
  float: left;
  width: 48px;
  height: 48px;
  margin: -5.5px 5px 0px -10.5px;
  border-radius: 0 0 5px;
}
#wrapper #middle > .section #content .section .title {
  padding: 10px 20px;
}
#wrapper #middle > .section #content .section .paginater {
  text-align: center;
}
#wrapper #middle > .section #content .section .paginater a {
  background-color: #fff3df;
  color: #513400;
  display: inline-block;
  border: 1px solid #ffb458;
  border-radius: 5px;
  vertical-align: middle;
  text-decoration: none;
  line-height: 32px;
  min-width: 22px;
  padding: 0 5px;
  margin: 2px 0;
}
#wrapper #middle > .section #content .section .paginater span.prev, #wrapper #middle > .section #content .section .paginater span.next {
  background-color: #fafafa;
  color: #444444;
  display: inline-block;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  vertical-align: middle;
  line-height: 32px;
  min-width: 22px;
  padding: 0 5px;
  margin: 2px 0;
}
#wrapper #middle > .section #content .section .paginater span.current {
  background-color: #fffcdf;
  color: #514400;
  display: inline-block;
  border: 1px solid #fee856;
  border-radius: 5px;
  vertical-align: middle;
  line-height: 32px;
  min-width: 22px;
  padding: 0 5px;
  margin: 2px 0;
}
#wrapper #middle > .section #content .section .page {
  padding: 10px 20px;
}
#wrapper #middle > .section #content .section .page .data-block, #wrapper #middle > .section #content .section .page article.list {
  border: 1px solid #ffb458;
  border-radius: 5px;
  margin: 5px 0 20px;
}
#wrapper #middle > .section #content .section .page .data-block .head, #wrapper #middle > .section #content .section .page article.list .head {
  font-size: 16pt;
  background-color: #ffb458;
  color: #000;
  padding: 10px 10px 14px 15px;
}
#wrapper #middle > .section #content .section .page .data-block .head a, #wrapper #middle > .section #content .section .page article.list .head a {
  color: inherit;
}
#wrapper #middle > .section #content .section .page .data-block .head h2, #wrapper #middle > .section #content .section .page article.list .head h2 {
  display: inline;
  font-size: 16pt;
}
#wrapper #middle > .section #content .section .page .data-block .text, #wrapper #middle > .section #content .section .page article.list .text {
  padding: 10px;
}
#wrapper #middle > .section #content .section .page .data-block .bottom, #wrapper #middle > .section #content .section .page article.list .bottom {
  background-color: #e0e0e0;
  border-radius: 0 0 4px 4px;
  margin: 0;
  position: relative;
}
#wrapper #middle > .section #content .section .page .data-block .bottom .author, #wrapper #middle > .section #content .section .page article.list .bottom .author {
  display: inline-block;
  margin: 5px 10px;
}
#wrapper #middle > .section #content .section .page .data-block .bottom .datetime, #wrapper #middle > .section #content .section .page article.list .bottom .datetime {
  float: right;
  margin: 5px 10px;
}
#wrapper #middle > .section #content .section .page .bottom {
  margin: 20px 0 10px;
}
#wrapper #middle > .section #content .section .page .bottom > span {
  display: block;
}
#wrapper #middle > .section #right-sidebar {
  display: inline-block;
  width: 20%;
}
#wrapper #middle > .section #right-sidebar .section .rs-block {
  box-shadow: 2px 1px 15px 1px rgba(0, 0, 0, 0.4);
}
@-moz-document url-prefix() {
  #wrapper #middle > .section #right-sidebar .section .rs-block {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.4);
  }
}
#wrapper #middle > .section #left-sidebar, #wrapper #middle > .section #right-sidebar {
  vertical-align: top;
}
#wrapper #middle > .section #left-sidebar .section, #wrapper #middle > .section #right-sidebar .section {
  margin: 0 5%;
}
#wrapper #middle > .section #left-sidebar .section > div, #wrapper #middle > .section #right-sidebar .section > div {
  max-width: 275px;
  min-width: 170px;
  margin: 0 0 0 auto;
}
#wrapper #middle > .section #left-sidebar .section .ls-block, #wrapper #middle > .section #left-sidebar .section .rs-block, #wrapper #middle > .section #right-sidebar .section .ls-block, #wrapper #middle > .section #right-sidebar .section .rs-block {
  background-color: #ffffff;
  border-radius: 10px 10px 5px 5px;
  margin-top: 15px;
  padding: 2px;
}
#wrapper #middle > .section #left-sidebar .section .ls-block.unavailable .title, #wrapper #middle > .section #left-sidebar .section .rs-block.unavailable .title, #wrapper #middle > .section #right-sidebar .section .ls-block.unavailable .title, #wrapper #middle > .section #right-sidebar .section .rs-block.unavailable .title {
  background: #b1b1b1;
  background: linear-gradient(to bottom, #d9d9d9 0%, #cfcfcf 3%, #d8d8d8 5%, #d5d5d5 8%, #cecece 22%, #c8c8c8 32%, #b1b1b1 59%, #9b9b9b 84%, #979797 89%, #969696 92%, #939393 97%, #929292 100%);
}
#wrapper #middle > .section #left-sidebar .section .ls-block .title, #wrapper #middle > .section #left-sidebar .section .rs-block .title, #wrapper #middle > .section #right-sidebar .section .ls-block .title, #wrapper #middle > .section #right-sidebar .section .rs-block .title {
  background: #fea332;
  background: linear-gradient(to bottom, #f9d2a9 0%, #fdcb6f 3%, #fdd780 5%, #fdd279 8%, #ffc96c 22%, #fec15c 32%, #fea332 59%, #ff8310 84%, #fe7e09 89%, #fd7c0a 92%, #fd7a01 97%, #fe7703 100%);
  border-radius: 6px 6px 0 0;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 5px;
}
#wrapper #middle > .section #left-sidebar .section .ls-block .content, #wrapper #middle > .section #left-sidebar .section .rs-block .content, #wrapper #middle > .section #right-sidebar .section .ls-block .content, #wrapper #middle > .section #right-sidebar .section .rs-block .content {
  padding: 5px;
  font-size: 0;
}
#wrapper #middle > .section #left-sidebar .section .ls-block .content .label, #wrapper #middle > .section #left-sidebar .section .rs-block .content .label, #wrapper #middle > .section #right-sidebar .section .ls-block .content .label, #wrapper #middle > .section #right-sidebar .section .rs-block .content .label {
  min-width: 80px;
}
#wrapper #middle > .section #left-sidebar .section .ls-block .content .field, #wrapper #middle > .section #left-sidebar .section .rs-block .content .field, #wrapper #middle > .section #right-sidebar .section .ls-block .content .field, #wrapper #middle > .section #right-sidebar .section .rs-block .content .field {
  padding-left: 2px;
}
#wrapper #middle > .section #left-sidebar .section .ls-block .content .field input, #wrapper #middle > .section #left-sidebar .section .rs-block .content .field input, #wrapper #middle > .section #right-sidebar .section .ls-block .content .field input, #wrapper #middle > .section #right-sidebar .section .rs-block .content .field input {
  width: 100%;
  box-sizing: border-box;
}
#wrapper #middle > .section #left-sidebar .section .ls-block .content button, #wrapper #middle > .section #left-sidebar .section .ls-block .content input[type=button], #wrapper #middle > .section #left-sidebar .section .ls-block .content input[type=submit], #wrapper #middle > .section #left-sidebar .section .ls-block .content input[type=reset], #wrapper #middle > .section #left-sidebar .section .rs-block .content button, #wrapper #middle > .section #left-sidebar .section .rs-block .content input[type=button], #wrapper #middle > .section #left-sidebar .section .rs-block .content input[type=submit], #wrapper #middle > .section #left-sidebar .section .rs-block .content input[type=reset], #wrapper #middle > .section #right-sidebar .section .ls-block .content button, #wrapper #middle > .section #right-sidebar .section .ls-block .content input[type=button], #wrapper #middle > .section #right-sidebar .section .ls-block .content input[type=submit], #wrapper #middle > .section #right-sidebar .section .ls-block .content input[type=reset], #wrapper #middle > .section #right-sidebar .section .rs-block .content button, #wrapper #middle > .section #right-sidebar .section .rs-block .content input[type=button], #wrapper #middle > .section #right-sidebar .section .rs-block .content input[type=submit], #wrapper #middle > .section #right-sidebar .section .rs-block .content input[type=reset] {
  margin: 5px 0 0;
}
#wrapper #middle > .section #left-sidebar .section .main_menu ul.list_menu, #wrapper #middle > .section #right-sidebar .section .main_menu ul.list_menu {
  display: block;
  list-style: none;
  white-space: nowrap;
  border-radius: 0 0 5px 5px;
}
#wrapper #middle > .section #left-sidebar .section .main_menu ul.list_menu li, #wrapper #middle > .section #right-sidebar .section .main_menu ul.list_menu li {
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  overflow-x: hidden;
}
#wrapper #middle > .section #left-sidebar .section .main_menu ul.list_menu li a, #wrapper #middle > .section #right-sidebar .section .main_menu ul.list_menu li a {
  color: #555555;
  display: block;
  text-decoration: none;
  line-height: 38px;
  padding-left: 50px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: 10px 44%;
  background-size: 30px 30px;
}
#wrapper #middle > .section #left-sidebar .section .main_menu ul.list_menu li a.home, #wrapper #middle > .section #right-sidebar .section .main_menu ul.list_menu li a.home {
  background-image: url("../images/icons/logo_icon.png");
}
#wrapper #middle > .section #left-sidebar .section .main_menu ul.list_menu li a.it, #wrapper #middle > .section #right-sidebar .section .main_menu ul.list_menu li a.it {
  background-image: url("../images/icons/wrench.png");
}
#wrapper #middle > .section #left-sidebar .section .main_menu ul.list_menu li a.rafengine, #wrapper #middle > .section #right-sidebar .section .main_menu ul.list_menu li a.rafengine {
  background-image: url("../images/icons/wrench.png");
}
#wrapper #middle > .section #left-sidebar .section .main_menu ul.list_menu li a.soft, #wrapper #middle > .section #right-sidebar .section .main_menu ul.list_menu li a.soft {
  background-image: url("../images/icons/wrench.png");
}
#wrapper #middle > .section #left-sidebar .section .main_menu ul.list_menu li a.mobile, #wrapper #middle > .section #right-sidebar .section .main_menu ul.list_menu li a.mobile {
  background-image: url("../images/icons/wrench.png");
}
#wrapper #middle > .section #left-sidebar .section .main_menu ul.list_menu li a.wallpapers, #wrapper #middle > .section #right-sidebar .section .main_menu ul.list_menu li a.wallpapers {
  background-image: url("../images/icons/wrench.png");
}
#wrapper #middle > .section #left-sidebar .section .main_menu ul.list_menu li a.games, #wrapper #middle > .section #right-sidebar .section .main_menu ul.list_menu li a.games {
  background-image: url("../images/icons/wrench.png");
}
#wrapper #middle > .section #left-sidebar .section .main_menu ul.list_menu li a.file_manager, #wrapper #middle > .section #right-sidebar .section .main_menu ul.list_menu li a.file_manager {
  background-image: url("../images/icons/file_manager.png");
}
#wrapper #middle > .section #left-sidebar .section .authorization table, #wrapper #middle > .section #right-sidebar .section .authorization table {
  width: 100%;
}
#wrapper #middle > .section #left-sidebar .section .authorization table tr td.label label, #wrapper #middle > .section #right-sidebar .section .authorization table tr td.label label {
  position: relative;
  left: 3px;
}
#wrapper #middle > .section #left-sidebar .section .authorization table tr td.field, #wrapper #middle > .section #right-sidebar .section .authorization table tr td.field {
  text-align: right;
}
#wrapper #middle > .section #left-sidebar .section .authorization table tr td.field input[type=text], #wrapper #middle > .section #left-sidebar .section .authorization table tr td.field input[type=password], #wrapper #middle > .section #right-sidebar .section .authorization table tr td.field input[type=text], #wrapper #middle > .section #right-sidebar .section .authorization table tr td.field input[type=password] {
  width: 80%;
}
#wrapper #footer {
  background-color: #555555;
  color: #ffffff;
  box-shadow: 0 -2px 6px 0 rgba(85, 85, 85, 0.8);
  -webkit-box-shadow: 0 -3px 5px 0 rgba(85, 85, 85, 0.6);
  font-size: 14pt;
}
#wrapper #footer > .section {
  margin: 0 auto;
  clear: both;
  width: 90%;
  height: 40px;
  text-align: center;
  z-index: 4;
  bottom: 1px;
  padding-top: 10px;
}
#wrapper #bottom {
  background-color: #555555;
  min-height: 10px;
}

@media screen and (max-width: 1200px) {
  input[type=text], input[type=password] {
    font-size: 12pt;
  }
  input[type=submit], input[type=button], input[type=reset] {
    font-size: 12pt;
  }
  .font-size {
    font-size: 14pt;
  }
  .font-size-responsive {
    font-size: 12pt;
  }
  #wrapper #header .moving-string {
    font-size: 14pt;
    padding: 3px 0 4px;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    overflow-x: hidden;
  }
  #wrapper #middle {
    font-size: 14pt;
  }
  #wrapper #middle > .section #left-sidebar .section .ls-block .content .label, #wrapper #middle > .section #left-sidebar .section .rs-block .content .label, #wrapper #middle > .section #right-sidebar .section .ls-block .content .label, #wrapper #middle > .section #right-sidebar .section .rs-block .content .label {
    min-width: 70px;
  }
}
@media screen and (max-width: 850px) {
  #wrapper #header > .section img.logo {
    width: 60%;
  }
  #wrapper #header .moving-string .text {
    animation: marquee 50s linear infinite;
  }
  @keyframes marquee {
    0% {
      left: 100%;
    }
    100% {
      left: -350%;
    }
  }
  #wrapper #middle > .section {
    width: 95%;
  }
  #wrapper #middle > .section #content {
    width: 100% !important;
  }
  #wrapper #middle > .section #content .section {
    border-radius: 10px 10px 5px 5px;
    padding: 2px;
  }
  #wrapper #middle > .section #content .section .title {
    background: #fee856;
    background: linear-gradient(to bottom, #fde8ac 0%, #fdee75 2%, #fdf67d 5%, #feee6b 22%, #fee856 35%, #fdc61a 76%, #fdbb09 89%, #fdb909 92%, #fdb801 97%, #fdb602 100%);
    border-radius: 6px 6px 0 0;
    color: #000000;
    display: block;
    font-size: 14pt;
    font-weight: bold;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 850px) and (max-width: 640px) {
  #wrapper #middle > .section #content .section .page article.list .bottom {
    font-size: 10pt;
  }
}
@media screen and (max-width: 850px) and (max-width: 480px) {
  #wrapper #middle > .section #content .section .page article.list .bottom .datetime {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  #wrapper #middle > .section #left-sidebar {
    width: 100% !important;
  }
  #wrapper #middle > .section #left-sidebar .section {
    margin: 0;
  }
  #wrapper #middle > .section #left-sidebar .section .ls-block {
    margin: 15px 0;
  }
  #wrapper #middle > .section #right-sidebar {
    width: 100% !important;
  }
  #wrapper #middle > .section #right-sidebar .section {
    margin: 0;
  }
  #wrapper #middle > .section #left-sidebar .section, #wrapper #middle > .section #right-sidebar .section {
    text-align: center;
  }
  #wrapper #middle > .section #left-sidebar .section > div, #wrapper #middle > .section #right-sidebar .section > div {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    text-align: left;
  }
  #wrapper #middle > .section #left-sidebar .section > div:first-child, #wrapper #middle > .section #right-sidebar .section > div:first-child {
    margin: 0 5px 0 0;
  }
  #wrapper #middle > .section #left-sidebar .section > div:last-child, #wrapper #middle > .section #right-sidebar .section > div:last-child {
    margin: 0 0 0 5px;
  }
  #wrapper #middle > .section #left-sidebar .section > div.main_menu, #wrapper #middle > .section #right-sidebar .section > div.main_menu {
    width: 275px;
  }
  #wrapper #middle > .section #left-sidebar .section .authorization table tr td.label label, #wrapper #middle > .section #right-sidebar .section .authorization table tr td.label label {
    position: relative;
    left: 10px;
  }
  #wrapper #middle > .section #left-sidebar .section .authorization table tr td.field input[type=text], #wrapper #middle > .section #left-sidebar .section .authorization table tr td.field input[type=password], #wrapper #middle > .section #right-sidebar .section .authorization table tr td.field input[type=text], #wrapper #middle > .section #right-sidebar .section .authorization table tr td.field input[type=password] {
    width: 85%;
  }
  #wrapper #middle > .section #left-sidebar .section .authorization table tr.action, #wrapper #middle > .section #right-sidebar .section .authorization table tr.action {
    text-align: center;
  }
  #wrapper #middle > .section #left-sidebar .section .authorization table tr.action input, #wrapper #middle > .section #left-sidebar .section .authorization table tr.action button, #wrapper #middle > .section #right-sidebar .section .authorization table tr.action input, #wrapper #middle > .section #right-sidebar .section .authorization table tr.action button {
    position: relative;
    left: 10px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 600px) {
  #wrapper #middle > .section #left-sidebar .section > div, #wrapper #middle > .section #right-sidebar .section > div {
    display: block;
    margin: 0 auto !important;
  }
  #wrapper #middle > .section #left-sidebar .section > div.main_menu, #wrapper #middle > .section #right-sidebar .section > div.main_menu {
    width: auto;
  }
}
@media screen and (max-width: 380px) {
  #wrapper #header > .section img.logo {
    width: 100%;
  }
  #wrapper #header .moving-string .text {
    animation: marquee 60s linear infinite;
  }
  #wrapper #middle > .section #content .section {
    border-radius: 0;
    padding: 0;
  }
  #wrapper #middle > .section #content .section .title {
    background: none;
    filter: none;
    font-size: 28pt;
    padding: 10px;
  }
  #wrapper #middle > .section #content .section .page {
    padding: 10px;
  }
  #wrapper #middle > .section #content .section .page article.list .bottom {
    font-size: 8pt;
  }
}/*# sourceMappingURL=style.css.map */