@charset "utf-8";
/*chat screen 2 skype prototype CSS Document */
/*css reset*/

/*html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    outline:none;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
end of css reset*/
.mainbody
{
    border: 2px solid #4c4c4c;
    padding: 2px;
}
.largeleftspn
{
    display: inline-block;
    width: 75%;
    background: #020e17;
    color: white;
    padding: 27px 0px 67px 0px;
    float: left;
    position: fixed;
    height:100%;
}
.smlritespn
{
    display: inline-block;
    width: 25%;
    vertical-align: top;
    background: #f0f8fe;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    right: 0px;
}
.cname
{
    /* color:white;
     font-size:15px;
     font-weight:500;
     margin-bottom:7px;
     padding-left:20px;*/
    color: white;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    padding-left: 20px;
    z-index: 9999;
    position: relative;
}
.ctime
{
    color:white;
    font-size:12px;
    padding-left:20px;
    margin-bottom:7px;
}
.reldiv
{
    position:relative;
    height:90%;
}
.imgresp,.yourscreen
{
    width: 100%;
    display: block;
    height: 100%;
}
.absdivchtscrn2
{
    position:absolute;
    width:100%;
    bottom: 10px;
    left: 15px;
    z-index: 11;
}
.innerforscrn2
{
    width:200px;
    height:150px;
    display: inline-block;
}
.innerabs2div
{
    /*position: absolute;
    left: 36%;*/
    position: absolute;
    left: 41%;
    z-index: 9999;
}
.intreacticon
{
    margin:0px 6px;
}
.datebar
{
    background:#fff;
    padding:15px;
    color:#00aff0;
    text-align:center;
    font-size: 15px;
}
.absdivchtscrn2 .innerforscrn2{
    width: 250px;
    height: 150px;
}

#remote-media video{
    /*top: 0px;
    height: 500px;
    width: auto;
    z-index: 9;
    position: relative;
    bottom: 12%;
    right: -16%;*/
     top: 0px;
    width: 232.66px;
    z-index: 9;
    position: relative;
    bottom: 12%;
    right: 0%;
	height:245px;
	margin-right:5px;
	float:left;
}

.clear
{
    clear:both;
}
/* conversation panel styling starts here */
.con-overalldiv
{
    width: 53.2%;
    padding: 6px;
}
.con-imgresp
{
    width: 40px;
    border-radius: 100%;
    height: 40px;
    margin-bottom: 7px;
    margin-right: 5px;
    border: 1px solid #aeb0b2;
    overflow: hidden;
}
.con-submitbtn
{
    padding: 10px 32px;
    border-radius: 5px;
    border: none;
    margin-right: 8%;
    color: #fff;
    background: rgb(89,176,221);
}
.con-profname
{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
}
.con-pding10mob
{
    padding:10px;
}
.con-pding10mob textarea
{
    margin-bottom:10px;
}
.con-oldmsgs
{
    width: 100%;
}
.con-oldmsguserimg
{
    width: 36px;
    border-radius: 100%;
    border: 1px solid #aeb0b2;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
}
.con-oldusrepics
{
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 3px;
}
.con-profdetails
{
    /*border-bottom: 1px solid #00aff0;
    margin-bottom: 10px;*/
}
.con-msgdiv
{
    position: relative;
    top: -21px;
    margin-left: 49px;
    text-align: left;
    background: #e5e5e5;
    border-radius: 15px;
    padding: 10px 15px 20px 15px;
    margin-top: 5px;
}
.con-readbydiv
{
    color: #777;
    font-size: 12px;
    border-bottom: 1px solid rgb(199, 199, 199);
    margin-bottom: 9px;
    position:relative;
}
.con-msgtitle
{
    vertical-align: top;
    font-weight: bold;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}
