/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /*overflow: hidden;*/
  /*opacity: 0.2;*/
}

.textLayer .iradio_square-grey, .textLayer  .icheckbox_square-grey {
  cursor: pointer !important;
}

.textLayer input, .textLayer button, .textLayer select, .textLayer div {
  position: absolute;
}

.textLayer > div {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  opacity: 0.5;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;

  background-color: rgba(255, 204, 0, 0.6);
  border-radius: 1px;
}

.textLayer input[type=button] {
  color: transparent;
  opacity: 0;
}

.textLayer .highlight.begin {
  border-radius: 4px 0px 0px 4px;
}

.textLayer .highlight.end {
  border-radius: 0px 4px 4px 0px;
}

.textLayer .highlight.middle {
  border-radius: 0px;
}

.textLayer .highlight.selected {
  background-color: rgba(240, 59, 67, 0.6);
}

.textLayer ::selection { background: rgb(163, 198, 228); }
.textLayer ::-moz-selection { background: rgb(163, 198, 228); }

.textLayer .drawingLayer {
  z-index: 2 !important;
  cursor: pointer !important;
  opacity: 0;
}

.pdfViewer {
  text-align: center;
}

.pdfViewer .canvasWrapper {
  overflow: hidden;
}

.pdfViewer .canvasWrapper .annotationToolbarCss {
  position: relative !important;
  top: 1px;
  left: 0;
}

.pdfViewer .canvasWrapper .annotationToolbarCss .editor-wrapper {
  /*background-color: #A9A9A9;*/
  background-color: #EEF1F6;
}

.pdfViewer .canvasWrapper .annotationToolbarCss .editor-wrapper .annotation-item {
  border-bottom: none;
  border-radius: 0px;
}

.pdfViewer .canvasWrapper .annotationToolbarCss .editor-wrapper .annotationToolbar:hover i {
  border: none;
}

.pdfViewer .canvasWrapper .annotationToolbarCss .editor-wrapper .icon-popup_close {
  font-size: 13px !important;
  color: #f03b43 !important;
  font-weight: bold;
}

.pdfViewer .canvasWrapper .annotationToolbarCss .editor-wrapper .icon-rotate {
  font-size: 13px !important;
  color: white !important;
  font-weight: bold;
}

.pdfViewer .page {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: 13px auto -8px auto;
  position: relative;
  overflow: visible;
  border: 9px solid transparent;
  background-clip: content-box;
  border-image: url(images/shadow.png) 9 9 repeat;
  background-color: white;
}

.pdfViewer .page canvas {
  margin: 0;
  display: block;
}

.pdfViewer .page .loadingIcon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('images/loading-icon.gif') center no-repeat;
}

.pdfViewer .page .annotLink > a:hover {
  opacity: 0.2;
  background: #ff0;
  box-shadow: 0px 2px 10px #ff0;
}

:-webkit-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

:-moz-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

:-ms-fullscreen .pdfViewer .page {
  margin-bottom: 100% !important;
  border: 0;
}

:fullscreen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.pdfViewer .page .annotText > img {
  position: absolute;
  cursor: pointer;
}

.pdfViewer .page .annotTextContentWrapper {
  position: absolute;
  width: 20em;
}

.pdfViewer .page .annotTextContent {
  z-index: 200;
  float: left;
  max-width: 20em;
  background-color: #FFFF99;
  box-shadow: 0px 2px 5px #333;
  border-radius: 2px;
  padding: 0.6em;
  cursor: pointer;
}

.pdfViewer .page .annotTextContent > h1 {
  font-size: 1em;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.2em;
}

.pdfViewer .page .annotTextContent > p {
  padding-top: 0.2em;
}

.pdfViewer .page .annotLink > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pdfViewer .page .annotLink > a /* -ms-a */  {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAA\
                   LAAAAAABAAEAAAIBRAA7") 0 0 repeat;
}

* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
  /* Font size is needed to make the activity bar the correct size. */
  font-size: 10px;
}

body {
  height: 100%;
  /*background-color: #2d3f52;*/
  background-image: url('/newUI/images/texture.png');
}

/*body,*/
/*input,*/
/*button,*/
/*select {*/
  /*font: message-box;*/
  /*outline: none;*/
/*}*/

.hidden {
  display: none !important;
}
[hidden] {
  display: none !important;
}

#viewerContainer:-webkit-full-screen {
  top: 0px;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -webkit-user-select: none;
}

#viewerContainer:-moz-full-screen {
  top: 0px;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -moz-user-select: none;
}

#viewerContainer:-ms-fullscreen {
  top: 0px !important;
  border-top: 2px solid transparent;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  cursor: none;
  -ms-user-select: none;
}

#viewerContainer:-ms-fullscreen::-ms-backdrop {
  background-color: #000;
}

#viewerContainer:fullscreen {
  top: 0px;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

:-webkit-full-screen a:not(.internalLink) {
  display: none;
}

:-moz-full-screen a:not(.internalLink) {
  display: none;
}

:-ms-fullscreen a:not(.internalLink) {
  display: none !important;
}

:fullscreen a:not(.internalLink) {
  display: none;
}

:-webkit-full-screen .textLayer > div {
  cursor: none;
}

:-moz-full-screen .textLayer > div {
  cursor: none;
}

:fullscreen .textLayer > div {
  cursor: none;
}

#viewerContainer.presentationControls,
#viewerContainer.presentationControls .textLayer > div {
  cursor: default;
}

/* outer/inner center provides horizontal center */
.outerCenter {
  pointer-events: none;
  position: relative;
}
html[dir='ltr'] .outerCenter {
  float: right;
  right: 50%;
}
html[dir='rtl'] .outerCenter {
  float: left;
  left: 50%;
}
.innerCenter {
  pointer-events: auto;
  position: relative;
}
html[dir='ltr'] .innerCenter {
  float: right;
  right: -50%;
}
html[dir='rtl'] .innerCenter {
  float: left;
  left: -50%;
}

#outerContainer {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#sidebarContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 182px;
  visibility: hidden;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
#sidebarContent,
#sidebarContainer.smaller .splitToolbarButton button {
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sidebarContainer.smaller #toolbarSidebar,
#sidebarContainer.smaller .splitToolbarButton button {
  height: 38px;
}
#sidebarContainer.smaller #sidebarContent {
  top: 37px;
}
html[dir='ltr'] #sidebarContainer {
  -webkit-transition-property: left;
  transition-property: left;
  left: -200px;
}
html[dir='rtl'] #sidebarContainer {
  -webkit-transition-property: right;
  transition-property: right;
  right: -200px;
}

#outerContainer.sidebarMoving > #sidebarContainer,
#outerContainer.sidebarOpen > #sidebarContainer {
  visibility: visible;
}
html[dir='ltr'] #outerContainer.sidebarOpen > #sidebarContainer {
  left: 0px;
}
html[dir='rtl'] #outerContainer.sidebarOpen > #sidebarContainer {
  right: 0px;
}

#mainContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 320px;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
html[dir='ltr'] #outerContainer.sidebarOpen > #mainContainer {
  -webkit-transition-property: left;
  transition-property: left;
  left: 180px;
}
html[dir='rtl'] #outerContainer.sidebarOpen > #mainContainer {
  -webkit-transition-property: right;
  transition-property: right;
  right: 200px;
}

#sidebarContent {
  top: 49px;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  width: 182px;
  background-color: hsla(0,0%,0%,.1);
}
html[dir='ltr'] #sidebarContent {
  left: 0;
  /*box-shadow: inset -1px 0 0 hsla(0,0%,0%,.25);*/
  border-top: 1px solid #0a1d32; */;
}
html[dir='rtl'] #sidebarContent {
  right: 0;
  box-shadow: inset 1px 0 0 hsla(0,0%,0%,.25);
}

#viewerContainer {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0px;
  padding-top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none;
}
html[dir='ltr'] #viewerContainer {
  box-shadow: inset 1px 0 0 hsla(0,0%,100%,.05);
}
html[dir='rtl'] #viewerContainer {
  box-shadow: inset -1px 0 0 hsla(0,0%,100%,.05);
}

.toolbar {
  position: relative;
  left: 0;
  right: 0;
  z-index: 9999;
  cursor: default;
}

#toolbarContainer{
  width: 100%;
  opacity: 0.8;
}

#toolbarContainer {
  /*top: -50px;*/
}

#toolbarContainer.hovermouse {
  top: 0px;
}

#toolbarSidebar, #annotationToolbarSidebar {
  width: 182px;
  height: 50px;
  /*  background-color: #424242; /* fallback *!/
    background-image: url(images/texture.png),
                      linear-gradient(hsla(0,0%,30%,.99), hsla(0,0%,25%,.95));*/
  /* border-bottom: 1px solid #0a1d32; */
}
html[dir='ltr'] #toolbarSidebar, #annotationToolbarSidebar {
  /*  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25),
                inset 0 -1px 0 hsla(0,0%,100%,.05),
                0 1px 0 hsla(0,0%,0%,.15),
                0 0 1px hsla(0,0%,0%,.1);*/
}
html[dir='rtl'] #toolbarSidebar, #annotationToolbarSidebar {
  /*  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25),
                inset 0 1px 0 hsla(0,0%,100%,.05),
                0 1px 0 hsla(0,0%,0%,.15),
                0 0 1px hsla(0,0%,0%,.1);*/
}

#toolbarContainer, .findbar, .secondaryToolbar {
  position: relative;
  height: inherit;
  background-color: #474747; /* fallback */
  background-image: url(images/texture.png),
  linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95));
}
html[dir='ltr'] #toolbarContainer, #annotationToolbarContainer, .findbar, .secondaryToolbar {
  /*  box-shadow: inset 1px 0 0 hsla(0,0%,100%,.08),
                inset 0 1px 1px hsla(0,0%,0%,.15),
                inset 0 -1px 0 hsla(0,0%,100%,.05),
                0 1px 0 hsla(0,0%,0%,.15),
                0 1px 1px hsla(0,0%,0%,.1);*/
}
html[dir='rtl'] #toolbarContainer, #annotationToolbarContainer, .findbar, .secondaryToolbar {
  /*  box-shadow: inset -1px 0 0 hsla(0,0%,100%,.08),
                inset 0 1px 1px hsla(0,0%,0%,.15),
                inset 0 -1px 0 hsla(0,0%,100%,.05),
                0 1px 0 hsla(0,0%,0%,.15),
                0 1px 1px hsla(0,0%,0%,.1);*/
}

#toolbarViewer {
  height: inherit;
}

#toolbarViewerLeft .luminLogo {
  background-color: #161d25;
}

#toolbarViewerLeft .luminLogo i,
#toolbarViewerLeft .luminLogo span {
  color: #f03b43;
}

#toolbarViewerLeft .luminLogo.true span.logo-text {
  margin-top: -8px;
}

#toolbarViewerLeft .luminLogo span.premium-text {
  font-size: 9px;
  margin-top: -33px;
  margin-left: 15px;
}

#toolbarViewer .pageEditModeInside {
  display: none;
}

#toolbarViewerRight .btn-rotate button {
  float: none;
  width: initial;
}
#toolbarViewerRight .btn-commentsToolbarToggle button i {
  margin-right: 13px;
  color: #f03b43;
}
#toolbarViewerRight .btn-commentsToolbarToggle button number {
  font-size: 14px;
  top: 16px;
}

#toolbarViewerRight .btn-cancel,
#toolbarViewerRight .btn-done {
  display: none;
}

#toolbarViewerMiddle .zoomdoc {
  display: none;
}

#toolbarViewerMiddle button.pageUp {
  background: none;
  border: none;
  transform: rotate(-90deg);
  height: 50px;
  width: 40px;
}

#toolbarViewerMiddle .pre {
  border: none;
  padding: 0;
}

#toolbarViewerMiddle .next {
  padding: 0;
}

#toolbarViewerMiddle .pagina {
  padding: 12px;
  width: 100px;
}

#toolbarViewerMiddle button.pageDown {
  background: none;
  border: none;
  transform: rotate(-90deg);
  height: 50px;
  width: 40px;
}

#toolbarViewerMiddle span#numPages {
  font-size: 18px;
  position: relative;
  top: 3px;
}

#toolbarViewerMiddle input#pageNumber {
  font-size: 18px;
  font-family: ProximaNova-Regular;
  width: 30px;
  box-shadow: none;
  border-bottom: none;
}

#loadingBar {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #333;
  border-bottom: 1px solid #333;
}

#loadingBar .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
  -webkit-transition: width 200ms;
  transition: width 200ms;
}

@-webkit-keyframes progressIndeterminate {
  0% { left: 0%; }
  50% { left: 100%; }
  100% { left: 100%; }
}

@keyframes progressIndeterminate {
  0% { left: 0%; }
  50% { left: 100%; }
  100% { left: 100%; }
}

#loadingBar .progress.indeterminate {
  background-color: #999;
  -webkit-transition: none;
  transition: none;
}

#loadingBar .indeterminate .glimmer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;

  background-image: linear-gradient(to right, #999 0%, #fff 50%, #999 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;

  -webkit-animation: progressIndeterminate 2s linear infinite;
  animation: progressIndeterminate 2s linear infinite;
}

