.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 999999;
  background-color: rgba(0,0,0,0.66);
}

#topbar {
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 17px;
  right: 17px;
  margin: 0;
  z-index: +2;
  box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  border-radius: .375rem;
  border: 0;
}

.hide {
  display: none;
}

.controls > div {
  float: left;
}

#btn-colors .btn {
  background-color: #ffffff;
  /*border: 1px solid #000000;*/
  border: none;
}

#btn-colors {
  margin-top: 10px;
  margin-left: 10px;
  /*border: 1px solid #000;*/
  /*border-radius: 3px;*/
}

.controls .last {
  border-right: 2px inset #d3ebf7;
}

#topbar .btn-group .btn {
  /*font-size: 10px;*/
  background: #ffffff;
  border-radius: 0;
}

.controls .form-text {
  font-size: 10px;
  color: #000;
}

#btn-colors .btn.active {
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(188,193,196,0) 0%, rgba(182,182,182,1) 71%) !important;
}

.file > div {
  float: right;
  padding: 3px 10px 2px 10px;
  cursor: pointer;
}

.controls img {
  height: 26px;
  width: 29px;
}

.file > div > img {
  height: 27px;
  width: 27px;
}

.file .form-text {
  font-size: 10px;
  padding-top: 4px;
}

#bottom-bar {
  width: 60px;
  height: 630px!important;
  padding-left: 12px;
  background: #fff;
  box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  border-radius: .375rem;
  border: 0;
  /*z-index: +2;*/
}

#bottom-bar .active {
  background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%,rgb(191,187,187) 100%);
  border-radius: 100px;
}

#bottom-bar img {
  width: 25px;
  height: 25px;
  /*border-radius: 93%;*/
  margin: 17px 14px -1px 0;
}

#pnl_pages {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*padding: 60px 0 0 0;*/
  /*margin-top: -829px;*/
  /*z-index: +1;*/
}

#btn_min_max {
  color: #e7edf0;
  margin-bottom: -12px;
  z-index: +1;
}

.content {
  /*margin-top: -55px;*/
}

#inner_content {
  margin: 16px 0px 0px 5px;
  border: 3px solid #ced2d5;
  border-radius: 10px;
  height: 178px;
  width: 65vw;
  position: absolute;
  bottom: 0;
  left: 58px;
  background-color: #fff;
  /*margin-top: -42px;*/
  flex-wrap: nowrap;
  overflow-x: scroll;
  box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  border-radius: .375rem;
  /*border: 0;*/
  z-index: +5;
}

.pages {
  height: 120px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-left: 7px;
  margin-top: 9px;
  width: 90%;
  box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  border-radius: .375rem;
  border: 5px solid #e4dfdf;
}