.con-msgdiv img
{
    width: 50px;
    display: block;
    margin-top: 7px;
}
.absbuble img
{
    width:auto;
    display:inline;
    margin:0px;
    position: absolute;
    left: -4px;
    top: 0px;
}
.con-forrep
{
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
}
.con-fltrt
{
    position: absolute;
    right: 7px;
    bottom: 25px;
    font-size: 11px;
    color: #727272;
}
.absltinfo
{
    position: absolute;
    top: 30%;
    left: 36%;
}
.logoinfo
{
    width: 77px;
    position: absolute;
    bottom: 20px;
}
.con-querty
{
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    color: black;
    font-size: 14px;
}
/*desktop screen */
/*.deskbg
{
   // background:url(../images/bgdesksample.jpeg);
    background-size:cover;
    width:100%;
    height:100%;
    position:fixed;
}*/
.popupdiv
{
    background: rgba(34, 35, 37, 0.83);
    border: 1px solid black;
    width: 35%;
    margin: 0 auto;
}
.abspopdesktop
{
    position: absolute;
    width: 100%;
    top: 40%;
    display: none;
    right: 12%;
}
.popupheadleftspn,.popupheadrightspn
{
    display: inline-block;
}
.popupheadrightspn
{
    float: right;
}
.popupdivhead
{
    background:#212224;
    padding: 3px 7px;
    border-bottom: 1px solid;
}
.proname
{
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.closeicon
{
    font-size: 9px;
    background: #d4d6d3;
    color: black;
    padding: 4px 6px;
    border-radius: 100%;
    text-decoration: none;
    font-weight: bold;
    margin-top: 0px;
    display: inherit;
}
.callerimgholder
{
    width: 75px;
    display: inline-block;
}
.callerimgpop
{
    width:100%;
}
.popupdivbody
{
    padding: 3px 7px;
}
.callernamecalling
{
    display: inline-block;
    vertical-align: top;
    color: white;
    font-size: 13px;
    margin-top: 5px;
}
.intbtnpopup
{
    display: inline-block;
    float: right;
    margin-top: 29px;
}

/* ringing screen */
.mainbodyringing
{
    background: #00689a;
    position: fixed;
    padding: 15px 0px;
    height: 100%;
    width: 75%;
    box-shadow: inset 1px 1px 100px rgba(0, 0, 0, 0.82);
    overflow:auto;
}
.reldivring
{
    position:relative;
    display: none;
}
.callercalling
{
    max-width:100%;
    display:block;
    margin:0 auto;
    border-radius: 100%;
}
.textcent
{
    text-align:center;
}
.centadj
{
    margin-top: 25px;
    margin-right: 20px;
}
.divholdingcallerimg
{
    width:125px;
    margin:0 auto;
}
.abs22ddiv
{
    /*margin: 30px 0px 20px 0px;
    left: 38%*/
    margin: 30px 0px 20px 0px;
    left: 0;
    width: 100%;
}
.callingcaller
{
    margin-top:10px;
}
.abscallercalling {
    padding-top: 11%;
}
.relclsforadj
{
    position:relative;
}
/*.innerdivforrelcls
{
    width: 240px;
    margin: 0 auto;
	
}*/
.innerdivforrelcls
{
    width: 180px;
    margin: 0 auto;
}

/* conversation panel chat cntrl */
.videocallDesign{
	width:95%;
	height:657px;
	border:1px solid #009fdb !important;
	position:absolute;
	background:#fff;
	z-index:10000;
	left:0;
	right:0;
	top:10px;
	bottom:0;
	margin:0px auto;
	box-shadow: 0px 0px 40px rgba(0,0,0,.5);
}
.videocallDesignLft{
	width:27%;
	float:left;
	display:inline-Block;
	height:655px;
}
.videocallDesignRgt{
	width:73%;
	float:right;
	display:inline-Block;
	height: 655px;
	background:#12445D;
	position:relative;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,.1);
}
.videocallDesnLftHdr{
	/* height:120px; */
	background: #fff;
    padding-bottom: 15px;
    border-bottom: 1px solid #dce9ed;
}
.videocallDesnLftspan{
	width:70px;
	height:70px;
	float:left;
}
.videocallDesnLftImg{
	width: 40px;
    height: 40px;
    margin: 15px 0 0 15px;
    border-radius: 100%;
    border: 1px solid #c7c7c7;
}
.videocallDesnLftName{
    width: 78%;
    height: 70px;
    float: left;
    padding-top: 25px;
	font-family: 'HelveticaNeueMedium';
	text-transform:capitalize;
	font-size:14px;
}
.videocallQusTxt{
    display: block;    
	padding: 10px;
    color: #000;
    font-size: 14px;
	padding-left: 15px;
}
.lablforqustn{
	color: #A4A4A4;
	font-size: 14px;
	margin-top: 10px;
	float: left;
	font-family: 'HelveticaNeueMedium';
	text-transform: uppercase;
}
.moreIcon{
	float:right;
	cursor:pointer;
}
.videocallDesnLftBdyTitle{
	padding: 15px 0 0 15px;
	font-family: 'HelveticaNeueMedium';
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.8px;
	color: #a4a4a4;
	float:left;
}
.smspopup{
	position: absolute;
	top: 30px;
	width: 300px;
	left: 80px;
	height: 100%;
}
.ABSGNEW{
	position: absolute;
	width: 100%;
	top: 26%;
	background: #FFFFFF;
	border: 1px solid rgba(59,88,91,0.10);
	box-shadow: 0 2px 8px 0 rgba(80,85,86,0.22);
	border-radius: 6px;
}
.colornew{
	background: #EEEEEE;
	border: 1px solid #DEDDDD;
	border-radius: 3px;
}
.videocallLftBdybrdr{
	border-bottom:1px solid #e1eef2;
}
.videocallDesnLftNameBdy{
	width:57%;
}
.videocallLftBdyusrsprnt{
	height:340px;
	overflow:auto;
}
.joinBtn{
    width: 63px;
    height: 30px;
    line-height: 27px;
    float: right;
    margin-top: 20px;
    text-align: center;
    background: #5fdd59;
    border: 1px solid #5fdd59;
    border-radius: 3px;
    color: #fff;
}
.videocallRgtvideoIndual{
	/* height: 170px;
    width: 232.66px; */
    float: left;
	/* border:1px solid #2b2b2b; */
	position:relative;
	cursor:pointer;
	margin:5px;
	padding:5px;
	border-radius:6px;
}
.VidImg{
    width: 230.66px;
    height: 169px;
}/* 
.VidImg:hover{
	background-image:url(../images/videoOverlay.png);
	background-size:230px 169px;
	background-repeat:no-repeat;
} */
.VidIconsDiv{
    position: absolute;
    bottom:3px;
    width:270px;
    left: 40%;
    z-index: 100;
}
.videocalldiv{
    position: absolute;
    bottom: 5px;
    width: 195px;
    left: 0px;
    z-index: 100;
}
.VidIconsDivimg{
	margin-right: 15px;
	cursor:pointer;
}
.VidIconsDivimg1{
	margin-right: 15px;
	cursor: pointer;
	display: inline-block;
	background: #00aff0;
	padding: 12px 9px;
	border-radius: 100%;
}
.VidIconsDivimg2{
	margin-right: 15px;
	cursor: pointer;
	display: inline-block;
	background: #e51323;
	padding: 12px 9px;
	border-radius: 100%;
}
.VidIconsDivimg3{
	margin-right: 15px;
	cursor: pointer;
	display: inline-block;
	background: #e51323;
	padding: 13px 8px;
	border-radius: 100%;
}
.VidIconsDivimg4{
	margin-right: 15px;
	cursor: pointer;
	display: inline-block;
	background: #00aff0;
	padding:10px 11px;
	border-radius: 100%;
}
.VidIconsDivimg5{
	margin-right: 15px;
	cursor: pointer;
	display: inline-block;
	background: #e51323;
	padding:10px 11px;
	border-radius: 100%;
}
.VidIconsDivimg6{
	margin-right: 15px;
	cursor: pointer;
	display: inline-block;
	padding:10px 11px;
	position:relative;
}
.VidIconsDivimg7{
	margin-right: 15px;
	cursor: pointer;
	display: inline-block;
	padding:10px 11px;
}
.VidIconsDivimg8, .VidIconsDivimg9{
	margin-right: 15px;
	cursor: pointer;
	display: inline-block;
	padding:10px 0px;
}
.fixedchatBtm{
    position: fixed;
    left: 10px;
    bottom: 1px;
    width: 275px;
    height: 40px;
    background: #59b0dd;
    border-radius: 3px 3px 0 0;
	cursor:pointer;
}
.videochatcloseFa{
	position:absolute;
	right:5px;
	z-index:10000;
	font-size:30px;
	top:5px;
	cursor:pointer;
	width:20px;
	height:20px;
	background:url(../images/close.png) no-repeat center center;
}
.videochatnewFa{
	position:absolute;
	right:7px;
	z-index:10000;
	bottom:18px;
	cursor:pointer;
	width:35px;
	height:35px;
	background:url(../images/chaticon.png) no-repeat center center;
}
.videochatminimiseFa{
	position:absolute;
	right:4px;
	z-index:10000;
	font-size:30px;
	top:3px;
	cursor:pointer;
	width:25px;
	height:25px;
	background:url(../images/minimize.png) no-repeat center center;
}
.videochatminimiseFa:hover{
	background:url(../images/minimize.png) no-repeat center center #5e5e5e;
}
.videochatcloseFa:hover{
	background:url(../images/close.png) no-repeat center center #5e5e5e;
}
.fixedchatBtm{
	position:fixed;
    left:10px;
    bottom:1px;
    width:275px;
    height:40px;
    background:#59b0dd;
    border-radius:3px 3px 0 0;
    cursor:pointer;
    color:#fff;
    font-size:15px;
    padding-left:15px;
    line-height:40px;
	font-family:'HelveticaNeueMedium';
}
.FxdBtnIcn{
	float:right;
    margin-right:15px;
}
.VidImgOvrLy{
    width:230.66px;
    height:169px;
    position:absolute;
    left:0;
    top:0;
    opacity:0.5;
}
.singlechatimg{
    position:absolute;
    height:149px;
    width:200px;
    left:40%;
    top:33%;
}
/*css 4/3/18 */
.video_endcall{
	width:90px;
	background:#e51323;
	border-radius:25px;
}
.vide_paddntp{
	padding-top:30px;
}
.newendcall{
	display:inline-block;
	height:38px;
}
.endspn{
	float:left;
    padding:13px 0px 13px 16px;
    color:#fff;
}
.newvdeocls{
	float:left;
    width:40px;
    margin:2px;
}
.bottomcssnew{
	bottom:55px;
}
.videonewimgcls{
	position:absolute;
    left:240%;
    top:-83px;
    height:152px;
    width:202px;
}
.videonewimgcls1{
	height:149px;
	width:200px;
}
#local-media video{
    width:206px;
    height:153px;
    z-index:99;
}
video{
    /*object-fit: inherit;*/
}
#enlarge-media{
    /*top: 0px;
    height: 500px;
    width: auto;
    z-index: 9;
    position: relative;
    bottom: 12%;
    right: -16%;*/

    top:2px;
    width:100%;
	height:510px;
    margin:0 auto;
}
#enlarge-media video{
	margin-top: 10px;
	/* width: 100%; */
	height: 100%;
	
}
.loadingreps{
	position: relative;
    left: 40%;
    top: 40%;
}
.thumbnail{
	padding: 0px;
    /* margin: 0px; */
    overflow: hidden;
    width:100px;
    height:100px;
	margin-right:10px;
	margin-bottom: 20px;
}
.gridview{
	margin:15px auto 0px;
}
.vidinvitedButton{
	width: 63px;
    height: 30px;
    line-height: 27px;
    float: right;
    margin-top: 20px;
    text-align: center;
	background: #fff;
	border: 1px solid #58afdb;
	border-radius: 3px;
	color: #58afdb;
	
}
.audiovideotimer{
    color: #fff;
    margin-left: 20px;
	font-size: 18px;
}
.fittovideo{
	bottom: 148px;
	position: relative;
}
.snapUsrnameCrtMsg{
    text-align: center;
    font-size: 24px;
    color: #fff;
	font-family: 'HelveticaNeue';
}
.snapLogoMsgVideoCal{
    padding-left: 47%;
    padding-top: 14%;
}

