﻿.img-sm {
    width: 32px;
    height: 32px;
}

.img-md {
    width: 64px;
    height: 64px;
}

.img-lg {
    width: 96px;
    height: 96px;
}

.preferred-button {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1ab394;
    padding: 6px 12px;
    position: absolute;
    top: -94px;
    left: 160px;
}

.msg-preferred-button {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
}

.layoutitem-edit {
    font-size: 14px;
    font-weight: 600;
    background-color: white;
    padding: 6px 12px;
    position: relative;
    float: right;
    bottom: 59px;
}

.layoutitem-remove {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #ed5565;
    padding: 6px 12px;
    position: relative;
    float: right;
    bottom: 59px;
}
.layout-zone-col {
    padding-left: unset;
    padding-right: 10px;
    border: unset;
}

#google-map {
    height: 100%;
}

.infowindow-title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#google-map #infowindow-content {
    display: inline;
}


.label-app-layout {
    line-height: 25px;
}

.font-lato{
    font-family: "Lato";
}

.font-opensans {
    font-family: "Open Sans";
}
.font-montserrat {
    font-family: "Montserrat";
}

.font-raleway {
    font-family: "Raleway";
}
.font-ubuntu {
    font-family: "Ubuntu";
}

.registration-preview-cover {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.flex-container-centered {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-container-h-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.registration-preview-container {
    background-color: #f3f3f4;
}

.registration-preview-logo-container {
    height: 8%;
}

.registration-preview-logo {
    height: 50px;
}

.registration-box {
    max-width: 500px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

.navbar-info {
    font-size: 14px;
}

.app-box {
    float: left;
    width: 20%;
    min-width: 250px;
}

.app-box-buttons {
    height: 60px;
}

.player-box {
    float: left;
    width: 220px;
}

.player {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #e0e0e0;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}

    .player img {
        object-fit: fill;
        overflow: hidden;
        max-width: 100%;
        height: 125px;
    }

.player-type {
    padding: 2px;
    text-align: center;
    color: #ffffff;
    width: 100%;
}

    .player-type.brightsign {
        background-color: #321D54;
    }

    .player-type.pads4 {
        background-color: #F89727;
    }

.player-preview {
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    height: 125px;
    background: #e0e0e0;
}

.link-preview:hover, .link-preview:link {
    color: #337ab7;
    outline: none;
}

.player-desc {
    padding: 10px;
    position: relative;
    background-color: #ffffff;
}

.feed-error {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #ed5565;
    padding: 6px 12px;
    position: absolute;
    top: -32px;
    right: 0;
}

.application-status {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1c84c6;
    padding: 6px 12px;
    position: absolute;
    top: -32px;
    right: 0;
}

.player-iframe-preview {
    max-width: 853px;
    width: 100%;
    height: 508px;
    background-image: url("../Content/Images/screen.png");
    background-repeat: no-repeat;
    background-position: center top;
    padding: 10px;
}

.player-iframe-preview-portrait {
    max-width: 508px;
    width: 100%;
    height: 853px;
    background-image: url("../Content/Images/screen_portrait.png");
    background-repeat: no-repeat;
    background-position: center top;
    padding: 10px;
}

.player-schedule-header {
    background-color: #f9f9f9;
    line-height: 30px;
    margin-bottom: 0px;
}

.player-schedule-row {
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 0px;
    padding: 10px 10px 6px 10px;
    border-top-color: #e7eaec;
}

table.table-notification tr td {
    padding: 11px;
}

.text-green {
    color: #1AB394;
}

.text-lightgrey {
    color: #CBCBCB;
}

.file .file-name {
    padding: 10px;
    background-color: #ffffff;
    border-top: 1px solid #e7eaec;
}

.app-checkbox[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
}

.text-ellipsed {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.btn-caret-twitter {
    color: #fff;
    background-color: #55acee;
    /*border-color: rgba(0,0,0,0.2);*/
}

.btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #2795e9;
    /*border-color: rgba(0,0,0,0.2);*/
}

.btn-caret-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    /*border-color: rgba(0,0,0,0.2);*/
}

.btn-caret-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    /*border-color: rgba(0,0,0,0.2);*/
}

    .btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
        color: #fff;
        background-color: #1583d7;
        /*border-color: rgba(0,0,0,0.2);*/
    }

.btn-caret-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    background-image: none;
}

.btn-caret-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
    background-color: #55acee;
    /*border-color: rgba(0,0,0,0.2);*/
}

.btn-caret-twitter .badge {
    color: #55acee;
    background-color: #fff;
}

.btn-caret-facebook {
    color: #fff;
    background-color: #3b5998;
    /*border-color: rgba(0,0,0,0.2);*/
}

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    /*border-color: rgba(0,0,0,0.2);*/
}

