
body {
  height: 100vh;
}

body::-webkit-scrollbar{
  display: none;
}

body #toast-container > div {
  opacity: 0.95;
}

.navbar {
  padding: 0px;
}

.navbar-brand {
  padding: 0px;
}

.custom-file-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 }

 .center-align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 }

.chart-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 600px;
  padding-left: 20px;
  padding-right: 20px;
}

.bootstrap-select.form-control {
  border: 1px solid #ced4da;
}

.bootstrap-select button.dropdown-toggle:focus {
  outline: none !important;
}

.badge.badge-tiny {
  font-size: 0.6em;
}

.engagement-notes {
  white-space: pre-wrap;
}

.feedback-message {
  white-space: pre-wrap;
}

/** Calendar hover cursor */
.fc-event{
  cursor: pointer;
}

.page-detail {
  border-radius: 30px;
  padding: 20px 30px 20px 30px;
  box-shadow: 0px 0px 10px 0px #D2D2D2;
}

.service-icon {
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px #363636;
}

.page-nav {
  border-radius: 30px;
  padding: 5px 30px 5px 30px;
  box-shadow: 0px 3px 10px 0px #D2D2D2;
}

.page-paragraph {
  margin-bottom: 5px;
}

.orange-text {
  color: #ed7100!important;
}

.media-library-item-selected {
  border-color: #ff9c3f!important;
  border-width: 3px!important;
  background-color: #fff4ea!important;;
}

.editor-menu-left-td
{
  width: 50px;
  padding-right: 5px;
}

.editor-menu-right-td
{
  padding-left: 5px;
  width: 50px;
}

.editor-scrollable 
{
  overflow-x: scroll;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.editor-scrollable::-webkit-scrollbar {
  display: none;
}

.image-scrollable 
{
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.image-scrollable::-webkit-scrollbar {
  display: none;
}

.editor-pages-td  
{
  overflow: hidden;
  width: 200px!important;
  max-width: 200px!important;
}

.editor-detail-td
{
  overflow: hidden;
  width: 200px!important;
  max-width: 200px!important;
}

.editor-nav-button 
{
  width: 35px;
}

.editor-detail-button
{
  cursor: pointer;
  margin-right: 5px;
}

.editor-page-preview-selected 
{
  border-color: orange!important;
}

.editor-media-item-selected 
{
  color: greenyellow!important;
}

.media-item-page-instance-selected
{
  outline: 3px solid #5cc7f4;
  outline-offset: -3px;
}

.demo-link-highlight 
{
  outline: 1px solid #5cc7f477;
  outline-offset: -1px;
  background-color: #b8e9ff77;
}

.height-90
{
  padding-bottom: 30px;
  height: 100%;
}

.slides-top
{
	top: 0 !important;
}

.page-container {
  position: relative;
  width: 1600px;
  height: 900px;
}

.page-container img {
  margin: 0px;
  position: absolute;
  max-height: 100%;
  max-width: 100%;
}

.page-container video {
  margin: 0px;
  position: absolute;
  max-height: 100%;
  max-width: 100%;
}

.draggable-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.draggable {
  background-color: #222222;
  margin-bottom: 5px;
  flex: 30%;
  width: 200px;
}

.draggable-dragged {
  background-color: #222222;
  flex: 70%;
  width: 200px;
}

.clipped {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-horizontal-left {
  margin-right: auto;
  text-align: left;
}

.text-horizontal-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.text-horizontal-right {
  margin-left: auto;
  text-align: right;
}

.text-vertical-top {
  margin-bottom: auto;
}

.text-vertical-middle {
  margin-top: auto;
  margin-bottom: auto;
}

.text-vertical-bottom {
  margin-top: auto;
}