.videocallRgtvideoIndual video{
    /*top: 0px;
    height: 500px;
    width: auto;
    z-index: 9;
    position: relative;
    bottom: 12%;
    right: -16%;*/
    top: 0px;
    width: 160px;
    z-index: 9;
    position: relative;
    bottom: 5%;
    right: 0px;
    height:200px;
    float:left;
}
.imgoverly{
	
	width: 160px;
	height: 200px;
	position: absolute;
	z-index: 9999;
}
.imgoverly:hover{
	background: url('../images/fullscreen.png') no-repeat center center rgba(0,0,0,.2);
}
/* .imgoverly img{
    z-index: 9;
    left: 45%;
    top: 45%;
    position: absolute;
} */
.videousername{
	position: absolute;
    z-index: 99999;
    color: #fff;
    background: rgba(0,0,0,.1);
    left: 0px;
    padding: 5px 10px;
    width: 100px;
	text-transform: capitalize;
}
.videocallRgtvideoIndual video:hover{
    background-color: #000;
    opacity: .5;
}
.audioImgd{
    width: 189px;
    height: 189px;
}
.audioImgdMin{
    width: 80px;
    height: 80px;
}
.videoTypeCallImage{
    font-size: 50px;
    border: none;
    color: #fff !important;
}

.vidinvitedButton:hover{
    background-color:#58afdb;
    color: white;
}
.bottomtab{
    position: fixed;
    bottom: 0;
    right: 0;
    max-width: 480px;
    display: none;
    display: inline-Block;
    background: #12445D;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	padding: 13px;
	border: 1px solid #fff !important;
}
.bottomtab .videousername{
	display:none;
} 
.bottomtab .imgoverly{
	display:none;
}
 .bottomtab .videocallRgtvideoIndual{
	width:250px;
	height:200px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	margin-right:10px;
	margin-bottom:10px;
} 
.bottomtab .videocallRgtvideoIndual video{
	height: auto;
	width: 250px;
}
.bottomtab .videocallRgtvideoIndual video:hover {
    background-color: none;
    opacity: 1;
}
.bottomtab video{
	height: auto;
	width: 250px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border-radius: 6px;
} 
.callinProgDiv{
	height: 35px;
    background:#5fdd59;
    color: white;
    width: 180px;
    border-radius: 3px;
    padding-top: 7px;
    position: relative;
    margin-right: 15px;
    margin-top: 3px;
}
.joincalArrow{
	color: #35ae39;
    font-size: 35px;   
    position: absolute;
    top: 60px;
    left: 447px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(270deg);
}
.illustrn{
	background:url(../images/illustration1.png) no-repeat;
	width:230px;
	display:block;
	height:180px;
	cursor:pointer;
}
.illustrn1{
	background:url(../images/illustration2.png) no-repeat;
	width:230px;
	display:block;
	height:180px;
	cursor:pointer;
}
.illustrnText{
	font-family:'HelveticaNeueMedium';
	font-size:14px;
	text-align:center;
	color:#fff;
	line-height: 20px;
	display:block;
	
}
.whtbrdHeadn{
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 30px;
    font-family: 'HelveticaNeueMedium';
    color: #000000;
}
#canvas, #photo{ /*, #sharingcanvas*/
	display:none;
}