.btn-caret-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    /*border-color: rgba(0,0,0,0.2);*/
}

.btn-caret-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    /*border-color: rgba(0,0,0,0.2);*/
}

    .btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
        color: #fff;
        background-color: #23345a;
        /*border-color: rgba(0,0,0,0.2);*/
    }

.btn-caret-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    background-image: none;
}

.btn-caret-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
    background-color: #3b5998;
    /*border-color: rgba(0,0,0,0.2);*/
}

.btn-caret-facebook .badge {
    color: #3b5998;
    background-color: #fff;
}

.btn-caret-instagram {
    color: #fff;
    background-color: #3f729b;
    /*border-color: rgba(0,0,0,0.2);*/
}

.btn-instagram:focus, .btn-instagram.focus {
    color: #fff;
    background-color: #305777;
    /*border-color: rgba(0,0,0,0.2);*/
}

.btn-caret-instagram:hover {
    color: #fff;
    background-color: #305777;
    /*border-color: rgba(0,0,0,0.2);*/
}

.btn-caret-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #305777;
    /*border-color: rgba(0,0,0,0.2);*/
}

    .btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
        color: #fff;
        background-color: #26455d;
        /*border-color: rgba(0,0,0,0.2);*/
    }

.btn-caret-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
    background-image: none;
}

.btn-caret-instagram.disabled, .btn-instagram[disabled], fieldset[disabled] .btn-instagram, .btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus, .btn-instagram.disabled:active, .btn-instagram[disabled]:active, fieldset[disabled] .btn-instagram:active, .btn-instagram.disabled.active, .btn-instagram[disabled].active, fieldset[disabled] .btn-instagram.active {
    background-color: #3f729b;
    /*border-color: rgba(0,0,0,0.2);*/
}

.btn-caret-instagram .badge {
    color: #3f729b;
    background-color: #fff;
}

.btn-navbar {
    padding: 4px 12px;
    margin: 14px 5px 5px 5px;
    font-size: 14px;
    float: left;
}

.btn-medium-dim {
    width: 90px;
    height: 90px;
    font-size: 20px;
}

/* pricing inspinia landing*/

.pricing-plan {
    margin: 20px 30px 0 30px;
    border-radius: 4px;
}

    .pricing-plan.selected {
        transform: scale(1.1);
        background: #f4f4f4;
    }

    .pricing-plan li {
        padding: 10px 16px;
        border-top: 1px solid #e7eaec;
        text-align: center;
        color: #aeaeae;
    }

    .pricing-plan .pricing-price span {
        font-weight: 700;
        color: #1ab394;
    }

li.pricing-desc {
    font-size: 13px;
    border-top: none;
    padding: 20px 16px;
}

li.pricing-title {
    background: #1ab394;
    color: #fff;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600;
}

/* braintree */
.braintree-control.braintree-hosted-fields-focused {
    border-color: #777;
}

.braintree-control.braintree-hosted-fields-invalid {
    border-color: tomato;
}

.braintree-control.braintree-hosted-fields-valid {
    border-color: limegreen;
}

.highlight {
    background-color: rgba(237, 85, 101, 0.5);
}

/* live wall */

.wall-grid {
    margin: 0 auto;
}

.wall-header {
    padding: 0px;
    margin: 0px;
    background: #fff;
}

.wall-footer {
    padding: 0px;
    margin: 0px;
    background: #fff;
    position: fixed;
    bottom: 0px;
    z-index: 100;
}

.activation-phrase span {
    font-size: 100px;
    font-weight: 600;
    display: inline-block;
}

.wall-cta {
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
}

.wall-grid-item {
    margin-bottom: 10px;
    width: 320px;
}

.resource-selector {
    background-color: #f3f3f4;
    padding: 5px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.resource-selector-box {
    padding: 0;
    border: 1px solid #e7eaec;
    height: 150px;
    width: auto;
}



/*wall carousel*/

#message_box {
    position: relative !important;
    max-height: 520px !important;
}

.container_Box {
    position: relative;
    max-height: 550px;
}

.cover_img_left {
    width: 100%;
    max-height: 650px;
    padding-bottom: 5%;
}

.body_text_carousel {
    width: 100%;
    height: auto;
    margin-top: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 500px;
}

