﻿@media (min-width:450px) and (max-device-width: 761px) and (orientation: landscape) {

    #CallContainer .frameright-cliente {
        top: 0px !important;
        right: 0 !important;
        display: block !important;
        height: 100% !important;
        background: #fff !important;
        right: 30px !important;
        z-index: 99999999 !important;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.54);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.54);
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.54);
        width: 275px !important;
        bottom: 0;
        overflow-y: visible !important;
        float: right !important;
        position: relative !important;
        min-height: 20px;
        max-height: 100%;
    }

    .desktop {
        display: none;
    }

    .responsive {
        display: block;
    }

        .responsive .contenido_nologin {
            margin: 10px auto 0px auto;
            width: 100%;
            display: block;
            float: right;
        }

    .klaim_hide {
        display: block;
        padding: 0px 10px 11px 10px;
        margin-top: 10px;
    }
}

@media (min-width:450px) and (max-device-width: 815px) and (orientation: landscape) {

    /* FIJO */
    .navbar {
        position: fixed !important;
        z-index: 999 !important;
    }

    body:not(.modal-open) #frameleft {
        /*margin-top: 60px !important;*/
    }

    .modal-open #frameleft {
        /*  margin-top: -10px !important; */
    }


    body #CallContainer .frameright-cliente#frameright {
        position: fixed !important;
        max-height: 218px !important;
        top: 0px !important;
        width: 320px !important;
        z-index: 99999 !important;
    }

    .modal-open nav.navbar {
        position: initial !important;
    }
}

@media (min-width:450px) and (max-device-width: 815px) and (orientation: landscape) {
    body#body #CallContainer .chat .frameright-cliente#frameright {
        width: 100% !important;
        max-height: 100% !important;
        z-index: 999999999 !important;
    }
}