.sharingcanvasForWhtBrd{
	margin:10px;
}
.captr_overlay{
	background: rgba(24,137,195,0.60);
	position: relative;
	top: -500px;
	margin: 0 auto;
	cursor:pointer;
}
.captr_overlay1{
    background: rgba(24,137,195,0.60);
    position: relative;
    top: -500px;
    margin: 0 auto;
    cursor:pointer;
}
.capturePart{
	/* width:300px;
	margin:0 auto; */
	text-align:center;
	position:absolute;
	top:40%;
	left:40%;
}
.capturePart span{
	display:block;
	color:#fff;
	font-size:16px;
	font-family:'HelveticaNeueMedium';
	margin-bottom: 10px;
}
.type_draw{
	float: left;
    margin-left:10%;
	display:none;
}
.typepart{
	float: left;
	margin-right:20px;
	cursor: pointer;
}
.drawpart{
	float: left;
	cursor: pointer;
	position:relative;
}
.typeImg{
	background:url('../images/icontext.png') no-repeat;
	width:30px;
	height:30px;
	float:left;
}
.drawImg{
	background:url('../images/icondraw.png') no-repeat;
	width:30px;
	height:30px;
	float:left;
}
.typeTxt, .drawTxt{
	color:#fff;
	font-family: 'HelveticaNeueMedium';
	font-size: 14px;
	margin-top:6px;
    float: left;
    margin-left: 10px;
}
.typeactive .typeTxt{
	color:#EFB02F;
}
.drawactive .drawTxt{
	color:#EFB02F;
}
.typeImg:hover{
	background:url('../images/icontextactive.png') no-repeat;
}
.drawImg:hover{
	background:url('../images/icondrawactive.png') no-repeat;
}
.typeactive .typeImg{
	background:url('../images/icontextactive.png') no-repeat;
}
.drawactive .drawImg{
	background:url('../images/icondrawactive.png') no-repeat;
}
.drawactive{
	border: 1px dashed #ffffff6e;
    border-radius: 3px;
	padding: 3px 0px;
}
.selctcolor{
	display:none;
	width: 25px;
	height: 25px;
	float: left;
	background: #0000ff;
	border-radius: 50%;
	margin: 4px 20px;
	border: 1px solid #fff;
	cursor:pointer;
}
.clryellow{
	background:#ffff00;
}
.clrgreen{
	background:#008000;
}
.clrblue{
	background:#0000ff;
}
.clrorange{
	background:#ffa500;
}
.clrblack{
	background:#000;
}
.clrgray{
	background:#808080;
}
.clrlime{
	background:#00ff00;
}
.clrmagenta{
	background:#ff00ff;
}
.clrpurple{
	background:#800080;
}
.selcttool{
	display:none;
	background:url('../images/curve.png') no-repeat 1px 3px;
	width:30px;
	height:30px;
	float:left;
	margin: 0px 20px;
}
.undoicon{
	display:none;
	background:url('../images/undo.png') no-repeat 1px 3px;
	width:30px;
	height:30px;
	float:right;
}
.redoicon{
	display:none;
	background:url('../images/redo.png') no-repeat 1px 3px;
	width:30px;
	height:30px;
	float:right;
	margin: 0px 10px;
}
.drawactive .selcttool, .drawactive .selctcolor, .stopdrawvideo .selctcolor, .drawactive .undoicon, .drawactive .redoicon{
	display:block;
}

