#background{
width:100%;
height:100%;
overflow: hidden;
background-image:url(../img/bg.png);
background-size:cover;
}

#window {
    background-image: url("../img/window.png");
    display: block;
    height: 807px;
    margin: 120px auto;
    position: relative;
    width: 1382px;
    z-index: 0;
}

#zipfel {
    left: 886px;
    position: absolute;
    top: 67px;
    z-index: 1;
	cursor:default;
}


#zipfelmini {
    left: 863px;
    position: absolute;
    top: 31px;
    z-index: 1;
	display:none;
	cursor:default;
}

#toolbar {
    display: block;
    left: 430px;
    position: absolute;
    top: 31px;
    z-index: 10;
	cursor:default;
	height:36px;
	transition: height 0.5s ease 0s;
}

.visible{
display:block !important;
}

.menuitem {
    background-color: #f2f2f2;
    background-position: center center;
    background-repeat: no-repeat;
    border-right: 1px dashed #d2d2d2;
    display: inline-block;
    padding: 0 5px;
}
.menuitem:nth-child(7), .menuitem:nth-child(8) {
    border: medium none;
}
.itemtxt {
    display: block;
    float: left;
    font-size: 12px;
    margin: 6px 4px;
    text-transform: uppercase;
}

#alerttoastmessage {
    display: inline;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 190px;
    transition: all 1s ease 0s;
    width: 100%;
	opacity:0;
}
/*#enteralertmessage {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 1);
    box-shadow: 0 0 50px #fff;
    color: #fff;
    font-size: 26px;
    margin: 0 auto;
    padding: 7px;
    position: relative;
    text-align: center;
}

#enteralertmessage {
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px 2px #fff;
    color: #fff;
    font-size: 23px;
    padding: 14px;
    position: absolute;
    right: 20px;
    text-align: center;
}*/

#enteralertmessage {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.5);
    color: #444;
    font-size: 20px;
    max-width: 200px;
    padding: 15px 8px;
    position: absolute;
    right: 20px;
    text-align: center;
}
#actions{
background-image:url(../img/Actions.png);
width:93px;
height:36px;
}

#actions:hover{
background-image:url(../img/ActionsHover.png);
}

#view{
background-image:url(../img/View.png);
width:68px;
height:36px;
}

#view:hover{
background-image:url(../img/ViewHover.png);
}

#collaborate{
background-image:url(../img/Collaborate.png);
width:127px;
height:36px;
}

#collaborate:hover{
background-image:url(../img/CollaborateHover.png);
}

#extras{
background-image:url(../img/Extras.png);
width:130px;
height:36px;
}

#extras:hover{
background-image:url(../img/ExtrasHover.png);
}


#monitor {
    background-image: url("../img/Monitor.png");
    height: 36px;
    padding: 0 0 0 5px;
	background-position: right center;
    width: 32px;
}

#monitor:hover{
background-image:url(../img/MonitorHover.png);
}

#monitormore {
    background-image: url("../img/MonitorMore.png");
    height: 36px;
    padding: 0 5px 0 0;
    width: 22px;
	background-position: left center;
}

#monitormore:hover{
background-image:url(../img/MonitorMoreHover.png);
}


#monitoractive {
    left: 223px;
    position: absolute;
    top: -32px;
    z-index: 0;
}

#actionsribbon {
    display: none;
    left: -98px;
    position: absolute;
    top: 32px;
    z-index: 100;
}


#actionsactive {
    left: 102px;
    position: absolute;
    top: -29px;
}

#viewribbon {
    display: none;
    left: -153px;
    position: absolute;
    top: 32px;
    z-index: 100;
}

#monitorribbon {
    display: none;
    left: 276px;
    position: absolute;
    top: 32px;
    z-index: 100;
}


#viewactive {
    left: 259px;
    position: absolute;
    top: -29px;
}


#collaborateribbon {
    display: none;
    left: -9px;
    position: absolute;
    top: 32px;
    z-index: 100;
}

#collaborateactive {
    left: 195px;
    position: absolute;
    top: -29px;
}
#extrasribbon {
    display: none;
    left: 22px;
    position: absolute;
    top: 32px;
    z-index: 100;
}

