.saveas .form-select {
  width: 120px !important;
}

.filedrop.disabled {
  background-color: #e9ecef;
  pointer-events: none;
}
.filedrop.disabled:hover {
  border: inherit !important;
}

#maintenanceMessage {
  background-color: orange;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}
#maintenanceMessage a {
  color: #03468f !important;
}

/*
******************************************
CONTAINER
******************************************
*/
#gd-container {
  top: 50px !important;
}

#gd-thumbnails {
  margin-top: 50px !important;
  padding-top: 0 !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
}

html {
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* font-size: 13px; */
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}

#downloadMenu {
  height: 30px !important;
  padding: 5px 15px !important;
  margin-top: 3px;
}

/*
******************************************
Mobile desktop detector to be used in JS
******************************************
*/
body:after {
  visibility: hidden;
  height: 0;
  font-size: 0;
}

@media (max-width: 1024px) {
  body:after {
    content: "mobile";
  }
}
@media (min-width: 1024px) {
  body:after {
    content: "desktop";
  }
}
.hidden {
  display: none !important;
}

/*
******************************************
Content wrapper
******************************************
*/
.wrapper {
  display: flex;
  align-items: stretch;
  height: 100%;
}

/*
******************************************
CONTAINER
******************************************
*/
#gd-container {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#gd-container.sample {
  top: -5px !important;
}

/*
******************************************
FADE
******************************************
*/
.gd-container-fade {
  position: fixed;
  margin: auto;
  display: none;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.gd-container-spinner {
  left: 50%;
  top: 50%;
  position: absolute;
}

/*
******************************************
HEADER
******************************************
*/
#gd-header {
  position: fixed;
  height: 55px;
  z-index: 999;
  width: 100%;
  padding-top: 3px;
}

/*
******************************************
LOGO
******************************************
*/
#gd-header-logo {
  width: 134px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100px 12px;
  background-position: 15px 20px;
  float: left;
  padding: 25px 0px;
  margin-right: 15px;
}

/*
******************************************
NAV BUTTONS
******************************************
*/
#gd-navbar {
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 10px;
}

#gd-navbar > li {
  font-size: 14px;
  float: left;
  position: relative;
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #999;
  height: 37px !important;
}

#gd-navbar > li:hover {
  border-color: rgba(128, 128, 128, 0.3);
  background-color: rgb(241, 248, 255);
  color: #666;
}

#gd-navbar > li.gd-nav-separator:hover {
  border-color: #fff;
  background-color: #fff;
}

#gd-navbar > li i {
  font-size: 16px;
}

#gd-zoom-value {
  min-width: 45px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}

#gd-page-num {
  min-width: 65px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}

.gd-nav-separator {
  width: 20px;
  height: 100%;
  margin: 0 !important;
  cursor: default !important;
}

#gd-nav-right {
  float: right !important;
}

.gd-nav-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.gd-nav-dropdown-menu {
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  display: none;
}

.gd-nav-dropdown-menu li {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}

.gd-nav-dropdown-menu-separator {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  padding: 0 !important;
}

#gd-zoom-val-container {
  min-width: 50px;
}

.gd-tooltip {
  visibility: hidden;
  width: 120px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  margin-top: 37px;
  margin-left: -66px;
  font-size: 10px;
  display: none;
}

.gd-tooltip::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

#gd-navbar li:hover .gd-tooltip {
  visibility: visible;
}

#gd-header-logo:hover .gd-tooltip {
  visibility: visible;
  margin-left: 10px;
  margin-top: 31px;
}

#gd-nav-right:hover .gd-tooltip {
  margin-left: -108px;
}

#gd-nav-right .gd-tooltip::after {
  left: 85%;
}

.gd-nav-btn-pages.disabled, #gd-page-num.disabled {
  opacity: 0.4;
  cursor: default !important;
}

.disabled {
  cursor: not-allowed !important;
}

/*
******************************************
SEARCH
******************************************
*/
#gd-nav-search-container {
  min-width: 330px;
  padding: 8px 0px 7px 7px;
  position: absolute;
  display: none;
  right: 0px;
  float: left;
  top: 46px;
  z-index: 1;
}

#gd-nav-search-container input[type=text] {
  float: left;
  border: 0;
  height: 25px;
  width: 215px;
  padding: 5px 65px 5px 5px;
  font-size: 14px;
}

#gd-nav-search-container input[type=text]:focus {
  outline: none;
}

#gd-nav-search-cancel {
  font-size: 15px;
  width: 10px;
  margin-left: 1px;
  margin-top: -2px;
}

