#emaze-remote {
    position: fixed;
}

#em-remote-popup {
    position: absolute;
    width: 650px;
    height: 540px;
    left: calc(50% - 300px);
    top: calc(50% - 270px);
    background-color: #e5e5e5;
}

    #em-remote-popup .popup-header{
        background-color: white;
        background-image: url('../../vbcommon/images/white-dot-pattern.jpg');
        color: #151515;
        font-family: goboldthin;
        height: 70px;
    }

        #em-remote-popup .popup-header .title-text{
            background: transparent;
            color: #151515;
            font-family: goboldthin;
            height: auto;
            font-size: 32px;
        }

        #em-remote-popup .popup-header .close-btn{
            background-image: url('../../vbcommon/images/close-popup-black.png');
        }

    #em-remote-popup .popup-body {

    }

        #em-remote-popup .popup-body div[class*="section"] {
            font-family: asap;
            font-size: 14px;
            position:relative;
        }
        
        #em-remote-popup .popup-body .section-1 {
            background-color: #ffffff;
            z-index:5;
            padding: 5px 0 15px 0;
        }

        #em-remote-popup .popup-body .section-1:before {
            content: '';
            position: absolute;
            display: block;
            bottom: -40px;
            left: calc(50% - 20px);
            border: #ffffff 20px solid;
            border-bottom-color: transparent;
            border-left-color: transparent;
            border-right-color: transparent;
        }
        
        #em-remote-popup .popup-body .section-2 {
            background-color:#e5e5e5;
            padding: 30px 0 0 0;
        }
        
            #em-remote-popup .popup-body .row-block {
                padding: 10px 40px;                
            }

            #em-remote-popup .popup-body .section-1 .row-block {
                display: flex;
                flex-direction:row;
                justify-content:left;
                align-items: center;
            }

            #em-remote-popup .popup-body .section-1 .row-block:first-child{
                justify-content:center;
            }

            #em-remote-popup .popup-body .section-2 .row-block {
            display: flex;
            flex-direction: row;
            justify-content: center;
            }

            #em-remote-popup .popup-body .row-block .body-title {
                font-size:20px;
                text-align: center;
            }

                #em-remote-popup .popup-body .row-block label {
                    width: 70px;
                    font-family: asap;
                    font-weight: bold;
                    font-size: 20px;
                    color: #404040;
                    display: block;
                    margin: 0;
                    text-align: left;
                }

                #em-remote-popup .popup-body .row-block label.datetime{
                    width:auto;
                    cursor: pointer;
                    margin: 0 12px;
                }

            #em-remote-popup .popup-body .row-block input[type="text"]{
                width: 440px;
                background-color: #e5e5e5;
                border-color: #e5e5e5;
                font-size: 18px;
                font-family: Asap;
                font-style: italic;
                border-style: none;
                display: block;
                margin-right: 5px;
                padding: 3px 6px;
            }           

            #em-remote-popup .popup-body .row-block input[type="text"]:disabled{               
                background-color: #cdcdcd; 
            }

        #em-remote-popup .popup-body .row-block input[type="checkbox"] {
            -webkit-appearance: none;
            background-color: #e5e5e5;
            background-repeat: no-repeat;
            padding: 7px;
            display: block;
            position: relative;
            cursor: pointer;            
            outline: none;
            margin: 0;
        }

            #em-remote-popup .popup-body .row-block input[type="checkbox"]:checked:after {
                content: url(../../share/images/chack.png);
                position: absolute;
                bottom: 0px;
                left: 0px;
                outline: none;
            }

            #em-remote-popup #datetimepicker {
                width: 135px;
                text-align: center;
                background-color: #ffffff;
                border-width: 1px;
                border-style: solid;
                padding: 0 6px;
                font-size: 15px;
            }

            #em-remote-popup #datetimepicker:disabled{
                opacity:0.5;
            }

            #em-remote-popup .popup-body .row-block .action-button {
                font-family:goboldthin;
                font-size: 18px;
                width: 50px;
                color: #404040;
                background-color: #f5b01b;
                padding: 3px 0;
                overflow:hidden;
            }            

                #em-remote-popup .popup-body .row-block .social-button {
                    border: 0;
                    position: relative;
                    border-radius: 50%;
                    height: 40px;
                    top: 0;
                    vertical-align: middle;
                    background-position: 50% 50%;
                    background-repeat: no-repeat;
                    background-size: auto 100%;
                    margin: 0 10px;
                    outline: none;
                    z-index: 90;
                    background-color: transparent;
                }
                
                .btn-facebook {
                    background-image: url('../../mobile/images/share-facebook.png');                    
                }

                .btn-twitter {
                    background-image: url('../../mobile/images/share-tweeter.png');
                }

                .btn-googleplus {
                    background-image: url('../../mobile/images/share-google.png');
                }

                .btn-linkedin {
                    background-image: url('../../mobile/images/share-linkdin.png');
                }

                .btn-pinterest {
                    background-image: url('../../mobile/images/share-pinterest.png');
                }

                .btn-mail {
                    background-image: url('../../mobile/images/share-mail.png');
                }

                .btn-whatsup {
                    background-image: url('../../mobile/images/share-whatapp.png');
                }

                .btn-sms {
                    background-image: url('../../mobile/images/share-sms.png');
                }

                #em-remote-popup .popup-body .row-block button.social-button.btn-facebook {
                    margin-left: 0;                    
                }


            #em-remote-popup .popup-body .row-block .start-btn {
                height: 50px;
                width: 180px;
                background-color: #f5b01b;
                font-family: GoBoldThin;
                font-size: 23px;
                font-style: normal;
                color: #000000;
                text-transform: uppercase;
                cursor: pointer;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }

                #em-remote-popup .popup-body .row-block .start-btn:hover {
                    background-color: #f39348;
                }


                #em-remote-popup .popup-body .row-block .start-btn .icon-remote-start {
                    background-image: url('../images/start_remote.png');
                    background-position:center;
                    background-repeat:no-repeat;
                    width: 34px;
                    height: 34px;
                    background-size: contain;
                    margin-right: 14px;
                }

                #em-remote-popup .popup-body .row-block .start-btn .text-remote-start {
                }

.xdsoft_datetimepicker {
    z-index: 99999999999;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #f5b01b;
    box-shadow: #f39348 0 1px 3px 0 inset;     
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: #4683c7 !important;
    box-shadow: none !important;
}

#clipboard-box-message {
    position: fixed;
    left: calc(50% - 100px);
    top: calc(50% - 50px);
    width: 200px;
    height: 100px;
    font-size: 140%;
    font-family: asap;
    font-style: italic;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-align: center;
    z-index: 105;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    border-radius: 10px;
}

    #clipboard-box-message.animate {
        -webkit-animation-name: emFadeOut;
        -moz-animation-name: emFadeOut;
        -o-animation-name: emFadeOut;
        animation-name: emFadeOut;
        -webkit-animation-duration: 1.9s;
        -moz-animation-duration: 1.9s;
        -o-animation-duration: 1.9s;
        animation-duration: 1.9s;
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
        -o-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
        