@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html, button, input, select, textarea {
  font-family: sans-serif; }

html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h2 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h3 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h4 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h5 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h6 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

blockquote {
  margin: 0;
  padding: 0; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 0;
  padding: 0;
  font-size: 1.0rem;
  line-height: 150%; }

li {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
  font-size: 1.0rem;
  line-height: 150%; }

code, kbd, pre, samp {
  font-size: 1.0rem;
  line-height: 150%; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 1.0rem; }

sub, sup {
  font-size: 1.0rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 0;
  padding: 0; }

dt, dd {
  margin: 0;
  padding: 0;
  font-size: 1.0rem;
  line-height: 150%; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0;
  padding: 0; }

form {
  margin: 0;
  padding: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin: 0;
  padding: 0;
  /* 3 */ }

button, input, select, textarea {
  font-size: 1.0rem;
  /* 1 */
  margin: 0;
  padding: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  font-size: 1.0rem;
  line-height: 150%; }

body {
  text-align: center;
  color: #666; }

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, pre, code, input, textarea, button, select, option, blockquote, q {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 1.4rem;
  color: #888; }

div, h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, pre, code, input, textarea, button, select, option, blockquote, q {
  box-sizing: border-box; }

.cl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .cl {
  zoom: 1; }

/* IE6 */
*:first-child + html .cl {
  zoom: 1; }

/* IE7 */
.btn, .btns a {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1; }

.btn:hover, .btns a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -khtml-opacity: .6;
  -moz-opacity: .6; }

.btn {
  -moz-transition: opacity 0.3s ease-out 0s;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s; }

.btn:hover {
  -moz-transition: opacity 0.3s ease-out 0s;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s; }

body {
  background: #f5f5f5; }

.container {
  position: relative;
  width: 100%;
  padding-top: 40px; }
  .container .row {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }

@media (max-width: 667px) {
  .container .row {
    width: 94%;
    max-width: 94%; } }

input[type="text"],
input[type="password"] {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 7px 10px;
  box-sizing: border-box;
  height: 37px; }

input[type="date"] {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 7px 10px 6px;
  box-sizing: border-box;
  height: 37px; }

.submit1 {
  background: #19D872;
  border: none;
  width: 200px;
  height: 50px;
  font-size: 1.6rem;
  color: #fff; }

.spbtn {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 25px;
  right: 20px;
  box-sizing: border-box;
  padding: 5px;
  z-index: 1000;
  cursor: pointer; }
  .spbtn span {
    background: #19D872;
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    transition: all 0.25s ease-out 0s; }
  .spbtn .l1 {
    top: 0; }
  .spbtn .l2 {
    top: 8px; }
  .spbtn .l3 {
    top: 16px; }
  .spbtn.active .l1 {
    left: 0;
    top: 10px;
    transform: rotate(45deg); }
  .spbtn.active .l2 {
    opacity: 0; }
  .spbtn.active .l3 {
    left: 0;
    top: 8px;
    transform: rotate(-45deg); }
  @media (max-width: 767px) {
    .spbtn {
      top: 15px;
      right: 10px; } }

#header {
  background: #fff; }
  #header .title p {
    line-height: 90px;
    font-size: 2.4rem;
    color: #999;
    font-weight: normal;
    letter-spacing: 3px; }

@media (min-width: 768px) {
  #header {
    padding: 0;
    width: 100%;
    height: 80px; }
    #header .row {
      max-width: 100%; }
    #header .logo {
      float: left; }
      #header .logo img {
        height: 80px; }
    #header .title {
      position: absolute;
      width: 100%; }
      #header .title p {
        line-height: 90px; } }

@media (max-width: 767px) {
  #header {
    padding: 0;
    width: 100%;
    height: 60px; }
    #header .row {
      max-width: 100%; }
    #header .logo {
      float: left;
      padding-top: 5px; }
      #header .logo img {
        height: 50px; }
    #header .title {
      position: absolute;
      width: 100%; }
      #header .title p {
        line-height: 60px;
        font-size: 1.6rem; } }

.system_information > div {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid;
  text-align: left; }
  .system_information > div h3 {
    font-size: 1.8rem; }

