﻿body {
    padding-top: 85px;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.dynamicPopup, .dynamicPopupTrailer {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000000099; /* Sit on top */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #fff;
}
.dynamicPopupCancel, .dynamicPopupTrailer:hover {
    cursor: pointer;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.exploreHeader {
    display: inline;
    font-size: smaller;
    opacity: 0;
    
}

.exploreHeader a{
    color: white;
}

.primaryHeader:hover > .exploreHeader {
    transition: opacity .2s ease-in-out;
    display: inline;
    /*color: red;*/
    opacity: .7;
}

.sliderWrapper:hover > .primaryHeader > .exploreHeader {
    display: inline;
    /*color: red;*/
    opacity: .7;
}

.loader {
    /*top: 50%;
    left: 50%;
    position: absolute;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    color: darkred;*/
}

.navbar-dark .navbar-brand {
    color: #fff;
    font-weight: 900;
    font-size: x-large;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    background-color: #000;
    font-size: 25px;
    z-index: 1000;
    font-weight: 400;
    text-transform: uppercase;
    color:white;
    /*width: 90%;*/
}

.swal2-container {
    z-index: 200000000000;
}

/*START - Netflix style hover*/
.tile {
    /*width: 180px;
    height: 270px;
    width: 100%;
    height: 100%;*/
    font-size: 16px;
    /*border: 1px solid rgba(250,250,250,.5) rgba(250,250,250,.5)*/;
    border-radius: 10px;
    background-color: black;
    box-sizing: border-box;
    transition: 1s transform;
    transform-origin: top center;
    float: left;
    margin-right: 10px;
    position: relative;
    backface-visibility: hidden;
    overflow: hidden;
}
    .tile:hover {
        overflow: hidden;
    }
    /*.slick-list{
    overflow:visible;
}*/

.assetContent {
    width: 100%;
    /*height: 200%;
    transform: scale(1) translateZ(0px);
    transform-origin: top left;
    position: fixed;*/
}

.overlayText {
    position: absolute;
    top: -8px;
    right: 0;
    bottom: 0;
    left: -1px;
    padding: 10px;
    background-color: #000;
    opacity: 0;
    touch-action: none;
    transition: opacity 1s;
    height: 70px;
    border: 2px solid #ffffff7d;
    border-top: none;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 101%;
    overflow:hidden;
}

.shiftLeft {
    transform: translate3d(-20%, 0, 0);
    transition: all 1s;
}

.shiftRight {
    transform: translate3d(20%, 0, 0);
    transition: all 1s;
}
.shiftDown {
    transform: translate3d(0, 140px, 0);
    transition: all 2s;
}

.tile img {
    object-fit: cover;
}
.roundedImage {
    
    border-radius: 10px;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 94%;
}

.description__buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: center /*flex-end*/;
    cursor:pointer;
    /*padding: 10px;*/
}

.description__button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255,255,255,.5);
    text-align: center;
    font-size: 16px;
    margin-right: 5px;
    border-radius: 100%;
}

    .description__button:hover {
        transform: scale(1.05);
        border: 2px solid rgba(255,255,255,1);
    }

.description__button_green:hover {
    transform: scale(1.05);
    border: 2px solid rgba(40,167,69,1) !important;
}

.description__button_green {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 40px;
    height: 40px;
    border: 2px solid rgba(40,167,69,.5) !important;
    text-align: center;
    font-size: 16px;
    margin-right: 5px;
    border-radius: 100%;
}

.description__text-container {
    padding-top: 10px;
    font-size: 1.2em;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/*.scale-up {
    transform: scale(1.8);
}

.scale-down {
    transform: scale(0.6);
}*/

/*END - Netflix style hover*/

pie {
    width: 4em;
    height: 4em;
    /* display: block; */
    border-radius: 50%;
    background-color: red;
    border: none;
    /* float: right; */
    margin: 1em;
    position: absolute;
    top: -50px;
    right: -50px;
}

.twentyfive {
    background-image: linear-gradient(360deg, transparent 50%, black 50%), linear-gradient(270deg, black 50%, transparent 50%);
    color:white;
}

.numTopRight {
    position: absolute;
    top: 34px;
    left: 8px;
    color: white;
    width: 20px;
    text-align: center;
    font-weight: bold;
}


#divDetails {
    display: none;
    position: absolute;
    width: 280px;
    padding: 10px;
    background: #000; /*#eeeeee;*/
    color: #000000;
    /*border: 1px solid #1a1a1a;*/
    border: 2px solid #ffffff7d;
    border-radius: 10px;
    font-size: 90%;
    height: 420px;
    z-index: 9999;
}

#divDetails img{
    max-height:90%;
}

.hiddenContent {
    display: none;
    position: absolute;
    width: 280px;
    padding: 10px;
    background: #000;
    color: #fff;
    font-size: 90%;
    left: -2px;
    z-index: 9999 !important;
    border: 2px solid #ffffff7d;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    bottom:-55px;
}

.notransition {
    -o-transition: none !important;
    -ms-transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.divRecCount{
    margin-right:5px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid white;
    border-radius: 10px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 10px;
}
.dropdown-menu > a:hover {
    background-image: none;
    background-color: lightgray;
    color:black;
}

.dropdown-menu {
    padding: 0.5rem 0.25rem;
}

:focus {
    outline: none;
}

.swal2-close:focus {
    box-shadow: none !important;
}

@media only screen and (max-width: 600px) {
    .swal2-popup {
        max-width: 95%;
        font-size: .8rem;
    }

    #tableAvailabilityData {
        font-size: .8rem;
    }
}