.h-scroll {
  flex: 1;
  white-space: nowrap;
  overflow-x: auto;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.updates li {
  padding: 10px 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd; }

.update_info {
  margin-bottom: 10px; }

.img-contain {
  object-fit: contain !important; }

.content-page .subheader .subheader-inner {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  max-width: 1100px;
  line-height: 30px;
  height: 70px; }

.subheader .page-title {
  line-height: 50px;
  margin: 0;
  color: white; }

.action-buttons {
  position: sticky;
  bottom: 0;
  z-index: 1;
  background: #e2e6e9;
  padding: 10px 0; }

#overall-commentbox {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px; }

.default_box {
  border-color: #fff !important;
  background: #e2e6e9;
  padding: 15px !important;
  border-radius: 10px; }

.commentbox {
  border: none;
  padding: 15px;
  background: #f0f5fd;
  border-radius: 10px;
  margin: 10px 0 20px 0; }

.commentbox p {
  font-size: 13px;
  line-height: 175%; }

.count-indicator {
  position: absolute;
  right: -5px; }

@media (min-width: 500px) {
  body.page .sidebar-app {
    position: absolute;
    top: 10%; } }
body.page .sidebar-app {
  position: fixed;
  top: 60px;
  right: 0; }

.sidebar-app {
  position: fixed;
  top: 10%;
  right: 0;
  z-index: 2; }

.actions-toolbar-buttons .btn {
  margin: 5px 0; }

@media (min-width: 920px) {
  .actions-toolbar {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    will-change: transform; }

  .actions-toolbar-buttons .btn-icon {
    margin-bottom: 16px;
    z-index: 1; } }
.actions-toolbar-wrapper {
  position: absolute;
  top: 0;
  padding-top: 60px;
  right: 20px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.actions-toolbar-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }

.actions-toolbar-buttons .btn-icon {
  position: relative;
  will-change: transform; }

.btn-icon.with-indicator {
  position: relative; }

.floating-btns {
  position: fixed;
  right: 100px; }

.floating-btns .btn {
  display: block;
  margin: 10px; }

textarea#output_comment {
  font-size: 16px;
  background: transparent !important;
  box-shadow: none !important; }

#section-comment {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px; }

.panel-group .panel-heading {
  padding: 12px 20px; }

.side-bar.right-bar {
  float: right !important;
  right: -310px;
  top: 70px; }

.rightbar-enabled .side-bar.right-bar {
  right: 0; }

.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  transition: all 200ms ease-out;
  width: 300px; }

.right-bar {
  background: #ffffff !important;
  z-index: 99 !important; }

.rightbar-enabled .content-page {
  margin-right: 300px; }

.table.no-border td {
  border: none; }

.thead-dark thead {
  background: black; }

.thead-light thead {
  background: black; }

.action-buttons {
  position: sticky;
  bottom: 0;
  z-index: 1;
  background: #fff;
  padding: 10px 0; }

.updates li {
  padding: 10px 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd; }

.update_info {
  margin-bottom: 10px; }

.img-contain {
  object-fit: contain !important; }

.content-page .subheader .subheader-inner {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  max-width: 1100px; }

.action-buttons {
  position: sticky;
  bottom: 0;
  z-index: 1;
  background: #e2e6e9;
  padding: 10px 0; }

#overall-commentbox {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px; }

.default_box {
  border-color: #fff !important;
  background: #e2e6e9;
  padding: 15px !important;
  border-radius: 10px; }

.commentbox {
  border: none;
  padding: 15px;
  background: #f0f5fd;
  border-radius: 10px;
  margin: 10px 0 20px 0; }

.commentbox p {
  font-size: 13px;
  line-height: 175%; }

.count-indicator {
  position: absolute;
  right: -5px; }

@media (min-width: 500px) {
  body.page .sidebar-app {
    position: absolute;
    top: 10%; } }
body.page .sidebar-app {
  position: fixed;
  top: 60px;
  right: 0; }

.sidebar-app {
  position: fixed;
  top: 10%;
  right: 0;
  z-index: 2; }

.actions-toolbar-buttons .btn {
  margin: 5px 0; }

@media (min-width: 920px) {
  .actions-toolbar {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    will-change: transform; }

  .actions-toolbar-buttons .btn-icon {
    margin-bottom: 16px;
    z-index: 1; } }
.actions-toolbar-wrapper {
  position: absolute;
  top: 0;
  padding-top: 60px;
  right: 20px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.actions-toolbar-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }

.actions-toolbar-buttons .btn-icon {
  position: relative;
  will-change: transform; }

.btn-icon.with-indicator {
  position: relative; }

.floating-btns {
  position: fixed;
  right: 100px; }

.floating-btns .btn {
  display: block;
  margin: 10px; }

textarea#output_comment {
  font-size: 16px;
  background: transparent !important;
  box-shadow: none !important; }

#section-comment {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px; }

.panel-group .panel-heading {
  padding: 12px 20px; }