.circleicon{
	background:url('../images/circlegrey.png') no-repeat 1px 3px;
	width:30px;
	height:30px;
	float:left;
	margin: 0px 10px;
}
.squricon{
	background:url('../images/squaregrey.png') no-repeat 3px 3px;
	width:30px;
	height:30px;
	float:left;
	margin: 0px 10px;
}
.recticon{
	background:url('../images/rectgrey.png') no-repeat 3px 3px;
	width:50px;
	height:30px;
	float:left;
	margin: 0px 10px;
}
.curveicon{
	background:url('../images/curvegrey.png') no-repeat 5px 3px;
	width:30px;
	height:30px;
	float:left;
	margin: 0px 10px;
}
.toolviewCls{
	background:#fff;
	position:absolute;
	top:-60px;
	background: #FFFFFF;
	border: 1px solid rgba(157,179,190,0.10);
	box-shadow: 0 5px 13px 0 rgba(0,0,0,0.20);
	border-radius: 4px;
	width:245px;
	padding:10px;
}
.clrtoolviewCls{
	background:#fff;
	position:absolute;
	bottom:50px;
	background: #FFFFFF;
	border: 1px solid rgba(157,179,190,0.10);
	box-shadow: 0 5px 13px 0 rgba(0,0,0,0.20);
	border-radius: 4px;
	width:250px;
	padding:10px;
	z-index: 9999;
}
.clrtoolviewCls .selctcolor{
	margin:4px 10px;
}