.gd-nav-search-btn {
  float: left;
  margin: 0px 10px;
  padding: 3px 5px;
}

#gd-search-count {
  color: #959DA5;
  font-size: 12px;
  position: absolute;
  left: 154px;
  top: 13px;
  text-align: right;
  width: 62px;
}

/*
******************************************
Search highlight
******************************************
*/
.gd-highlight {
  background-color: yellow;
}

.gd-highlight-select {
  background-color: #ff9b00;
}

/*
******************************************
PAGES
******************************************
*/
#gd-pages {
  background-color: #e7e7e7;
  width: 100%;
  padding-top: 10px;
  margin-top: 50px;
  transition: all 0.4s;
  /* Hides the scrollbar */
  transition: all 0.4s;
  overflow: auto;
}

#gd-pages img {
  left: 0;
  width: inherit;
}

#gd-panzoom {
  display: flex;
  flex-flow: column;
  align-items: center;
  transform: none;
  backface-visibility: hidden;
  transform-origin: 50% 50% 0px;
}

.gd-page {
  display: inline-block;
  background-color: #ffffff;
  margin: 10px;
  -webkit-box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.38);
  transition: all 0.3s;
}

.gd-page a {
  line-height: 1.2 !important;
}

/* This class used to fix pages positioning when zoomed if FF */
.gd-page-zoomed {
  display: flex;
  margin: 0 0 10px 0;
}

.gd-page .gd-wrapper {
  padding: 0;
  width: inherit;
  height: inherit;
}

.gd-page-spinner {
  margin-top: 150px;
}

.gd-landscape {
  margin: -111px 254px;
}

.gd-landscape-rotated {
  margin: 164px 254px;
}

.gd-thumbnails-landscape-rotated {
  margin: 197px 0px -1px -59px;
}

.gd-landscape-image {
  margin: -72px 100px -79px;
}

.gd-landscape-image-rotated {
  margin: 129px 100px -79px;
}

/* Fix for image files */
#gd-pages .gd-wrapper > img {
  max-width: 100vw !important;
  display: -webkit-box;
}

.doc-page {
  position: relative !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  zoom: 0.78;
}

.doc-page svg {
  position: relative !important;
}

.doc-page-watermark {
  z-index: 1 !important;
}

.gd-page .gd-wrapper table tr td span {
  position: inherit !important;
}

/*
******************************************
Thumbnails sidebar
******************************************
*/
#gd-thumbnails {
  z-index: 9;
  padding: 40px 33px 65px 33px;
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  background: #f5f5f5;
  color: #ffffff;
  overflow-y: scroll;
  display: block;
  margin-left: -280px;
  transition: margin-left 0.3s;
  box-sizing: border-box;
  position: relative;
}

#gd-thumbnails.active {
  margin-left: 0;
}

#gd-thumbnails > .gd-thumbnails-toggler {
  position: fixed;
  width: 12px;
  height: 70px;
  background-color: #333;
  left: 0;
  top: calc(50vh + 40px);
  margin-left: 0;
  transition: margin-left 0.3s;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.25;
}

#gd-thumbnails > .gd-thumbnails-toggler::after {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  content: "\f0da";
  margin-right: 1px;
}

#gd-thumbnails.active > .gd-thumbnails-toggler {
  margin-left: 281px;
}

#gd-thumbnails.active > .gd-thumbnails-toggler::after {
  content: "\f0d9";
  margin-right: 2px;
}

#gd-thumbnails > h3 {
  color: #666;
  box-sizing: border-box;
  font-size: 16px;
  padding-left: 1px;
  position: relative;
  margin-top: 20px;
}

#gd-thumbnails > h3 > span {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  cursor: pointer;
  right: -25px;
  top: -5px;
  z-index: 20;
}

#gd-thumbnails > h3 > span::after {
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 15;
  content: "\f00d";
  font-size: 20px;
  color: #888;
}

#gd-thumbnails > h3 > span:hover::after {
  color: #aaa;
}

#gd-thumbnails > ul.tabs {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}

#gd-thumbnails > ul.tabs > li {
  display: inline-block;
  width: 45%;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #bbb;
  cursor: pointer;
}

#gd-thumbnails > ul.tabs > li:first-child {
  border-left: 1px solid #bbb;
}

#gd-thumbnails > ul.tabs > li > a {
  display: inline-block;
  font-size: 12px;
  padding: 2px 0;
  cursor: pointer;
  border-bottom: none;
  pointer-events: all;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

