/* Reset */
body, html { margin: 0; padding: 0; }
html { height: 100%; }
body {
  background: #fffdd8; /* Old browsers */
  background: -moz-linear-gradient(top, #fffdd8 0%, #fffccc 37%, #fff880 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fffdd8 0%,#fffccc 37%,#fff880 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fffdd8 0%,#fffccc 37%,#fff880 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-attachment: fixed;
}

.main {
  margin-bottom: 50px;
}

/* Main menu */
.main-menu-wrap {
  position: relative;
  min-height: 50px;
  width: 100%;
  background-color: #b2b0df;
  -webkit-box-shadow: 1px 2px 4px 1px #908bcd;
  -moz-box-shadow: 1px 2px 4px 1px #908bcd;
  -o-box-shadow: 1px 2px 4px 1px #908bcd;
  box-shadow: 1px 2px 4px 1px #908bcd;
}
/*** NEW YEAR ****/
/*.main-menu-wrap:after {
  background: url('/img/lights.png') !important;
  position: absolute;
  content: '';
  width: 100%;
  height: 28px;
  bottom: 0;
  top: 103%;
}*/

.main-menu {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}
.menu-item { display: inline-block; margin: 10px; }
.menu-item a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 20px;
  color: #586179;
  -webkit-transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
}
.menu-item a:hover { color: aliceblue; }

.main-menu .active { color: aliceblue!important; }
/* Content */
.content { margin: 0 10px; }