.clearBtn{
	border: 1px dashed #ffffff6e;
	border-radius: 3px;
	padding: 2px 10px;
	color: #fff;
	float: left;
	margin-top: 2px;
	margin-left: 20px;
	cursor: pointer;
	font-size: 14px;
}
.clearBtn:hover{
	color:#EFB02F;
}
.stopdrawvideo{
	position: absolute;
    bottom: 5px;
    /* width:800px; */
    width:400px;
    left:70%;
    z-index: 100;
	display:none;
	margin: 20px auto;
}
.sendMsgButns{
	position: absolute;
    bottom: 5px;
    width:800px;
    left:20%;
    z-index: 100;
	display:none;
}
.SndImgChat{
	border-radius: 3px;
	color: #fff;
	background: url('../images/chaticononbutton.png') no-repeat 10px 8px #59B0DD;
	font-size: 14px;
	float: left;
	padding: 10px;
	padding-left: 45px;
	cursor:pointer;
	margin-right:10px;
}
.ShrWhtbrd{
	/* border-radius: 3px;
	color: #fff;
	background: url(../images/whiteboardicononbutton.png) no-repeat 10px 8px #59B0DD;
	font-size: 14px;
	float: left;
	padding: 10px;
	padding-left: 45px;
	cursor:pointer;
	margin-right:10px; */
}
.bckvdeoImg{
	color: #9fcedd;
	/* background:url('../images/annotback.png') no-repeat 5px 13px; */
	font-size: 13px;
	font-family: 'HelveticaNeueMedium' !important;	
	float: left;
	padding: 10px;
	padding-left:10px;
	cursor:pointer;
}
.DltImg{
	color: #9fcedd;
	/* background:url('../images/deleteicon.png') no-repeat 10px 15px; */
	font-size: 13px;
	font-family: 'HelveticaNeueMedium' !important;	
	float: left;
	padding: 10px;
	padding-left:10px;
	cursor:pointer;
}
.clrcanvas{
	color: #9fcedd;
    font-family: 'HelveticaNeueMedium' !important;	
	font-size: 13px;
	float: left;
	padding: 10px;
	padding-left:10px;
	cursor:pointer;
}
.clrcanvas:hover, .DltImg, .bckvdeoImg:hover{
	text-decoration: underline;
}
.newwhtslct{
	background: rgba(24,137,195,0.60);
	width: 100%;
	height: 655px;
	z-index: 99999999;
	position: absolute;
}
.selctWhtCls{
	/* width:630px; */
    position: absolute;
    right:15%;
    bottom: 70px;
    background: #fff;
	padding: 20px;
	box-shadow: 0 2px 23px 0 rgba(0,0,0,0.16);
	border-radius: 8px;
}
.capturbtn{
	background: #59B0DD;
	border-radius: 3px;
	font-family: 'HelveticaNeueMedium';
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	padding:10px;
	cursor:pointer;
	width:150px;
	margin:0 auto;
}
.uploadfile{
	background: #EEEEEE;
    border: 1px solid #DEDDDD;
    border-radius: 3px;
    font-family: HelveticaNeue;
    font-size: 13px;
    color: #000;
    padding:7px 8px;
    margin-right: 10px;
    width:220px;
	cursor:pointer;
}
.captrflename{
    width: 150px;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    height: 35px;
}
.captrflename::placeholder{
	
	color: rgba(126,126,134,0.70);
}
.uploadfilebtn{
	background: #59B0DD;
	border-radius: 3px;
	font-family: HelveticaNeueMedium;
	font-size: 13px;
	color: #FFFFFF;
	padding: 9px 12px;
	text-align: center;
	float: left;
	cursor:pointer;
	width:150px;
}
.messageNotifysymbol {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #5FDD59;
    font-size: 9px;
    text-align: center;
    border-radius: 100%;
    color: #fff;   
    left: 37px;
    z-index: 1000;
    top: 6px;
}
.canvasVdoDrawVideo{
    margin: 0 auto;
    display: block;
    position: relative;
    /* top: -515px; */
    top: -680px;
    z-index: 9999;
}
.scrnshrng{
	position: absolute;
   /*  width: 120px; */
    background: #000000a3;
    box-shadow: 0px 0px 10px #000000ba;
    text-align: center;
    top: 5%;
    left: 40%;
    color: #fff;
    height: 25px;
    padding: 0px 5px 0px 5px;
}
.noVideoSpn{
	left: 38%;
	top: 25%;
	position: absolute;
	margin-right: 0px;
	background: none;
}
.noVideoImg{
	width: 180px;height: 180px;
	border-radius: 12px;
	border:none;
}
.cameraicn{
	background:url('../images/camera-mic-sprite.png') no-repeat;
	background-position:0px 0px;
	display:block;
	width:25px;
	height:25px;
	position:absolute;
	left: 25px;
    bottom: 25px;
}
.mikeicn{
	background:url('../images/camera-mic-sprite.png') no-repeat;
	background-position:-25px 0px;
	display:block;
	width:25px;
	height:25px;
	position:absolute;
	right: 15px;
    bottom: 25px;
}
.pcameraicn{
	background:url('../images/camera-mic-icons.png') no-repeat;
	background-position:0px 0px;
	display:none;
	width:25px;
	height:25px;
	position:relative;
    bottom: 5px;
	top: 3px;
	float: right;
    left: 25px;
}
.pmikeicn{
	background:url('../images/camera-mic-icons.png') no-repeat;
	background-position:-25px 0px;
	display:none;
	width:25px;
	height:25px;
	position:relative;
    bottom: 5px;
	top: 3px;
	float: right;
    left: 90px;
}
.bggrad{
	position:absolute;
	width:180px;
	background: linear-gradient(#00000000, #000000);
	height:70px;
	bottom:12px;
    left: 24px;	
	border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.novidusrnme{
	/* position: absolute; */
    margin-top: 45px;
    color: white;
    bottom: 5px;
	text-align: center;
}
#usrDiconnected, #faddingMsgErr{
	position:absolute; 
	min-width:150px; 
	bottom:60px; 
	left: 30%;
	margin:auto; 
	text-align:center; 
	padding:3px 2px; 
	background-color:#F9EDBE; 
	border:1px solid #F0C36D; 
	font-weight:bold; 
	z-index:99999999;
	box-shadow: 3px 3px 5px #888888;
}
#joinStatus{
	position:absolute; 
	min-width:150px; 
	bottom:60px; 
	margin:auto; 
	text-align:center; 
	padding:3px 2px; 
	background-color:#F9EDBE; 
	border:1px solid #F0C36D; 
	font-weight:bold; 
	z-index:99999999;
	box-shadow: 3px 3px 5px #888888;
}
.sessiontabtitl{
	font-family:'HelveticaNeueMedium';
	font-size:14px;
	color:#59B0DD;
	float:right;
	margin-right:30px;
	cursor:pointer;
	text-transform:capitalize;
}
.whiteBrdLding{
    width: 73%;
    height: 100%;
    z-index: 99999;
    position: absolute !important;
    top: 0% !important;
    left: 27%;
}
.settngsdropdwn{
	border-radius:3px;
	padding:5px 10px;
	border: 1px solid #CACDD1;
    font-family: 'HelveticaNeueMedium';
    font-size: 13px;
    color: #333333 !important;
	width:200px;
}
.feedbktitle{
	color: white;
    text-align: center;
    font-size: 32px;
}
.feedbkBtn{
	float: left;
    margin: 0px;
    padding: 7px 15px;
	color: black !important;
	background-color: #fff !important;
	font-family: 'HelveticaNeueMedium' !important;
}
.ratingDiv{
	border: 1px solid #dcdcdc;
    width: 500px;
    margin: 0 auto;
    padding:30px;
    border-radius: 5px;
}
.glyphicon {
  color: lightgrey;
  cursor: pointer;
  font-size: 36px;
}
.starDiv{
    letter-spacing: 20px;
    width: 285px;
    margin: 0 auto;
    margin-top: 20px;
	margin-left: 20%;
}
.feedbkcmtbx{
	width:350px;
    margin: 0 auto;
    margin-top: 20px;
}
.fedbkdropdwn{
    width: 50%;
    margin: 0 auto;
    padding: 5px 2px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 15px;
    margin-top: 15px;
	display:block;
}
.feedbktxtarea{
    width:100%;
    height: 80px;
	outline: none;
	border-radius: 3px;
	resize: none;
}
.colrchknewcls{
	bottom: 10px;
    left: 0%;
    position: absolute;
}
.scrnshtpop{
	position: absolute;
    z-index: 9999;
    width: 20%;
    height: 20%;
    background: #00000021;
    left: 16%;
    /* top: 15%; */
	bottom:21%;
	border-radius: 10px;
}
/* @media (min-height:800px){
	#enlarge-media{
		margin: 8% 0px;
	}
	.videocalldiv{
		bottom:35px;
	}
	.VidIconsDiv{
		bottom:43px;
	}
} */