#gd-thumbnails > ul.tabs > li > a:link, #gd-thumbnails > ul.tabs > li > a:visited,
#gd-thumbnails > ul.tabs > li > a:hover, #gd-thumbnails > ul.tabs > li > a:active {
  color: #777;
}

#gd-thumbnails > ul.tabs > li:hover > a {
  color: #999;
  border-bottom: 2px solid #999;
}

#gd-thumbnails > ul.tabs > li.active {
  cursor: default;
}

#gd-thumbnails > ul.tabs > li.active > a,
#gd-thumbnails > ul.tabs > li.active:hover > a {
  cursor: default;
  color: #777;
  border-bottom: 2px solid #777;
}

#gd-thumbnails-headers > ul.navigation {
  list-style-type: disc !important;
  font-size: 12px;
  margin-left: 5px;
  margin-top: 10px;
}

#gd-thumbnails-headers > ul.navigation > li {
  display: block;
  margin-bottom: 5px;
}

#gd-thumbnails-headers > ul.navigation > li.Heading1 {
  margin-left: 0px;
}

#gd-thumbnails-headers > ul.navigation > li.Heading2 {
  margin-left: 20px;
}

#gd-thumbnails-headers > ul.navigation > li.Heading3 {
  margin-left: 40px;
}

#gd-thumbnails-headers > ul.navigation > li.Title {
  margin-left: 0px;
}

#gd-thumbnails-headers > ul.navigation > li.Subtitle {
  margin-left: 10px;
}

#gd-thumbnails-panzoom {
  transform: scale(1);
  transform-origin: 100% 0px 0px;
  left: 15px;
}

#gd-thumbnails-panzoom > .gd-page {
  margin-bottom: 10px;
  margin-left: 0;
}

#gd-thumbnails-panzoom > .gd-thumbnails-landscape {
  margin: -134px 0px -1px 12px;
}

#gd-thumbnails-panzoom .gd-wrapper > div > div > img {
  width: inherit;
}

/* Make thumbnails sidebar scroll not visible */
/* #gd-thumbnails::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
} */
#gd-thumbnails .gd-wrapper > img {
  position: absolute;
  width: -webkit-fill-available !important;
  margin: 0 20px 0 0 !important;
  left: 0;
}

#gd-thumbnails .gd-page-image {
  height: inherit;
  margin-left: 153px !important;
}

.gd-thumbnails-landscape-image {
  margin: -90px 0 -23px !important;
}

.gd-thumbnails-landscape-image-rotated {
  margin: 126px 0 -3px -104px !important;
}

#gd-thumbnails-panzoom .gd-wrapper table {
  display: contents;
}

/*
******************************************
MODAL
******************************************
*/
.gd-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.gd-modal-dialog {
  box-shadow: #005 0px 0px 10px;
  position: absolute;
  width: 1024px;
  height: 730px;
  top: calc(50% - 342px);
  left: calc(50% - 478px);
}

.gd-modal.mini > .gd-modal-dialog {
  width: 500px;
  height: 220px;
  left: calc((100vw - 500px) / 2);
  top: calc((100vh - 220px) / 2);
}

.gd-modal-content {
  background-color: #ffffff;
  height: 100%;
}

.gd-modal-header {
  padding: 1px 20px;
}

.gd-modal-close {
  position: absolute;
  right: 20px;
  top: 13px;
  font-size: 21px;
  cursor: pointer;
}

.gd-modal-title {
  font-size: 16px;
  font-weight: 400;
  padding: 16px;
}

.gd-modal-body {
  background-color: #ffffff;
  padding: 20px 0;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 52px);
  overflow-y: auto;
}

.gd-modal-table {
  width: 100%;
  text-align: left;
  margin-top: 21px;
  display: flex;
  flex-direction: column;
}

.gd-modal-table-head {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: 70px;
  font-size: 13px;
  color: #ACACAC;
}

.gd-modal-table-head.single {
  padding-left: 14px;
}

.gd-modal-table-head label:last-child {
  margin-left: 707px;
}

.gd-modal-table-head label:last-child.single {
  margin-left: 835px;
}

.gd-modal-table-body {
  display: flex;
  flex-wrap: wrap;
}

.gd-go-up {
  cursor: pointer;
  margin: 8px -29px 10px 68px;
  height: 19px;
}

.gd-go-up.single {
  margin: 8px 8px 10px 13px;
}

.gd-file-checkbox {
  height: 20px;
  margin: 22px 23px 0 25px;
}

.gd-file-checkbox.empty {
  width: 25px;
}

.gd-filetree-name {
  display: flex;
  width: inherit;
}

.gd-filetree-name.single {
  margin-left: 12px;
}