.system_information .safe {
  border-color: #5993FF; }
  .system_information .safe h3 {
    color: #5993FF; }

.system_information .direction {
  border-color: #64D37C; }
  .system_information .direction h3 {
    color: #64D37C; }

.system_information .warning {
  border-color: #FFD84D; }
  .system_information .warning h3 {
    color: #FFD84D; }

.system_information .error {
  border-color: #FF797E; }
  .system_information .error h3 {
    color: #FF797E; }

.system_information .danger {
  border-color: #ED4DFF; }
  .system_information .danger h3 {
    color: #ED4DFF; }

#login .the_login {
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff; }
  #login .the_login form {
    display: block; }
    #login .the_login form dl {
      text-align: left; }
  #login .the_login .system_information {
    position: absolute; }

@media (min-width: 668px) {
  #login {
    padding-top: 0; }
    #login .the_login {
      width: 90%;
      max-width: 700px;
      height: 500px;
      position: absolute;
      top: calc( ( 100vh - 750px ) / 2);
      left: calc( ( 100% - 700px ) / 2); }
      #login .the_login .logo {
        padding-top: 30px; }
        #login .the_login .logo img {
          width: 250px; }
      #login .the_login form dl {
        width: 280px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto; }
        #login .the_login form dl input {
          width: 280px; }
        #login .the_login form dl dt {
          padding-bottom: 5px; }
      #login .the_login form p.submit {
        padding-top: 20px; }
      #login .the_login .system_information {
        top: 550px;
        width: 100%; } }

@media (max-width: 667px) {
  #login {
    padding-top: 0; }
    #login .the_login {
      width: 96%;
      max-width: 96%;
      height: 400px;
      position: absolute;
      top: calc( ( 100vh - 500px ) / 2);
      left: 2%; }
      #login .the_login .logo {
        padding-top: 20px; }
        #login .the_login .logo img {
          width: 150px; }
      #login .the_login form {
        padding-bottom: 30px; }
        #login .the_login form dl {
          width: 280px;
          margin-bottom: 20px;
          margin-left: auto;
          margin-right: auto; }
          #login .the_login form dl input {
            width: 280px; }
          #login .the_login form dl dt {
            padding-bottom: 5px; }
        #login .the_login form p.submit {
          padding-top: 20px; }
      #login .the_login .system_information {
        top: 430px;
        width: 100%; } }

#searchpanel .searchpanel {
  background: #fff; }
  #searchpanel .searchpanel form:after {
    content: "";
    display: block;
    clear: both; }
  #searchpanel .searchpanel form dl dt {
    text-align: left;
    line-height: 39px; }
  #searchpanel .searchpanel form dl dd {
    text-align: left; }
  #searchpanel .searchpanel form .during dd:after {
    content: "";
    display: block;
    clear: both; }
  #searchpanel .searchpanel form .during dd span {
    text-align: center;
    font-size: 1.8rem;
    line-height: 38px; }
  #searchpanel .searchpanel form .submit button {
    line-height: 37px;
    border-radius: 0px 3px 3px 0px / 0px 3px 3px 0px; }

@media (min-width: 768px) {
  #searchpanel .searchpanel {
    margin-left: auto;
    margin-right: auto; }
    #searchpanel .searchpanel form {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px; }
      #searchpanel .searchpanel form dl {
        padding-bottom: 20px;
        float: left; }
        #searchpanel .searchpanel form dl dt {
          float: left; }
        #searchpanel .searchpanel form dl dd {
          float: left; }
      #searchpanel .searchpanel form .during {
        padding-right: 30px;
        width: 47%;
        float: left; }
        #searchpanel .searchpanel form .during input {
          width: calc( ( 100% - 30px) / 2);
          float: left; }
        #searchpanel .searchpanel form .during dt {
          width: 10%; }
        #searchpanel .searchpanel form .during dd {
          width: 90%; }
          #searchpanel .searchpanel form .during dd span {
            display: block;
            width: 30px;
            float: left; }
      #searchpanel .searchpanel form .keywords {
        width: 44%;
        float: left; }
        #searchpanel .searchpanel form .keywords input {
          width: 100%;
          border-right: none;
          border-radius: 3px 0px 0px 3px / 3px 0px 0px 3px; }
        #searchpanel .searchpanel form .keywords dt {
          width: 20%; }
        #searchpanel .searchpanel form .keywords dd {
          width: 80%; }
      #searchpanel .searchpanel form .submit {
        width: 5%;
        float: left; }
        #searchpanel .searchpanel form .submit button {
          width: 100%;
          height: 37px; } }