#extrasactive {
    left: 300px;
    position: absolute;
    top: -29px;
}
.clickshape, .clickshapemore {
    background-color: rgba(0, 125, 255, 0);
    display: block;
    position: absolute;
    width: 50px;
}

.clickshapemore:hover {
    background-color: rgba(0, 125, 255, 0.15) !important;
}

.clickshape:hover {
    background-color: rgba(0, 125, 255, 0.15) !important;
}
.clickshapemore .clickshape:hover {
    background-color: rgba(0, 125, 255, 0.2) !important;
}
.highlight{
    background-color: rgba(0, 125, 255, 0.15) !important;
	box-shadow: none !important;
}
.outline{
box-shadow: 0 0 0 2px rgba(0, 125, 255, 0.15) inset;
}

.checked{
    background-image: url("../img/checked.png");
    background-repeat: no-repeat;
}

.tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease 0.3s;
	z-index:200;
}

.clickshape:hover + .tooltip,#overlayrecordcontext2:hover ~ .tooltip{
	opacity:1;
	visibility:visible;
}
.tooltip:hover {
    opacity: 1;
    visibility: visible;
}
#TTblackscreen{
    top: 93px;
	left: 332px;
}

#TTtaskmanager{
    top: 93px;
	left: 260px;
}

#TTkeycombi{
    top: 93px;
	left: 332px;
}

#TTremoteinput{
    top: 93px;
	left: 332px;
}

#TTrecord {
    left: 0;
    top: 35px;
}

#clickshapeCloseSessionTab {
    height: 21px;
    left: -279px;
    top: -23px;
    width: 19px;
}

#clickshapeCloseSessionWindow {
    height: 20px;
    left: 900px;
    top: -30px;
    width: 45px;
}

#clickshapeEndSessionAction{
    height: 33px;
    left: 9px;
    top: 9px;
    width: 54px;
}
#clickshapeEndSessionAction:hover ~ #clickshapeEndSession {
box-shadow: 0 0 0 2px rgba(0, 125, 255, 0.15) inset;
}
#clickshapeEndSession{
    height: 33px;
    left: 9px;
    top: 42px;
    width: 54px;
}
#clickshapeActiveMonitorAction{
    height: 33px;
    left: 82px;
    top: 9px;
    width: 54px;
}
#clickshapeActiveMonitorAction:hover ~ #clickshapeActiveMonitor {
box-shadow: 0 0 0 2px rgba(0, 125, 255, 0.15) inset;
}

#clickshapeActiveMonitor {
    height: 32px;
    left: 82px;
    top: 42px;
    width: 54px;
}

#clickshapeLock {
    height: 68px;
    left: 148px;
    top: 6px;
    width: 50px;
}

#clickshapeReboot {
    height: 68px;
    left: 198px;
    top: 6px;
    width: 50px;
}

#clickshapeTaskManager {
    height: 68px;
    left: 260px;
    top: 6px;
    width: 69px;
}

#clickshapeKeyCombi {
    height: 20px;
    left: 332px;
    top: 7px;
	    background-position: 7px 5px;
    width: 150px;
}
#clickshapeRemoteInput{
    background-position: 7px 3px;
    height: 20px;
    left: 332px;
    top: 30px;
    width: 150px;
}
#clickshapeBlackScreen{
    background-position: 7px 3px;
    height: 20px;
    left: 332px;
    top: 51px;
    width: 150px;
}
#clickshapeInvitePartner {
    height: 66px;
    left: 492px;
    top: 6px;
    width: 87px;
}
#clickshapeSystemInfo{
    height: 20px;
    left: 590px;
    top: 5px;
    width: 136px;
}
#clickshapeRemoteUpdate{
    height: 20px;
    left: 590px;
    top: 29px;
    width: 136px;
}
#clickshapeselectMonitor1{
    height: 142px;
    left: -181px;
    top: 71px;
    width: 198px;
	display:none;
}
#clickshapeselectMonitor2{
    height: 142px;
    left: 38px;
    top: 71px;
    width: 198px;
	display:none;
}

#clickshapeShowAll {
    display: none;
    height: 27px;
    left: -198px;
    top: 221px;
    width: 450px;
}