.findbar, .secondaryToolbar {
  top: 46px;
  position: absolute;
  z-index: 10000;
  height: 32px;

  min-width: 16px;
  padding: 0px 6px 0px 6px;
  margin: 4px 2px 4px 2px;
  color: hsl(0,0%,85%);
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  cursor: default;
}

html[dir='ltr'] .findbar {
  left: 68px;
}

html[dir='rtl'] .findbar {
  right: 68px;
}

.findbar label {
  -webkit-user-select: none;
  -moz-user-select: none;
}
#findbar .splitToolbarButton,
#findbar .toolbarLabel.pagination {
  float: right;
}
#findInput[data-status="pending"] {
  background-image: url(images/loading-small.png);
  background-repeat: no-repeat;
  background-position: right;
}
html[dir='rtl'] #findInput[data-status="pending"] {
  background-position: left;
}

.secondaryToolbar {
  padding: 6px;
  height: auto;
  z-index: 30000;
}
.secondaryToolbar #secondaryPageEditMode i {
	font-size: 18px;
	color: #647B92;
}
html[dir='ltr'] .secondaryToolbar {
  right: -2px;
}
html[dir='rtl'] .secondaryToolbar {
  left: 4px;
}

#secondaryToolbarButtonContainer {
  max-width: 230px;
  max-height: 400px;
  /*overflow-y: auto;*/
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0px;
}

#secondaryToolbarButtonContainer .presentationMode {
  display: none;
}

#secondaryToolbarButtonContainer .rotateCw {
  display: none;
}

#secondaryToolbarButtonContainer .btn-signature.for-mobile {
  padding-left: 4px !important;
}

.doorHanger
/*.doorHangerRight*/ {
  border: 1px solid hsla(0,0%,0%,.5);
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.doorHanger:after, .doorHanger:before,
.doorHangerRight:after, .doorHangerRight:before {
  /*  bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;*/
}
.doorHanger:after,
.doorHangerRight:after {
  /*  border-bottom-color: hsla(0,0%,32%,.99);
    border-width: 8px;*/
}
.doorHanger:before,
.doorHangerRight:before {
  /*  border-bottom-color: hsla(0,0%,0%,.5);
    border-width: 9px;*/
}

html[dir='ltr'] .doorHanger:after,
html[dir='rtl'] .doorHangerRight:after {
  /*  left: 13px;
    margin-left: -8px;*/
}

html[dir='ltr'] .doorHanger:before,
html[dir='rtl'] .doorHangerRight:before {
  /*  left: 13px;
    margin-left: -9px;*/
}

html[dir='rtl'] .doorHanger:after,
html[dir='ltr'] .doorHangerRight:after {
  /*  right: 13px;
    margin-right: -8px;*/
}

html[dir='rtl'] .doorHanger:before,
html[dir='ltr'] .doorHangerRight:before {
  /*  right: 13px;
    margin-right: -9px;*/
}

#findMsg {
  font-style: italic;
  color: #A6B7D0;
}

.hideAnotation {
  display: none;
}

#findInput.notFound {
  /*background-color: rgb(255, 102, 102);*/
  color: rgb(255, 102, 102) !important;
}

html[dir='ltr'] #toolbarViewerLeft {
  margin-left: -1px;
}
html[dir='rtl'] #toolbarViewerRight {
  margin-right: -1px;
}

html[dir='ltr'] #toolbarViewerLeft,
html[dir='rtl'] #toolbarViewerRight {
  position: absolute;
  top: 0;
  left: 1px;
  height: inherit;
}
html[dir='ltr'] #toolbarViewerRight,
html[dir='rtl'] #toolbarViewerLeft {
  position: absolute;
  top: 0;
  right: 0;
}
html[dir='ltr'] #toolbarViewerLeft > *,
html[dir='ltr'] #toolbarViewerMiddle > *,
html[dir='ltr'] #toolbarViewerRight > *,
html[dir='ltr'] .findbar > * {
  position: relative;
  float: left;
}
html[dir='rtl'] #toolbarViewerLeft > *,
html[dir='rtl'] #toolbarViewerMiddle > *,
html[dir='rtl'] #toolbarViewerRight > *,
html[dir='rtl'] .findbar > * {
  position: relative;
  float: right;
}

html[dir='ltr'] .splitToolbarButton {
  margin: 3px 2px 4px 5px;
  display: inline-block;
  margin: 0;
}
html[dir='rtl'] .splitToolbarButton {
  margin: 3px 0 4px 5px;
  display: inline-block;
}
html[dir='ltr'] .splitToolbarButton > .toolbarButton {
  border-radius: 0;
  float: left;
}
html[dir='rtl'] .splitToolbarButton > .toolbarButton {
  border-radius: 0;
  float: right;
}
#toolbarSidebar .splitToolbarButton {
  height: 50px;
}
#toolbarSidebar .splitToolbarButton button {
  height: 50px;
  border-radius: 0 !important;
  position: relative;
}
#toolbarSidebar .splitToolbarButton button:after {
  content: "|";
  position: absolute;
  top: 35.4%;
  right: 0;
  color: #0a1d32;
}
#toolbarSidebar .splitToolbarButton button:nth-child(3):after {
  display: none;
}
#toolbarSidebar .splitToolbarButton button:hover,
#toolbarSidebar .splitToolbarButton button:active,
#toolbarSidebar .splitToolbarButton button:visited,
#toolbarSidebar .splitToolbarButton button:focus {
  background: #18283a;
  height: 49px;
}
#sidebarContainer.smaller #toolbarSidebar .splitToolbarButton button:hover,
#sidebarContainer.smaller #toolbarSidebar .splitToolbarButton button:active,
#sidebarContainer.smaller #toolbarSidebar .splitToolbarButton button:visited,
#sidebarContainer.smaller #toolbarSidebar .splitToolbarButton button:focus {
  height: 37px;
}
.toolbarButton,
.secondaryToolbarButton,
.overlayButton {
  border: 0 none;
  background: none;
  width: 60px;  /*  width: 32px;*/
  height: 25px;
}

.toolbarButton > span {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.toolbarButton[disabled],
.secondaryToolbarButton[disabled],
.overlayButton[disabled] {
  opacity: .5;
}

.toolbarButton.group {
  margin-right: 0;
}

.splitToolbarButton.toggled .toolbarButton {
  margin: 0;
}

.splitToolbarButton:hover > .toolbarButton,
.splitToolbarButton:focus > .toolbarButton,
.splitToolbarButton.toggled > .toolbarButton,
.toolbarButton.textButton {
  /*background-color: hsla(0,0%,0%,.12);*/
  /*background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));*/
  background-clip: padding-box;
  /*  border: 1px solid hsla(0,0%,0%,.35);
    border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);
    box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
                0 0 1px hsla(0,0%,100%,.15) inset,
                0 1px 0 hsla(0,0%,100%,.05);*/
  -webkit-transition-property: background-color, border-color, box-shadow;
  -webkit-transition-duration: 150ms;
  -webkit-transition-timing-function: ease;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease;

}
.splitToolbarButton > .toolbarButton:hover,
.splitToolbarButton > .toolbarButton:focus,
.dropdownToolbarButton:hover,
.overlayButton:hover,
.toolbarButton.textButton:hover,
.toolbarButton.textButton:focus {
  /* background-color: hsla(0,0%,0%,.2); */
  /* box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
  0 0 1px hsla(0,0%,100%,.15) inset,
  0 0 1px hsla(0,0%,0%,.05); */
  z-index: 199;
}
.splitToolbarButton > .toolbarButton {
  position: relative;
}
html[dir='ltr'] .splitToolbarButton > .toolbarButton:first-child,
html[dir='rtl'] .splitToolbarButton > .toolbarButton:last-child {
  position: relative;
  margin: 0;
  margin-right: -1px;
  border-radius: 2px;
  /* border-bottom-left-radius: 2px; */
  border-color: transparent;
}
html[dir='ltr'] .splitToolbarButton > .toolbarButton:last-child,
html[dir='rtl'] .splitToolbarButton > .toolbarButton:first-child {
  position: relative;
  margin: 0;
  margin-left: -1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left-color: transparent;
}
.splitToolbarButtonSeparator {
  /*padding: 8px 0;
  width: 1px;
  background-color: hsla(0,0%,0%,.5);
  z-index: 99;
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.08);
  display: inline-block;
  margin: 5px 0;*/
  padding: 7px 0;
  width: 1px;
  background-color: #1f2934;
  z-index: 99;
  display: inline-block;
  margin: 12px 0 0 0;
}
html[dir='ltr'] .splitToolbarButtonSeparator {
  float: left;
}
html[dir='rtl'] .splitToolbarButtonSeparator {
  float: right;
}
.splitToolbarButton:hover > .splitToolbarButtonSeparator,
.splitToolbarButton.toggled > .splitToolbarButtonSeparator {
  padding: 12px 0;
  margin: 1px 0;
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.03);
  -webkit-transition-property: padding;
  -webkit-transition-duration: 10ms;
  -webkit-transition-timing-function: ease;
  transition-property: padding;
  transition-duration: 10ms;
  transition-timing-function: ease;
}

.toolbarButton,
.dropdownToolbarButton,
.secondaryToolbarButton,
.overlayButton {
  min-width: 16px;
  padding: 2px 6px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: hsla(0,0%,100%,.8);
  font-size: 12px;
  line-height: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /* Opera does not support user-select, use <... unselectable="on"> instead */
  cursor: default;
  -webkit-transition-property: background-color, border-color, box-shadow;
  -webkit-transition-duration: 150ms;
  -webkit-transition-timing-function: ease;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease;
}

html[dir='ltr'] .toolbarButton,
html[dir='ltr'] .dropdownToolbarButton {
  margin: 5px 2px 4px 0;
}
html[dir='rtl'] .toolbarButton,
html[dir='rtl'] .overlayButton,
html[dir='rtl'] .dropdownToolbarButton {
  margin: 5px 0 4px 2px;
}

.toolbarButton:hover,
.toolbarButton:focus,
  /*.dropdownToolbarButton,*/
.overlayButton,
.secondaryToolbarButton:hover,
.secondaryToolbarButton:focus {
  /*background-color: hsla(0,0%,0%,.12);
  background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  border: 1px solid hsla(0,0%,0%,.35);
  border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);
  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
              0 0 1px hsla(0,0%,100%,.15) inset,
              0 1px 0 hsla(0,0%,100%,.05);*/
  background-color: transparent;
}

.toolbarButton:hover:active,
.overlayButton:hover:active,
.dropdownToolbarButton:hover:active,
.secondaryToolbarButton:hover:active {
  /* background-color: hsla(0,0%,0%,.2); */
  /* background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); */
  /* border-color: hsla(0,0%,0%,.35) hsla(0,0%,0%,.4) hsla(0,0%,0%,.45); */
  /* box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset,
  0 0 1px hsla(0,0%,0%,.2) inset,
  0 1px 0 hsla(0,0%,100%,.05); */
  -webkit-transition-property: background-color, border-color, box-shadow;
  -webkit-transition-duration: 10ms;
  -webkit-transition-timing-function: linear;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 10ms;
  transition-timing-function: linear;
}

.toolbarButton.toggled,
.splitToolbarButton.toggled > .toolbarButton.toggled,
.secondaryToolbarButton.toggled {
  /*background-color: hsla(0,0%,0%,.3);*/
  /*background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));*/
  /*border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.45) hsla(0,0%,0%,.5);*/
  /*box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset,*/
  /*0 0 1px hsla(0,0%,0%,.2) inset,*/
  /*0 1px 0 hsla(0,0%,100%,.05);*/
  -webkit-transition-property: background-color, border-color, box-shadow;
  -webkit-transition-duration: 10ms;
  -webkit-transition-timing-function: linear;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 10ms;
  transition-timing-function: linear;
}

.toolbarButton.toggled:hover:active,
.splitToolbarButton.toggled > .toolbarButton.toggled:hover:active,
.secondaryToolbarButton.toggled:hover:active {
  /* background-color: hsla(0,0%,0%,.4); */
  /* border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.5) hsla(0,0%,0%,.55); */
  /* box-shadow: 0 1px 1px hsla(0,0%,0%,.2) inset,
  0 0 1px hsla(0,0%,0%,.3) inset,
  0 1px 0 hsla(0,0%,100%,.05); */
}

.dropdownToolbarButton {
  min-width: 60px !important;
  max-width: 60px !important;
  width: 60px !important;
  padding: 3px 2px 2px;
  overflow: hidden;
  background: url(images/toolbarButton-menuArrows.png) no-repeat;
  display: inline-block;
  float: left;
}

html[dir='ltr'] .dropdownToolbarButton {
  background-position: 95%;
}
html[dir='rtl'] .dropdownToolbarButton {
  background-position: 5%;
}

.dropdownToolbarButton > select {
  min-width: 140px;
  font-size: 12px;
  color: hsl(0,0%,95%);
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0); /* Opera does not support 'transparent' <select> background */
}

.dropdownToolbarButton > select > option {
  background: hsl(0,0%,24%);
}