@media (max-width: 767px) {
  #searchpanel .searchpanel {
    margin-left: auto;
    margin-right: auto; }
    #searchpanel .searchpanel form {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px; }
      #searchpanel .searchpanel form dl {
        padding-bottom: 0px; }
      #searchpanel .searchpanel form .during input {
        width: calc( 90% / 2);
        float: left; }
      #searchpanel .searchpanel form .during dd {
        width: 100%; }
        #searchpanel .searchpanel form .during dd span {
          display: block;
          width: 10%;
          float: left; }
      #searchpanel .searchpanel form .keywords input {
        width: 100%; }
      #searchpanel .searchpanel form .submit {
        padding-top: 20px;
        padding-bottom: 20px; }
        #searchpanel .searchpanel form .submit button {
          width: 100%;
          height: 37px; } }

#repletion_header p {
  text-align: right;
  font-size: 1.2rem; }

#resultpanel {
  padding-top: 10px; }
  #resultpanel .resultpanel {
    margin-left: auto;
    margin-right: auto;
    background: #fff; }
  #resultpanel table {
    width: 100%;
    border: 10px solid #fff; }
    #resultpanel table th, #resultpanel table td {
      padding: 10px; }
    #resultpanel table thead th {
      background: #F8FEFB; }
    #resultpanel table tbody tr:nth-of-type(even) {
      background: #f9f9f9; }
    #resultpanel table tbody td:nth-of-type(1) {
      width: 15.625%; }
    #resultpanel table tbody td:nth-of-type(2) {
      width: 24.625%; }
    #resultpanel table tbody td:nth-of-type(3) {
      width: 22.125%; }
    #resultpanel table tbody td:nth-of-type(4) {
      width: 12.5%; }
    #resultpanel table tbody td:nth-of-type(5) {
      width: 12.5%; }
    #resultpanel table tbody td:nth-of-type(6) {
      width: 12.5%; }
  #resultpanel dl {
    box-sizing: border-box; }
  #resultpanel .head {
    display: table;
    border: 10px solid #fff;
    border-bottom: none;
    width: 100%;
    padding: 10px;
    background: #127F45; }
    #resultpanel .head ul {
      display: table-row; }
      #resultpanel .head ul li {
        display: table-cell;
        font-weight: bold;
        color: #fff; }
        #resultpanel .head ul li:nth-of-type(1) {
          width: 15.625%; }
        #resultpanel .head ul li:nth-of-type(2) {
          width: 24.625%; }
        #resultpanel .head ul li:nth-of-type(3) {
          width: 22.125%; }
        #resultpanel .head ul li:nth-of-type(4) {
          width: 12.5%; }
        #resultpanel .head ul li:nth-of-type(5) {
          width: 12.5%; }
        #resultpanel .head ul li:nth-of-type(6) {
          width: 12.5%; }
  #resultpanel .body {
    display: table;
    border: 10px solid #fff; }
    #resultpanel .body .r_row {
      display: table-row; }
    #resultpanel .body dt {
      display: none; }
    #resultpanel .body dd {
      color: #555; }
    #resultpanel .body dl {
      display: table-cell;
      padding: 10px; }
      #resultpanel .body dl:nth-of-type(1) {
        width: 15.625%; }
      #resultpanel .body dl:nth-of-type(2) {
        width: 24.625%; }
      #resultpanel .body dl:nth-of-type(3) {
        width: 22.125%; }
      #resultpanel .body dl:nth-of-type(4) {
        width: 12.5%; }
      #resultpanel .body dl:nth-of-type(5) {
        width: 12.5%; }
      #resultpanel .body dl:nth-of-type(6) {
        width: 12.5%; }
  #resultpanel .r_row:nth-of-type(even) {
    background: #deece5; }
  #resultpanel .product {
    text-align: left; }
  #resultpanel .name {
    text-align: left; }
  #resultpanel .date {
    white-space: nowrap; }
  #resultpanel .number {
    white-space: nowrap;
    text-align: right; }
  #resultpanel .unitcost {
    white-space: nowrap;
    text-align: right; }
  #resultpanel .proceed {
    white-space: nowrap;
    text-align: right; }