.side-bar.right-bar {
  float: right !important;
  right: -310px;
  top: 70px; }

.rightbar-enabled .side-bar.right-bar {
  right: 0; }

.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  transition: all 200ms ease-out;
  width: 300px; }

.right-bar {
  background: #ffffff !important;
  z-index: 99 !important; }

.rightbar-enabled .content-page {
  margin-right: 300px; }

.table.no-border td {
  border: none; }

.thead-dark thead {
  background: black; }

.thead-light thead {
  background: black; }

.action-buttons {
  position: sticky;
  bottom: 0;
  z-index: 1;
  background: #fff;
  padding: 10px 0; }

.h-scroll {
  flex: 1;
  white-space: nowrap;
  overflow-x: auto;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.updates li {
  padding: 10px 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd; }

.update_info {
  margin-bottom: 10px; }

.img-contain {
  object-fit: contain !important; }

.content-page .subheader .subheader-inner {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  max-width: 1100px; }

.action-buttons {
  position: sticky;
  bottom: 0;
  z-index: 1;
  background: #e2e6e9;
  padding: 10px 0; }

#overall-commentbox {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px; }

.default_box {
  border-color: #fff !important;
  background: #e2e6e9;
  padding: 15px !important;
  border-radius: 10px; }

.commentbox {
  border: none;
  padding: 15px;
  background: #f0f5fd;
  border-radius: 10px;
  margin: 10px 0 20px 0; }

.commentbox p {
  font-size: 13px;
  line-height: 175%; }

.count-indicator {
  position: absolute;
  right: -5px; }

@media (min-width: 500px) {
  body.page .sidebar-app {
    position: absolute;
    top: 10%; } }
body.page .sidebar-app {
  position: fixed;
  top: 60px;
  right: 0; }

.sidebar-app {
  position: fixed;
  top: 10%;
  right: 0;
  z-index: 2; }

.actions-toolbar-buttons .btn {
  margin: 5px 0; }

@media (min-width: 920px) {
  .actions-toolbar {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    will-change: transform; }

  .actions-toolbar-buttons .btn-icon {
    margin-bottom: 16px;
    z-index: 1; } }
.actions-toolbar-wrapper {
  position: absolute;
  top: 0;
  padding-top: 60px;
  right: 20px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.actions-toolbar-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }

.actions-toolbar-buttons .btn-icon {
  position: relative;
  will-change: transform; }

.btn-icon.with-indicator {
  position: relative; }

.floating-btns {
  position: fixed;
  right: 100px; }

.floating-btns .btn {
  display: block;
  margin: 10px; }

textarea#output_comment {
  font-size: 16px;
  background: transparent !important;
  box-shadow: none !important; }

#section-comment {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px; }

.panel-group .panel-heading {
  padding: 12px 20px; }

.side-bar.right-bar {
  float: right !important;
  right: -310px;
  top: 70px; }

.rightbar-enabled .side-bar.right-bar {
  right: 0; }

.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  transition: all 200ms ease-out;
  width: 300px; }

.right-bar {
  background: #ffffff !important;
  z-index: 99 !important; }

.rightbar-enabled .content-page {
  margin-right: 300px; }

.table.no-border td {
  border: none; }

.thead-dark thead {
  background: black; }

.thead-light thead {
  background: black; }

.action-buttons {
  position: sticky;
  bottom: 0;
  z-index: 1;
  background: #fff;
  padding: 10px 0; }

.p-r-0 {
  padding-right: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

/*================================== ARROWS ==================================*/
.arrow {
  background: transparent url(../images/arrows.png) no-repeat 0 0;
  width: 47px;
  height: 120px;
  display: inline-block;
  position: relative; }

.arrow.vtl {
  background-position: 0 0;
  width: 47px;
  height: 96px; }

.arrow.vtr {
  background-position: -101px 0;
  width: 47px;
  height: 96px; }

.arrow.vbl {
  background-position: 0 -144px;
  width: 47px;
  height: 96px; }

.arrow.vbr {
  background-position: -101px -144px;
  width: 47px;
  height: 96px; }

.arrow.hlt {
  background-position: -209px 0;
  width: 120px;
  height: 47px; }

.arrow.hlb {
  background-position: -209px -101px;
  width: 120px;
  height: 47px; }

.arrow.hrt {
  background-position: -353px 0;
  width: 120px;
  height: 47px; }

.arrow.hrb {
  background-position: -353px -101px;
  width: 120px;
  height: 47px; }

.d-flex {
  display: flex !important; }

.d-block {
  display: block !important; }

.align-items-center,
.items-center {
  align-items: center !important; }

.justify-center,
.justify-content-center {
  justify-content: center !important; }

.justify-content-between,
.justify-between {
  justify-content: space-between !important; }

.truncate-1,
.truncate-2 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis; }

.truncate-1 {
  -webkit-line-clamp: 1; }

.truncate-2 {
  -webkit-line-clamp: 2; }

.no-shadow {
  box-shadow: none !important; }

/*# sourceMappingURL=additional.css.map */