#clickshapeMonitorTabs {
    background-position: 8px 7px;
    display: none;
    height: 27px;
    left: -198px;
    top: 255px;
    width: 450px;
}


#lockComputer {
    display: none;
    left: -42px;
    overflow: visible;
    position: absolute;
    top: 67px;
}
#clickshapeLockNow{
    display: none;
    height: 28px;
    left: -38px;
    top: 95px;
    width: 150px;
}

#clickshapeLockSessionEnd {
    background-position: 9px 8px;
    display: none;
    height: 28px;
    left: -38px;
    top: 127px;
    width: 150px;
}
#clickshapeLogOff{
    display: none;
    height: 28px;
    left: -38px;
    top: 158px;
    width: 150px;
}


#remoteReboot {
    display: none;
    left: -46px;
    overflow: visible;
    position: absolute;
    top: 67px;
}

#clickshapeRebootNow   {
 display: none;
    height: 28px;
    left: -42px;
    top: 94px;
    width: 150px;
}
#clickshapeRebootSafemode   {
 display: none;
    height: 27px;
    left: -42px;
    top: 127px;
    width: 150px;
}
					
					
#clickshapeOriginal{
    height: 70px;
    left: 7px;
	background-color:rgba(0, 125, 255, 0.15);
    top: 6px;
    width: 50px;
}

#clickshapeBestFit{
    height: 70px;
    left: 58px;
    top: 6px;
    width: 47px;
}

#clickshapeScaled{
    height: 70px;
    left: 106px;
    top: 6px;
    width: 45px;
}

#clickshapeAutoSelect {
    background-color: rgba(0, 125, 255, 0.15);
    height: 70px;
    left: 159px;
    top: 6px;
    width: 58px;
}
#clickshapeOptimizeSpeed{
    height: 70px;
    left: 218px;
    top: 6px;
    width: 57px;
}

#clickshapeOptimizeQuality{
    height: 70px;
    left: 276px;
    top: 6px;
    width: 57px;
}

#clickshapeScreenResolution{
    height: 70px;
    left: 344px;
    top: 6px;
    width: 71px;
}


#clickshapeStopAudio {
    background-position: 6px 6px;
    height: 23px;
    left: 422px;
    top: 6px;
    width: 148px;
}


#clickshapeShowWallpaper {
    background-position: 6px 6px;
    height: 23px;
    left: 422px;
    top: 27px;
    width: 148px;
}


#clickshapeRemoteCursor {
    background-position: 6px 2px;
    height: 23px;
    left: 422px;
    top: 52px;
    width: 148px;
}

#clickshapeRefresh{
    height: 23px;
    left: 581px;
    top: 3px;
    width: 170px;
}

#clickshapeSingleWindow{
    height: 23px;
    left: 581px;
    top: 27px;
    width: 170px;
}

#clickshapeSessionWindows {
    background-position: 12px 4px;
    height: 23px;
    left: 581px;
    top: 50px;
    width: 170px;
}

#clickshapeFullscreen{
    height: 70px;
    left: 762px;
    top: 6px;
    width: 59px;
}
	

#selectMonitor {
    display: none;
    left: -202px;
    overflow: visible;
    position: absolute;
    top: 30px;
}


#closeSplit {
    display: none;
    left: -100px;
    overflow: visible;
    position: absolute;
    top: 30px;
}

#screenResolution {
    display: none;
    left: 283px;
    overflow: visible;
    position: absolute;
    top: 76px;
}

#clickshapeCloseAndLock {
    height: 27px;
    left: -97px;
    top: 33px;
	    display: none;
    width: 243px;
}

#clickshapeCloseServiceCase{
    height: 27px;
    left: -97px;
	    display: none;
    top: 64px;
    width: 243px;
}
#clickshapeReassign{
    height: 27px;
    left: -97px;
    top: 95px;
	    display: none;
    width: 243px;
}

#clickshapeSwitchPartner{
    height: 72px;
    left: 6px;
    top: 4px;
    width: 72px;
}
#clickshapePhonecall{
    height: 72px;
    left: 90px;
    top: 3px;
    width: 72px;
}
#clickshapeVoicecall{
    height: 72px;
    left: 167px;
    top: 5px;
    width: 66px;
}