@media (max-width: 767px) {
  #resultpanel {
    padding-top: 10px; }
    #resultpanel .resultpanel {
      margin-left: auto;
      margin-right: auto; }
    #resultpanel table {
      width: 100%; }
      #resultpanel table th, #resultpanel table td {
        padding: 10px; }
      #resultpanel table tbody td:nth-of-type(1) {
        width: 15.625%; }
      #resultpanel table tbody td:nth-of-type(2) {
        width: 24.625%; }
      #resultpanel table tbody td:nth-of-type(3) {
        width: 22.125%; }
      #resultpanel table tbody td:nth-of-type(4) {
        width: 12.5%; }
      #resultpanel table tbody td:nth-of-type(5) {
        width: 12.5%; }
      #resultpanel table tbody td:nth-of-type(6) {
        width: 12.5%; }
    #resultpanel .head {
      display: none; }
    #resultpanel .body {
      width: 100%; }
      #resultpanel .body .r_row {
        padding: 10px 5px;
        display: block; }
      #resultpanel .body dt {
        display: inline-block;
        width: 80px;
        font-weight: bold; }
      #resultpanel .body dd {
        display: inline-block; }
      #resultpanel .body dl {
        display: block;
        padding: 2px;
        text-align: left; }
        #resultpanel .body dl:nth-of-type(1) {
          width: 100%; }
        #resultpanel .body dl:nth-of-type(2) {
          width: 100%; }
        #resultpanel .body dl:nth-of-type(3) {
          width: 100%; }
        #resultpanel .body dl:nth-of-type(4) {
          width: 100%; }
        #resultpanel .body dl:nth-of-type(5) {
          width: 100%; }
        #resultpanel .body dl:nth-of-type(6) {
          width: 100%; }
    #resultpanel .product {
      text-align: left; }
    #resultpanel .name {
      text-align: left; }
    #resultpanel .date {
      white-space: nowrap; }
    #resultpanel .number {
      white-space: nowrap;
      text-align: right; }
    #resultpanel .unitcost {
      white-space: nowrap;
      text-align: right; }
    #resultpanel .proceed {
      white-space: nowrap;
      text-align: right; } }

#result_pagenation {
  padding-top: 10px; }
  #result_pagenation li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.0rem; }
    #result_pagenation li a span {
      background: #666;
      padding: 4px 9px;
      display: inline-block;
      border-radius: 4px;
      color: #fff;
      text-decoration: none; }
      #result_pagenation li a span:hover {
        background: #999; }
    #result_pagenation li.current a span {
      background: #eee;
      color: #333; }

#sidebar {
  position: fixed;
  width: 0;
  height: 100vh;
  top: 0;
  right: 0;
  background: #fff;
  padding-top: 100px;
  transition: width 0.25s ease-out 0s;
  overflow: hidden; }
  #sidebar .the_user {
    width: 200px;
    padding: 0 20px;
    position: absolute;
    right: 0; }
    #sidebar .the_user p {
      font-size: 1.8rem;
      text-align: left;
      border-bottom: 1px dotted #eee;
      color: #ccc; }
      #sidebar .the_user p i {
        display: inline-block;
        padding-right: 10px;
        font-size: 1.4rem; }
  #sidebar ul {
    padding: 0 20px;
    top: 160px;
    width: 160px;
    position: absolute;
    right: 0; }
  #sidebar li {
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px dotted #eee;
    margin-bottom: 10px;
    white-space: nowrap; }
    #sidebar li a:link, #sidebar li a:active, #sidebar li a:visited, #sidebar li a:hover {
      color: #127F45;
      text-decoration: none; }
    #sidebar li i {
      color: #19da73;
      padding-right: 10px; }
  #sidebar.active {
    width: 200px; }

#version {
  position: absolute;
  width: 180px;
  height: 1em;
  bottom: 10px;
  right: 10px;
  text-align: right; }
  #version p {
    font-size: 1.0rem;
    color: #aaa;
    white-space: nowrap; }

#update {
  width: 200px;
  padding: 0 20px;
  position: absolute;
  top: 330px;
  right: 0;
  text-align: right; }
  #update p {
    font-size: 1.0rem;
    color: #aaa;
    white-space: nowrap; }

.has_no_result {
  display: none; }

#uploadpanel .uploadpanel {
  background: #fff; }
  #uploadpanel .uploadpanel p.lead {
    background: #f5f5f5;
    text-align: left; }
  #uploadpanel .uploadpanel dl {
    text-align: left;
    display: inline-block;
    box-sizing: border-box; }
    #uploadpanel .uploadpanel dl dt {
      display: inline-block;
      box-sizing: border-box; }
    #uploadpanel .uploadpanel dl dd {
      display: inline-block;
      box-sizing: border-box; }
  #uploadpanel .uploadpanel .submit {
    display: inline-block; }

