html {
  position: relative;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    min-height: 100%;
}

body {
    padding-top: 5rem;
    margin-bottom: 40px;
}

.cta-button-block {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.cta-button-block-btn-edit {
  width: 30%;
}

.cta-button-block-btn-del {
  width: 20%;
}

.cta-block-border {
  border: 2px solid lightgrey;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -mz-border-radius: 10px;
  padding: 5px;
  width: 300px;
  margin: 0 10px;
}

#cta-block-items-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.videnpro-icon-prepend {
  font-size: 1.5em !important;
}

.videnpro-input-col {
  /*padding-left: 0 !important;*/
}

.input-group-text {
  /* border-radius: 0 !important; */
}

.custom-switch {
  padding-left: 3.25rem !important;
}

#pills-membership > div > table > tbody > tr > td {
  text-align: center;
  color: #A6A6A6;
}

#pills-membership > table > tbody > tr >th {
  text-align: center;
  color: #808080;
}

.alert-close {
  float: right;
  font-size: 18px;
  cursor: pointer;
}

.progress-bar-upload {
  display: none;
}

.container {
  height: 100%;
  padding-bottom: 80px;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.form-group.row.slider {
  display: none;
}

.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.chosen-mockup-display {

}

.sound-dropdown  {
  width: 300px;
  padding: 10px;
}

li.image-dropdown {
  cursor: pointer;
  margin: 5px 0;
}

li.video-dropdown {
  cursor: pointer;
}

/* hide cta's at the beginning */
.cta-1-content, .cta-2-content, .cta-3-content, .cta-4-content, .cta-5-content, .cta-video-1-content, .cta-video-2-content, .cta-video-3-content,
.cta-video-4-content, .cta-video-5-content, .cta-html-1-content, .cta-div-1-content, .cta-button-1-content, .cta-user-1-content,
.mockup-position-fix, .landingpage-content, .popup-content, .time-settings-content, .pausescreen-content, .endscreen-content, .not-available-content,
.logo-content, .video-control-bar-content {
  display:none;
}

#pills-cta-item-tab {

}

#chosen-start-frame img, #chosen-pause-frame img, #chosen-end-frame img, #chosen-logo img, #chosen-fb-share img,
#chosen-cta-1 img, #chosen-cta-2 img, #chosen-cta-3 img, #chosen-cta-4 img, #chosen-cta-5 img, #chosen-cta-button-1 img, #chosen-date-frame img, #cta-user-1-chosen-menu-button img,
#hotspot-1-chosen-hotspot-graphic img, #hotspot-2-chosen-hotspot-graphic img, #hotspot-3-chosen-hotspot-graphic img, #hotspot-4-chosen-hotspot-graphic img, #hotspot-5-chosen-hotspot-graphic img,
#hotspot-6-chosen-hotspot-graphic img, #hotspot-7-chosen-hotspot-graphic img, #hotspot-8-chosen-hotspot-graphic img, #hotspot-9-chosen-hotspot-graphic img, #hotspot-10-chosen-hotspot-graphic img {
  width:200px;
  height: auto;
}

#chosen-playbutton img {
  width:150px;
  max-width: 200px;
  height: auto;
}

#border-slider, #opacity-cta-1-slider, #opacity-cta-2-slider, #opacity-cta-3-slider, #opacity-cta-4-slider, #opacity-cta-5-slider, #opacity-cta-html-1-slider, #opacity-cta-user-1-slider,
#mockup-opacity-slider, #video-progress-bar-opacity-slider, #video-progress-bar-height-slider, #video-control-bar-opacity-slider {
	height: 38px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#border-slider-handle, #opacity-slider-cta-1-handle, #opacity-slider-cta-2-handle, #opacity-slider-cta-3-handle, #opacity-slider-cta-4-handle, #opacity-slider-cta-5-handle, #opacity-slider-cta-html-1-handle, #opacity-slider-cta-user-1-handle,
#mockup-opacity-slider-handle, #video-progress-bar-opacity-handle, #video-progress-bar-height-handle, #video-control-bar-opacity-handle {
	width: 2em;
	height: 2.8em;
	text-align: center;
	line-height: 2.7em;
}

.border-input {
	display: none;
}

/******** select fields ***************/

select option {
  background-color: #dae0e5;
}

/******** select fields ***************/

/**********/
/* footer */
.footer {
    position: absolute;
    bottom: 0px !important;
    width: 100%;
    height: 40px;
    background-color: #222222;
    color: #fff;
    padding-top: 10px;

    /*margin-bottom: -80px;*/
}
.footer-links {
    float:right;
    padding-right:10px;
}
.footer-links a {
    text-decoration: none;
    color: #fff;
}
.footer-links a:hover {
    text-decoration: none;
    color: #fff;
}

.zoom {
    transition: transform .2s; /* Animation */
}

.zoom:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

.zoom2 {
    transition: transform .2s; /* Animation */
}

.zoom2:hover {
    transform: scale(5); /* (500% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  background-color: lightgrey;
}

.modal p {
    word-wrap: break-word;
}

.info-membership-icon {
  vertical-align: top;
  font-size: 25px !important;
  color: rgba(0,123,255, 1);
  cursor: pointer;
}

.info-block-icon, .info-video-icon, .info-block-icon-images, .slide-down-icon {
  vertical-align: top;
  font-size: 25px !important;
  color: rgba(0,176,80, 1);
  cursor: pointer;
}

.itemOpacity {
  opacity: 0.3;
  visibility: visible;
}

#loadingOverlay {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.7); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#loadingOverlayContent {
  position: absolute;
  top:50%;
  left:50%;
  user-select:none;
  transform: translate(-50%,-50%);
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/****************************************** pulse effect ****************************************/

  .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }

/****************************************** pulse effect ****************************************/

/* HoverAll */
.captionBackground2 {width:100%;height:50px;background:rgba(0,123,255,0.9);border-bottom:2px solid red;}
.captionText2 {font-family:'open_sanslight';color:#fff;line-height:52px;font-size:20px;text-align:center;}
.caption {cursor:pointer;}

.captionBackground4 {width:100%;height:30px;background:rgba(0,123,255,0.9);border-bottom:2px solid red;}
.captionText4 {font-family:'open_sanslight';color:#fff;line-height:28px;font-size:16px;text-align:center;}