#clickshapeVoicecall.outline {
    background-image: url("../img/EndCall1.png");
    outline: medium none;
}

#clickshapeVoicecall.nothing:hover {
    background-image: url("../img/EndCall3.png") !important;
}
#clickshapeScreenRecord.nothing:hover {
    background-image: url("../img/StopRecord2.png") !important;
}


#clickshapeChat{
    height: 72px;
    left: 243px;
    top: 3px;
    width: 51px;
}
#clickshapeVideo{
    height: 72px;
    left: 294px;
    top: 3px;
    width: 44px;
}


#clickshapeAnnotate {
    height: 38px;
    left: 352px;
    top: 3px;
    width: 63px;
}

#clickshapeAnnotateSplit {
    height: 34px;
    left: 352px;
    top: 41px;
    width: 63px;
}

#clickshapeSaveWB{
    height: 23px;
    left: 421px;
    top: 5px;
    width: 121px;
	display:none;
}
#clickshapeCloseWB{
    height: 23px;
    left: 421px;
    top: 28px;
    width: 121px;
	display:none;
}

#clickshapeDraw {
    height: 44px;
    left: 508px;
    top: 3px;
    width: 50px;
}
#clickshapeAnnotate:hover ~ #clickshapeAnnotateSplit {
box-shadow: 0 0 0 2px rgba(0, 125, 255, 0.15) inset;
}
#clickshapeDrawSplit {
    height: 30px;
    left: 510px;
    top: 49px;
    width: 46px;
}

#tools {
    display: none;
    left: -39px;
    position: absolute;
    top: 29px;
}
#clickshapeHighlight {
    height: 44px;
    left: 555px;
    top: 3px;
    width: 69px;
}
#clickshapeHighlight:hover ~ #clickshapeHighlightSplit {
box-shadow: 0 0 0 2px rgba(0, 125, 255, 0.15) inset;
}
#clickshapeHighlightSplit {
    height: 30px;
    left: 557px;
    top: 49px;
    width: 65px;
}
#clickshapeErase {
    height: 44px;
    left: 621px;
    top: 3px;
    width: 50px;
}
#clickshapeErase:hover ~ #clickshapeEraseSplit {
box-shadow: 0 0 0 2px rgba(0, 125, 255, 0.15) inset;
}
#clickshapeEraseSplit {
    height: 30px;
    left: 623px;
    top: 49px;
    width: 46px;
}
#clickshapeComment {
    height: 76px;
    left: 673px;
    top: 3px;
    width: 68px;
}
#clickshapeCTCursor{
    height: 76px;
    left: -259px;
    top: 37px;
	    z-index: 100;
    width: 55px;
display:none;

}
#clickshapeCTLaserPointer {
    height: 76px;
    left: -204px;
    top: 37px;
	    z-index: 100;
    width: 55px;
display:none;
}

#clickshapeCTDraw {
    height: 43px;
    left: -149px;
    top: 37px;
    width: 50px;
    z-index: 100;
display:none;
}
#clickshapeCTDraw:hover ~ #clickshapeCTDrawSplit {
box-shadow: 0 0 0 2px rgba(0, 125, 255, 0.15) inset;
}

#clickshapeCTDrawSplit {
    display: none;
    height: 30px;
    left: -149px;
    top: 80px;
    width: 50px;
    z-index: 100;
}

#drawmoreCT {
    display: none;
    left: -60px;
    position: absolute;
    top: 31px;
    z-index: 100;
}
#clickshapeCTHighlight {
    height: 43px;
    left: -102px;
    top: 37px;
    width: 69px;
    z-index: 100;
display:none;
}
#clickshapeCTHighlight:hover ~ #clickshapeCTHighlightSplit {
box-shadow: 0 0 0 2px rgba(0, 125, 255, 0.15) inset;
}

#clickshapeCTHighlightSplit {
    display: none;
    height: 30px;
    left: -102px;
    top: 80px;
    width: 69px;
    z-index: 100;
}
#highlightmoreCT {
    display: none;
    left: -43px;
    position: absolute;
    top: 31px;
	    z-index: 100;
}
#clickshapeCTErase {
    height: 43px;
    left: 34px;
    top: 37px;
    width: 50px;
    z-index: 100;