.avatar_carousel {
    border-radius: 50%;
    padding: 1%;
    background: linear-gradient(#ff6f13, #447cff);
}


    .avatar_carousel:after {
        position: absolute;
        top: -4px;
        bottom: -4px;
        left: -4px;
        right: -4px;
        background: linear-gradient(red, blue);
        content: '';
        z-index: -1;
        border-radius: 16px;
    }

/* centered columns styles */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.col-fixed {
    /* custom width */
    width: 320px;
}

.col-min {
    /* custom min width */
    min-width: 320px;
}

.col-max {
    /* custom max width */
    max-width: 320px;
}


img.img-responsive.avatar_carousel {
    margin: 0 auto;
}


/* wall mosaic */

.mosaic-filter {
    width: 100%;
    top: 0;
    height: 100%;
    display: block;
    background-size: cover;
    z-index: -1000;
    position: relative;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.mosaic-item {
}

.fit-height {
    height: 100%;
    max-height: 100%;
}

.fit-width {
    width: 100%;
    max-width: 100%;
}

.mosaic-col {
    width: 25%;
    height: 50%;
    float: left;
    overflow: hidden;
}

.mosaic-small-container {
    width: 33.33%;
    height: 33.33%;
    float: left;
    overflow: hidden;
}

.mosaic-medium-container {
    width: 66.66%;
    height: 66.66%;
    float: left;
    overflow: hidden;
}

.mosaic-big-container {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

/* wall footer/header effects*/

/* fade */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.carousel-fade .carousel-inner .active {
    opacity: 2;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* no effects */
.carousel-noeffect .carousel-inner .item {
    opacity: 0;
    /* Firefox */
    -moz-transform: translate(0px);
    /* WebKit */
    -webkit-transform: translate(0px);
    /* Opera */
    -o-transform: translate(0px);
    /* Standard */
    transform: translate(0px);
}

.carousel-noeffect .carousel-inner .active {
    opacity: 2;
}

    .carousel-noeffect .carousel-inner .active.left,
    .carousel-noeffect .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-noeffect .carousel-inner .next.left,
.carousel-noeffect .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-noeffect .carousel-control {
    z-index: 2;
}


/* select 2 */
.select2-result-repository {
    padding-top: 4px;
    padding-bottom: 3px;
}

.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: 10px;
}

    .select2-result-repository__avatar img {
        width: 100%;
        height: auto;
        border-radius: 2px;
    }

.select2-result-repository__meta {
    margin-left: 70px;
}

.select2-result-repository__title {
    color: black;
    font-weight: bold;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px;
}

.select2-result-repository__forks, .select2-result-repository__stargazers {
    margin-right: 1em;
}

.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers {
    display: inline-block;
    color: #aaa;
    font-size: 11px;
}

.select2-result-repository__description {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}

.select2-results__option--highlighted .select2-result-repository__title {
    color: white;
}

.select2-results__option--highlighted .select2-result-repository__forks, .select2-results__option--highlighted .select2-result-repository__stargazers, .select2-results__option--highlighted .select2-result-repository__description, .select2-results__option--highlighted .select2-result-repository__watchers {
    color: #c6dcef;
}


.modal-loading {
    margin-top: 150px;
    margin-bottom: 150px;
}

.btn-register {
    height: 50px;
    font-size: 16px;
    font-weight: bold;
}

/*
 *  Usage:
 *
 *  <div class="sk-circle">
 *      <div class="sk-circle1 sk-child"></div>
 *      <div class="sk-circle2 sk-child"></div>
 *      <div class="sk-circle3 sk-child"></div>
 *      <div class="sk-circle4 sk-child"></div>
 *      <div class="sk-circle5 sk-child"></div>
 *      <div class="sk-circle6 sk-child"></div>
 *      <div class="sk-circle7 sk-child"></div>
 *      <div class="sk-circle8 sk-child"></div>
 *      <div class="sk-circle9 sk-child"></div>
 *      <div class="sk-circle10 sk-child"></div>
 *      <div class="sk-circle11 sk-child"></div>
 *      <div class="sk-circle12 sk-child"></div>
 *  </div>
 *
 */
.sk-circle {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    position: relative;
}

    .sk-circle .sk-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle .sk-child:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #333;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* ----------- iPad 1 and 2 portrait ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .player-iframe-preview {
        width: 650px;
        height: 365px;
        background-size: 100% 100%;
    }
}

/* ----------- iPad Pro portrait ----------- */

@media only screen and (min-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .player-iframe-preview {
        width: 650px;
        height: 365px;
        background-size: 100% 100%;
    }
}

/* ----------- iPad 1,2 e iPad Mini e min 2,3 landscape ----------- */

@media only screen and (min-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .player-iframe-preview {
        width: 650px;
        height: 365px;
        background-size: 100% 100%;
    }
}

/* ----------- iPad Pro landscape ----------- */

@media only screen and (min-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .player-iframe-preview {
        width: 650px;
        height: 365px;
        background-size: 100% 100%;
    }
}

.ibox-content > .sk-spinner {
    display: none;
}

.ibox-content.sk-loading {
    position: relative;
}

    .ibox-content.sk-loading:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .ibox-content.sk-loading > .sk-spinner {
        display: block;
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        z-index: 2000;
    }