#customScaleOption {
  display: none;
}

#pageWidthOption {
  border-bottom: 1px rgba(255, 255, 255, .5) solid;
}

html[dir='ltr'] .splitToolbarButton:first-child,
html[dir='ltr'] .toolbarButton:first-child,
html[dir='rtl'] .splitToolbarButton:last-child,
html[dir='rtl'] .toolbarButton:last-child {
  margin-left: 2px;
}
html[dir='ltr'] .splitToolbarButton:last-child,
html[dir='ltr'] .toolbarButton:last-child,
html[dir='rtl'] .splitToolbarButton:first-child,
html[dir='rtl'] .toolbarButton:first-child {
  /* margin-right: 4px; */
}

.toolbarButtonSpacer {
  width: 30px;
  display: inline-block;
  height: 1px;
}

.toolbarButtonFlexibleSpacer {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  min-width: 30px;
}

html[dir='ltr'] #findPrevious {
  margin-left: 3px;
}
html[dir='ltr'] #findNext {
  margin-right: 3px;
}

html[dir='rtl'] #findPrevious {
  margin-right: 3px;
}
html[dir='rtl'] #findNext {
  margin-left: 3px;
}

.toolbarButton::before,
.secondaryToolbarButton::before {
  /* All matching images have a size of 16x16
   * All relevant containers have a size of 32x25 */
  /* position: absolute;
   display: inline-block;
   top: 4px;
   left: 7px;  Old CSS */
  /* New UI CSS */
  display: inline-block;
}

html[dir="ltr"] .secondaryToolbarButton::before {
  left: 4px;
}
html[dir="rtl"] .secondaryToolbarButton::before {
  right: 4px;
}

html[dir='ltr'] .toolbarButton#sidebarToggle::before {
  background-image: url(/newUI/images/sidebar_icon.svg);
}
html[dir='rtl'] .toolbarButton#sidebarToggle::before {
  content: url(images/toolbarButton-sidebarToggle-rtl.png);
}

html[dir='ltr'] .toolbarButton#secondaryToolbarToggle::before {
  /*content: url(images/toolbarButton-secondaryToolbarToggle.png);*/
  background-image: url(/newUI/images/more_icon.svg);
}
html[dir='rtl'] .toolbarButton#secondaryToolbarToggle::before {
  content: url(images/toolbarButton-secondaryToolbarToggle-rtl.png);
}

html[dir='ltr'] .toolbarButton.findPrevious::before {
  /*content: url(images/findbarButton-previous.png);*/
  background-image: url(/newUI/images/arrow_up.svg);
  opacity: 0.6;
}
html[dir='rtl'] .toolbarButton.findPrevious::before {
  /*content: url(images/findbarButton-previous-rtl.png);*/
  background-image: url(/newUI/images/arrow_up.svg);
}

html[dir='ltr'] .toolbarButton.findNext::before {
  /*content: url(images/findbarButton-next.png);*/
  background-image: url(/newUI/images/arrow_down.svg);
  opacity: 0.6;
}
html[dir='rtl'] .toolbarButton.findNext::before {
  /*content: url(images/findbarButton-next-rtl.png);*/
  background-image: url(/newUI/images/arrow_down.svg);
}

html[dir='ltr'] .toolbarButton.rotateCcw::before {
  /*content: url(images/toolbarButton-pageUp.png);*/
  background-image: url(/newUI/images/rotate_ccw_icon.svg);
}
html[dir='rtl'] .toolbarButton.rotateCcw::before {
  /*content: url(images/toolbarButton-pageUp-rtl.png);*/
  background-image: url(/newUI/images/rotate_ccw_icon.svg);
}

html[dir='ltr'] .toolbarButton.rotateCw::before {
  /*content: url(images/toolbarButton-pageDown.png);*/
  background-image: url(/newUI/images/rotate_cw_icon.svg);
}
html[dir='rtl'] .toolbarButton.rotateCw::before {
  /*content: url(images/toolbarButton-pageDown-rtl.png);*/
  background-image: url(/newUI/images/rotate_cw_icon.svg);
}

.toolbarButton.zoomOut::before {
  /*content: url(images/toolbarButton-zoomOut.png);*/
  background-image: url(/newUI/images/zoomout_icon.svg);
  background-size: 8px !important;
}

.toolbarButton.zoomIn::before {
  /*content: url(images/toolbarButton-zoomIn.png);*/
  background-image: url(/newUI/images/zoomin_icon.svg);
  background-size: 14px !important;
}

.toolbarButton.presentationMode::before,
.secondaryToolbarButton.presentationMode::before {
  /*content: url(images/toolbarButton-presentationMode.png);*/
  background-image: url(/newUI/images/fullscreen_icon.svg);
}

.toolbarButton.print::before,
.secondaryToolbarButton.print::before {
  /*content: url(images/toolbarButton-print.png);*/
  background-image: url(/newUI/images/print_icon.svg);
}

.toolbarButton.share::before,
.secondaryToolbarButton.share::before {
  /*content: url(images/toolbarButton-print.png);*/
  background-image: url(/newUI/images/share_icon.svg);
}

.toolbarButton.openFile::before,
.secondaryToolbarButton.openFile::before {
  content: url(images/toolbarButton-openFile.png);
}

.toolbarButton.download::before,
.secondaryToolbarButton.download::before {
  /*content: url(images/toolbarButton-download.png);*/
  background-image: url(/newUI/images/download_icon.svg);
}

.toolbarButton.bookmark,
.secondaryToolbarButton.bookmark {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding-top: 4px;
  text-decoration: none;
}
.secondaryToolbarButton.bookmark {
  padding-top: 5px;
}
.secondaryToolbarButton.go-premium {
  background-color: rgb(240, 59, 67);
  border-radius: 0;
  padding-top: 6px !important;
}
.secondaryToolbarButton.go-premium:hover {
  background-color: rgb(240, 59, 67) !important;
}
.secondaryToolbarButton.go-premium i {
  color: #fff !important;
}

.bookmark[href='#'] {
  opacity: .5;
  pointer-events: none;
}

.toolbarButton.bookmark::before,
.secondaryToolbarButton.bookmark::before {
  content: url(images/toolbarButton-bookmark.png);
}
#sidebarContainer .toolbarButton.toggled {
  background-color: #18283a;
}
#sidebarContainer .toolbarButton.toggled:after {
  display: none;
}
#sidebarContainer .toolbarButton::before {
  /*content: '';*/
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  height: 100%;
  background-position: center;
  background-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sidebarContainer.smaller .toolbarButton::before {
  height: 32px;
}
#viewThumbnail.toolbarButton::before {
  /*content: url(images/toolbarButton-viewThumbnail.png);*/
  background-image: url(/newUI/images/grid_icon.svg);
}
#outerContainer.sidebarOpen .btn-sidebar {
  background-color: #1e2e40;
}
html[dir="ltr"] #viewOutline.toolbarButton::before {
  background-image: url(/newUI/images/list_icon.svg);
}
html[dir="rtl"] #viewOutline.toolbarButton::before {
  content: url(images/toolbarButton-viewOutline-rtl.png);
}

#viewAttachments.toolbarButton::before {
  /*content: url(images/toolbarButton-viewAttachments.png);*/
  background-image: url(/newUI/images/attach_icon.svg);
}

/*#viewFind.toolbarButton::before {*/
/*content: url(images/toolbarButton-search.png);*/
/*background-image: url(/newUI/images/search_icon.svg) !important;*/
/*}*/

.secondaryToolbarButton {
  position: relative;
  margin: 0 0 4px 0;
  padding: 3px 0 1px 10px !important;
  height: auto;
  min-height: 30px;
  width: auto;
  min-width: 100%;
  white-space: normal;
}
html[dir="ltr"] .secondaryToolbarButton {
  padding-left: 24px;
  text-align: left;
}
html[dir="rtl"] .secondaryToolbarButton {
  padding-right: 24px;
  text-align: right;
}
html[dir="ltr"] .secondaryToolbarButton.bookmark {
  padding-left: 27px;
}
html[dir="rtl"] .secondaryToolbarButton.bookmark {
  padding-right: 27px;
}

html[dir="ltr"] .secondaryToolbarButton > span {
  padding-right: 4px;
}
html[dir="rtl"] .secondaryToolbarButton > span {
  padding-left: 4px;
}

.secondaryToolbarButton.firstPage::before {
  background-image: url(/newUI/images/firstpage_icon.svg);
}

.secondaryToolbarButton.lastPage::before {
  background-image: url(/newUI/images/lastpage_icon.svg);
}

.secondaryToolbarButton.rotateCcw::before {
  background-image: url(/newUI/images/rotate_cww_icon.svg);
}

.secondaryToolbarButton.rotateCw::before {
  background-image: url(/newUI/images/rotate_cw_icon.svg);
}

.secondaryToolbarButton.handTool::before {
  background-image: url(/newUI/images/hand_icon.svg);
}

.secondaryToolbarButton.documentProperties::before {
  background-image: url(/newUI/images/info_icon.svg);
}

.verticalToolbarSeparator {
  display: block;
  padding: 8px 0;
  margin: 8px 4px;
  width: 1px;
  background-color: hsla(0,0%,0%,.5);
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.08);
}
html[dir='ltr'] .verticalToolbarSeparator {
  margin-left: 2px;
}
html[dir='rtl'] .verticalToolbarSeparator {
  margin-right: 2px;
}

.horizontalToolbarSeparator {
  display: block;
  /*margin: 0 0 4px 0;*/
  height: 1px;
  width: 100%;
  background-color: #24374c;
  /*background-color: hsla(0,0%,0%,.5);*/
  /*box-shadow: 0 0 0 1px hsla(0,0%,100%,.08);*/
}

.toolbarField {
  padding: 3px 6px;
  margin: 4px 0 4px 0;
  /*  border: 1px solid transparent;
    border-radius: 2px;*/
  background-color: transparent;
  /*background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));*/
  /*background-clip: padding-box;*/
  /*border: 1px solid hsla(0,0%,0%,.35);*/
  /*border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);*/
  /*box-shadow: 0 1px 0 hsla(0,0%,0%,.05) inset,*/
  /*0 1px 0 hsla(0,0%,100%,.05);*/
  border: none;
  cursor: pointer;
  color: #cecece;
  /*font-size: 12px;*/
  /*line-height: 14px;*/
  /*outline-style: none;*/
  /*transition-property: background-color, border-color, box-shadow;*/
  transition-duration: 150ms;
  transition-timing-function: ease;
}

.toolbarField[type=checkbox] {
  display: inline-block;
  margin: 8px 0px;
}

.toolbarField.pageNumber {
  -moz-appearance: textfield; /* hides the spinner in moz */
  /*min-width: 16px;*/
  text-align: right;
  width: 90px;
  font-family: ProximaNovaT Thin;
  font-size: 18px;
  display: table-cell;
  padding: none;
  vertical-align: middle;
  padding: 0 !important;
  margin: 3px 0 3px -3px !important;
  /*height: 85px;*/
  text-align: center;
}

.toolbarField.pageNumber.visiblePageIsLoading {
  background-image: url(images/loading-small.png);
  background-repeat: no-repeat;
  background-position: 1px;
}

.toolbarField.pageNumber::-webkit-inner-spin-button,
.toolbarField.pageNumber::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.toolbarField:hover {
  background-color: hsla(0, 100%, 100%, 0.1);
  /*border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.43) hsla(0,0%,0%,.45);*/
}

.toolbarField:focus {
  background-color: hsla(0,0%,100%,.15);
  border-color: hsla(204,100%,65%,.8) hsla(204,100%,65%,.85) hsla(204,100%,65%,.9);
}

.toolbarLabel {
  min-width: 16px;
  padding: 3px 6px 3px 2px;
  margin: 4px 2px 4px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: hsl(0,0%,85%);
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: default;
}

#thumbnailView {
  position: absolute;
  width: 120px;
  top: 0;
  bottom: 0;
  padding: 10px 30px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.thumbnail {
  float: left;
  margin-bottom: 8px !important;
}

#thumbnailView > a:last-of-type > .thumbnail {
  margin-bottom: 10px;
}

#thumbnailView > a:last-of-type > .thumbnail:not([data-loaded]) {
  margin-bottom: 9px;
}

.thumbnail:not([data-loaded]) {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  margin: -1px -1px 4px -1px;
}

.thumbnailImage {
  transition-duration: 150ms;
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
  z-index: 99;
  background-color: white;
  background-clip: content-box;
}

.thumbnailSelectionRing {
  border-radius: 2px;
  padding: 7px;
  transition-duration: 150ms;
}

a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,
.thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage {
  opacity: .9;
}

a:focus > .thumbnail > .thumbnailSelectionRing,
.thumbnail:hover > .thumbnailSelectionRing {
  background-color: hsla(0,0%,100%,.15);
  background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
  0 0 1px hsla(0,0%,100%,.2) inset,
  0 0 1px hsla(0,0%,0%,.2);
  color: hsla(0,0%,100%,.9);
}