display:none;
}
#clickshapeCTErase:hover ~ #clickshapeCTEraseSplit {
box-shadow: 0 0 0 2px rgba(0, 125, 255, 0.15) inset;
}

#clickshapeCTEraseSplit {
    display: none;
    height: 30px;
    left: 34px;
    top: 80px;
    width: 50px;
    z-index: 100;
}
#erasemoreCT {
    display: none;
    left: -30px;
    position: absolute;
    top: 31px;
	    z-index: 100;
}

#clickshapeCTComment {
    height: 76px;
    left: -33px;
    top: 37px;
    width: 68px;
    z-index: 100;
display:none;
}


#clickshapeCTSave {
    height: 76px;
    left: 94px;
    top: 37px;
    width: 74px;
    z-index: 100;
display:none;
}


#clickshapeCTWhiteboardClose {
    height: 76px;
    left: 170px;
    top: 37px;
    width: 74px;
    z-index: 100;
display:none;
}
#overlaytoolsCursor{
    height: 36px;
    left: -37px;
    top: 55px;
    width: 147px;
    z-index: 100;
}
#overlaytoolsLaser{
    height: 36px;
    left: -37px;
    top: 92px;
    width: 147px;
    z-index: 100;
}
#overlaytoolsDraw{
    height: 36px;
    left: -37px;
    top: 129px;
    width: 37px;
    z-index: 100;
}

#overlaytoolsDraw:hover ~ #overlaytoolsDrawSplit {
box-shadow: 0 0 0 2px rgba(0, 125, 255, 0.15) inset;
}

#overlaytoolsDrawSplit{
    height: 36px;
    left: 0px;
    top: 129px;
    width: 111px;
    z-index: 100;
}
#overlaytoolsHighlight{
    height: 36px;
    left: -37px;
    top: 166px;
    width: 37px;
    z-index: 100;
}

#overlaytoolsHighlight:hover ~ #overlaytoolsHighlightSplit {
box-shadow: 0 0 0 2px rgba(0, 125, 255, 0.15) inset;
}

#overlaytoolsHighlightSplit{
    height: 36px;
    left: 0px;
    top: 166px;
    width: 111px;
    z-index: 100;
}
#overlaytoolsComment{
    height: 36px;
    left: -37px;
    top: 203px;
    width: 147px;
    z-index: 100;
}
#overlaytoolsErase{
    height: 36px;
    left: -37px;
    top: 240px;
    width: 37px;
    z-index: 100;
}

#overlaytoolsErase:hover ~ #overlaytoolsEraseSplit {
box-shadow: 0 0 0 2px rgba(0, 125, 255, 0.15) inset;
}

#overlaytoolsEraseSplit{
    height: 36px;
    left: 0px;
    top: 240px;
    width: 111px;
    z-index: 100;
}

#overlaytoolsDrawSplitopen {
    height: 267px;
    left: 120px;
    position: absolute;
    top: 29px;
    width: 147px;
	display:none;
    z-index: 100;
}


#drawmore {
    display: none;
    left: 111px;
    position: absolute;
}


#overlaytoolsHighlightSplitopen {
    display: none;
    height: 170px;
    left: 120px;
    position: absolute;
    top: 30px;
    width: 150px;
    z-index: 100;
}
#highlightmore{
    display: none;
    left: 111px;
    position: absolute;
}

#overlaytoolsEraseSplitopen {
    display: none;
    height: 27px;
    left: 112px;
    position: absolute;
    top: 6px;
    width: 110px;
    z-index: 100;
}
#erasemore{
    display: none;
    left: 111px;
    position: absolute;
	top:4px;
}


#conferenceDetails {
    display: none;
    left: -85px;
    overflow: visible;
    position: absolute;
    top: 75px;
}

