@charset "UTF-8";
[lang='ja'] body {
  font-family: "πâÆπâ⌐πé«πâÄΦºÆπé┤ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "πâíπéñπâ¬πé¬", Meiryo, "∩╝¡∩╝│ ∩╝░πé┤πé╖πââπé»", "MS PGothic", sans-serif; }

[lang='vi'] body {
  font-family: "Arial"; }

body {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.p {
    padding: 16px;
}
.p-sm {
    padding: 8px;
}

.p-5 {
  padding: 5px;
}

#screen {
  position: absolute;
  z-index: 0;
  text-align: center;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#canvas {
  margin: 0 auto; }

a {
  cursor: pointer;
  outline: none; }
  a:focus {
    outline: none; }

.pointer-left {
  cursor: url("../img/pre_org_32.png"), pointer; }

.pointer-right {
  cursor: url("../img/next_org_32.png"), pointer; }

.btn-transparent-danger {
  background: transparent;
  color: #d9534f; }

.btn-transparent-danger[disabled] {
    color: #fff;
}

.btn-white-border-blue {
    background: #ffffff;
    color: #337ab7;
    border-color: #337ab7;
}

.btn-close-circle {
    font-size: 2em;
    padding: 0px 6px;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: -8px;
    top: -8px;
}

.menu-header {
  background-color: #f5f5f5;
  height: 38px;
  padding: 5px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  border-bottom: 1px solid #5bc0de; }
  .menu-header .panel-left {
    position: absolute;
    left: 10px;
    top: 0; }
  .menu-header .panel-right {
    position: absolute;
    right: 10px;
    top: 0; }
  .menu-header .menu-item {
    display: inline-block;
    height: 37px;
    min-width: 32px;
    vertical-align: middle;
    padding: 0 5px;
    cursor: pointer;
    position: relative;
    -webkit-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out; }
    .menu-header .menu-item:hover {
      background-color: #ccc; }
    .menu-header .menu-item.selected {
      background-color: #ccc; }
    .menu-header .menu-item > img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-animation: showItem 1s;
      -o-animation: showItem 1s;
      animation: showItem 1s; }
  .menu-header .search-input {
    padding: 0 10px;
    border-radius: 2px;
    height: 27px;
    border-color: #000; }

.header-title {
  position: absolute;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 8px; }

.footer {
  position: fixed;
  z-index: 11;
  /* Over dragging */
  bottom: 15px;
  left: 0;
  right: 10px;
  padding: 10px; }

.thumbnail-wrapper, .toc-wrapper {
  position: absolute;
  z-index: 1;
  top: 38px;
  left: 0;
  bottom: 0;
  background-color: rgba(228, 223, 223, 0.6);
  border-right: 1px solid #ccc;
  display: none; }
.toc-wrapper {
  width: 250px; }
.thumbnail-wrapper {
  width: 200px; }

@media only screen and (max-width: 767px) {
  .thumbnail-wrapper {
    width: 140px; }

  .toc-wrapper {
    width: 200px; } }
.thumbnail-list {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px 0;
  overflow-y: auto; }
  .thumbnail-list .thumbnail {
    margin-bottom: 5px;
    padding: 2px;
    position: relative;
    -webkit-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out; }
    .thumbnail-list .thumbnail:hover {
      background-color: #5bc0de; }
    .thumbnail-list .thumbnail.new {
      display: none; }
    .thumbnail-list .thumbnail.selected {
      background-color: #5bc0de; }
    .thumbnail-list .thumbnail.selected.page-number {
      background-color: #5bc0de; }
  .thumbnail-list .page-number {
    position: absolute;
    bottom: 1px;
    right: 1px;
    background-color: #777; }

.toc-list {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  background-color: #f5f5f5; }

.toc-list > .nav-tabs > li:first-child {
  margin-left: 9px; }
.toc-list > .nav-tabs > li.active > a, .toc-list > .nav-tabs > li.active > a.focus {
  background-color: #f5f5f5; }
.toc-list > .tab-content > .tab-pane {
  padding: 10px; }

.search-result-list {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto; }

.search-result-wrapper {
  display: none;
  position: absolute;
  z-index: 1;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 5px;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .search-result-wrapper.s-info {
    border-color: #5bc0de; }
    .search-result-wrapper.s-info .s-heading {
      background-color: #d9edf7;
      border-bottom: 1px solid #5bc0de; }
  .search-result-wrapper.s-danger {
    border-color: #ebccd1; }
    .search-result-wrapper.s-danger .s-heading {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
  .search-result-wrapper .s-heading {
    padding: 10px 15px; }
  .search-result-wrapper .s-body {
    padding: 15px; }

.search-results .search-result-wrapper {
  display: block; }
.search-results .finder {
  bottom: 0; }

.search-error .search-err-wrapper {
  display: block; }

.search-err-wrapper {
  display: none;
  margin: 0 -10px;
  padding: 10px; }

.search-err-msg {
  text-align: center; }

.search-result-list em {
  background: yellow; }

.btn-searching {
  display: none; }

.searching .btn-searching {
  display: inline; }
.searching .btn-search {
  display: none; }

.hide-menu #screen {
  top: 0; }
.hide-menu #menu {
  display: none; }
.hide-menu .footer {
  display: none; }
.hide-menu .thumbnail-wrapper, .hide-menu .toc-wrapper, .hide-menu .finder {
  display: none !important; }

#pageNum {
  position: fixed;
  bottom: 20px;
  right: 5%; }

.file-info .control-label {
  text-align: left; }
.file-info .form-group {
  margin-bottom: 5px; }

#loader, #error-msg {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #fff; }

.loader-wrapper {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  _position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99; }

.error-msg {
  width: 100%;
  padding: 10px;
  text-align: center;
  top: 45%;
  position: absolute; }

.ui-slider .ui-slider-handle {
  top: -1em;
  border-radius: 50%;
  background-color: #1194C3;
  background-image: none;
  width: 2em;
  height: 2em; }

.ui-slider-horizontal {
  height: 2px;
  background-color: #1194C3;
  background-image: none;
  border-color: #1194C3; }

.ui-resizable-handle.ui-resizable-e {
  width: 2px;
  right: -2px;
  background-color: #5bc0de; }

.ui-widget-content .ui-icon {
  background: none; }
.ui-icon {
  background: none; }

.ui-widget-header .ui-icon {
  background: none; }

#dragging {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(228, 223, 223, 0.5); }
  #dragging .wrapper-drag {
    position: absolute;
    top: 50%;
    left: 50%; }
  #dragging .badge-number {
    width: 1em;
    height: 1em;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #337ab7;
    position: relative;
    font-size: 120px;
    margin: -0.5em 0 0 -0.5em; }
  #dragging .current-number {
    width: 100%;
    line-height: 1em;
    font-size: 0.3em;
    position: absolute;
    top: 0.5em;
    left: 0;
    color: #05B55D; }
  #dragging .total-number {
    font-size: 0.2em;
    top: 2.5em;
    position: absolute;
    width: 100%;
    border-top: 1px solid #337ab7; }

.finder {
  top: 48px;
  left: 15px;
  right: 15px;
  position: absolute;
  z-index: 1000;
  font-size: 13px;
  line-height: 14px;
  border-radius: 5px;
  margin: 0;
  outline: none;
  display: none; }
  .finder .arrow {
    position: absolute;
    top: 0; }
  .finder .delimeter {
    width: 10px;
    border-left: 1px solid #5bc0de;
    margin-left: 10px;
    height: 20px; }
  .finder .arrow-content {
    border-color: transparent transparent #f5f5f5 transparent;
    border-style: solid;
    border-width: 9px;
    height: 0;
    width: 0;
    position: absolute;
    top: -17px; }
  .finder .arrow-border {
    border-color: transparent transparent #5bc0de transparent;
    border-style: solid;
    border-width: 9px;
    height: 0;
    width: 0;
    position: absolute;
    top: -18px; }
  .finder .search-form {
    padding: 10px;
    margin: 0 -15px;
    border: 1px solid #5bc0de;
    border-radius: 5px;
    background: #f5f5f5; }
    .finder .search-form .s-opts-wrapper {
      margin: 15px 0; }
    .finder .search-form .cb-whole-words {
      margin-top: 0; }
    .finder .search-form .form-control {
      box-shadow: none; }

#log {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  height: 38px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  top: 0;
  text-align: center;
  line-height: 38px; }

.plus-btn-wrapper {
  display: none; }

.more-results .plus-btn-wrapper {
  display: block; }

.bookmark-added {
  display: none; }

.bookmark .bookmark-added {
  display: block; }
.bookmark .bookmark-add {
  display: none; }

.img-2-pages {
  display: none; }

.vm-2-pages-open .img-2-pages {
  display: block; }
.vm-2-pages-open .img-1-page {
  display: none; }

.img-exit-fs {
  display: none; }

.fullscreen-open .img-exit-fs {
  display: block; }
.fullscreen-open .img-fs {
  display: none; }

#searchResultTree a.level1 {
  cursor: default;
  text-decoration: none; }

.found-values .badge {
  background-color: #337ab7; }

#linkWrapper a.doc-link {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: url(../img/000.png) 0 0 repeat; }

.tabs-content {
  /* Note: not support on IE9 */
  display: table;
  width: 100%; }
  .tabs-content .left-tabs {
    padding: 15px 0;
    display: table-column; }
  .tabs-content .right-tabs {
    border-left: 1px solid #ccc;
    min-height: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: table-column; }

.info.nav-tabs {
  border-bottom: none; }
  .info.nav-tabs > li {
    float: none;
    margin-bottom: 5px; }
    .info.nav-tabs > li > a {
      color: #777;
      border-radius: 0;
      border: none;
      padding: 8px 8px 8px 15px;
      margin-right: 0;
      -webkit-transition: box-shadow 0.15s ease-out;
      -o-transition: box-shadow 0.15s ease-out;
      transition: box-shadow 0.15s ease-out; }
      .info.nav-tabs > li > a:hover, .info.nav-tabs > li > a:focus {
        color: #555;
        background-color: initial;
        -webkit-box-shadow: inset 4px 0 #5bc0de;
        box-shadow: inset 4px 0 #5bc0de; }
  .info.nav-tabs > li.active > a {
    color: #555;
    font-weight: 600;
    border: none;
    -webkit-box-shadow: inset 4px 0 #5bc0de;
    box-shadow: inset 4px 0 #5bc0de; }
    .info.nav-tabs > li.active > a:focus, .info.nav-tabs > li.active > a:hover {
      border: none;
      -webkit-box-shadow: inset 4px 0 #5bc0de;
      box-shadow: inset 4px 0 #5bc0de; }

button.close {
  font-size: 2em;
  padding: 5px 10px;
  margin: 0 -5px; }

.modal .modal-header {
  padding: 12px;
  border-bottom: 1px solid #5bc0de;
  background: #f5f5f5;
  border-radius: 5px 5px 0 0; }
  .modal .modal-header .close {
    margin-top: -5px; }

@-webkit-keyframes showItem {
  from {
    display: block;
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes showItem {
  from {
    display: block;
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes showItem {
  from {
    display: block;
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes showItem {
  from {
    display: block;
    opacity: 0; }
  to {
    opacity: 1; } }
html:-moz-full-screen {
  background-color: #fff; }

html:-webkit-full-screen {
  background-color: #fff; }

html:-ms-fullscreen {
  background-color: #fff; }

html:fullscreen {
  background-color: #fff; }

.thumbnail-open .thumbnail-wrapper, .toc-open .toc-wrapper, .search-open .finder {
  display: block; }

.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

#bookmarkList {
    padding: 0 0 0 25px;
    list-style: none;
}

#bookmarkList li {
    margin-bottom: 2px;
}

#bookmarkList a {
    color: #333;
    font-size: 13px;
    max-width: 160px;
}

#bookmarkList a.active {
    color: #1138D0;
}

@media only screen and (min-width: 480px) {
  .col-ms-1 {
    width: 8.33333%; }

  .col-ms-2 {
    width: 16.66667%; }

  .col-ms-3 {
    width: 25%; }

  .col-ms-4 {
    width: 33.33333%; }

  .col-ms-5 {
    width: 41.66667%; }

  .col-ms-6 {
    width: 50%; }

  .col-ms-7 {
    width: 58.33333%; }

  .col-ms-8 {
    width: 66.66667%; }

  .col-ms-9 {
    width: 75%; }

  .col-ms-10 {
    width: 83.33333%; }

  .col-ms-11 {
    width: 91.66667%; }

  .col-ms-12 {
    width: 100%; }

  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left; } }

/*# sourceMappingURL=viewer.app.css.map */
