.hide {
    display: none !important;
}
.loader-percentage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    height: 25px;
    padding-top: 55px;
}

#reloadGbl {
    position: absolute;
    top: 2%;
    right: 2%;
    opacity: 0.3;
    color: #fff;
}
#reloadGbl:hover{
    opacity: 1;
}
.opacity-zero {
    opacity: 0;
}
.opacity-5 {
    opacity: 0.2;
    color: #ccc;
}

#header {
    width: 100%;
    position: absolute;
    top: -150px
}
#canvas {
    position: absolute;
    width: 100%;
    height: 100%;
}
.prev-photo {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    background-color: rgba(255,255,255,0.5);
    padding: 30px;
}
.photo-wrapper {
    width: 100%;
    height: 100%;
}
.photo-wrapper img {
    width: 100%;
    height: 100%;
}
.photo-action-btns {
    position: absolute;
    padding: 15px;
    top: 5%;
    right: 2%;
    display: block;
    color: #fff;
}
.photo-action-btns button {
    display: inline-block;
}
.opacityzero {
  opacity: 0
}
.player-controls {
    position: absolute;
    top: 1%;
    left: 5%;
    background-color: transparent;
    z-index: 9999;
    padding: 30px;
}
.player-controls:hover {
    opacity: 1;
}
.color-red {
    color: red;
}
.delete-btn {
    float: right;
    font-size: 20px;
}
.close-modal-i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: black;
    font-size: 25px;
}
/*MODALS RIGHT POSITION*/
.modal-right  {
    position: fixed;
    right: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: 100%;
}
/*MODALS LEFT POSITION*/
.modal-left {
    position: fixed;
    left: 5%;
    /*
    top: 50%;
    transform: translate(0px, -50%);
    -moz-transform: translate(0, -50%);
    */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: 100%;
}
.mymodal {
    color: #fff;
}
.mymodal > div {
    min-height: 100px;
    min-width: 200px;
    display: block;
    padding: 20px;
    max-height: 75%;
    overflow: auto;
    margin-top: 40px;
}

.card {
    background-color:#2e3136;
}
.card i {
    color: #e91e63
}
.card a {
    color: #e91e63
}

.lowerlevel  {
    z-index: 100;
}
.uplevel {
    z-index: 999;
}
.form-img-field {
    display: block;
}
.capitalize {
    text-transform: capitalize;
}

.playbtn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 100px;
    background-color: #e01212;
    color: #fff;
    border-radius: 5px;
    border-width: 0;
    margin: auto;
    z-index: 3;
}

.activeBtn {
    color: red !important;
}

#pausebtn {
    opacity: 0;
}

.menu-ctrls a {
    margin-right: 10px;
    color: #f8f9fa
}
.menu-ctrls a:hover * {
    color: #a72b2b;
}

.isplaying:hover #pausebtn {
    opacity: 1;
}

.isplaying:hover .player-ctrls {
    opacity: 1;
}

#video-container {
    position: fixed !important;
    bottom: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#video-container>#mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#myVideo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.isplaying:hover .slider-wrapper {
    opacity: 1;
}

.slider-wrapper {
    opacity: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: 50px;
}
.camSliders {
    margin-bottom: 10px;
    clear: both;
}

@media screen and (max-aspect-ratio: 1920/1080) {
    .video-container>video {
        height: 100%;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .video-container>video {
        width: 100%;
    }
}


@media (min-width: 800px) {
    .movil-controls {
        display: none;
    }
}
.hide-opts {
    position: absolute;
    bottom: 0%;
    text-align: center;
    left: 0;
    right: 0;
}
.player-ctrls.hide +  .hide-opts {
    color: #333 !important;
}
.noUi-connect {
    background-color: #e01212 !important;
}

.noUi-target {
    border: 1px solid #a72b2b !important;
}

.noUi-handle {
    border: 1px solid #777777 !important;
    background: #464646 !important;
    box-shadow: inset 0 0 1px #000, inset 0 1px 7px #4e4e4e, 0 3px 6px -3px #383838 !important;
}

video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: transform 250ms ease-in-out;
}

#gradientLeft {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: transparent;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    width: 20%;
}

#gradientLeft {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: transparent;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    width: 20%;
}

#gradientRight {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: transparent;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    width: 20%;
}

#gradientTop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: transparent;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 20%;
}

#gradientBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: transparent;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 20%;
}

.scenes-types {
    position: absolute;
    left: 0;
    top: 10%;
    margin: auto;
}

.cameras-wrapper {
    position: absolute;
    top: 10%;
    bottom: 0px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px;
    z-index: 999;
    overflow: auto;
}

.cameras-wrapper .canvas-el {
    /*display: inline-block;*/
}

.canvas-el {
    padding: 20px;
    opacity: 0.7;
}

.canvas-el canvas {
    border-radius: 10px;
}

.activeScreen {
    opacity: 1;
}

.scene-type-box img {
    opacity: 0.7;
    border-radius: 10px;
}