.gd-file-size {
  margin-top: 20px;
  width: 112px;
  color: #777777;
}

.gd-file-table-item > div:last-child > i {
  font-size: 15px;
  margin: 23px 34px;
  cursor: pointer;
  color: #2B2A2A;
  opacity: 0.43;
}

.gd-filetree-name i {
  cursor: pointer;
  height: 32px;
  font-size: 32px;
  margin: 14px 13px 22px 0;
}

.gd-file-table-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-top: 1px solid #ccc;
  height: 65px;
}

.gd-modal-footer {
  height: 25px;
}

.gd-modal-footer > .btn {
  float: right;
  margin: 20px 15px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 12px;
}

#gd-modal-spinner {
  background-color: #ffffff;
  width: 100%;
  height: 20px;
  text-align: center;
  font-size: 16px;
  display: none;
}

#gd-modal-error {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  font-size: 13px;
  padding: 20px;
}

#gd-upload-section {
  text-align: center;
}

#gd-upload-section label {
  background-color: #3e4e5a;
  border-radius: 0px;
  color: #ffffff;
  padding-top: 9px;
  padding-left: 7px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
}

#gd-upload-button, #gd-open-document {
  position: relative;
  right: 0px;
  bottom: 20px;
  width: 267px;
  background-color: #3e4e5a;
  border: none;
  height: 40px;
  color: #ffffff;
}

#gd-open-document {
  right: -15px;
  background-color: #25c2d4;
}

#gd-upload-button:disabled {
  cursor: not-allowed;
}

.gd-upload-status {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 42px;
  top: 29px;
}

.gd-upload-complete {
  color: #addca5;
  display: none;
  right: 55px;
  top: 3px;
}

.gd-cancel-button {
  padding: 7px;
  background: none;
  width: 28px;
  overflow: hidden;
}

.gd-cancel-button i {
  font-size: 21px;
}

.gd-folder-name {
  margin-top: 21px !important;
}

.gd-file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  cursor: pointer;
  color: #6E6E6E;
}

.gd-file-format {
  font-size: 11px;
}

#gd-upload-section label i {
  margin-right: 10px;
  margin-left: -10px;
}

.btn {
  font-size: 14px;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.gd-desktop {
  position: absolute;
  text-align: right;
  left: -2px;
  top: 18px;
}

.gd-url-wrap {
  margin-left: 8px;
  position: relative;
  display: none;
}

.gd-url-wrap > input {
  padding: 12 0px 9 8px;
  width: 358px;
  height: 31px;
  color: #959da5;
  border: 1px solid #25C2D4;
}

.gd-url-wrap > input::placeholder {
  color: #959da5;
}

.gd-url-wrap > input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #959da5;
  opacity: 1; /* Firefox */
}

.gd-url-wrap > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #959da5;
}

.gd-url-wrap > input::-ms-input-placeholder { /* Microsoft Edge */
  color: #959da5;
}

#gd-url-cancel {
  background: transparent;
  font-size: 20px;
  padding: 0 15px;
  color: #e44646;
  margin-top: -4px;
}

#gd-add-url {
  font-size: 15px;
  color: #FFFFFF;
  position: absolute;
  right: 1px;
  width: 34px;
  height: 31px;
  background-color: #25C2D4;
}

.gd-password-wrap {
  padding: 0 25px;
}

/*
.gd-password-wrap > input {
    padding-left: 12px;
    margin-left: 35px;
    width: 454px;
    height: 32px;
    color: #585858;
}
*/
.gd-password-error {
  color: #f30;
  font-size: 14px;
  margin: 5px 0;
  font-weight: bold;
}

#gd-password-submit {
  color: #fff;
  background-color: #3e4d59;
  padding: 7px 16px 6px;
  font-size: 12px;
}

.gd-drag-n-drop-wrap {
  border: 2px dashed #ccc;
  background-color: rgba(248, 248, 248, 0.9);
  text-align: center;
  cursor: default;
  position: absolute;
  top: 87px;
  left: 16px;
  width: 973px;
  height: 615px;
  border-radius: 3px;
  display: none;
}

.gd-drag-n-drop-wrap h2 {
  color: #cacaca;
  margin: 5px 0;
  font-size: 15px;
  font-weight: 300;
}

.gd-drag-n-drop-wrap i {
  font-size: 150px;
  color: #D1D1D1;
  margin-top: 212px;
}

#gd-file {
  display: none;
}

#gd-dropZone.hover {
  background: #ddd;
  border-color: #aaa;
}

.gd-go-up {
  cursor: pointer;
}