.thumbnail.selected > .thumbnailSelectionRing > .thumbnailImage {
  box-shadow: 0 0 0 1px hsla(0,0%,0%,.5);
  opacity: 1;
}

.thumbnail.selected > .thumbnailSelectionRing {
  background-color: hsla(0,0%,100%,.3);
  background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
  0 0 1px hsla(0,0%,100%,.1) inset,
  0 0 1px hsla(0,0%,0%,.2);
  color: hsla(0,0%,100%,1);
}

#outlineView,
#attachmentsView {
  position: absolute;
  width: 100%px;
  top: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -moz-user-select: none;
}

#outlineView {
  padding: 4px 4px 0;
}
#attachmentsView {
  padding: 3px 4px 0;
}

html[dir='ltr'] .outlineItem > .outlineItems {
  margin-left: 20px;
}

html[dir='rtl'] .outlineItem > .outlineItems {
  margin-right: 20px;
}

.outlineItem > a,
.attachmentsItem > button {
  text-decoration: none;
  display: inline-block;
  min-width: 95%;
  height: auto;
  margin-bottom: 1px;
  border-radius: 2px;
  color: hsla(0,0%,100%,.8);
  font-size: 13px;
  line-height: 15px;
  -moz-user-select: none;
  white-space: normal;
}

.attachmentsItem > button {
  border: 0 none;
  background: none;
  cursor: pointer;
  width: 100%;
}

html[dir='ltr'] .outlineItem > a {
  padding: 2px 0 5px 10px;
}
html[dir='ltr'] .attachmentsItem > button {
  padding: 2px 0 3px 7px;
  text-align: left;
}

html[dir='rtl'] .outlineItem > a {
  padding: 2px 10px 5px 0;
}
html[dir='rtl'] .attachmentsItem > button {
  padding: 2px 7px 3px 0;
  text-align: right;
}

.outlineItem > a:hover,
.attachmentsItem > button:hover {
  background-color: hsla(0,0%,100%,.02);
  background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
  0 0 1px hsla(0,0%,100%,.2) inset,
  0 0 1px hsla(0,0%,0%,.2);
  color: hsla(0,0%,100%,.9);
}

.outlineItem.selected {
  background-color: hsla(0,0%,100%,.08);
  background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
  0 0 1px hsla(0,0%,100%,.1) inset,
  0 0 1px hsla(0,0%,0%,.2);
  color: hsla(0,0%,100%,1);
}

.noResults {
  font-size: 12px;
  color: hsla(0,0%,100%,.8);
  font-style: italic;
  cursor: default;
}

/* TODO: file FF bug to support ::-moz-selection:window-inactive
   so we can override the opaque grey background when the window is inactive;
   see https://bugzilla.mozilla.org/show_bug.cgi?id=706209 */
::selection { background: rgba(0,0,255,0.3); }
::-moz-selection { background: rgba(0,0,255,0.3); }

#errorWrapper {
  background: none repeat scroll 0 0 #FF5555;
  color: white;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
  padding: 3px;
  font-size: 0.8em;
}
.loadingInProgress #errorWrapper {
  top: 37px;
}

#errorMessageLeft {
  float: left;
}

#errorMessageRight {
  float: right;
}

#errorMoreInfo {
  background-color: #FFFFFF;
  color: black;
  padding: 3px;
  margin: 3px;
  width: 98%;
}

.overlayButton {
  width: auto;
  /*margin: 3px 4px 2px 4px !important;*/
  padding: 2px 6px 3px 6px;
}

#overlayContainer {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: hsla(0,0%,0%,.2);
  z-index: 40000;
  padding: 0 10px;
}
#overlayContainer > * {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#overlayContainer > .container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}

#overlayContainer > .container > .dialog-content > .dialog {
  display: inline-block;
  padding: 15px;
  border-spacing: 4px;
  font-family: Montserrat-Bold;
  color: #3d5065;
  font-size: 14px;
  line-height: 14px;
  background-color: #ffffff;
  /*background-image: url(images/texture.png),
                    linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95));*/
  box-shadow: inset 1px 0 0 hsla(0,0%,100%,.08),
  inset 0 1px 1px hsla(0,0%,0%,.15),
  inset 0 -1px 0 hsla(0,0%,100%,.05),
  0 1px 0 hsla(0,0%,0%,.15),
  0 1px 1px hsla(0,0%,0%,.1);
  /*border: 1px solid hsla(0,0%,0%,.5);*/
  /*border-radius: 4px;*/
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.dialog > .row {
  /*display: table-row;*/
  display: block;
  margin: 0;
  text-align: left;
}
.dialog > .row:after,
.dialog > .row:before {
  display: none !important;
}
.dialog > .row > * {
  display: table-cell;
}

.dialog .toolbarField {
  margin: 5px 0;
}
.dialog .toolbarField:hover,
.dialog .toolbarField:focus {
  border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);
}

.dialog .separator {
  display: block;
  margin: 8px 0px;
  height: 1px;
  width: 100%;
  background-color: hsla(0,0%,0%,.5);
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.08);
}

.dialog .buttonRow {
  text-align: center;
  vertical-align: middle;
}

#passwordOverlay > .dialog {
  text-align: center;
}
#passwordOverlay .toolbarField {
  width: 200px;
}

#documentPropertiesOverlay > .dialog {
  text-align: left;
}
#documentPropertiesOverlay .row > * {
  min-width: 100px;
}
html[dir='ltr'] #documentPropertiesOverlay .row > * {
  text-align: left;
}
html[dir='rtl'] #documentPropertiesOverlay .row > * {
  text-align: right;
}
#documentPropertiesOverlay .row > span {
  width: 125px;
  word-wrap: break-word;
}
#documentPropertiesOverlay .row > p {
  max-width: 225px;
  word-wrap: break-word;
}
#documentPropertiesOverlay .buttonRow {
  margin-top: 16px;
}
#overlayContainer .dialog-content {
  /* box-shadow: 0px 0px 10px 0px #9a9a9a; */
  box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}
#documentPropertiesOverlay .dialog {
  border-radius: 0 !important;
  background-color: #fff !important;
  background-image: none !important;
  position: relative;
  padding: 17px 26px 22px 23px !important;
  border: none !important;
  width: 482px;
  box-shadow: none !important;
}
#overlayContainer .modal-header {
  top: 0;
  left: 0;
  width: 90%;
  padding: 20px 0px;
  font-family: Montserrat-Bold;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}
.modal-header:before {
  /*content: "";*/
  position: absolute;
  top: 10px;
  left: 13px;
}
.modal-header span {
  text-transform: uppercase;
  color: #3c5673;
  font-size: 18px;
}
.closePopup {
  position: absolute;
  width: 14px;
  right: 15px;
}
#documentPropertiesOverlay .dialog .row span {
  font-size: 14px;
  color: #3d5065;
  font-family: Montserrat-Bold;
  width: 37%;
  display: inline-block;
}
#documentPropertiesOverlay .dialog .row p {
  font-size: 14px;
  color: #5c6977;
  line-height: 20px;
  font-family: Montserrat-Regular;
  display: inline-block;
  margin-bottom: 0;
}
#documentPropertiesOverlay .dialog .separator {
  background-color: #dfe4ea;
  width: 100%;
}
.dialog-content .overlayButton {
  background: #f03b43;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  height: 38px;
  width: 74px;
  font-size: 15px;
  cursor: pointer;
  letter-spacing: 0.5px;
  font-family: Montserrat-Bold, sans-serif;
}
#findbar #findPrevious, #findbar #findNext {
  margin: 0;
  height: 15px;
  padding: 3px 1px;
}
#findbar #findPrevious i,
#findbar #findNext i {
  font-size: 8px;
}
#findbar #findPrevious:hover:before,
#findbar #findNext:hover:before {
  opacity: 1;
}
.pdfOverLay .dialog-content,
#downloadPDFOverLay .downloading-content {
  width: 498px;
  margin: 0 auto;
  background: #fff;
}
/*.pdfOverLay .modal-header:before {*/
  /*background-image: url(/newUI/images/download_icon.svg);*/
  /*width: 16px;*/
  /*height: 16px;*/
  /*background-size: 16px;*/
  /*top: 11px;*/
/*}*/

/*.pdfOverLay .modal-header.download:before{*/
  /*background-image: url(/newUI/images/download_icon.svg);*/
/*}*/

.pdfOverLay .modal-header.print:before{
  background-image: url(/newUI/images/print_icon.svg);
}

.pdfOverLay .modal-header.sharing:before{
  background-image: url(/newUI/images/share_icon.svg);
}

.pdfOverLay .modal-header .btn-close {
  display: block;
  width: 15px;
  float: right;
  margin-right: 12px;
  cursor: pointer;
}
.pdfOverLay .option-box {
  display: inline-block;
  width: 49.5%;
  vertical-align: top;
  padding: 0 24px;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
}
.pdfOverLay .dialog-download .option-box.one:before {
  content: "";
  background-color: #e8ecef;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 130px;
  width: 1px;
}
.pdfOverLay .dialog-download p {
  font-size: 14px;
  color: #3d5065;
  font-family: Montserrat-Bold;
  margin: 10px 0 8px;
  /*text-align: left;*/
  padding: 0 25px;
}
.pdfOverLay .dialog-download select {
  width: 90%;
  background-color: #ebf0f5;
  border: none;
  height: 36px;
  margin-bottom: 20px;
}
.pdfOverLay .option-box h2.title {
  font-family: Montserrat-Bold;
  font-size: 15px;
  color: #3c5673;
  text-transform: capitalize;
  /* width: 160px; */
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: left;
}
.pdfOverLay .option-box h2.title input {
  vertical-align: middle;
}
.pdfOverLay .option-box h2.title span {
  vertical-align: middle;
  display: inline-block;
  padding-top: 3px;
}
.pdfOverLay .btn-download {
  text-transform: uppercase;
  text-decoration: none;
  background: #426fa1;
  color: #fff;
  width: 200px;
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  font-family: Montserrat-Bold;
  letter-spacing: 1px;
  margin-bottom: 33px;
  text-align: center;
}
.pdfOverLay .btn-download:hover {
  background: rgb(66, 143, 190);
}
.dialog-downloading {
  padding: 22px 22px 30px 22px;
  text-align: initial;
}
.dialog-downloading .file-info {
  margin-left: 23px;
}
.dialog-downloading .file-info .file-name {
  font-size: 18px;
  font-family: Montserrat-Bold;
  color: #3c5673;
  letter-spacing: 1px;
  margin: 0;
  position: relative;
}
.dialog-downloading .file-info .file-name:before {
  content: "";
  position: absolute;
  background-image: url(/newUI/images/file_icon.png);
  width: 17px;
  height: 19px;
  background-size: 17px;
  top: 0px;
  left: -23px;
}
.dialog-downloading .file-info span {
  font-size: 13px;

  color: #9ea6ae;
}
.dialog-downloading .notification {
  font-size: 14px;

  color: #acb8c5;
}
#slide-process{
  width: 100%;
  height: 3px;
  overflow:hidden;
  background-color: #dae1e9;
  margin: 25px 0;
}
.slide-process{
  background-color: #f03b43;
  margin-top:0;
  margin-left:-450px;
  -moz-animation-name:bounce_loadingProgressG;
  -moz-animation-duration:2s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:linear;
  -webkit-animation-name:bounce_loadingProgressG;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -ms-animation-name:bounce_loadingProgressG;
  -ms-animation-duration:2s;
  -ms-animation-iteration-count:infinite;
  -ms-animation-timing-function:linear;
  -o-animation-name:bounce_loadingProgressG;
  -o-animation-duration:2s;
  -o-animation-iteration-count:infinite;
  -o-animation-timing-function:linear;
  animation-name:bounce_loadingProgressG;
  animation-duration:2s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
  width: 60px;
  height: 3px;
}
.premium-popup {
  background-color: #fff;
  width: 500px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
}
.premium-popup .modal-header p {
  text-transform: uppercase;
  font-size: 18px;
  color: #3c5673;
  font-family: Montserrat-Bold;
}
.premium-popup .modal-header span {
  text-transform: initial;
  font-size: 14px;
  color: #62666b;
}
.premium-popup .modal-body button {
  width: 286px;
  letter-spacing: 0px;
}
.premium-popup .modal-body a {
  display: block;
  font-size: 14px;
  color: #265384;
  text-decoration: underline;
  margin-top: 8px;
  font-family: Montserrat-Regular;
}

@-moz-keyframes bounce_loadingProgressG{
  0%{
    margin-left:0px;
  }
  100%{
    margin-left:450px;
  }
}

@-webkit-keyframes bounce_loadingProgressG{
  0%{
    margin-left:0px;
  }
  100%{
    margin-left:450px;
  }
}

@-ms-keyframes bounce_loadingProgressG{
  0%{
    margin-left:0px;
  }
  100%{
    margin-left:450px;
  }
}

@-o-keyframes bounce_loadingProgressG{
  0%{
    margin-left:0px;
  }
  100%{
    margin-left:450px;
  }
}

@keyframes bounce_loadingProgressG{
  0%{
    margin-left:0px;
  }
  100%{
    margin-left:450px;
  }
}

