/**
/**
 * Copyright © 2013 Avaya Inc. All rights reserved.
 * CSS for Co-browse Client on Customer UI.
 *
 */
.cbe-radio-agent-touch {
    position: relative;
    z-index: 1000;
    box-shadow: 0px 0px 0px 2px red;      
    opacity: 0.8;
    filter:alpha(opacity=60); /* For UA < IE8 */

}

.cbe-agent-touch{
    border-style: solid;
    border-color: red;
}

.cbe-remote-cursor {
    height: 32px;
    width: 32px;
    top: 0px;
    left: 0px;
    position: absolute;
    background-image: url(../img/pointer.png);
    /*NOTE: the "z-index": of trans DIV is kept as 2147483646 which is less than that of cbeToolbar z-index: 2147483647*/
    z-index: 2147483646;

}

.cbe-highlight {
    position: absolute;
    z-index: 2147483641;
    border: 1px solid #adadad;
    border-radius: 5px;
    background: #adadad;
    opacity: 0.6;
    filter:alpha(opacity=60); /* For UA < IE8 */
}

.cbe-highlight-img {
    position: absolute;
    z-index: 2147483641;
    border: 7px solid #adadad;
    border-radius: 10px;
    background: transparent;
    opacity: 0.9;
    filter:alpha(opacity=90); /* For UA < IE8 */
}

.cbe-mask-help {
    background-image: url(../img/mask.png);
    display: inline-block;
    height: 22px;
    width: 24px;
    cursor: help;
}

.cbe-block-help {
    background-image: url(../img/mask.png);
    display: inline-block;
    height: 22px;
    width: 24px;
    cursor: help;
}

.cbe-readonly-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0; /* For IE */
    filter:alpha(opacity=00); /* For UA < IE8 */
    /*NOTE: the "z-index": of trans DIV is kept as 2147483645 which is less than that of cbeToolbar z-index: 2147483647*/
    z-index: 2147483645;
    color: #003399;
    background-color: #003399; /* For IE */

}
.cbe-cursor-not-allowed{
    cursor:not-allowed;
    /*overflow-y: hidden;*/
}
.cbtooltip {
	display:hidden;
	position:absolute;
	border:1px solid #333;
	background-color:#fff;
	border-radius:5px;
	padding:10px;
	color:#161616;
	font-size:12px Arial;
}