/* Dictionary */
.user-codes-wrap {
  border-bottom: 2px solid #aba9b79e;
  padding: 5px 0;
  margin-bottom: 20px;
  margin-top: 10px;
}
.kryon-codes-title {
  font-size: 24px;
  color: #3e30af;
  display: block;
  border-bottom: 2px solid #aba9b79e;
  padding: 5px 0;
  text-decoration: none;
  cursor: default;
}
.user-codes-title {
  font-size: 24px;
  color: #3e30af;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  border: none;
}
.user-dictionary-btn {
  text-decoration: none;
  color: #428bca;
  font-size: 14px;
  border-bottom: 1px solid #428bca;
  padding-bottom: 2px;
}
.user-dictionary-btn > span { margin-right: 5px; }
.user-edit-dictionary {
  border: 1px solid transparent;
  padding: 3px;
  cursor: pointer;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.user-edit-short { display: none; }
.user-edit-dictionary:hover { color: #5597da; border-color: #babce2; }
.user-edit-dictionary-active { color: #5597da!important; border-color: #babce2!important; }

.search-content-msg {
  color: darkred;
  background: #ffc0c0;
  width: 400px;
  margin: 15px auto 5px auto;
  word-break: break-word;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}
#phrase { margin-bottom: 0; }

/* Dictionary table */
.table-dictionary-menu,
.user-favorite-menu { padding: 0; list-style: none; }
.table-dictionary-menu > li,
.user-favorite-menu > li {
  display: inline-block;
  font-size: 18px;
  margin-right: 15px;
  padding: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: border-color ease-in-out .3s;
  -moz-transition: border-color ease-in-out .3s;
  -o-transition: border-color ease-in-out .3s;
  transition: border-color ease-in-out .3s;
}
.table-menu-icon,
.favorite-menu-icon {
  color: gray;
  -webkit-transition: color ease-in-out .3s;
  -moz-transition: color ease-in-out .3s;
  -o-transition: color ease-in-out .3s;
  transition: color ease-in-out .3s;
}
.table-dictionary-menu > li:hover,
.user-favorite-menu > li:hover{ border-color: #babce2; }
.table-dictionary-menu > li:hover .table-menu-icon,
.user-favorite-menu > li:hover .favorite-menu-icon{ color: #5597da; }
.favorite-menu-active { border-color: #babce2!important; }
.favorite-menu-icon-active { color: #5597da!important; }

.table-wrap-nodata,
table-wrap-data-loader{ text-align: center; }
.nodata-wrap,
.favorite-wrap {
  margin: 0 auto;
  width: 450px;
  background: #daf0ff;
  color: #34549c;
  font-size: 18px;
  padding: 5px 2px;
  outline: 1px solid #b3e0ff;
}
.data-loader-wrap {
  margin: 0 auto;
  width: 450px;
  color: #34549c;
  font-size: 18px;
  padding: 5px 2px;
  text-align: center;
}
.data-loader {
  margin: 0 auto;
  width: 450px;
  color: #34549c;
  font-size: 18px;
  padding: 5px 2px;
}
.nodata-title,
.data-loader-title { margin-bottom: 10px; font-size: 20px; font-weight: bold; }
.nodata-text,
.data-loader-text { text-align: left; padding: 0 5px; font-size: 16px; }
.nodata-img,
.data-loader-img{ margin-top: 10px; }

.user-dictionary-table { width: 100%; border-collapse: collapse; }
.user-dictionary-table th { font-size: 18px; background-color: #babce2; }
.user-table-row:nth-child(even) { background: #d8e2ec; }
.user-table-row:nth-child(odd) { background: #fcfdff; }
.user-table-row {
  -webkit-transition: background-color ease-in-out .3s;
  -moz-transition: background-color ease-in-out .3s;
  -o-transition: background-color ease-in-out .3s;
  transition: background-color ease-in-out .3s;
}
.user-table-row.selected-edit { background-color: #83c1d2bd!important; }
.user-table-row.selected-remove { background-color: #d28c83bd!important; }
.user-table-row:hover { background-color: #83c1d2bd; }
.user-table-row td { padding: 2px 4px; }
.user-table-row td:nth-child(-n+2) { text-align: center; }
.dictionary-text-cell { word-break: break-all; }
#downloadDictionary { display: none; }

/* Table menu */
.table-menu-nav-wrap { outline: 1px solid #cbc7b5; padding: 2px 0; }
.table-menu-nav {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 460px;
}
.table-total-rows {
  display: none;
  margin: 0 auto;
  width: 260px;
  text-align: center;
}
.table-menu-nav > li { display: inline-block; text-align: center; padding: 4px; }
.table-menu-nav-btn {
  border: 1px solid transparent;
  width: 20px;
  -webkit-transition: border-color ease-in-out .3s;
  -moz-transition: border-color ease-in-out .3s;
  -o-transition: border-color ease-in-out .3s;
  transition: border-color ease-in-out .3s;
}
.table-menu-nav-btn:hover { border-color: #babce2; }
.table-menu-nav-btn > span {
  color: gray;
  -webkit-transition: color ease-in-out .3s;
  -moz-transition: color ease-in-out .3s;
  -o-transition: color ease-in-out .3s;
  transition: color ease-in-out .3s;
}
.table-menu-nav-btn:hover > span { color: #5597da; }

/* Table menu CRUD */
.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(186, 188, 226, 0.85);
  z-index: 5;
  box-shadow: 1px 1px 7px 0px #949393;
  -webkit-box-shadow: 1px 1px 7px 0px #949393;
  -moz-box-shadow: 1px 1px 7px 0px #949393;
  -o-box-shadow: 1px 1px 7px 0px #949393;
}
.table-menu-crud {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  width: 400px;
  border-top: 1px solid #8080801f;
}
.table-menu-crud-item {
  display: inline-block;
  font-size: 18px;
  padding: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: border-color ease-in-out .3s;
  -moz-transition: border-color ease-in-out .3s;
  -o-transition: border-color ease-in-out .3s;
  transition: border-color ease-in-out .3s;
}
.table-menu-crud-item:hover { border-color: #babce2; }
.table-menu-crud-icon {
  color: gray;
  -webkit-transition: color ease-in-out .3s;
  -moz-transition: color ease-in-out .3s;
  -o-transition: color ease-in-out .3s;
  transition: color ease-in-out .3s;
}
.table-menu-crud-item:hover > .table-menu-crud-icon { color: #5597da; }
.active-crud-item { border-color: #babce2!important; }
.active-crud-item > .table-menu-crud-icon { color: #5597da!important; }


/* Favorite */
.user-favorite-add-wrap,
.user-favorite-edit-wrap{ margin: 0 auto; width: 600px; }
#favoriteSearch {
  display: block;
  width: 100%;
  height: 20px;
  padding: 6px 12px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.user-favorite-table { width: 626px; border-collapse: collapse; margin-top: 10px; }
.user-favorite-table-row:nth-child(even) { background: #d8e2ec; }
.user-favorite-table-row:nth-child(odd) { background: #fcfdff; }
.user-favorite-table-row {
  -webkit-transition: background-color ease-in-out .3s;
  -moz-transition: background-color ease-in-out .3s;
  -o-transition: background-color ease-in-out .3s;
  transition: background-color ease-in-out .3s;
}
.user-favorite-table-row:hover { background-color: #83c1d2bd; }
.user-favorite-table-cell { padding: 5px; text-align: center; cursor: pointer; }
.favorite-exist { background-color: #a8d8aa!important; }

.autocomplete-favorite {
  outline: 1px solid #ccc;
  background: white;
  width: 612px;
  /*position: absolute;
  z-index: 15;*/
  max-height: 100px;
  overflow: hidden;
}
.autocomplete-favorite-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  height: 100%;
  max-height: 500px;
  overflow-y: auto;
}
.autocomplete-favorite-list-item { margin: 5px; border-bottom: 1px solid #e2e2e2; cursor: pointer; }
.autocomplete-favorite-list-item:nth-last-child { border-bottom: none; }
.favorite-all-list,
.favorite-all-sublist { margin: 0; padding: 0; list-style: none; }
.favorite-all-sublist { margin: 0 0 10px 10px; }
.favorite-all-list-item,
.favorite-all-sublist-item { padding: 5px 2px; }
.favorite-item-ico { font-size: 12px; }
.favorite-like-short { display: none; }
.favorite-all-list-item-title {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid transparent;
  -webkit-transition: background-color ease-in-out 0.35s, border-color ease-in-out 0.35s;
  -moz-transition: background-color ease-in-out .35s, border-color ease-in-out 0.35s;
  -o-transition: background-color ease-in-out .35s, border-color ease-in-out 0.35s;
  transition: background-color ease-in-out .35s, border-color ease-in-out 0.35s;
}
.favorite-all-list-item-title:hover {
  background-color: #dbe5f1;
  border-color: #dadada;
  -webkit-transition: background-color ease-in-out 0.35s, border-color ease-in-out 0.35s;
  -moz-transition: background-color ease-in-out .35s, border-color ease-in-out 0.35s;
  -o-transition: background-color ease-in-out .35s, border-color ease-in-out 0.35s;
  transition: background-color ease-in-out .35s, border-color ease-in-out 0.35s;
}
.favorite-all-list-item-content {}
.item-content-visible {
  height: auto;
  visibility: visible;
  -webkit-transition: height ease-in-out 0.35s;
  -moz-transition: height ease-in-out .35s;
  -o-transition: height ease-in-out .35s;
  transition: height ease-in-out .35s;
}
.item-content-hide { height: 0px; visibility: hidden; }



.level-title { font-size: 18px; color: #3d529c; text-align: center; }
.level-list { list-style: none; padding: 0; text-align: center; }
.level-list_item {
  margin: 5px 10px;
  display: inline-flex;
  text-align: left;
  width: 20%;
  cursor: pointer;
  background-color: #b5d6ff00;
  -webkit-transition: background-color ease-in-out .3s;
  -moz-transition: background-color ease-in-out .3s;
  -o-transition: background-color ease-in-out .3s;
  transition: background-color ease-in-out .3s;
}
.phrase-cb { height: 10px; }
.level-list_item-select {
  color: #547092;
  background-color: #b5d6ff6b;
  -webkit-transition: color ease-in-out .3s, background-color ease-in-out .3s;
  -moz-transition: color ease-in-out .3s, background-color ease-in-out .3s;
  -o-transition: color ease-in-out .3s, background-color ease-in-out .3s;
  transition: color ease-in-out .3s, background-color ease-in-out .3s;
}
.search-wrap {
  background: #ffffffbf;
  padding: 10px 15px;
  margin: 0 auto;
  width: 800px;
  height: 40px;
  border: 1px solid #d2d2d278;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: width ease-in-out .3s;
  -moz-transition: width ease-in-out .3s;
  -o-transition: width ease-in-out .3s;
  transition: width ease-in-out .3s;
}
.search-wrap_field { height: 30px; }
.search-wrap_field:nth-of-type(1) { width: 70%; float: left; }
.search-wrap_field:nth-of-type(2) { width: 20%; float: right; }
.search-wrap_field-search { padding-right: 25px; }
.search-phrases-wrap { text-align: center; font-size: 18px; }

.form-search {
  display: block;
  width: 100%;
  height: 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn-search {
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #428bca;
  border: 1px solid #357ebd;
}
.btn-search:hover,
.btn-search:focus { color: #fff; background-color: #3276b1; border-color: #285e8e; }
.search-login { display: none; }

/* File upload modal */
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  outline: 1px solid;
  left: 0;
  top: 0;
  right: 0;
  border: 0;
  background: rgba(0, 0, 0, .7);
}
.modal-wrap {
  margin: 0 auto;
  width: 400px;
  top: 10%;
  position: relative;
  height: 100px;
  z-index: 10;
}
.modal-content { padding: 10px; border-radius: 5px; background: white; }
.modal-content-header {
  font-size: 18px;
  padding: 0;
  margin: 5px 0 10px 0;
  text-align: center;
}
.modal-remove-text { background: #efefef; padding: 10px 5px; }
.modal-content-close { text-align: right; height: 20px; }
.modal-content-close > span {
  color: #6b6b6b;
  -webkit-transition: color ease-in-out .3s;
  -moz-transition: color ease-in-out .3s;
  -o-transition: color ease-in-out .3s;
  transition: color ease-in-out .3s;
}
.modal-content-close > span:hover { color: #3276e0; }
.preloader-cat { text-align: center; }
.preloader-cat > img { display: block; margin: 0 auto; }
.modal-content-info { margin-bottom: 10px; }
.modal-content-example { background-color: #f3ece8; padding: 3px 5px; margin-top: 5px; }

.modal-content-msg {
  word-break: break-word;
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}
.err-msg { color: darkred; background: #ffdddd; outline: 1px solid #ffa9a9; }
.ok-msg { color: forestgreen; background: #edffdd; outline: 1px solid #a9ffa9; }
#file-upload { display: none; }
.modal-file-upload {
  border: 1px solid #ccc;
  color: #6b6b6b;
  display: block;
  padding: 6px 12px;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: color ease-in-out .3s, border-color ease-in-out .3s;
  -moz-transition: color ease-in-out .3s, border-color ease-in-out .3s;
  -o-transition: color ease-in-out .3s, border-color ease-in-out .3s;
  transition: color ease-in-out .3s, border-color ease-in-out .3s;
}
.modal-file-upload:hover { border-color: #71a7fb; color: #3276e0; }

.modal-confirm-menu { margin: 15px 0 5px 0; list-style: none; padding: 0; }
.modal-confirm-menu > li {
  border: 1px solid #ccc;
  color: #000000;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.1%;
  padding: 6px 12px;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.modal-confirm-btn-apply { margin-right: 10px; background: #b4e2ac; }
.modal-confirm-btn-apply:hover { border-color: #61aeff; color: #ffffff; background: #4cab4f; }
.modal-confirm-btn-cancel { background: #ffb4b4; }
.modal-confirm-btn-cancel:hover { border-color: #71a7fb; color: #ffffff; background: #ab4c4c; }
#editUserRow {
  margin-top: 5px;
  height: 100px;
  width: 100%;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Table menu filter */
.table-menu-filter {
  padding: 2px 5px;
  text-align: center;
  margin: 5px 0;
}
.table-menu-filter > label { height: 25px; display: inline-block; }
.table-menu-filter > label:nth-child(2) { margin-left: 5px; }
.table-menu-filter-btn {
  text-align: center;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  -webkit-transition: border-color ease-in-out .3s, color ease-in-out .3s;
  -moz-transition: border-color ease-in-out .3s, color ease-in-out .3s;
  -o-transition: border-color ease-in-out .3s, color ease-in-out .3s;
  transition: border-color ease-in-out .3s, color ease-in-out .3s;
}
.table-menu-filter-btn:hover,
.table-menu-filter-btn:focus{ border-color: #71a7fb; color: #3276e0; }

/* Change user password */
.user-password-change-wrap {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  color: #4c4677;
}
.user-password-change-msg {
  outline: 1px solid;
  margin: 0 5px 15px 5px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}
.msg-ok { color: forestgreen; background: #edffdd; outline: 1px solid #a9ffa9; }
.msg-err { color: darkred; background: #ffdddd; outline: 1px solid #ffa9a9; }

/* About us */
.about {
  width: 100%;
  max-width: 700px;
  min-height: 100px;
  margin: 0 auto;
}
.about p { font-style: italic; color: #06164a; font-size: 20px; }
.about h2 { font-style: italic; text-align: center; color: #06164a; }

/* Authorize */
.authorize { width: 100%; margin: 0 auto; max-width: 400px; }
.auth-error {
  font-size: 20px;
  color: darkred;
  background: #ffdada;
  margin: 10px 0;
  padding: 10px 2px;
  text-align: center;
}
.field-wrap { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; margin-bottom: 15px; }
.field-wrap > label {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 5px 5px;
  font-weight: 700;
}
.loginField, .passwordField {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .3s, -webkit-box-shadow ease-in-out .3s;
  -moz-transition: border-color ease-in-out .3s, -moz-box-shadow ease-in-out .3s;
  -o-transition: border-color ease-in-out .3s, -o-box-shadow ease-in-out .3s;
  transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
}
.loginField:focus,
.passwordField:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.submitFrom {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  -webkit-transition: border-color ease-in-out .3s, color ease-in-out .3s;
  -moz-transition: border-color ease-in-out .3s, color ease-in-out .3s;
  -o-transition: border-color ease-in-out .3s, color ease-in-out .3s;
  transition: border-color ease-in-out .3s, color ease-in-out .3s;
}
.submitFrom:hover,
.submitFrom:focus { border-color: #71a7fb; color: #3276e0; }

.password-weak,
.password-normal,
.password-strong { font-size: 14px; font-style: italic; font-weight: bold; }
.password-weak { color: #bf0106; }
.password-normal {color: #d6b756; }
.password-strong { color: #008000; }

/* Meta card */
.search-wrap-card {
  height: 100px;
}
.meta-card-content { text-align: center; margin-top: 80px; }
.meta-card-img-wrap { width: 280px; display: inline-block; padding: 0 20px 20px 0; }
.meta-card-img {
  width: 100%;
  -webkit-box-shadow: -2px 6px 7px 0 #949393;
  -moz-box-shadow: -2px 6px 7px 0 #949393;
  -o-box-shadow: -2px 6px 7px 0 #949393;
  box-shadow: -2px 6px 7px 0 #949393;
}
.meta-card-text {
  white-space: pre-line;
  display: inline-block;
  height: 390px;
  vertical-align: top;
  font-family: sans-serif;
  font-style: oblique;
  line-height: 20px;
}
.search-card-wrap-fields {
  width: auto;
  height: auto;
  float: left;
  margin-top: 10px;
  border: 1px #cbcbcb solid;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* Logout */
.logout-form { display: inline-block; }
.logout-btn {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: #b2b0df;
  text-decoration: underline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: color ease-in-out .3s;
  -moz-transition: color ease-in-out .3s;
  -o-transition: color ease-in-out .3s;
  transition: color ease-in-out .3s;
}
.logout-btn:hover { color: #555fd4; }

/* Title */
.arched-title-wrap { margin: 10px 0; padding: 5px; }
.arched-title {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  min-height: 100px;
  text-align: center;
}
.arched-title > span {
  height: 33px;
  position: absolute;
  width: 26px;
  top: 0;
  transform-origin: 0 200px;
  font-size: 30px;
}
.arched-title-char:nth-of-type(1)  { left: 23%; top: 32px; transform: rotate(-20deg); }
.arched-title-char:nth-of-type(2)  { left: 26.667%; top: 23px; transform: rotate(-18deg); }
.arched-title-char:nth-of-type(3)  { left: 29.1667%; top: 18px; transform: rotate(-16deg); }
.arched-title-char:nth-of-type(4)  { left: 31.667%; top: 14px; transform: rotate(-14deg); }
.arched-title-char:nth-of-type(5)  { left: 34.167%; top: 10px; transform: rotate(-12deg); }
.arched-title-char:nth-of-type(6)  { left: 36.667%; top: 6px; transform: rotate(-10deg); }
.arched-title-char:nth-of-type(7)  { left: 39.167%; top: 4px; transform: rotate(-8deg); }
.arched-title-char:nth-of-type(8)  { left: 41.667%; top: 2px; transform: rotate(-6deg); }
.arched-title-char:nth-of-type(9)  { left: 44.167%; top: 1px; transform: rotate(-4deg); }
.arched-title-char:nth-of-type(10) { left: 46.667%; transform: rotate(-2deg); }
.arched-title-char:nth-of-type(11) { left: 50%; transform: rotate(0deg); }
.arched-title-char:nth-of-type(12) { left: 53.334%; top: 2px; transform: rotate(2deg); }
.arched-title-char:nth-of-type(13) { left: 55.834%; top: 2px; transform: rotate(4deg); }
.arched-title-char:nth-of-type(14) { left: 58.334%; top: 4px;transform: rotate(6deg); }
.arched-title-char:nth-of-type(15) { left: 60.834%; top: 7px; transform: rotate(8deg); }
.arched-title-char:nth-of-type(16) { left: 64.167%; top: 11px; transform: rotate(10deg); }
.arched-title-char:nth-of-type(17) { left: 66.667%; top: 14px; transform: rotate(12deg); }
.arched-title-char:nth-of-type(18) { left: 69.167%; top: 18px; transform: rotate(14deg); }
.arched-title-char:nth-of-type(19) { left: 71.667%; top: 23px; transform: rotate(16deg); }
.arched-title-char:nth-of-type(20) { left: 74.167%; top: 28px; transform: rotate(18deg); }

/* Footer */
.footer { padding: 15px; }
.footer-link-wrap { border-top: 2px solid #aba9b79e; padding-top: 10px; }
.footer-link { margin-bottom: 10px; }
.footer-link a { font-size: 16px; color: black; }
.footer-link i { padding-right: 6px; font-size: 20px; color: #4cafe1; }
.social { margin: 0; padding: 0; list-style: none; }
.social > li { margin: 5px 0; }
.social-youtube i { color: #e14c4c; }

/* Clipboard */
.clipboard-wrap { position: fixed; bottom: 50px; right: 20px; }
.clipboard-visible {
  opacity: 1;
  -webkit-transition: opacity ease-in-out .3s;
  -moz-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}
.clipboard-hide {
  opacity: 0;
  -webkit-transition: opacity ease-in-out .3s;
  -moz-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}
#clipboardStub {
  /*visibility: hidden;*/
  outline: none;
  border: none;
  display: inline;
  width: 1px;
  height: 1px;
}
.clipboard-wrap-btn { text-align: right; }
.btn-clipboard {
  width: initial;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #428bca;
  border: 1px solid #357ebd;
  -webkit-transition: color ease-in-out .3s, background-color ease-in-out .3s, border-color ease-in-out .3s;
  -moz-transition: color ease-in-out .3s, background-color ease-in-out .3s, border-color ease-in-out .3s;
  -o-transition: color ease-in-out .3s, background-color ease-in-out .3s, border-color ease-in-out .3s;
  transition: color ease-in-out .3s, background-color ease-in-out .3s, border-color ease-in-out .3s;
}
.btn-clipboard:hover,
.btn-clipboard:focus {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
  -webkit-transition: color ease-in-out .3s, background-color ease-in-out .3s, border-color ease-in-out .3s;
  -moz-transition: color ease-in-out .3s, background-color ease-in-out .3s, border-color ease-in-out .3s;
  -o-transition: color ease-in-out .3s, background-color ease-in-out .3s, border-color ease-in-out .3s;
  transition: color ease-in-out .3s, background-color ease-in-out .3s, border-color ease-in-out .3s;
}
#copySuccess {
  outline: 1px solid #a9ffa9;
  margin: 0 5px 15px 5px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  color: forestgreen;
  background: #edffdd;
}
.copySuccess-hide{
  opacity: 0;
  -webkit-transition: opacity ease-in-out .3s;
  -moz-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}
.copySuccess-show{
  opacity: 1;
  -webkit-transition: opacity ease-in-out .3s;
  -moz-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}
.clipboard-wrap-btn-hide { display: none; }

/* Media */
@media (max-width: 1200px) {
  .level-list li { width: 20% }
  .meta-card-img-wrap {padding: 0 10px 10px 0; }
  .meta-card-text { max-width: 60%; }
}
@media (max-width: 890px) {
  .search-wrap { width: 700px; }
  .level-list li { width: 40% }
  .second-col { display: none; }
  .meta-card-img-wrap {padding: 0 10px 10px 0; }
  .meta-card-text { max-width: 50%; line-height: 22px; }
  .search-wrap-card { height: 160px; }
}
@media (max-width: 780px) {
  .search-wrap { width: 600px; }
  .meta-card-img { width: 90%; }
  .meta-card-text { max-width: 100%; height: 100%; }
  .meta-card-content { margin-top: 50px; }
}
@media (max-width: 680px) {
  .search-wrap { width: 400px; height: initial; }
  .search-wrap_field { display: block; height: initial; }
  .form-search { height: 30px; }
  .search-wrap_field:nth-of-type(1) { width: 93.5%; float: none; }
  .search-wrap_field:nth-of-type(2) { width: 100%; float: none; margin-top: 15px; }
  .table-menu-nav { width: 260px; }
  .table-menu-nav { text-align: center; }
  .table-menu-nav li:last-child { display: none; }
  .table-total-rows { display: block; }
  .table-menu-crud { width: 340px; }
  .user-edit-full { display: none; }
  .user-edit-short { display: inline-block; }

  .meta-card-img { width: 80%; }
  .search-card-wrap-fields { float: none; }
  .search-wrap-card { height: 100%; }
}

/* ----------- Galaxy S3 ----------- */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2),
  /* ----------- Galaxy S4, S5 and Note 3 ----------- */
screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3),
  /* ----------- Galaxy S6 ----------- */
screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4),
  /* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
  /* ----------- iPhone X ----------- */
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .search-wrap { width: initial; height: initial; }
  .search-wrap_field { display: block; height: initial; }
  .form-search { height: 30px; }
  .search-wrap_field:nth-of-type(1) { width: initial; float: none; }
  .search-wrap_field:nth-of-type(2) { width: 100%; float: none; margin-top: 15px; }
  .table-menu-nav { width: 260px; }
  .table-menu-nav { text-align: center; }
  .table-menu-nav li:last-child { display: none; }
  .table-total-rows { display: block; }
  .table-menu-crud { width: 340px; }
  .user-edit-full { display: none; }
  .user-edit-short { display: inline-block; }
}

/* -- iPhone 11 -- */
@media only screen
and (device-width: 414px)
and (device-height: 896px)
and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .menu-item { display: block; margin: 0; padding: 0; }
  .arched-title { min-height: 80px; }
  .arched-title > span { font-size: 25px; }
  .level-list li { width: initial; display: block; margin: 10px 5px; }
  .user-edit-dictionary { display: block; margin: 5px 0; width: 110px; }
  .auth-main-menu-item { padding: 10px 5px; }
  .modal-wrap { width: 350px; height: 100%; top: 20%; }
  .modal-confirm-menu > li { display: block; width: 100%; margin-bottom: 10px; }
  .table-menu-crud { text-align: center; }
  .table-menu-crud-item { display: inline-block; width: 60px; }
  .table-menu-crud-text { display: none; }
  .user-table-row td { padding: 5px; }
  .table-menu-filter > label { width: 45%; }
  .table-menu-filter-btn { width: 100%; height: 30px; margin-top: 10px; }
  /* favorite */
  .favorite-wrap { width: 380px; }
  .user-favorite-menu { margin: 10px auto; width: 380px; text-align: center; }
  .user-favorite-menu > li { margin-right: 10px; }
  .favorite-like-full { display: none;}
  .favorite-like-short { display: initial; }
  .user-favorite-add-wrap,
  .user-favorite-edit-wrap { width: 380px; }
  #favoriteSearch { width: 93%; }
  .user-favorite-table { width: 380px; }
  .favorite-cell-action { margin: 5px 8px; }
  .favorite-all-list { margin-top: 10px; }
}
@media only screen
and (device-height: 414px)
and (device-width: 896px)
and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .modal-wrap { width: 800px; height: auto; }
  .modal-confirm-menu > li { width: 49.1%; }
}

/* -- iPhone XS -- */
@media only screen
and (device-width: 414px)
and (device-height: 896px)
and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .menu-item { display: block; margin: 0; padding: 0; }
  .arched-title { min-height: 80px; }
  .arched-title > span { font-size: 25px; }
  .level-list li { width: initial; display: block; margin: 10px 5px; }
  .user-edit-dictionary { display: block; margin: 5px 0; width: 110px; }
  .auth-main-menu-item { padding: 10px 5px; }
  .modal-wrap { width: 350px; height: 100%; top: 20%; }
  .modal-confirm-menu > li { display: block; width: 100%; margin-bottom: 10px; }
  .table-menu-crud { text-align: center; }
  .table-menu-crud-item { display: inline-block; width: 60px; }
  .table-menu-crud-text { display: none; }
  .user-table-row td { padding: 5px; }
  .table-menu-filter > label { width: 45%; }
  .table-menu-filter-btn { width: 100%; height: 30px; margin-top: 10px; }
  /* favorite */
  .favorite-wrap { width: 380px; }
  .user-favorite-menu { margin: 10px auto; width: 380px; text-align: center; }
  .user-favorite-menu > li { margin-right: 10px; }
  .favorite-like-full { display: none;}
  .favorite-like-short { display: initial; }
  .user-favorite-add-wrap,
  .user-favorite-edit-wrap { width: 380px; }
  #favoriteSearch { width: 93%; }
  .user-favorite-table { width: 380px; }
  .favorite-cell-action { margin: 5px 8px; }
  .favorite-all-list { margin-top: 10px; }
}
@media only screen
and (device-height: 414px)
and (device-width: 896px)
and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .modal-wrap { width: 800px; height: auto; }
  .modal-confirm-menu > li { width: 49.1%; }
}

/* -- iPhone X -- */
@media only screen
and (device-width: 375px)
and (device-height: 812px)
and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .menu-item { display: block; margin: 0; padding: 0; }
  .arched-title { min-height: 80px; }
  .arched-title > span { font-size: 22px; }
  .level-list li { width: initial; display: block; margin: 10px 5px; }
  .user-edit-dictionary { display: block; margin: 5px 0; width: 110px; }
  .auth-main-menu-item { padding: 10px 5px; }
  .modal-wrap { width: 350px; height: 100%; top: 20%; }
  .modal-confirm-menu > li { display: block; width: 100%; margin-bottom: 10px; }
  .table-menu-crud { text-align: center; }
  .table-menu-crud-item { display: inline-block; width: 60px; }
  .table-menu-crud-text { display: none; }
  .user-table-row td { padding: 5px; }
  .table-menu-filter > label { width: 45%; }
  .table-menu-filter-btn { width: 100%; height: 30px; margin-top: 10px; }
  /* favorite */
  .favorite-wrap { width: 340px; }
  .user-favorite-menu { margin: 10px auto; width: 340px; }
  .user-favorite-menu > li { font-size: 16px; margin-right: 10px; }
  .favorite-like-full { display: none;}
  .favorite-like-short { display: initial; }
  .user-favorite-add-wrap,
  .user-favorite-edit-wrap { width: 350px; }
  #favoriteSearch { width: 95%; }
  .user-favorite-table { width: 350px; }
  .favorite-cell-action { margin: 5px 8px; }
  .favorite-all-list { margin-top: 10px; }
}
@media only screen
and (device-height: 375px)
and (device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .modal-wrap { width: 780px; height: auto; top: 5%; }
  .modal-confirm-menu > li { width: 49%; }
}


/* -- iPhone 14 -- */
@media only screen
and (device-width: 390px)
and (device-height: 844px)
and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .menu-item { display: block; margin: 0; padding: 0; }
  .arched-title { min-height: 80px; }
  .arched-title > span { font-size: 22px; }
  .level-list li { width: initial; display: block; margin: 10px 5px; }
  .user-edit-dictionary { display: block; margin: 5px 0; width: 110px; }
  .auth-main-menu-item { padding: 10px 5px; }
  .modal-wrap { width: 350px; height: 100%; top: 20%; }
  .modal-confirm-menu > li { display: block; width: 100%; margin-bottom: 10px; }
  .table-menu-crud { text-align: center; }
  .table-menu-crud-item { display: inline-block; width: 60px; }
  .table-menu-crud-text { display: none; }
  .user-table-row td { padding: 5px; }
  .table-menu-filter > label { width: 45%; }
  .table-menu-filter-btn { width: 100%; height: 30px; margin-top: 10px; }
  /* favorite */
  .favorite-wrap { width: 340px; }
  .user-favorite-menu { margin: 10px auto; width: 340px; }
  .user-favorite-menu > li { font-size: 16px; margin-right: 10px; }
  .favorite-like-full { display: none;}
  .favorite-like-short { display: initial; }
  .user-favorite-add-wrap,
  .user-favorite-edit-wrap { width: 350px; }
  #favoriteSearch { width: 95%; }
  .user-favorite-table { width: 350px; }
  .favorite-cell-action { margin: 5px 8px; }
  .favorite-all-list { margin-top: 10px; }
}
@media only screen
and (device-height: 390px)
and (device-width: 844px)
and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .modal-wrap { width: 780px; height: auto; top: 5%; }
  .modal-confirm-menu > li { width: 49%; }
}

/* -- iPhone 14 Pro max -- */
@media only screen
and (device-width: 430px)
and (device-height: 932px)
and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .menu-item { display: block; margin: 0; padding: 0; }
  .arched-title { min-height: 80px; }
  .arched-title > span { font-size: 22px; }
  .level-list li { width: initial; display: block; margin: 10px 5px; }
  .user-edit-dictionary { display: block; margin: 5px 0; width: 110px; }
  .auth-main-menu-item { padding: 10px 5px; }
  .modal-wrap { width: 350px; height: 100%; top: 20%; }
  .modal-confirm-menu > li { display: block; width: 100%; margin-bottom: 10px; }
  .table-menu-crud { text-align: center; }
  .table-menu-crud-item { display: inline-block; width: 60px; }
  .table-menu-crud-text { display: none; }
  .user-table-row td { padding: 5px; }
  .table-menu-filter > label { width: 45%; }
  .table-menu-filter-btn { width: 100%; height: 30px; margin-top: 10px; }
  /* favorite */
  .favorite-wrap { width: 340px; }
  .user-favorite-menu { margin: 10px auto; width: 340px; }
  .user-favorite-menu > li { font-size: 16px; margin-right: 10px; }
  .favorite-like-full { display: none;}
  .favorite-like-short { display: initial; }
  .user-favorite-add-wrap,
  .user-favorite-edit-wrap { width: 350px; }
  #favoriteSearch { width: 95%; }
  .user-favorite-table { width: 350px; }
  .favorite-cell-action { margin: 5px 8px; }
  .favorite-all-list { margin-top: 10px; }
}
@media only screen
and (device-height: 430px)
and (device-width: 932px)
and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .modal-wrap { width: 780px; height: auto; top: 5%; }
  .modal-confirm-menu > li { width: 49%; }
}


/* -- iPhone 5, 5S, 5C and 5SE -- */
@media only screen
and (device-width: 320px)
and (device-height: 568px)
and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .menu-item { display: block; margin: 0; padding: 0; }
  .arched-title { min-height: 80px; }
  .arched-title > span { font-size: 20px; width: 22px; }
  .level-list li { width: initial; display: block; margin: 10px 5px; }
  .user-edit-dictionary { display: block; margin: 5px 0; width: 110px; }
  .auth-main-menu-item { padding: 10px 5px; }
  .table-menu-crud { width: 280px; }
  .table-menu-crud-item { display: block;}
  .modal-wrap { width: 300px; height: 100%; top: 20%; }
  .modal-confirm-menu > li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .table-menu-crud { text-align: center; }
  .table-menu-crud-item { display: inline-block; width: 60px; }
  .table-menu-crud-text { display: none; }
  .user-table-row td { padding: 5px; }
  .table-menu-filter > label { width: 45%; }
  .table-menu-filter-btn { width: 100%; height: 30px; margin-top: 10px; }
  /* favorite */
  .favorite-wrap { width: 300px; }
  .user-favorite-menu { margin: 10px auto; width: 300px; }
  .user-favorite-menu > li { font-size: 15px; margin: 0; }
  .favorite-like-full { display: none;}
  .favorite-like-short { display: initial; }
  .user-favorite-add-wrap,
  .user-favorite-edit-wrap { width: 300px; }
  #favoriteSearch { width: 91%; }
  .user-favorite-table { width: 300px; }
  .favorite-cell-action { margin: 5px 8px; }
  .favorite-all-list { margin-top: 10px; }
}
@media only screen
and (device-height: 320px)
and (device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .auth-main-menu-item { padding: 10px 5px; }
  .modal-wrap { width: 540px; height: auto; top: 5%; }
  .modal-confirm-menu > li { width: 48.6%; }
  .arched-title > span { font-size: 22px; }
  .level-list li { width: initial; display: block; margin: 10px 5px; }
  /* favorite */
  .table-dictionary-menu { text-align: center; }
  .user-favorite-add-wrap,
  .user-favorite-edit-wrap { width: 540px; }
  #favoriteSearch { width: 95%; }
  .user-favorite-table { width: 540px; }
  .favorite-cell-action { margin: 5px 8px; }
}

/* -- iPhone 6, 6S, 7, 8 -- */
@media only screen
and (device-width: 375px)
and (device-height: 667px)
and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .menu-item { display: block; margin: 0; padding: 0; }
  .arched-title { min-height: 80px; }
  .arched-title > span { font-size: 22px; }
  .level-list li { width: initial; display: block; margin: 10px 5px; }
  .user-edit-dictionary { display: block; margin: 5px 0; width: 110px; }
  .auth-main-menu-item { padding: 10px 5px; }
  .modal-wrap { width: 350px; height: 100%; top: 20%; }
  .modal-confirm-menu > li { display: block; width: 100%; margin-bottom: 10px; }
  .table-menu-crud { text-align: center; }
  .table-menu-crud-item { display: inline-block; width: 60px; }
  .table-menu-crud-text { display: none; }
  .user-table-row td { padding: 5px; }
  .table-menu-filter > label { width: 45%; }
  .table-menu-filter-btn { width: 100%; height: 30px; margin-top: 10px; }
  /* favorite */
  .favorite-wrap { width: 340px; }
  .user-favorite-menu { margin: 10px auto; width: 340px; }
  .user-favorite-menu > li { font-size: 16px; margin-right: 10px; }
  .favorite-like-full { display: none;}
  .favorite-like-short { display: initial; }
  .user-favorite-add-wrap,
  .user-favorite-edit-wrap { width: 350px; }
  #favoriteSearch { width: 92%; }
  .user-favorite-table { width: 350px; }
  .favorite-cell-action { margin: 5px 8px; }
  .favorite-all-list { margin-top: 10px; }
}
@media only screen
and (device-height: 375px)
and (device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .arched-title > span { font-size: 25px; }
  .level-list li {
    width: initial;
    display: block;
    text-align: center;
    margin: 10px 5px;
  }
  .modal-wrap { width: 550px; height: auto; top: 2%; }
  #editUserRow { height: 50px; }
  .modal-confirm-menu > li { display: block; width: 100%; margin-bottom: 10px; }
  .table-menu-filter-btn { width: 100%; height: 30px; margin-top: 10px; }
  /* favorite */
  .user-favorite-add-wrap,
  .user-favorite-edit-wrap { width: 550px; }
  #favoriteSearch { width: 95%; }
  .user-favorite-table { width: 550px; }
  .favorite-cell-action { margin: 5px 8px; }
}

/* -- iPhone 6+, 7+, 8+ -- */
@media only screen
and (device-width: 414px)
and (device-height: 736px)
and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .menu-item { display: block; margin: 0; padding: 0; }
  .arched-title { min-height: 80px; }
  .arched-title > span { font-size: 22px; }
  .level-list li { width: initial; display: block; margin: 10px 5px; }
  .user-edit-dictionary { display: block; margin: 5px 0; width: 110px; }
  .auth-main-menu-item { padding: 10px 5px; }
  .modal-wrap { width: 350px; height: 100%; top: 20%; }
  .modal-confirm-menu > li { display: block; width: 100%; margin-bottom: 10px; }
  .table-menu-crud { text-align: center; }
  .table-menu-crud-item { display: inline-block; width: 60px; }
  .table-menu-crud-text { display: none; }
  .user-table-row td { padding: 5px; }
  .table-menu-filter > label { width: 45%; }
  .table-menu-filter-btn { width: 100%; height: 30px; margin-top: 10px; }
  /* favorite */
  .favorite-wrap { width: 380px; }
  .user-favorite-menu { margin: 10px auto; width: 380px; text-align: center; }
  .user-favorite-menu > li { margin-right: 10px; }
  .favorite-like-full { display: none;}
  .favorite-like-short { display: initial; }
  .user-favorite-add-wrap,
  .user-favorite-edit-wrap { width: 380px; }
  #favoriteSearch { width: 93%; }
  .user-favorite-table { width: 380px; }
  .favorite-cell-action { margin: 5px 8px; }
  .favorite-all-list { margin-top: 10px; }
}
@media only screen
and (device-height: 414px)
and (device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .arched-title > span { font-size: 25px; }
  .level-list li { width: 45%; margin: 10px; }
  .modal-wrap { width: 650px; height: initial; top: 5%; }
  #editUserRow { height: 80px; }
  .modal-confirm-menu > li { width: 48.8%;%; margin-bottom: 10px; }
}

/* -- HONOR 20 pro -- */
@media only screen
and (device-width: 360px)
and (device-height: 780px)
and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .menu-item { display: block; margin: 0; padding: 0; }
  .arched-title { min-height: 80px; }
  .arched-title > span { font-size: 22px; }
  .search-wrap { width: initial; }
  .search-wrap_field { display: block; height: initial; }
  .form-search { height: 30px; }
  .search-wrap_field:nth-of-type(1) { width: initial; float: none; }
  .search-wrap_field:nth-of-type(2) { width: 100%; float: none; margin-top: 15px; }
  .level-list li { width: initial; display: block; margin: 10px 5px; }
  .user-edit-dictionary { display: block; margin: 5px 0; width: 110px; }
  .auth-main-menu-item { padding: 10px 5px; }
  .modal-wrap { width: 320px; height: 100%; top: 15%; }
  .modal-confirm-menu > li { display: block; width: 100%; margin-bottom: 10px; }
  .table-menu-crud { text-align: center; }
  .table-menu-crud-item { display: inline-block; width: 60px; }
  .table-menu-crud-text { display: none; }
  .user-table-row td { padding: 5px; }
  .table-menu-filter > label { width: 45%; }
  .table-menu-filter-btn { width: 100%; height: 30px; margin-top: 10px; }
  /* favorite */
  .favorite-wrap { width: 330px; }
  .user-favorite-menu { margin: 10px auto; width: 340px; }
  .user-favorite-menu > li { font-size: 16px; margin-right: 10px; }
  .favorite-like-full { display: none; }
  .favorite-like-short { display: initial; }
  .user-favorite-add-wrap,
  .user-favorite-edit-wrap { width: 330px; }
  #favoriteSearch { width: 92%; }
  .user-favorite-table { width: 330px; }
  .favorite-cell-action { margin: 5px 8px; }
  .favorite-all-list { margin-top: 10px; }
}
@media only screen
and (device-height: 360px)
and (device-width: 780px)
and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .arched-title > span { font-size: 22px; }
  .search-wrap { width: initial; height: initial; }
  .search-wrap_field { display: block; height: initial; }
  .form-search { height: 30px; }
  .search-wrap_field:nth-of-type(1) { width: initial; float: none; }
  .search-wrap_field:nth-of-type(2) { width: 100%; float: none; margin-top: 15px; }
  .level-list li { width: 45%; margin: 10px; }
  .modal-wrap { width: 700px; height: 100%; }
  .modal-confirm-menu > li { width: 48.9%; margin-bottom: 10px; }
}

/* -- Huawei P10 Light-- */
@media only screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .menu-item { display: block; margin: 0; padding: 0; }
  .arched-title { min-height: 80px; }
  .arched-title > span { font-size: 22px; }
  .level-list li { width: initial; display: block; margin: 10px 5px; }
  .user-edit-dictionary { display: block; margin: 5px 0; width: 110px; }
  .auth-main-menu-item { padding: 10px 5px; }
  .modal-wrap { width: 330px; height: 100%; top: 20%; }
  .modal-confirm-menu > li { display: block; width: 100%; margin-bottom: 10px; }
  .table-menu-crud { text-align: center; }
  .table-menu-crud-item { display: inline-block; width: 60px; }
  .table-menu-crud-text { display: none; }
  .user-table-row td { padding: 5px; }
  .table-menu-filter-btn { width: 100%; height: 30px; margin-top: 10px; }
  .table-menu-filter > label { width: 45%; }
  /* favorite */
  .favorite-wrap { width: 330px; }
  .user-favorite-menu { margin: 10px auto; width: 340px; }
  .user-favorite-menu > li { font-size: 16px; margin-right: 10px; }
  .favorite-like-full { display: none; }
  .favorite-like-short { display: initial; }
  .user-favorite-add-wrap,
  .user-favorite-edit-wrap { width: 330px; }
  #favoriteSearch { width: 92%; }
  .user-favorite-table { width: 330px; }
  .favorite-cell-action { margin: 5px 8px; }
  .favorite-all-list { margin-top: 10px; }
}
@media only screen
and (device-height: 360px)
and (device-width: 640px)
and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .arched-title > span { font-size: 25px; }
  .level-list li {
    width: initial;
    display: block;
    text-align: center;
    margin: 10px 5px;
  }
  .modal-wrap { width: 550px; height: auto; }
  .modal-confirm-menu > li { width: 48.6%; margin-bottom: 10px; }
  /* favorite */
  .user-favorite-add-wrap,
  .user-favorite-edit-wrap { width: 550px; }
  #favoriteSearch { width: 95%; }
  .user-favorite-table { width: 550px; }
  .favorite-cell-action { margin: 5px 8px; }
}

/* Honor 7a */
@media only screen
and (device-width: 360px)
and (device-height: 720px)
and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .menu-item { display: block; margin: 0; padding: 0; }
  .arched-title { min-height: 80px; }
  .arched-title > span { font-size: 22px; }
  .level-list li { width: initial; display: block; margin: 10px 5px; }
  .user-edit-dictionary { display: block; margin: 5px 0; width: 110px; }
  .auth-main-menu-item { padding: 10px 5px; }
  .modal-wrap { width: 330px; height: 100%; top: 20%; }
  .modal-confirm-menu > li { display: block; width: 100%; margin-bottom: 10px; }
  .table-menu-crud { text-align: center; }
  .table-menu-crud-item { display: inline-block; width: 60px; }
  .table-menu-crud-text { display: none; }
  .user-table-row td { padding: 5px; }
  .table-menu-filter > label { width: 45%; }
  .table-menu-filter-btn { width: 100%; height: 30px; margin-top: 10px; }
  /* favorite */
  .favorite-wrap { width: 330px; }
  .user-favorite-menu { margin: 10px auto; width: 340px; }
  .user-favorite-menu > li { font-size: 16px; margin-right: 10px; }
  .favorite-like-full { display: none; }
  .favorite-like-short { display: initial; }
  .user-favorite-add-wrap,
  .user-favorite-edit-wrap { width: 330px; }
  #favoriteSearch { width: 92%; }
  .user-favorite-table { width: 330px; }
  .favorite-cell-action { margin: 5px 8px; }
  .favorite-all-list { margin-top: 10px; }
}
@media only screen
and (device-width: 720px)
and (device-height: 360px)
and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .arched-title > span { font-size: 25px; }
  .level-list li { width: 45%; margin: 10px; }
  .modal-wrap { width: 650px; height: initial; top: 5%; }
  #editUserRow { height: 80px; }
  .modal-confirm-menu > li { width: 48.8%;%; margin-bottom: 10px; }
}

/* -- Galaxy A30S -- */
@media only screen
and (device-width: 412px)
and (device-height: 892px)
and (-webkit-min-device-pixel-ratio: 1.748878923766816) and (orientation: portrait) {
  .menu-item { display: block; margin: 0; padding: 0; }
  .arched-title { min-height: 80px; }
  .arched-title > span { font-size: 25px; }
  .level-list li { width: initial; display: block; margin: 10px 5px; }
  .user-edit-dictionary { display: block; margin: 5px 0; width: 110px; }
  .auth-main-menu-item { padding: 10px 5px; }
  .modal-wrap { width: 350px; height: 100%; top: 20%; }
  .modal-confirm-menu > li { display: block; width: 100%; margin-bottom: 10px; }
  .table-menu-crud { text-align: center; }
  .table-menu-crud-item { display: inline-block; width: 60px; }
  .table-menu-crud-text { display: none; }
  .user-table-row td { padding: 5px; }
  .table-menu-filter > label { width: 45%; }
  .table-menu-filter-btn { width: 100%; height: 30px; margin-top: 10px; }
  .search-wrap { width: initial; height: initial; }
  .search-wrap_field { display: block; height: initial; }
  .search-wrap_field:nth-of-type(1) { width: initial; float: none; }
  .search-wrap_field:nth-of-type(2) { width: 100%; float: none; margin-top: 15px; }
  /* favorite */
  .favorite-wrap { width: 380px; }
  .user-favorite-menu { margin: 10px auto; width: 380px; text-align: center; }
  .user-favorite-menu > li { margin-right: 10px; }
  .favorite-like-full { display: none;}
  .favorite-like-short { display: initial; }
  .user-favorite-add-wrap,
  .user-favorite-edit-wrap { width: 380px; }
  #favoriteSearch { width: 93%; }
  .user-favorite-table { width: 380px; }
  .favorite-cell-action { margin: 5px 8px; }
  .favorite-all-list { margin-top: 10px; }
}
@media only screen
and (device-height: 892px)
and (device-width: 412px)
and (-webkit-min-device-pixel-ratio: 1.748878923766816) and (orientation: landscape) {
  .modal-wrap { width: 800px; height: auto; }
  .modal-confirm-menu > li { width: 49.1%; }
}