.inside-item.pageSummary span {
  margin-right: -2px;
}
.clearBoth {
  clear: both;
}

.fileInput {
  background: white;
  color: black;
  margin-top: 5px;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

#PDFBug {
  background: none repeat scroll 0 0 white;
  border: 1px solid #666666;
  position: fixed;
  top: 32px;
  right: 0;
  bottom: 0;
  font-size: 10px;
  padding: 0;
  width: 300px;
}
#PDFBug .controls {
  background:#EEEEEE;
  border-bottom: 1px solid #666666;
  padding: 3px;
}
#PDFBug .panels {
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  top: 27px;
}
#PDFBug button.active {
  font-weight: bold;
}
.debuggerShowText {
  background: none repeat scroll 0 0 yellow;
  color: blue;
}
.debuggerHideText:hover {
  background: none repeat scroll 0 0 yellow;
}
#PDFBug .stats {
  font-family: courier;
  font-size: 10px;
  white-space: pre;
}
#PDFBug .stats .title {
  font-weight: bold;
}
#PDFBug table {
  font-size: 10px;
}

#viewer.textLayer-visible .textLayer > div,
#viewer.textLayer-hover .textLayer > div:hover {
  background-color: white;
  color: black;
}

#viewer.textLayer-shadow .textLayer > div {
  background-color: rgba(255,255,255, .6);
  color: black;
}

.grab-to-pan-grab {
  cursor: url("images/grab.cur"), move !important;
  cursor: -webkit-grab !important;
  cursor: -moz-grab !important;
  cursor: grab !important;
}
.grab-to-pan-grab *:not(input):not(textarea):not(button):not(select):not(:link) {
  cursor: inherit !important;
}
.grab-to-pan-grab:active,
.grab-to-pan-grabbing {
  cursor: url("images/grabbing.cur"), move !important;
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: grabbing !important;

  position: fixed;
  background: transparent;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 50000; /* should be higher than anything else in PDF.js! */
}
#outerContainer button {
  cursor: pointer;
  margin-bottom: 0;
}
.toolbarButton .glyphicon-chevron-left {
 color: #647B92
}
.toolbarButton .glyphicon-chevron-right {
 color: #647B92
}
#outerContainer [class*=" icon-"],
#outerContainer [class^="icon-"] {
  color: #647B92;
  position: relative;
  cursor: pointer;
}
#topNavBar button .icon-signature,
#topNavBar button .icon-field {
  font-size: 12px;
}
#topNavBar button .icon-image {
  font-size: 13px;
}
#topNavBar button .icon-comment {
  font-size: 14px;
  color: #f03b43;
}
#topNavBar button.toggled .icon-comment {
  color: #fff;
}
#outerContainer [class*=" icon-"]:hover,
#outerContainer [class^="icon-"]:hover {
  color: #b6c8dc;
}
#topNavBar [class*=" icon-"],
#topNavBar [class^="icon-"] {
  font-size: 18px;
}
#topNavBar .icon-zoomout {
  font-size: 8px;
  padding-left: 4px;
}
#secondaryToolbar {
  width: 231px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#secondaryToolbar [class*=" icon-"],
#secondaryToolbar [class^="icon-"] {
  font-size: 16px;
}
#secondaryToolbar .secondaryToolbarButton {
  position: relative;
}
#secondaryToolbar .secondaryToolbarButton i {
  position: absolute;
  top: 4px;
  left: 11px;
}
#secondaryToolbar .secondaryToolbarButton span {
  padding-left: 23px;
}
#pdf_page [class^="icon-"] {
  font-size: 26px;
  color: #fff;
}
.annotationToolbarCss .annotation-item i {
  color: #333f4d !important;
  font-size: 16px !important;
  cursor: pointer !important;
}
.annotationToolbarCss .annotation-item i:hover {
  color: initial;
}
.annotationToolbarCss .annotation-item button:hover i,
.annotationToolbarCss .editor-wrapper button.annotationToolbar.selected i,
.annotationToolbarCss .editor-wrapper button.annotationToolbar:hover i {
  border: 1px solid #000;
  padding: 8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#overlayContainer .modal-header i,
#overlayContainer .modal-header span {
  vertical-align: middle;
  display: inline-block;
}
#overlayContainer .modal-header i.btn-close {
  margin-right: 0;
  color: #5d738b;
  position: absolute;
  top: 24px;
  right: 20px;
}
#overlayContainer .modal-header i  {
  font-size: 15px;
  margin-left: 14px;
  margin-right: 6px;
  color: #b6c8dc;
}
#pdf_page {
  top: 80%;
  width: 50px;
  opacity: 0;
  left: calc(89% - 150px);
  transition: all 0.5s ease;
}
#pdf_page.hovermouse {
  opacity: 1;
  /*left: calc(89% - 310px);*/
  display: block;
}

#pdf_page #pageOutSide {
  display: block !important;
  width: 48px;
}
#pdf_page #pageOutSide .zoom button {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.15);
  box-shadow: 0px 0px 1px 2px rgba(46,64,83,.2);
  border-radius: 0;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #65727f;
  cursor: pointer !important;
}
#pdf_page #pageOutSide .zoom button:last-child {
  border-bottom: 0;
}
#pdf_page #pageOutSide .zoom button i {
  color: #2e3b4c;
  font-size: 14px;
}
#pdf_page #pageInSide {
  display: none;
}
#pdf_page.pageInside #pageOutSide {
  display: block !important;
}
#pdf_page.pageInside #pageInSide {
  display: none;
}
.toolbarButton-newUI {
  padding: 7px;
}
.toolbarButton-newUI.btn-share{
  padding: 0;
}

.toolbarButton-newUI.btn-signature {
}
.toolbarButton-newUI.btn-signature button,
.toolbarButton-newUI.btn-image button,
.toolbarButton-newUI.btn-field button {
  width: 100% !important;
}
.toolbarButton-newUI.btn-premium {
  display: block;
  width: 100%;
  height: 30px;
}

.toolbarButton-newUI:not([data-icon-type="rotate"]):not([data-icon-type="zoom"]) span {
  cursor: pointer !important;
}

#pdf_page .editpdf {
  top: 37px;
  left: -60px;
}

number {
  font-family: Montserrat-Regular, sans-serif;
  color: rgb(100, 123, 146);
  position: absolute;
  top: 10px;
  right: 16px;
}

@page {
  margin: 0;
}

#printContainer {
  display: none;
}

.slice-up-modal {
  z-index: 1000;
  position: absolute;
  /*bottom: -89px;*/
  padding: 35px 0;
  height: 89px;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  background: rgba(255,255,255,0.8);
  transition: all 0.5s ease;
  visibility: hidden;
}

.slice-up-modal button {
  cursor: pointer !important;
}

.slice-up-modal.open-modal {
  bottom: 0 !important;
  visibility: visible !important;
}

.slice-up-modal .slide-up-content {
  display: -webkit-inline-box;
}

.slice-up-modal .slide-up-content p {
  color: #24374b;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 20px;
  margin-right: 15px;
}

.slice-up-modal .slide-up-content p span {
  color: #f03b43;
}

.slice-up-modal .slide-up-content .slide-up-button {
  background: #f03b43;
  border: none;
  text-transform: uppercase;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: -8px;
  padding: 11px 18px;
}

@media screen and (min-resolution: 2dppx) {
  /* Rules for Retina screens */
  .toolbarButton::before {
    -webkit-transform: scale(0.5);
    transform: scale(0.9);
    top: 0px;
  }

  .secondaryToolbarButton::before {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    top: -4px;
  }

  html[dir='ltr'] .toolbarButton::before,
  html[dir='rtl'] .toolbarButton::before {
    left: -1px;
  }

  html[dir='ltr'] .secondaryToolbarButton::before {
    left: -2px;
  }
  html[dir='rtl'] .secondaryToolbarButton::before {
    left: 186px;
  }

  .toolbarField.pageNumber.visiblePageIsLoading,
  #findInput[data-status="pending"] {
    background-image: url(images/loading-small@2x.png);
    background-size: 16px 17px;
  }

  .dropdownToolbarButton {
    background: url(images/toolbarButton-menuArrows@2x.png) no-repeat;
    background-size: 7px 16px;
  }

  html[dir='ltr'] .toolbarButton#sidebarToggle::before {
    /*    content: url(images/toolbarButton-sidebarToggle@2x.png);*/
  }
  html[dir='rtl'] .toolbarButton#sidebarToggle::before {
    /*    content: url(images/toolbarButton-sidebarToggle-rtl@2x.png);*/
  }

  html[dir='ltr'] .toolbarButton#secondaryToolbarToggle::before {
    /*    content: url(images/toolbarButton-secondaryToolbarToggle@2x.png);*/
  }
  html[dir='rtl'] .toolbarButton#secondaryToolbarToggle::before {
    /*    content: url(images/toolbarButton-secondaryToolbarToggle-rtl@2x.png);*/
  }

  html[dir='ltr'] .toolbarButton.findPrevious::before {
    /*content: url(images/findbarButton-previous@2x.png);*/
  }
  html[dir='rtl'] .toolbarButton.findPrevious::before {
    /*content: url(images/findbarButton-previous-rtl@2x.png);*/
  }

  html[dir='ltr'] .toolbarButton.findNext::before {
    /*content: url(images/findbarButton-next@2x.png);*/
  }
  html[dir='rtl'] .toolbarButton.findNext::before {
    /*content: url(images/findbarButton-next-rtl@2x.png);*/
  }

  html[dir='ltr'] .toolbarButton.pageUp::before {
    /*    content: url(images/toolbarButton-pageUp@2x.png);*/
  }
  html[dir='rtl'] .toolbarButton.pageUp::before {
    /*    content: url(images/toolbarButton-pageUp-rtl@2x.png);*/
  }

  html[dir='ltr'] .toolbarButton.pageDown::before {
    /*    content: url(images/toolbarButton-pageDown@2x.png);*/
  }
  html[dir='rtl'] .toolbarButton.pageDown::before {
    /*    content: url(images/toolbarButton-pageDown-rtl@2x.png);*/
  }

  .toolbarButton.zoomIn::before {
    /*    content: url(images/toolbarButton-zoomIn@2x.png);*/
  }

  .toolbarButton.zoomOut::before {
    /*    content: url(images/toolbarButton-zoomOut@2x.png);*/
  }

  .toolbarButton.presentationMode::before,
  .secondaryToolbarButton.presentationMode::before {
    /*content: url(images/toolbarButton-presentationMode@2x.png);*/
  }

  .toolbarButton.print::before,
  .secondaryToolbarButton.print::before {
    /*    content: url(images/toolbarButton-print@2x.png);*/
    /*background-image: url(/newUI/images/print_icon.svg);*/
  }

  .toolbarButton.openFile::before,
  .secondaryToolbarButton.openFile::before {
    /*content: url(images/toolbarButton-openFile@2x.png);*/
  }

  .toolbarButton.download::before,
  .secondaryToolbarButton.download::before {
    /*    content: url(images/toolbarButton-download@2x.png);*/
  }

  .toolbarButton.bookmark::before,
  .secondaryToolbarButton.bookmark::before {
    /*content: url(images/toolbarButton-bookmark@2x.png);*/
  }

  #viewThumbnail.toolbarButton::before {
    /*content: url(images/toolbarButton-viewThumbnail@2x.png);*/
  }

  html[dir="ltr"] #viewOutline.toolbarButton::before {
    /*content: url(images/toolbarButton-viewOutline@2x.png);*/
  }
  html[dir="rtl"] #viewOutline.toolbarButton::before {
    /*content: url(images/toolbarButton-viewOutline-rtl@2x.png);*/
  }

  #viewAttachments.toolbarButton::before {
    /*content: url(images/toolbarButton-viewAttachments@2x.png);*/
  }

  #viewFind.toolbarButton::before {
    display: none !important;
  }

  .secondaryToolbarButton.firstPage::before {
    /*content: url(images/secondaryToolbarButton-firstPage@2x.png);*/
  }

  .secondaryToolbarButton.lastPage::before {
    /*content: url(images/secondaryToolbarButton-lastPage@2x.png);*/
  }

  .secondaryToolbarButton.rotateCcw::before {
    /*content: url(images/secondaryToolbarButton-rotateCcw@2x.png);*/
  }

  .secondaryToolbarButton.rotateCw::before {
    /*content: url(images/secondaryToolbarButton-rotateCw@2x.png);*/
  }

  .secondaryToolbarButton.handTool::before {
    /*content: url(images/secondaryToolbarButton-handTool@2x.png);*/
  }

  .secondaryToolbarButton.documentProperties::before {
    /*content: url(images/secondaryToolbarButton-documentProperties@2x.png);*/
  }
}