@media (min-width: 768px) {
  #uploadpanel .uploadpanel {
    padding: 30px; }
    #uploadpanel .uploadpanel p.lead {
      padding: 15px; }
    #uploadpanel .uploadpanel dl {
      width: calc( 100% - 60px);
      padding-top: 20px; }
      #uploadpanel .uploadpanel dl dt {
        padding: 20px 15px;
        width: 150px; }
      #uploadpanel .uploadpanel dl dd {
        padding: 20px 15px;
        width: calc( 100% - 160px); }
    #uploadpanel .uploadpanel .submit {
      width: 50px; }
      #uploadpanel .uploadpanel .submit .submit1 {
        width: 100%; } }

@media (max-width: 767px) {
  #uploadpanel .uploadpanel {
    padding: 10px; }
    #uploadpanel .uploadpanel p.lead {
      padding: 10px; }
    #uploadpanel .uploadpanel dl {
      width: 100%;
      padding-top: 20px;
      padding-left: 10px; }
      #uploadpanel .uploadpanel dl dt {
        padding: 0 0 10px;
        width: 100%; }
      #uploadpanel .uploadpanel dl dd {
        padding: 0 0 10px;
        width: 100%; }
    #uploadpanel .uploadpanel .submit {
      width: 100%; }
      #uploadpanel .uploadpanel .submit .submit1 {
        width: 100%; } }

#userpanel .userpanel {
  background: #fff; }
  #userpanel .userpanel p.lead {
    background: #f5f5f5;
    text-align: left; }
  #userpanel .userpanel dl.user {
    text-align: left; }
    #userpanel .userpanel dl.user dt {
      box-sizing: border-box;
      vertical-align: top; }
    #userpanel .userpanel dl.user .uname strong {
      font-size: 2rem; }
    #userpanel .userpanel dl.user > dd {
      vertical-align: top;
      box-sizing: border-box;
      border-left: 1px solid #ccc; }
      #userpanel .userpanel dl.user > dd dl dt, #userpanel .userpanel dl.user > dd dl dd {
        vertical-align: middle; }

@media (min-width: 768px) {
  #userpanel .userpanel {
    padding: 30px; }
    #userpanel .userpanel p.lead {
      padding: 15px;
      margin-bottom: 20px; }
    #userpanel .userpanel dl.user {
      width: 100%;
      display: inline-block;
      padding-top: 0; }
      #userpanel .userpanel dl.user dt {
        display: inline-block;
        padding: 10px 15px 0;
        width: 150px; }
      #userpanel .userpanel dl.user .uname strong {
        display: block; }
      #userpanel .userpanel dl.user > dd {
        display: inline-block;
        padding: 5px 0px 0px 20px;
        width: calc( 100% - 160px); }
        #userpanel .userpanel dl.user > dd dl {
          padding: 0; }
          #userpanel .userpanel dl.user > dd dl dt, #userpanel .userpanel dl.user > dd dl dd {
            padding: 0 0 10px 20px;
            display: inline-block; }
          #userpanel .userpanel dl.user > dd dl dt {
            width: 150px; }
          #userpanel .userpanel dl.user > dd dl dd {
            width: calc(100% - 155px); }
      #userpanel .userpanel dl.user input[type=password] {
        width: 100%; }
    #userpanel .userpanel .submit {
      width: 200px;
      display: inline-block;
      padding-top: 30px; }
      #userpanel .userpanel .submit .submit1 {
        width: 100%; } }

@media (max-width: 767px) {
  #userpanel .userpanel {
    padding: 10px; }
    #userpanel .userpanel p.lead {
      padding: 10px;
      margin-bottom: 20px; }
    #userpanel .userpanel dl.user {
      width: 100%;
      display: inline-block;
      padding-top: 0;
      padding: 10px 10px;
      box-sizing: border-box; }
      #userpanel .userpanel dl.user dt {
        padding: 0 0 15px; }
      #userpanel .userpanel dl.user .uname strong {
        padding-left: 20px; }
      #userpanel .userpanel dl.user > dd {
        padding: 0px;
        border: none; }
        #userpanel .userpanel dl.user > dd dl {
          padding: 0; }
          #userpanel .userpanel dl.user > dd dl dt, #userpanel .userpanel dl.user > dd dl dd {
            padding: 0 0 10px 0px;
            box-sizing: border-box; }
          #userpanel .userpanel dl.user > dd dl dd {
            width: 100%; }
      #userpanel .userpanel dl.user input[type=password] {
        width: 100%; }
    #userpanel .userpanel .submit {
      width: 100%;
      display: inline-block;
      padding-top: 0px; }
      #userpanel .userpanel .submit .submit1 {
        width: 100%; } }