#gd-upload-actions {
  display: flex;
  position: relative;
  left: 8px;
}

.gd-select-all {
  position: relative;
  top: 6px;
}

.gd-hdd {
  color: #404141;
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  right: 87px;
  top: 13px;
  display: none;
}

.gd-aws {
  color: #959DA5;
  font-size: 15px;
  cursor: pointer;
  margin-left: 30px;
  position: absolute;
  right: 38px;
  top: 13px;
  display: none;
}

.gd-checkbox {
  width: 19px;
  height: 19px;
}

.gd-checkbox[type=checkbox]:before {
  position: relative;
  display: flex;
  width: 17px;
  height: 17px;
  border: 1px solid #707070;
  content: "";
  background: #FFFFFF;
  cursor: pointer;
}

.gd-checkbox[type=checkbox]:after {
  position: relative;
  display: flex;
  left: 1px;
  top: -18px;
  width: 16px;
  height: 16px;
  content: "";
  cursor: pointer;
}

.gd-checkbox[type=checkbox]:checked:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  font-size: 16px;
  color: #6E6E6E;
}

#gd-upload-actions {
  display: flex;
  margin-left: 15px;
}

#gd-upload-actions.single {
  margin-left: 0px;
}

.gd-add-selected {
  width: 125px;
  height: 31px;
  background-color: #3E4E5A;
  color: #FFFFFF;
  margin: 0px 8px 0px 22px;
  border: 0;
  cursor: not-allowed;
  opacity: 0.43;
}

.gd-add-selected.active, .gd-add-selected.active label {
  cursor: pointer;
  opacity: 1;
}

.gd-add-selected label {
  font-size: 13px;
  margin: 6px 15px 0 0;
  position: absolute;
}

.gd-add-selected i {
  margin: 8px 12px 7px 8px;
  font-size: 15px;
}

.gd-upload-dropdown {
  position: relative;
}

.gd-button {
  background-color: #25C2D4;
  cursor: pointer;
  white-space: nowrap;
  width: 137px;
  height: 31px;
  color: #fff;
  font-size: 14px;
}

.gd-button label {
  font-size: 13px;
}

.gd-button i:last-of-type {
  position: absolute;
  top: 0;
  right: 0px;
  width: 31px;
  height: 31px;
  background-color: #1FA5B4;
  font-size: 10px;
  padding: 10px;
}

.gd-button i:first-of-type {
  margin: 8px 10px 8px 9px;
  font-size: 15px;
}

.gd-upload-input {
  display: none;
}

.gd-upload-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.gd-upload-input + .gd-upload-menu {
  display: none;
}

.gd-upload-input:checked + .gd-upload-menu {
  display: block;
  position: absolute;
  left: 105px;
  width: 100px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 6px #cccccc;
}

.gd-upload-menu li {
  padding-left: 6px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
  color: #959DA5;
  height: 25px;
}

.gd-upload-menu li i {
  margin: 5px 5px 6px 6px;
}

.gd-upload-menu li:hover {
  background-color: #f6f6f6;
}

.gd-upload-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.gd-upload-menu li:first-child {
  font-size: 10px;
  color: #959da5;
  margin-top: 5px;
  margin-left: 8px;
  height: 20px;
}

/*
******************************************
Document types
******************************************
*/
.fa-file-pdf-o {
  color: #c11e07;
}

.fa-file-word-o {
  color: #2a5699;
}

.fa-file-powerpoint-o {
  color: #d24625;
}

.fa-file-excel-o {
  color: #207245;
}

.fa-file-image-o {
  color: #25c2d4;
}

.fa-file-text-o {
  color: #D89E13;
}

.fa-file-code-o {
  color: #636363;
}

/*
******************************************
Fade annimation
******************************************
*/
.gd-modal.fade .gd-modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.gd-modal.in .gd-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*
******************************************
Swipe elements
******************************************
*/
.swiper-wrapper {
  height: 76px !important;
}

/*
******************************************
Preloader
******************************************
*/
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader > div.spinner {
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/ebook/common/img/viewer/preloader-spinner.svg);
  opacity: 0.6;
}

#alert {
  display: none;
  z-index: 1050;
  position: relative;
  margin: 50px auto;
  max-width: 650px;
}
#alert p, #alert button {
  color: #fff;
}
#alert p {
  display: inline;
}
#alert button {
  background-color: #fff;
}

#page-loading {
  position: fixed;
  top: 50px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
#page-loading img {
  content: url(/ebook/common/img/loader-editor.gif);
  display: block;
  margin: 80px auto;
}