@media print {
  /* General rules for printing. */
  body {
    background: transparent none;
  }

  /* Rules for browsers that don't support mozPrintCallback. */
  #sidebarContainer, #secondaryToolbar, .toolbar, #loadingBox, #errorWrapper, .textLayer {
    display: none;
  }
  #viewerContainer {
    overflow: visible;
  }

  #mainContainer, #viewerContainer, .page, .page canvas {
    position: static;
    padding: 0;
    margin: 0;
  }

  .page {
    float: left;
    display: none;
    border: none;
    box-shadow: none;
    background-clip: content-box;
    background-color: white;
  }

  .page[data-loaded] {
    display: block;
  }

  .fileInput {
    display: none;
  }

  /* Rules for browsers that support mozPrintCallback */
  body[data-mozPrintCallback] #outerContainer {
    display: none;
  }
  body[data-mozPrintCallback] #printContainer {
    display: block;
  }
  #printContainer canvas {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  #printContainer div {
    page-break-after: always;
    page-break-inside: avoid;
  }
}

.visibleLargeView,
.visibleMediumView,
.visibleSmallView {
  display: none;
}
/* Start comments style*/
#commentsToolbarToggle{
  font-weight: bold;
}
.smaller #commentsToolbarToggle number {
  display: none;
}
#commentsToolbarToggle .icon-comments{
  color:#f03b43;
  margin-right: 4px;
}
.sidebar-active #commentsToolbarToggle .icon-comment,
.sidebar-active #commentsToolbarToggle number {
  color: #fff;
}

#mainContainer #commentsToolbar {
  background-color: #1e2e40 !important;
  background-image: none !important;
  min-height: 147px;
  min-width: 220px;
  max-width: 375px;
  width: auto; /* TODO thanh */
}

.commentsToolbar {
  padding: 0px;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 50px;
  position: absolute;
  z-index: 10000;
  right: 0px;
  margin:0px;
  cursor: default;
}
#mainContainer .commentsToolbar.smaller,
#mainContainer .signatureToolbar.smaller {
  top: 37px;
}
.comments-items.news{
  border-left: 2px solid #f03b43;
  padding-left: 0px;
}
.comments-items{
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 1px solid #24374b;
  padding-left: 3px;
}
/*.commentsAll .comments-items:nth-child(even) {*/
/*background-color: #1e2e40;*/
/*}*/
/*.commentsAll .comments-items:nth-child(odd) {*/
/*background-color: #24374b;*/
/*}*/
.commentsAll .active {
  background-color: #24374b;
}
.comments-items .media-left{
  text-align: center;
  padding-right: 0px;
}
.comments-items .media-left span{
  width: 50px;
  display: inline-block;
  text-align: center;
  text-align: -webkit-center;
}
.comments-items .media-body {
  color: #768fa9;
  font-size: 12px;
  padding-right: 10px;
  font-family: Montserrat-Regular;
}
.comments-items .media-body .replyItems.news{
  border-left: 2px solid #f03b43;
}

.comments-items .media-body .replyItems{
  padding-left:10px;
  margin: 10px 0px;
}
.comments-items .media-body .glyphicon-menu-down{
  margin-left: 4px;
  font-size: 10px;
}
.comments-items .media-body .replyNumber{
  user-select: none;
}
.comments-items .media-body .btnToggleReplyInside {
  user-select: none;
}
.comments-items .media-body .media-heading{
  font-size: 13px;
  color: #abbacb;
  margin-bottom: 6px;
}
.comments-items .media-body .media-heading span{
  color: #3d546f;
  font-size: 11px;
}
.comments-items .media-left span i{
  width: 30px;
  height: 30px;
  background-color: #597a9d;
  display: table-cell;
  text-align: center;
  color: #ccc;
  border-radius: 100%;
  vertical-align: middle;
  font-style: normal;
  font-weight: bold;
}.addNewComments a span{
   position: relative;
   text-transform: uppercase;
   top: -3px;
   font-weight: bold;
   font-size: 12px;
 }
#topNavBar.smaller #commentsToolbarToggle{
  width: 43px;
}
#topNavBar.smaller #commentsToolbarToggle i {
  margin-right: 0;
}

#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerLeft .btn-sidebar,
 #topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerLeft .btn-find {
  display: none;
}

#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerLeft .pageEditModeInside {
  display: block;
}

#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerLeft .btn-EditMode {
  width: 170px;
  padding: 9px 0;
}

#topNavBar.fixShow.smaller #toolbarContainer #toolbarViewer #toolbarViewerLeft .btn-EditMode {
  padding: 3px 0;
}

#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerLeft .pageEditModeInside i {
  font-size: 14px;
}

#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerLeft .pageEditModeInside span {
  color: #5f6b79;
  text-transform: uppercase;
  font-family: Montserrat-Bold;
  font-size: 14px;
}

#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-rotate,
#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-signature,
#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-commentsToolbarToggle,
#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-download,
#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-print,
#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-secondaryToolbarToggle {
  display: none;
}

#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-cancel {
  display: block;
  width: 100px;
  border: none;
  padding: 9px 0;
}

#topNavBar.fixShow.smaller #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-cancel {
  padding: 3px 0;
}

#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-cancel i {
  font-size: 11px;
  font-weight: bold;
  margin-right: 3px;
}

#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-cancel span {
  color: #5f6b79;
  font-family: Montserrat-Bold;
  font-size: 14px;
}

#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-done {
  display: block;
  width: 100px;
  background: #f03b43;
  padding: 9px 16px;
}

#topNavBar.fixShow.smaller #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-done {
  padding: 3px 16px;
}

#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-done span {
  color: #fff;
  font-family: Montserrat-Bold;
  font-size: 16px;
  text-transform: uppercase;
}

#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerMiddle .pre,
#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerMiddle .pagina,
#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerMiddle .next {
  display: none;
}

#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerMiddle .zoomdoc {
  display: block;
  width: 160px !important;
  border: none;
}

#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerMiddle .zoomdoc .splitToolbarButtonSeparator {
  height: 100%;
  margin: 0;
}

#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerMiddle .zoomdoc .splitToolbarButtonSeparator #zoomOutD i {
  font-size: 9px;
}

#topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerMiddle .zoomdoc .splitToolbarButtonSeparator #zoomInD i {
  font-size: 13px;
}

#annotationToolbarContainer.fixShow {
  display: none;
}

#pdf_page.fixShow {
  display: none;
}

#viewerContainer.fixShow .pdfViewer .page .canvasWrapper .hideAnotation {
  display: block;
}

#viewerContainer.fixShow .pdfViewer .page .canvasWrapper .hideAnotation .annotationToolbar i {
  font-size: 13px !important;
  color: #f03b43 !important;
  font-weight: bold;
}

#viewerContainer.fixShow .pdfViewer .page .canvasWrapper .hideAnotation .rotateCwt2 i {
  color: #fff !important;
  font-size: 19px !important;
}

.addNewComments a{
  color: #fff;
}
.addNewComments a i{
  font-size: 20px;
  margin-right: 5px;
}
.addNewComments a i{
  font-size: 20px;
  margin-right: 5px;
}
.addNewComments a i:hover{
  opacity: .6;
}
.addNewComments{
  padding: 15px;
  color: #fff;
}
.commentsAll .comments-items.me .media-left span i{
  background-color: #f03b43;
  color: #e9eef4;
}
.formReplyCommments{
  margin-top: 15px;
  padding: 0 15px;
  position: relative;
}
.add-point-cursor {
  cursor: crosshair;
}
.formReplyCommments input {
  width: 86%;
  padding: 10px;
  background-color: #38526e;
  border: none;
  color: #fff;
}
.txtReplyComments {
 padding-right: 36px !important;
}
#topNavBar.smaller .toolbarButton-newUI{
  width: 50px;
  padding: 0;
}
#topNavBar.smaller .toolbarButton-newUI.pagina {
  width: 115px;
  padding: 6px;
}
#topNavBar.smaller .toolbarButton-newUI.pre button,
#topNavBar.smaller .toolbarButton-newUI.next button {
  height: 38px;
}
.formReplyCommments a i{
  transform:rotate(-90deg);
  /* Safari */
  -webkit-transform: rotate(90deg);

  /* Firefox */
  -moz-transform: rotate(90deg);

  /* IE */
  -ms-transform: rotate(90deg);

  /* Opera */
  -o-transform: rotate(90deg);

  /* Internet Explorer */
}
.formReplyCommments a{
  padding: 10px 11px 9px 8px;
  background-color: #f03b43;
  width: auto;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: absolute;
  font-size: 14px;
  right: 17px;
}
.formReplyCommments a .icon-enter {
  color: #fff !important;
}
.comment-inside {
  position: absolute;
  z-index: 5;
  width: 310px;
  padding: 0;
  border: none;
}

.comment-inside.show-comment .cmt-order {
  cursor: pointer;
}

