/* Schlumberger */
#mcxInvitationModal {
    z-index: 999;
    width: 147px;
    height: 59px;
    top: 50%;
    right: 0px;
    overflow: hidden;
    text-align: center;
    border: 0;
    font-size: 100%!important;
    font: inherit;
    vertical-align: baseline;
    cursor: default;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif!important;
    text-indent: 0;
    float: none!important;
    text-shadow: none;
    line-height: 1;
    display: block;
}
#mcxFloating {
    position: absolute;
    right: 0px;
    display: inline-block;
    background: rgba(0,0,0,0);
}
.clearfix:after, .clearfix:before {
    display: table;
    content: " ";
    clear: both;
}
#mcxInfo2 {
    width: 40px;
    height: 54px;
    position: fixed;
    top: 60%;
    right: 0;
}
#mcxYesButton {
    width: 104px;
    background-color: #0A81D5;
    cursor: pointer;
    height: 130px;
}
#mcxYes {
    width: 100%;
    height: 100%;
    color: #ffffff;
}
#mcxYes, #mcxYes:hover, #mcxYes:active {
    background: none;
    border: 0px;
}
#mcxNo {
    width: 0px;
    height: 0px;
    background: none;
    border: 0px;
}
#mcxYes:hover, #mcxNo:hover {
    cursor: pointer;
}
#mcx-icon img {
    width: 100%;
    height: auto;
}
#mcx-icon {
    width: 16px;
    height: auto;
    float: left;
    margin-left: 20px;
}
#mcx-text{
    transform: rotate(90deg);
    color: #ffffff;
    padding: 90px 0px 30px;
	font-weight: bold;
}

#mcxSurveyDialog {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
}
#mcxSurveyWrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    background: #f3f3f3;
    -webkit-box-shadow: 0px -1px 14px 0px rgba(207,207,207,0.5);
    -moz-box-shadow: 0px -1px 14px 0px rgba(207,207,207,0.5);
    box-shadow: 0px -1px 14px 0px rgba(207,207,207,0.5);
    overflow: hidden;
    width: 350px;
    height: 100%;
    background-color: #0A81D5;
    z-index: 9999;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 1s;
}
#mcxSurveyClose {
    width: 100%;
    position: absolute;/*z-index: 99;*/
    text-align: center;
    padding: 10px 0px;
    color: #0A81D5;
    cursor: pointer;
    background-image: url('https://implementationservicestraining.allegiancetech.com/surveys/images/KUBDCA/Preview/close.png?cacheToken=20190402091504');
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-top: 0px;
    height: 0px;
    background-color: #ffffff;
    background-position: top right;
}
#mcxSurveyWrapper iframe {
    float: left;
    width: 100%;
    height: 100%;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width:0) and (max-width :768px) {
    #mcxInvitationModal {
        height: 59px;
        bottom: 0px;
        top: auto;
    }
    #mcxInfo2 {
        bottom: 20px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width:0) and (max-width : 480px) {
    html, body {
        width: 100%;
        height: 100%;
    }
    #mcxYes {
        width: 100%;
        height: 100%;
    }
    #mcxYes, #mcxYes:hover, #mcxYes:active {
        background: none;
        border: 0px;
    }
    #mcxSurveyWrapper {
        width: 280px !important;
        margin-top: 0%; /*set to a negative number 1/2 of your height*/
        margin-left: 15px; /*set to a negative number 1/2 of your width*/
        top: 0%;
        left: 0%;
        padding: 3px;
        height: 100% !important;
    }
    #mcxSurveyWrapper iframe {
        float: left;
        width: 100%;
        height: 93% !important;
    }
    textarea {
        width: 93%;
    }
    @media only screen and (min-width:0) and (max-device-width : 414px) {
        #mcxSurveyWrapper {
            width: 280px !important;
            margin-top: 0%;
            margin-left: 17px;
            top: 0%;
            left: 0%;
            padding: 3px;
        }
        #mcxSurveyWrapper iframe {
            float: left;
            width: 100%;
            height: 93% !important;
        }
        }
        
        @media only screen and (min-width:0) and (max-device-width : 375px) {
        #mcxSurveyWrapper {
            width: 280px !important;
            margin-top: 0%;
            margin-left: 2px;
            top: 0%;
            left: 0%;
            padding: 3px;
        }
        #mcxSurveyWrapper iframe {
            float: left;
            width: 100%;
            height: 93% !important;
        }
        }
        
        @media only screen and (min-width:0) and (max-device-width : 320px) {
        #mcxSurveyWrapper {
            width: 280px !important;
            margin-top: 0%;
            margin-left: 0%;
            top: 0%;
            left: 0%;
            padding: 3px;
        }
        #mcxSurveyWrapper iframe {
            float: left;
            width: 100%;
            height: 93% !important;
        }
        }
}