.activeScene img {
    opacity: 1;
}


@media only screen and (max-width: 600px) {
    .scene-type-box img {
        max-width: 80px;
    }
    .menu-ctrls {
        text-align: center;
        font-size: 18px;
    }
    .cameras-wrapper {
        padding: 0 ;
    }
    .canvas-el {
        padding: 10px;
    }
    .canvas-el.activeScreen {
        opacity: 1;
    }
    .canvas-el canvas {
        width: 80px;
    }
    .playbtn {
        width: 120px;
    }

}

#preloader {
    z-index: 999998;
}
.loader-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 150px;
    left: 0;
    margin: auto;
}

.anim-item button, .anim-item div{
    display: inline-block;
}
#hideweb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    background-image: url('images/bg_blur.jpg');
    background-size: cover;
    z-index: 9999998;
}
.swal2-container {
	z-index: 9999999 !important;
}

.dragdropwrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 9999998;
    background-color: #1a1a1a;
    padding:20px;
    display: flex;
}
.dragdrop-container, .drag-placeholder {
    height: 100%;
    width: 50%;
    padding: 15px;
    background-color: #000;
    overflow: auto;
}
.drag-dropplet {
    border: 5px dashed #333;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drag-placeholder {
    background-color: #1a1a1a;
}

.dragdrop-center {
    height: 300px;
    width: 500px;
}
.dragdrop-title {
    text-align: center;
    color: #fff;

}
.dragdrop-ctrls {
    text-align: center;
}
.item-box {
    display: flex;
    align-items: end;
    justify-content: center;
    min-height: 150px;
    width: 150px;
    background-color: #000;
    background-size: cover;
    -webkit-box-shadow: 1px 4px 14px 0 rgba(0,0,0,0.5);
    box-shadow: 1px 4px 14px 0 rgba(0,0,0,0.5);
    opacity: 0.6;
    filter: grayscale(1);
    cursor: pointer;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #000;
}
.item-box p {
    text-transform: capitalize;
    text-align: center;
    color:#fff;
    margin-bottom: 10;
    font-size: 10px;
}

.item-box:hover {
    animation-duration: 0.3s;
    animation-name: slidein;
    opacity: 1;
    filter: grayscale(0);
}

@keyframes slidein {
    from {
        opacity: 0.6;
        filter: grayscale(1);
    }

    to {
        filter: grayscale(0);
        opacity: 1;
    }
}
.logo-marx {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 200px;
    height: 50px;
    cursor: pointer;
    z-index: 999;
}
.float-r {
    right: 20px;
    left: inherit;
}

.demo-text {
    padding-top: 10px;
    display: block;
    color: #2e3136;
    font-size: 11px;
}
.text-white {
    color: #fff;
}

#loader {
  width: 25%;
 margin: auto;
 position: absolute;
 bottom: 0;
 top: 130px;
 left: 0;
 right: 0;
 height: 30px;
}

/* Widget */

.fake-loader-container {
  background: #ccc;
  height: 20px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}

.fake-loader-progress-bar {
  width: 0%;
  height: 100%;
  background: #e91e63;
  position: absolute;
}

.fake-loader-progress-bar.fake-loader-active {
    /*
  background-image: -moz-linear-gradient(-45deg,
    rgba(0,0,0,0.3) 0px,
    rgba(0,0,0,0.3) 20px,
    rgba(0,0,0,0.0) 20px,
    rgba(0,0,0,0.0) 40px,
    rgba(0,0,0,0.3) 40px,
    rgba(0,0,0,0.3) 60px);
  background-image: -webkit-linear-gradient(-45deg,
    rgba(0,0,0,0.3) 0px,
    rgba(0,0,0,0.3) 20px,
    rgba(0,0,0,0.0) 20px,
    rgba(0,0,0,0.0) 40px,
    rgba(0,0,0,0.3) 40px,
    rgba(0,0,0,0.3) 60px);
  background-image: linear-gradient(135deg,
    rgba(0,0,0,0.3) 0px,
    rgba(0,0,0,0.3) 20px,
    rgba(0,0,0,0.0) 20px,
    rgba(0,0,0,0.0) 40px,
    rgba(0,0,0,0.3) 40px,
    rgba(0,0,0,0.3) 60px);
    */
    background-color: #e91e63;
  background-size: 60px 20px;
  animation: animatedBackground 40s linear infinite;
}

.fake-loader-progress-indicator {
  width: 100%;
  height: 100%;
  padding-top: 1px;
  text-align: center;
  position: absolute;
  color: #fff;
}

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: -2000px 0; }
}

.favitem {
    color: #f00 !important;
}

.nav-tabs .nav-link {
    background-color: #434343;
    color:#fff;
}
.nav-tabs .nav-link.active {
    background-color: #a9a9a9;
    color:#fff;
    border-color: #a9a9a9;
}

#blackScreen {
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: #000;
    height: 100%;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
}