.comment-inside .cmt-order {
  background-color: rgba(89, 122, 157, 0.75) !important;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.comment-inside.show-comment .cmt-order {
  background-color: rgba(89, 122, 157, 1) !important;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.comment-inside .formReplyCommments input {
  width: 100%
}
.btn-quit {
  font-weight: bold;
  color: #abbacb !important;
  cursor: pointer;
  margin-right: 10px;
}
.comment-inside .formReplyCommments a {
  top: 0;
  right: 0px;
  height: 100%;

}

.comment-inside.show-comment .media {
  margin: 0;
  padding: 16px 20px;
  position: relative;
  left: 35px;
  top: -20px;
  display: block;
  text-align: left !important;
  background-color: #1e2e40;
}

.comment-inside .media {
  display: none;
}
.comment-inside.show-comment .arrow-right {
  content: "";
  position: absolute;
  top: -10px;
  left: 26px;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  border-right: 9px solid #1e2e40;
  display: block;
}

.comment-inside:before {
  display: none;
}

.comment-inside .media-left {
  position: absolute;
  /*top: 8px;*/
  /*left: -58px;*/
  cursor: pointer;
}
.comment-inside .formReplyCommments {
  padding: 0;
}

/* Style Signature */
.signatureToolbar {
  background-color: #1e2e40 !important;
  background-image: none !important;
  min-height: 147px;
  min-width: 220px;
  width: 375px;
  position: absolute;
  top: 50px;
  margin: 0;
  right: 0 !important;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.signatureToolbar .nav-tabs li a,
.signatureToolbar .nav-tabs li a:hover,
.signatureToolbar .nav-tabs li a:focus {
  background-color: transparent;
  border: none;
  color: #37485c;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Montserrat-Bold;
  padding: 20px 11px 20px 20px;
}
.signatureToolbar .nav-tabs li.active a {
  color: #fff;
}
.signatureToolbar .nav-tabs li.my-request {
  position: relative;
}
.signatureToolbar .nav-tabs li.my-request .number {
  position: absolute;
  top: 19px;
  right: -19px;
  background-color: #f03b43;
  padding: 2px 8px;
  color: #fff;
  font-family: Montserrat-Regular;
  font-size: 12px;
}
.signatureToolbar .nav-tabs {
  border-bottom: 1px solid #24374c;
}
.signatureToolbar .signature-insert-list {
  margin: 0;
}
.signatureToolbar .signature-insert-list .signature {
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
}
.signatureToolbar .signature-insert-list .signature:hover {
  background-color: #25374b;
}
.signatureToolbar .signature-insert-list .signature.active {
  background-color: #24374b;
}
.signatureToolbar .signature-insert-list .signature span {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  color: #4b5866;
}
.signatureToolbar .signature-insert-list .signature.active span i {
  color: #fff !important;
}
.signatureToolbar .signature-insert-list .signature .btn-insert {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Montserrat-Regular;
  background-color: #f03b43;
  padding: 4px 9px;
  vertical-align: middle;
  position: absolute;
  top: 31%;
  right: 48px;
  display: none;
}
.signatureToolbar .signature-insert-list .signature.active .btn-insert {
  display: block;
}
.signatureToolbar .signature-insert-list .signature .btn-close {
  vertical-align: middle;
  position: absolute !important;
  top: 41%;
  right: 25px;
  color: #4b5866;
}
.signatureToolbar .signature-insert-list .signature.active .btn-close {
  color: #abbacb !important;
}
.title-signature {
  padding: 15px;
  border-bottom: 1px solid #24374C;
}
.title-signature a {
  color: #fff;
}
.title-signature a i {
  font-size: 20px;
  margin-right: 5px;
}
.title-signature a span {
  position: relative;
  text-transform: uppercase;
  top: -3px;
  font-weight: bold;
  font-size: 12px;
}
.my-signatures {
  padding: 0 15px;
}
.my-signatures .title {
  margin: 0;
  font-size: 12px;
  color: #435d78;
  font-family: Montserrat-Regular;
  padding-top: 5px;
}
.my-signatures .signature {
  border-bottom: 1px solid rgb(36, 55, 76);
  padding: 22px 4px;
}
.my-signatures .signature .number {
  background-color: #1faad2;
  color: #fff;
  padding: 6px 11px;
  vertical-align: middle;
}
.my-signatures .signature .name {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-family: Montserrat-Regular;
  padding-left: 10px;
}
.my-signatures .signature .name span:nth-child(1) {
  display: block;
  font-size: 13px;
  color: #abbacb;
  line-height: 15px;
}
.my-signatures .signature .name span:nth-child(2) {
  line-height: 15px;
  display: block;
  font-size: 11px;
  color: #6f90b2;
}
.my-signatures .signature .show-my-signature {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  float: right;
  padding-right: 10px;
}
.my-signatures .status {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  line-height: 10px;
}
.my-signatures .status .status-icon {
  display: block;
  font-size: 12px;
  color: #446385;
  font-family: Montserrat-Regular;
  line-height: 15px;
}
.my-signatures .status .status-icon i {
  font-size: 9px;
  color: #446385;
}
.my-signatures .status .status-icon i.icon-ok_signed {
  font-size: 13px;
}
.my-signatures .status .time {
  font-size: 11px;
  line-height: 15px;
  color: #3d546f;
  font-family: Montserrat-Regular;
  float: right;
  width: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.my-signatures .signature.sent-status .number {
  background-color: #597a9d;
}
.my-signatures .signature.signed-status .number {
  background-color: #1faad2;
}
.my-signatures .signature.signed-status .status-icon,
.my-signatures .signature.signed-status .status-icon i {
  color: #1faad2 !important;
  top: 1px;
}
.my-signatures .revieved-status .status .time {
  line-height: 30px;
}
.my-signatures.my-request .signed-status .status-icon {
  text-transform: uppercase;
  line-height: 32px;
}
.icon-create {
  color: #fff !important;
  font-size: 17px !important;
}
.my-signatures.my-request .signature .number {
  background-color: #f03b43;
}
.create-new-signature {
  position: absolute;
  left: 33%;
  top: 5%;
  /*width: 438px; thanh */
  z-index: 9999;
}
.create-new-signature .modal-dialog {
  background-color: rgb(29, 44, 61);
  /*width: 340px; thanh */
  padding: 0 14px;
}
.create-new-signature .dialog-content {
  box-shadow: none !important;
}
.create-new-signature .modal-header {
  border-bottom: 1px solid #425b77;
  padding: 14px 0;
}
.create-new-signature .modal-body {
  padding: 12px 0;
}
.create-new-signature .modal-footer {
  border: none;
  padding: 3px 0 15px;
}
.create-new-signature .modal-header span {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #fff;
}
.create-new-signature ul {
  border: none;
}
.create-new-signature ul li a,
.create-new-signature ul li a:hover{
  border: 1px solid #354b62;
  padding: 3px 8px;
  border-radius: 0;
  margin: 0;
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #c3cedb;
  background-color: #354b62;
  cursor: pointer;
}
.create-new-signature ul li.active a,
.create-new-signature ul li a:focus,
.create-new-signature ul li.active a:hover,
.create-new-signature ul li.active a:focus {
  background-color: #1e2e40;
  color: #678099;
  border: 1px solid #354b62;
}
.create-new-signature .show-signature {
  background-color: #24374b;
  border-radius: 5px;
  margin-top: 12px;
  text-align: center;
  display: block;
  min-height: 132px;
  position: relative;
}
.create-new-signature .show-signature i {
  font-size: 90px;
  color: #fff !important;
}
.create-new-signature .show-signature .upload-img .icon-upload {
  font-size: 12px;
  color: #9cb0c4 !important;
  margin-top: 40px;
  display: block;
}
.create-new-signature .show-signature .upload-img .icon-upload span {
  font-family: Montserrat-Regular;
  text-decoration: underline;
}
.create-new-signature .show-signature .upload-img input {
  opacity: 0;
  width: 32%;
  position: absolute;
  top: 44%;
  left: 34%;
  cursor: pointer;
}
.create-new-signature .modal-footer span {
  font-size: 12px;
  font-family: Montserrat-Regular;
  color: #9cb0c4;
  display: inline-block;
  margin-top: 6px;
}
.create-new-signature .modal-footer .btnGroup button {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Montserrat-Regular;
  color: #738ead;
  background-color: #38506c;
  border: none;
}
.create-new-signature .modal-footer .btnGroup button:last-child {
  color: #fff;
  background-color: #f03b43;
}
.signature-popup {
  position: absolute;
  z-index: 10;
  border: none !important;
  opacity: 0.5 !important;
}

.signature-popup:focus {
  outline: none;
}
.header-popup {
  z-index: 1000;
  color: #fff;
  position: static;
}
.header-popup number {
  position: static;
  background-color: #acbcce;
  padding: 6px 13px;
  display: table-cell;
  color: #fff;
  position: static;
}
.header-popup .name {
  display: table-cell;
  background-color: #919ba5;
  padding: 5px 7px;
  position: static;
  font-size: 13px;
  width: 100%;
}
.signature-popup .body-popup {
  border: 3px solid #f3f5f7;
  display: table-cell;
  min-width: 315px;
  font-size: 50px;
  text-align: center;
  height: 90px;
  background-color: rgba(255, 255, 255, 1);
  position: static;
  vertical-align: middle;
}
.signature-popup .body-popup svg {
  height: 100%;
  width: 100%;
}
.signature-popup.available {
  background-color: #f8fafb;
}

.header-popup {
  width: 315px;
  position: absolute;
  display: none;
}
.header-popup number {
  background-color: #1faad2;
}
.header-popup .name,
.signature-popup.sent-request .header-popup .name,
.signature-popup.requesting .header-popup .name {
  background-color: #24374b;
  width: 284px;
}
.header-popup .name .email {
  font-size: 11px;
  color: #6f90b2;
  padding-left: 10px;
}
.signature-popup .body-popup .icon-signature_sample {
  color: #c3cad2 !important;
}
.signature-popup .body-popup .icon-signature_sample:hover {
  color: none !important;
}

.signature-popup.request .header-popup number {
  line-height: 19px;
  background-color: #597a9d;
  display: inline-block;
  width: 10%;
}
.signature-popup.request .header-popup .form-request {
  vertical-align: top;
  display: inline-block;
  width: 90%;
}
.signature-popup.request .header-popup .form-request input {
  height: 31px;
  border: none;
  background-color: #38526e;
  width: 207px;
  padding-left: 14px;
  color: #84a7cd;
  font-size: 11px;
  display: table-cell;
  font-family: Montserrat-Regular;
  display: inline-block;
  width: 70%;
}
.signature-popup.request .header-popup .form-request button {
  display: table-cell;
  width: 82px;
  border: none;
  background-color: #f03b43;
  /*margin-left: -5px;*/
  height: 31px;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Montserrat-Regular;
  display: inline-block;
  width: 30%;
}

.signature-popup.requesting .header-popup number {
  background-color: #f03b43;
}

/*Signature Active*/
.signature-popup.active {
  top: 250px
}
.signature-popup.active .body-popup i {
  color: #313131 !important;
}

/*Signature Sent Request*/
.signature-popup .wating-title {
  display: block;
  font-size: 11px;
  color: #768ea8;
  text-transform: uppercase;
  font-family: Montserrat-Regular;
}
.signature-popup.sent-request .body-popup {
  background-color: #f2f5f7;
  border-color: #e8ebee;
}
.signature-popup.sent-request .header-popup number {
  background-color: #597a9d;
}

/*Signature Requesting*/
.signature-popup.requesting .wating-title {
  color: #f03b43;
}
.signature-popup.requesting .btn-sign {
  width: 100%;
  border: none;
  background-color: #f03b43;
  height: 38px;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Montserrat-Regular;
  color: #fff;
  margin-top: 3px;
}

@media all and (max-width: 1600px) {
  #pdf_page {
    left: calc(97% - 150px);
  }
  #pdf_page.hovermouse {
    /*left: calc(97% - 270px);*/
  }
}

@media all and (max-width: 1360px) {
  #pdf_page {
    left: calc(97% - 110px);
  }
  #pdf_page.hovermouse {
    /*left: calc(97% - 270px);*/
  }
}

@media all and (max-width: 1200px) {
  #pdf_page {
    left: calc(97% - 45px);
  }
  #pdf_page.hovermouse {
    left: calc(97% - 130px);
  }
}
/* End comments style*/
@media all and (max-width: 1145px) and (min-width: 1024px) {
  html[dir='ltr'] .outerCenter {
   right: 47%;
 }
  .toolbarButton-newUI.btn-sidebar,
  .toolbarButton-newUI.btn-find,
  .toolbarButton-newUI.btn-field,
  .toolbarButton-newUI.btn-image {
    width: 60px;
  }
  .toolbarButton-newUI.btn-signature {
    width: 60px !important;
  }
  #pdf_page {
    left: calc(95% - 10px);
  }
  #pdf_page.hovermouse {
    left: calc(95% - 70px);
  }
}
.for-mobile {
  display: none;
}
.for-desktop {
  display: block;
}
@media all and (max-width: 1100px) {
  #pdf_page .editpdf {
    top: 139px;
    left: 0px;
  }
  #pdf_page .editpdf .editor-wrapper{
    width: 45px;
  }
  #pdf_page .editpdf .editor-wrapper .annotation-item {
    width: 45px;
  }
  #pdf_page {
    left: calc(95% - 0px);
  }
  #pdf_page.hovermouse {
    left: calc(95% - 50px);
  }
}

@media all and (max-width: 1023px) {
  .for-mobile {
    display: block;
  }
  .for-desktop {
    display: none;
  }
  .toolbarButton-newUI.for-mobile {
    position: relative;
    height: auto;
    min-height: 30px;
    padding: 3px 0 1px 10px !important;
    display: inline-block;
    width: 100% !important;
  }
  .toolbarButton-newUI.for-mobile button {
    width: 100%;
    text-align: left;
    margin: 0 !important;
    padding: 0;
  }
  .toolbarButton-newUI.for-mobile button i {
    font-size: 16px;
    color: rgb(100, 123, 146);
  }
  .toolbarButton-newUI.for-mobile span {
    overflow: initial;
    position: relative;
    top: -2px;
    font-size: 13px;
    font-family: Montserrat-Regular;
    padding-left: 3px;
  }
}
.viewUndo i, .viewRedo i {
  font-size: 16px;
  color: rgb(100, 123, 146);
}

@media all and (max-width: 960px) {
  html[dir='ltr'] #outerContainer.sidebarMoving .outerCenter,
  html[dir='ltr'] #outerContainer.sidebarOpen .outerCenter {
    float: left;
    left: 205px;
  }
  html[dir='rtl'] #outerContainer.sidebarMoving .outerCenter,
  html[dir='rtl'] #outerContainer.sidebarOpen .outerCenter {
    float: right;
    right: 205px;
  }
}

@media all and (max-width: 900px) {
  .sidebarOpen .hiddenLargeView {
    display: none;
  }
  .sidebarOpen .visibleLargeView {
    display: inherit;
  }
}

@media all and (max-width: 860px) {
  .sidebarOpen .hiddenMediumView {
    display: none;
  }
  .sidebarOpen .visibleMediumView {
    display: inherit;
  }

  .dialog-content .overlayButton{
    width: 100%;
  }

  .pdfOverLay .dialog-content,
  #downloadPDFOverLay .downloading-content{
    width: 345px;
  }

  #overlayContainer > * {
    width: 100%;
  }

  .pdfOverLay .dialog-download .option-box.one:before {
    width: 0px;
  }

  .pdfOverLay .option-box {
    width: 74.5%;
    margin-left: 14%;
  }

}

@media all and (max-width: 770px) {
  #sidebarContainer {
    top: 32px;
    z-index: 100;
  }
  .loadingInProgress #sidebarContainer {
    top: 37px;
  }
  #sidebarContent {
    top: 32px;
    background-color: hsla(0,0%,0%,.7);
  }

  html[dir='ltr'] #outerContainer.sidebarOpen > #mainContainer {
    left: 0px;
  }
  html[dir='rtl'] #outerContainer.sidebarOpen > #mainContainer {
    right: 0px;
  }

  html[dir='ltr'] .outerCenter {
    float: left;
    left: 205px;
  }
  html[dir='rtl'] .outerCenter {
    float: right;
    right: 205px;
  }

  html[dir='ltr'] .innerCenter {
    left: 40%;
  }

  #toolbarViewerRight .btn-rotate {
    display: none;
  }

  #topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerMiddle .zoomdoc {
    left: 20%;
  }

  #outerContainer .hiddenLargeView,
  #outerContainer .hiddenMediumView {
    display: inherit;
  }
  #outerContainer .visibleLargeView,
  #outerContainer .visibleMediumView {
    display: none;
  }
  #secondaryToolbarButtonContainer .rotateCw {
    display: block;
  }
}