#clickshapePasteDetails {
    display: none;
    height: 25px;
    left: -82px;
    top: 152px;
    width: 239px;
}
#clickshapeCopyDetails{    
    display: none;
    height: 25px;
    left: -82px;
    top: 182px;
    width: 239px;
}
#clickshapeConfigureDetails{    
    display: none;
    height: 25px;
    left: -82px;
    top: 213px;
    width: 239px;
}
#clickshapeRemotePrinting{
    height: 74px;
    left: 6px;
    top: 5px;
    width: 99px;
}
#clickshapeVPN{
    height: 74px;
    left: 114px;
    top: 5px;
    width: 65px;
}
#clickshapeScreenshot{
    height: 74px;
    left: 189px;
    top: 5px;
    width: 77px;
}
#clickshapeScreenRecord{
    height: 74px;
    left: 267px;
    top: 5px;
    width: 75px;
}
#clickshapeFileExplorer	{
    height: 74px;
    left: 351px;
    top: 5px;
    width: 61px;
}

#clickshapeFileBox {
    height: 36px;
    left: 415px;
    top: 5px;
    width: 58px;
}


#clickshapeFileBoxSplit {
    height: 35px;
    left: 415px;
    top: 41px;
    width: 58px;
}
#clickshapeFileBox:hover ~ #clickshapeFileBoxSplit {
box-shadow: 0 0 0 2px rgba(0, 125, 255, 0.15) inset;
}

#recentFiles {
    display: none;
    left: -131px;
    overflow: visible;
    position: absolute;
    top: 35px;
}


#clickshapeMRselectMonitor1 {
    display: block;
    height: 142px;
    left: 21px;
    top: 38px;
    width: 198px;
}

#clickshapeMRselectMonitor2{
    height: 142px;
    left: 240px;
    top: 38px;
    width: 198px;
	display:block;
}

#clickshapeMRShowAll {
    display: block;
    height: 27px;
    left: 4px;
    top: 191px;
    width: 450px;
}

#clickshapeMRMonitorTabs {
    background-position: 8px 8px;
    display: block;
    height: 27px;
    left: 4px;
    top: 224px;
    width: 450px;
}

#clickshapeZfiletransfer{
    height: 17px;
    left: 17px;
    top: 1px;
    width: 15px;
}

#clickshapeZchat{
    height: 17px;
    left: 35px;
    top: 1px;
    width: 19px;
}
#clickshapeZfullscreen{
    height: 17px;
    left: 16px;
    top: 1px;
    width: 15px;
}
#clickshapeZminimize{
    height: 17px;
    left: 33px;
    top: 1px;
    width: 19px;
}
#clickshapeZswitchScreen{
    height: 17px;
    left: 17px;
    top: 1px;
    width: 19px;
}
#clickshapeZfullscreen2{
    height: 17px;
    left: 38px;
    top: 1px;
    width: 16px;
}
#clickshapeZmaximize{
    height: 17px;
    left: 55px;
    top: 1px;
    width: 19px;
}


#handle, #handle2 {
    cursor: w-resize;
    display: block;
    height: 17px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 15px;
}


#contextuals {
    display: block;
    left: 526px;
    position: absolute;
    top: 0;
    width: 422px;
}
#chatcontext {
    border-right: 1px solid #ddd;
    display: none;
    float: left;
    position: relative;
}

#chatcontextimg ,#chatcontextimg,#voicecallimg,#whiteboardactive0,#whiteboardactive1,#whiteboardactive2,#whiteboardactive3,#whiteboardactive4,#whiteboardactive5,#recordcontextimg,#recordcontextimg{
    box-shadow: 0 0 68px 22px red;
    position: relative;
    transition: all 0.5s ease 0s;
    width: auto;
    z-index: 49;
}


#chatcontextimgopen {
    display: none;
    left: -168px;
    position: absolute;
    top: 0px;
    z-index: 66;
}
#overlaychatcontextpin{
    display: none;
    height: 31px;
    left: -168px;
    top: 1px;
    width: 31px;
	    z-index: 67;
}
#overlaychatcontextmove{
    display: none;
    height: 31px;
    left: -137px;
    top: 1px;
    width: 306px;
	    z-index: 67;
}

#chatcontextmove{
  position: relative;
  display: block;
  top: 35px;
}
#overlaychatcontextclose{
    display: none;
    height: 31px;
    left: 169px;
    top: 1px;
    width: 31px;
	    z-index: 67;
}



#fileboxcontext{
    border-right: 1px solid #ddd;
    display: none;
    float: left;
    position: relative;
}
#overlayfileboxcontext{
    display: block;
    height: 36px;
    left: 0;
    top: 0;
    width: 33px;
}
#fileboxcontextmove{
    display: block;
    position: relative;
    top: 35px;
}

#overlayfileboxcontextpin {
    display: none;
    height: 26px;
    left: -101px;
    top: 1px;
    width: 28px;
    z-index: 67;
}
#overlayfileboxcontextmove{
    display: none;
    height: 26px;
    left: -73px;
    top: 1px;
    width: 153px;
    z-index: 67;
}
#overlayfileboxcontextclose{
    display: none;
    height: 26px;
    left: 116px;
    top: 1px;
    width: 29px;
    z-index: 67;
}
#fileboxcontextimgopen{
    display: none;
    left: -102px;
    position: absolute;
    top: 0;
    z-index: 66;
}

#voicecallcontext {
    border-right: 1px solid #ddd;
    display: none;
    float: left;
    position: relative;
}


#voicecallcontextimgopen {
    display: none;
    left: -95px;
    position: absolute;
    top: 34px;
}

#recordcontext {
    border-right: 1px solid #ddd;
    display: none;
    float: left;
    position: relative;
}

#recordcontextimgopen {
    display: none;
    left: -168px;
    position: absolute;
    top: 34px;
}


#whiteboardcontext {
    border-right: 1px solid #ddd;
    display: none;
    float: left;
    position: relative;
}
#whiteboardactiveopen {
    display: none;
    left: -267px;
    position: absolute;
    top: 34px;
}


#clickshapeStopVoiceCall {
    display: none;
    height: 25px;
    left: -85px;
    position: absolute;
    top: 85px;
    width: 207px;
    z-index: 10;
}

#overlayscreenResolution {
    height: 510px;
    left: 283px;
    top: 102px;
    width: 208px;
    z-index: 100;
}

#overlaytools {
    height: 263px;
    left: -48px;
    top: 61px;
    width: 142px;
    z-index: 100;
}

#overlayCTdrawmore {
    height: 263px;
    left: -48px;
    top: 61px;
    width: 142px;
    z-index: 110;
}

#overlayhighlightmore {
    height: 166px;
    left: -30px;
    top: 61px;
    width: 140px;
    z-index: 100;
}

#overlayCThighlightmore {
    height: 166px;
    left: -30px;
    top: 61px;
    width: 140px;
    z-index: 110;
}

#overlayerasemore {
    height: 29px;
    left: -29px;
    top: 30px;
    width: 112px;
    z-index: 100;
}
#overlayCTerasemore {
    height: 29px;
    left: -29px;
    top: 30px;
    width: 112px;
    z-index: 110;
}


.overlay {
    background-color: rgba(0, 125, 255, 0);
    display: none;
    position: absolute;
	z-index:50;
}

.overlay:hover{
    background-color: rgba(0, 125, 255, 0.15);
}


#overlaychatcontext {
    display: block;
    height: 36px;
    left: 0;
    top: 0;
    width: 33px;
}

#overlayvoicecallcontext {
    display: block;
    height: 36px;
    left: 0;
    top: 0;
    width: 28px;
}

#overlayrecordcontext {
    display: block;
    height: 36px;
    left: 0;
    top: 0;
    width: 84px;
}

#overlayrecordcontext2 {
    display: block;
    height: 36px;
    left: 84px;
    top: 0;
    width: 26px;
}

#overlaywhiteboardcontext {
    display: block;
    height: 36px;
    left: 0;
    top: 0;
    width: 32px;
}
#whiteboardactive0{
display:none;
}
#whiteboardactive1{
display:none;
}

#whiteboardactive2{
display:none;
}

#whiteboardactive3{
display:none;
}

#whiteboardactive4{
display:none;
}

#whiteboardactive5{
display:none;
}
#whiteboard {
	display:none;
    height: 776px;
    left: 8px;
    position: absolute;
    top: 31px;
    width: 1366px;
}