@media all and (max-width: 750px) {
  #toolbarViewerLeft .luminLogo {
    width: 50px;
    height: 50px;
    padding-top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #toolbarViewerLeft .luminLogo i {
    font-size: 22px;
    padding-top: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #toolbarViewerLeft .luminLogo span {
    font-size: 10px;
    margin-top: -10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topNavBar.smaller .luminLogo {
    width: 37px !important;
    height: 37px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topNavBar.smaller .luminLogo {
    width: 37px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topNavBar.smaller .luminLogo span {
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topNavBar.smaller .luminLogo i {
    padding-top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .logo-lumin-normal {
    margin-top: -5px;
  }

  .logo-lumin-premium {
    font-size: 8px;
  }
  .logo-lumin-premium-out {
    position: fixed;
    left: 141px;
    top: 31px;
    font-size: 8px;
  }
  .btn-fullscreen, .btn-rotate, #scaleSelectContainer {
    display: none;
  }
  .btn-sidebar, .btn-find {
    width: 54px;
  }
  .btn-sidebar button, .btn-find button {
    width: 49px;
  }
  #toolbarContainer .outerCenter {
    left: 118px !important;
  }

  html[dir='ltr'] .innerCenter {
    left: 60%;
  }

  #topNavBar.smaller #toolbarViewerMiddle {
    right: 0;
    left: 80%;
  }
  #topNavBar.smaller .outerCenter {
    left: 118px !important;
  }
  #topNavBar .toolbarButton-newUI[data-icon-type="zoom"] {
    width: 80px !important;
    margin-left: 19px; /* so that the zoom icons don't overlap the search icon */
    border-right: 1px solid #1f2934;
  }
  #annotationToolbarContainer {
    /*display: none;*/
    opacity: 0.8;
    z-index: 999;
  }
  #pdf_page {
    right: 10px !important;
    width: 45px;
  }


  #sidebarContainer {
    background-color: initial;
    margin-top: 18px;
    width: 150px;
  }
  #sidebarContainer.smaller {
    margin-top: 5px;
  }
  #toolbarSidebar {
    position: relative;
    background-color: initial;

    width: 150px;

    height: 38px;
  }
  #sidebarContent {
    background-color: initial;

    width: 150px;

    top: 38px;
    border-top: none !important;
  }
  #toolbarSidebar .bg-mask,
  #sidebarContent .bg-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #1E2E40;
    opacity: 0.95;
  }
  #thumbnailView {
    padding: 10px 15px 0;

  }
  .splitToolbarButton {
    width: 100%;
    margin: 3px 0 5px;
    height: 36px;
  }
  .splitToolbarButton button {
    width: 32.8%;
    padding: 4px 6px 2px 9px;
  }
  .pageNumber-inside {
    display: block;
    font-size: 22px;
    line-height: 14px;
    margin-top: 5px;
  }
  #pdf_page.pageInside #pageInSide .pageUp,
  #pdf_page.pageInside #pageInSide .pageDown {
    background-size: 15px;
  }
  #toolbarViewerRight .toolbarButton-newUI {
    width: 54px;
  }
  #toolbarViewerRight .toolbarButton-newUI button {
    margin: 5px 3px 4px 2px;
    width: 43px;
    padding: 0;
  }
  #totalPage-inside {
    margin-left: -2px;
  }
  #documentPropertiesOverlay {
    padding: 0 1% 0 2%;
  }
  #documentPropertiesOverlay .dialog-content {
    width: 100%;
  }
  #documentPropertiesOverlay .dialog {
    width: 100%;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  #documentPropertiesOverlay .dialog .row span {
    font-size: 12px;
    width: 47%;
  }
  #documentPropertiesOverlay .dialog .row p {
    font-size: 12px;
  }
  #documentPropertiesOverlay .dialog .row:after,
  #documentPropertiesOverlay .dialog .row:before {
    display: none;
  }
  #documentPropertiesOverlay .dialog .separator {
    width: 96.3%;
    margin-left: 1.4%;
  }
  .closePopup {
    display: none;
  }
  #documentPropertiesOverlay .overlayButton {
    width: 98%;
  }
  #sidebarContainer .toolbarButton.toggled {
    background-color: initial;
  }
  #toolbarSidebar .splitToolbarButton,
  #toolbarSidebar .splitToolbarButton button {
    height: 38px;
  }
  #toolbarSidebar .splitToolbarButton button i {
    font-size: 13px;
  }
  #toolbarSidebar .splitToolbarButton button:hover,
  #toolbarSidebar .splitToolbarButton button:active,
  #toolbarSidebar .splitToolbarButton button:visited,
  #toolbarSidebar .splitToolbarButton button:focus {
    height: 38px;
  }
  #findbar {
    height: 38px;
    border-radius: 20px;
    width: 95%;
    left: 2.3%;
  }
  #findbar.smaller {
    left: 2.3%;
  }
  #findbar span.search_icon {
    width: 21px;
    background-size: 18px;
    height: 21px;
    margin: 8px 3px !important;
  }
  #findbar #findInput {
    width: 59%;
    height: 38px;
  }
  #findbar span.pagination {
    height: 30px;
    padding-top: 8px;

    float: right;
  }
  #findbar .splitToolbarButton {
    width: initial;
    height: 36px;
    padding-top: 7px;
    float: right !important;
  }
  #topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-cancel {
    padding: 5px 0;
  }
  #topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-done {
    padding: 5px 12px;
  }
  #topNavBar.fixShow.smaller #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-cancel {
    padding: 0;
  }
  #topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-done {
    padding: 0;
  }
  #toolbarViewerLeft .luminLogo span.logo-text {
    margin-top: -13px;
  }

  #toolbarViewerLeft .luminLogo span.premium-text {
    font-size: 8px;
    margin-top: -33px;
    margin-left: 8px;
  }

}

@media all and (max-width: 700px) {
  #outerContainer .hiddenLargeView {
    display: none;
  }
  #outerContainer .visibleLargeView {
    display: inherit;
  }
  html[dir='ltr'] .innerCenter {
    left: 50%;
  }
  #topNavBar.smaller #toolbarViewerMiddle {
    left: 70%;
  }
  #topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-done {
    padding: 5px 12px;
  }
  #topNavBar.fixShow.smaller #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-done {
    padding: 0 12px;
  }
}

@media all and (max-width: 660px) {
  #outerContainer .hiddenMediumView {
    /*display: none;*/
  }
  #outerContainer .visibleMediumView {
    display: inherit;
  }
  html[dir='ltr'] .innerCenter {
    left: 40%;
  }
  #topNavBar.smaller #toolbarViewerMiddle {
    left: 60%;
  }
}

@media all and (max-width: 600px) {
  /*.hiddenSmallView {*/
  /*display: none;*/
  /*}*/
  /*.visibleSmallView {*/
  /*display: inherit;*/
  /*}*/
  html[dir='ltr'] #outerContainer.sidebarMoving .outerCenter,
  html[dir='ltr'] #outerContainer.sidebarOpen .outerCenter,
  html[dir='ltr'] .outerCenter {
    left: 156px;
  }
  html[dir='rtl'] #outerContainer.sidebarMoving .outerCenter,
  html[dir='rtl'] #outerContainer.sidebarOpen .outerCenter,
  html[dir='rtl'] .outerCenter {
    right: 156px;
  }
  .toolbarButtonSpacer {
    width: 0;
  }
  html[dir='ltr'] .innerCenter {
    left: 30%;
  }
  #topNavBar.smaller #toolbarViewerMiddle {
    left: 50%;
  }
  #topNavBar.fixShow.smaller #toolbarContainer #toolbarViewer #toolbarViewerMiddle .zoomdoc {
    left: 0;
  }
}
@media all and (max-width: 550px) {
  #topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerMiddle .zoomdoc {
    left: 7%;
  }
  #topNavBar.fixShow.smaller #toolbarContainer #toolbarViewer #toolbarViewerMiddle .zoomdoc {
    left: -10%;
  }
}
@media all and (max-width: 510px) {
  #scaleSelectContainer, #pageNumberLabel {
    display: none;
  }
  html[dir='ltr'] .innerCenter {
    left: 15%;
  }
  #topNavBar.smaller #toolbarViewerMiddle {
    left: 25%;
  }
  #toolbarViewerRight .btn-print {
    display: none;
  }
  #topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerLeft .pageEditModeInside i {
    font-size: 30px;
  }
  #topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerLeft .pageEditModeInside span {
    display: none;
  }
  #topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerMiddle .zoomdoc {
    left: 0;
  }
}

@media all and (max-width: 414px) {
  html[dir='ltr'] .innerCenter {
    left: 80%;
  }
  html[dir='ltr'] .innerCenter .pagina {
    display: none;
  }
  html[dir='ltr'] .innerCenter .pre {
    width: 40px;
  }
  html[dir='ltr'] .innerCenter .next {
    border: none;
    width: 40px;
  }
  #topNavBar.smaller #toolbarViewerMiddle {
    left: 10%;
  }
  #topNavBar.smaller #toolbarViewerMiddle .pagina {
    display: block;
    width: 94px;
  }
  #topNavBar.smaller #toolbarViewerMiddle .next {
    border-left: 1px solid #1f2934;
  }
  #topNavBar.smaller .toolbarButton-newUI {
    width: 40px;
  }
  #topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerMiddle .zoomdoc {
    left: -84%;
  }
  #topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-cancel {
    width: 35px;
  }
  #topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerRight .btn-cancel span {
    display: none;
  }
  html[dir='ltr'] #toolbarViewerRight, html[dir='rtl'] #toolbarViewerLeft {
    z-index: 999;
  }
}

@media all and (max-width: 320px) {
  .pdfOverLay .dialog-content,
  #downloadPDFOverLay .downloading-content{
    width: 100%;
  }

  .pdfOverLay .option-box {
    margin-left: 6%;
  }

  .modal-header span {
    font-size: 14px;
  }
  html[dir='ltr'] .innerCenter {
    left: 34%;
  }
  #topNavBar.smaller #toolbarViewerMiddle {
    left: -9%;
  }
  #overlayContainer .modal-header i  {
    font-size: 12px;
  }
  #topNavBar .toolbarButton-newUI {
    width: 40px;
  }
  #topNavBar .toolbarButton-newUI button {
    width: 30px;
  }
  #topNavBar .toolbarButton-newUI button#sidebarToggle {
    margin: 5px 0;
    padding-left: 3px;
  }
  #topNavBar .toolbarButton-newUI button#viewFind {
    padding-left: 0;
  }
  #toolbarViewerRight .toolbarButton-newUI {
    padding-left: 3px;
  }
  #topNavBar.smaller .toolbarButton-newUI {
    width: 28px;
  }
  #topNavBar.smaller .toolbarButton {
    width: 25px;
  }

  #topNavBar.fixShow #toolbarContainer #toolbarViewer #toolbarViewerMiddle .zoomdoc {
    left: -53%;
  }
  #scaleSelectContainer, #pageNumberLabel {
    display: none !important;
  }
}

#SignatureOverLay .dialog-signature {
  height: 75vh;
}

.signLayer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.notification-wrapper {
  width: 100%;
  text-align: center;
  font-family: Montserrat-Regular;
  vertical-align: middle;
}

.doc-notification-success {
  width: 175px;
  height: 30px;
  background-color: #14a88e;
  color: white;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 5px 23px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 5px 23px -2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 5px 23px -2px rgba(0, 0, 0, 0.3);
}

.doc-notification-fail {
  width: 175px;
  height: 30px;
  background-color: #f03b43;
  display: inline-block;
  padding: 5px;
  color: white;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 5px 23px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 5px 23px -2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 5px 23px -2px rgba(0, 0, 0, 0.2);
}

.doc-notification-fail:hover {
  cursor: pointer;
}

.doc-notification-add-comments {
  width: 260px;
  height: 45px;
  background-color: #1b54a3;
  display: inline-block;
  padding: 5px;
  color: white;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 5px 23px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 5px 23px -2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 5px 23px -2px rgba(0, 0, 0, 0.2);
}

.doc-notification-add-comments:hover {
  cursor: pointer;
}

.doc-notification-add-comments .glyphicon {
  min-width: 14px;
  min-height: 14px;
}

.doc-notification-add-signature-request {
  width: 260px;
  height: 45px;
  background-color: #1b54a3;
  display: inline-block;
  padding: 5px;
  color: white;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 5px 23px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 5px 23px -2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 5px 23px -2px rgba(0, 0, 0, 0.2);
}

.doc-notification-add-signature-request:hover {
  cursor: pointer;
}

.doc-notification-add-signature-request .glyphicon {
  min-width: 14px;
  min-height: 14px;
}

#drawingPanel {
  border: 2px solid #354b62;
  border-radius: 8px;
  margin: 12px auto 0px;
}

#drawing-panel-instruction {
  display: block;
  color: #678099;
  margin: 0 auto;
  text-align: left;
  width: 315px;
  font-size: 14px;
  font-family: Montserrat-Regular;
}

.trigger-line-top {
  transition: all 0.3s;
}

.trigger-line-left {
  transition: all 0.3s;
}

.trigger-line-right {
  transition: all 0.3s;
}

.trigger-line-bottom {
  transition: all 0.3s;
}

.resize-handler-top-left:hover {'cursor': 'nwse-resize'}
.resize-handler-top-right:hover {'cursor': 'nesw-resize'}
.resize-handler-bottom-left:hover {'cursor': 'nesw-resize'}
.resize-handler-bottom-right:hover {'cursor': 'nwse-resize'}

.actionTrigger {
  transition: opacity 0.5s;
  opacity: 0;
}

.actionTrigger:hover {
  transition: opacity 0.3s;
  opacity: 0.3;
}
.color-chooser {
  border: 0px;
  background-color: #1e2e40;
  width: 40px;
  height: 36px;
  padding: 2px;
}
.close-signature {
  display: table-cell;
  width: 10px;
  padding: 6px;
  background-color: #24374b;
  font-size: 13px;
}
