﻿/*reset styles start*/
@import "wb-code-optimization.css"; 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-touch-callout: none;*/
    /* disable the IOS popup when long-press on a link */
}



    body * { /*-webkit-user-select:none;*/
    }
/*added for ipad*/
*:not(input):not(textarea) {
    /*-webkit-touch-callout: none;*/ /* disable the IOS popup when long-press on a link */
    /*-webkit-user-select: none;*/ /*disable selection/Copy of UIWebView */
}

.canvas-container canvas {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-touch-callout: none;
}

.canvas-container {
    /* border: 1px solid #d6d6d6 !important;*/
    width: 99.8% !important;
}

textarea {
    -webkit-appearance: none;
}

input, textarea {
    /* -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;*/
    /* -webkit-appearance: none;*/
    -webkit-border-radius: 0; /*-webkit-user-select: none; /* disable selection/Copy of UIWebView */
    -moz-user-select: text;
    -ms-user-select: text; /* -khtml-user-select: none;*/
    -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
}

    input[type="text"] {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        -khtml-user-select: text;
        -webkit-touch-callout: none;
    }

    input:disabled {
        opacity: 1;
        filter: Alpha(Opacity=100) !important;
    }
/*input[type='button']
{
    padding: 0px !important;
}*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

a {
    cursor: pointer;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

/*table {
    border-collapse: collapse;
    border-spacing: 0;
}*/

/*reset styles end*/

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 100%;
    background-color: #333333;
}

body, html, textarea {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 1.125em;
}

h2 {
    /* font-size: 1em;*/
    font-size: 85%;
}

h3 {
    /* font-size: 0.75em;*/
    font-size: 80%;
}

div.container {
    /*height: 100%;*/ /*width: 1022px;*/
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    background-color: #333333;
    /*max-width: 1360px;*/
    min-height: 100%;
    min-width: 980px !important;
    position: absolute;
    top: 0px;
    left: 0px;
}

.contentWrapper {
    /*padding: 5px; width:1012px;*/ /*width:100%;.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default*/
    margin: 0 auto;
    /*background: #fff;*/ clear: both;
}


.header, .partcontrolsheader {
    position: relative;
    /*border-bottom: solid 1px #fff;*/
    display: block;
    height: 46px;
    width: 99.85%;
    padding-left: 0.15%;
    background: #535353;
    /*margin-bottom: 5px;*/
    /*border-top: solid 1px #757575;*/
    background-image: url('../Images/svg-Icons/new/header-bg.png');
    background-repeat: repeat-x;
    padding-top: 24px;
    /* background: url('../Images/header_bg.png') repeat;*/
}


.headers, .partcontrolsheaders {
    position: relative;
    border-bottom: solid 1px #fff;
    display: block;
    height: 33px;
    width: 100%;
    background: #e9e8e8; /* Old browsers */
    background: -moz-linear-gradient(top, #e9e8e8 0%, #bebebe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e8e8), color-stop(100%,#bebebe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e9e8e8 0%,#bebebe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e9e8e8 0%,#bebebe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e9e8e8 0%,#bebebe 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e9e8e8 0%,#bebebe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e8', endColorstr='#bebebe',GradientType=0 ); /* IE6-9 */
}

.divid {
    background: url('../Images/svg-Icons/ico-design.svg') no-repeat;
    height: 19px;
    width: 4px;
    margin-top: 3px;
    margin-left: 4px;
}

.chatbg {
    background: url('../Images/svg-Icons/chatbg.png') repeat-x !important;
    height: 31px !important;
    width: 100%;
    color: #eeeeee;
    line-height: 26px;
    margin-top: -6px;
}

.header h2 {
    margin: 9px 0 0 5px;
    float: left; /*text-shadow: 1px 1px #fff;*/
    margin-right: 5px;
}

/*.header input[type='button']
{
    background: none;
    border: 0px;
    color: #0048bf;
}*/
.header_rtPanel {
    /*border:solid 1px red;*/ /*width: 25%;*/
    float: right;
    text-align: right;
    margin: 6px 0px 4px;
    /*display:inline-flex;*/
    /*display: -webkit-inline-flex !important;
display: -ms-inline-flexbox!important;
display: inline-flex!important;*/
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

#d_AvConf { /*display: -webkit-inline-flex !important;
display: -ms-inline-flexbox!important;
display: inline-flex!important;*/
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.header_rtPanel div {
    /* padding: 0 15px;     text-shadow: 1px 1px #fff;*/
}

.sessionEnd {
    float: right; /*  border-left: solid 1px #a09f9f;*/
}

    .sessionEnd input, .ExtMins input {
        padding: 0px;
        cursor: pointer; /* font-size: 0.75em;     text-shadow: 1px 1px #fff;*/
    }
/*.displayTime
{
    float: right;
    width: auto; text-align:right; background:#e8e8e8; padding:2px 5px; margin-top:7px;
  
    font-size: 70%; border:solid 1px #ccc;
        -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;  height:15px;
}
*/

#DivTime, #DivRemTime {
    display: inline-block;
    font-size: 79%;
    font-weight: bold;
    height: 15px;
    line-height: 15px; /*background: #e8e8e8; border: solid 1px #ccc; margin:7px auto 0px;padding: 1.5%; */
    width: 100%;
    position: absolute;
    top: 2px;
    z-index: 9999;
    left: 10px;
    color: #fff;
    /* text-align: left; text-align: right;margin-top: 7px !important;  width: auto;
       float: right;
       -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;*/
}

#dAllTime {
    width: 100%;
    height: 33px;
    overflow: hidden;
}

.displayTime::before {
    /*content: "Elapsed time:";*/
    padding-right: 5px;
}

.displayRemTime::before {
    /*content: "Remaining Time:";*/
    padding-right: 5px;
    font-size: 91%;
}

.c_rtime_txt {
    /*max-width: 50%;*/
    max-width: 115px;
    width: auto;
    /*min-width: 48%;*/
    float: left;
    line-height: 16px;
    padding-right: 5px;
}

.c_remtime {
    /*width: 50%;*/
    float: left;
    line-height: 17px;
}

.c_etime_txt {
    max-width: 61%;
    width: auto;
    min-width: 39%;
    float: left;
}

.c_elatime {
    width: 35%;
    float: left;
}

.ExtMins {
    /* float: right;     border-left: solid 1px #a09f9f;*/
    float: right;
}

.sessionend {
    float: left;
}

.upCancel {
    background-color: #FFFFFF;
    border: 1px solid #393939;
}

.border_bottom {
    padding-bottom: 1px;
    background-color: #000;
}

.body_wrapper {
    /*width: 1012px;*/
    width: 100%;
    position: relative;
    float: left;
    /*background: #333333;*/
    margin-bottom: 0px !important;
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;*/
    background: #2d2d2d url('../Images/body-bg.png') repeat-y !important;
}





.board_tab {
    height: 20px;
    background: #000;
}

.WhiteBoard {
    /*background:#ff0000;*/ /*border:solid 1px green;*/ /*border: solid 1px #d6d6d6 !important;*/
    /*border: 1px solid #d6d6d6 !important;*/
    /*margin: 5px;*/
    margin: 0px;
    overflow: hidden;
    -webkit-user-select: none; /* disable selection/Copy of UIWebView */
    -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
}

    .Whiteboard div {
        -webkit-user-select: none; /* disable selection/Copy of UIWebView */
        -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
    }




.ui-tabs-tabs-container {
    /* border:solid 1px red;*/ /*width: 94%;     max-width:500px;*/ /*width:696px;*/ /*width: 675px;*/
    width: 90%;
    float: left;
    overflow: hidden; /*border:solid 1px red; position:relative;*/
}

#d_s_aupsize {
    display: inline-block;
    margin-top: 1px;
}

.lineSize_palette {
    background: #3b3b3b;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 80%;
    font-weight: bold;
    height: 19px;
    margin-top: 2px;
    position: position;
    text-align: center;
    width: 37px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 4px;
}

.dtxt_palettes {
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 80%;
    font-weight: bold;
    height: 15px;
    position: relative;
    text-align: center;
    width: 49px;
}

.dtxt_txtsize2 {
    background-color: #535353;
    border-right: 1px solid #323232;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 19px;
    line-height: 19px;
    position: relative;
    text-align: left;
    width: 18px;
    padding-left: 4px;
    margin-left: 2px;
}

.dtxt_txtsize {
    background-color: #000;
    border-right: 1px solid #323232;
    color: #fff;
    float: left;
    font-size: 10.5px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    position: relative;
    text-align: left;
    width: 16px;
    padding-left: 4px;
    margin-left: 2px;
}

.lineSize_palette .lineSize-swatch {
    margin: 0 2px;
    width: 22px;
}


.lineSize_palette .stroke3 {
    top: 13px;
}

.lineSize_palette .stroke5 {
    top: 12px;
}

.lineSize_palette .stroke7 {
    top: 11px;
}

.lineSize_palette .stroke9 {
    top: 10px;
}

.lineSize_palette .stroke11 {
    top: 9px;
}

.lineSize_palette .stroke13 {
    top: 8px;
}

.lineSize_palette .stroke18 {
    top: 8px;
}

.lineSize-swatch {
    width: 19px;
    float: left;
    cursor: pointer;
    background-color: #000000;
    position: relative;
    margin: 0 auto;
}

.web_dialog4 {
    display: none;
    position: absolute;
    left: 0px !important;
    width: 130px;
    top: 32px !important;
    background-color: #5c5b5b;
    border: 1px solid #2f2f2f;
    padding: 4px;
    z-index: 1002;
}

.web_dialog3 {
    display: none;
    position: absolute;
    width: 120px;
    background-color: #5c5b5b;
    border: 1px solid #2f2f2f;
    padding: 4px;
    z-index: 99999;
}

.web_dialog5 {
    display: none;
    position: absolute;
    top: 0px;
    left: 31px;
    width: 414px;
    background-color: #5c5b5b;
    border: 1px solid #2f2f2f;
    padding: 4px;
    z-index: 1002;
}


    .web_dialog3 img, .web_dialog4 img, .web_dialog5 img {
        border: solid 1px #464646;
    }

        .web_dialog3 img:hover, .web_dialog4 img:hover, .web_dialog5 img:hover {
            border: solid 1px #fff;
            background-color: #aaaaaa;
        }

.web_dialog_overlay2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 101;
    display: none;
}

.web_dialog2 {
    display: none;
    position: fixed;
    width: 500px; /*height: 490px;*/
    top: 50%;
    left: 50%;
    margin-left: -250px; /*-(500/2)*/
    margin-top: -211px; /*-(423/2)*/
    background-color: #ffffff;
    border: 1px solid #848484;
    padding: 0px;
    z-index: 1002;
    font-family: Verdana;
    font-size: 10pt; /*overflow: auto;*/
    padding: 5px;
}

.web_dialog2-voffset {
    padding: 0px;
}

.Image_conatiner {
    /*padding:5px;
    float: left;
    margin-top: 5px;*/
    background: #f5f5f5 none repeat scroll 0 0;
    height: 320px;
    overflow: scroll;
    width: 500px;
}

#canvasImg {
    margin: -110px 0 0 -86px;
}
/*.Image_conatiner img {
        width: 100%;
        height: 100%; overflow:scroll;
    }*/


.ui-tabs-left-button {
    float: left;
    position: relative;
    top: 2px;
    display: inline-block;
}

.ui-tabs-right-button {
    float: right;
    position: relative;
    top: 2px;
    display: inline-block;
}

@media screen and (max-width : 1024px) {
    /* div.container {
       width: 100%;
    margin: 0 auto; padding:0px;
    background-color: #333333;
    max-width: 1024px;
    min-height: 100%;
    min-width: 500px !important;
    position: absolute;
    top: 0px;
    left: 0px;
}*/
    .tool_palette {
        /*width: 3.3% !important;
        float: left !important;
        border-right: solid 1px #282828;
        background: #535353;
        height: 520px;
        padding-left: 0.5% !important;
        display: flex;*/
    }

    /*.board_container {
        float: right;
        position: relative;
        width: 95% !important;
    }

    .board_holder {
        background: #fff;
        width: 99.5% !important;
        float: left !important;
    }

    .board_holder_t {
        background: #fff;
        float: left !important;
    }

    .chat_wrapper {
        width: 28% !important;
        background: #535353;
        float: right;
        overflow: hidden;
        position: absolute;
        right: 0px;
        z-index: 99998;
        border: 1px solid #000000;
    }

    .chat_wrapper_t {
        width: 28% !important;
        background: #535353;
        float: right;
        overflow: hidden;
    }*/
}

.board_container {
    float: right; /*width: 92%;*/ /*width: 928px;*/ /*padding: 5px; */ /*border:solid 1px blue;*/
    position: relative;
    /*margin-left: .5%; 
    width: 95.8%;*/
    /*width: 96.60%; old css*/
    display: flex;
    /*new CSS start*/
    width: 100%;
    /*new CSS end*/
}


.chat_wrapper {
    /*width: 39%;*/ /*width: 19.6%;selva*/
    /*width: 23.75%;*/
    width: 20.80%;
    background: #535353;
    float: right;
    margin-left: 0.35%;
    position: absolute;
    right: 0px;
    z-index: 99998;
    border: 1px solid #000000;
}

.board_holder {
    /*border: solid 1px #ff0000;*/
    background: #fff; /*width: 753px;*/ /*width: 79.5%;selva*/
    /*width: 78.5%;*/
    width: 99.5%;
    float: left;
}

.chat_wrapper_t {
    /*width: 39%;*/ /*width: 19.6%;selva*/
    /*width: 23.75%;*/
    width: 20.80%;
    background: #535353;
    float: right;
    margin-left: 0.35%;
}

.board_holder_t {
    /*border: solid 1px #ff0000;*/
    background: #fff; /*width: 753px;*/ /*width: 79.5%;selva*/
    /*width: 78.5%;*/
    width: 100%;
    float: left;
}



/*Tool palatte*/
.tool_palette {
    /* width: 6.5%;*/ /*width: 6.6%; */
    width: 2.65%; /*max-width: 6.37% !important; */
    /*min-height: 220px;*/
    /*float: left;*/
    /*border-right: solid 1px #282828;*/
    /*background: #535353; old css*/
    padding-left: .25%;
    padding-top: 2px;
    margin-right: 0.5%;
    position: relative;
    /*new CSS Start*/
    position: absolute;
    z-index: 99999;
    left: 10px;
    top: 25px;
    /*new CSS End*/
}

    .tool_palette ul {
        float: left;
    }

        .tool_palette ul li {
            /*width: 30px !important;*/
            float: left; /*margin: 5px;*/ /* margin: 4px 0 0 4px;*/
            margin: 4% 0px 0px 4%;
            position: relative;
        }

            .tool_palette ul li input[type="button"] {
                /*border: 0px;*/
                border: solid 2px #ededed;
                border-radius: 6px !important;
            }

    .tool_palette:before {
        /*background: url('../Images/svg-Icons/tool_palettetop.svg') repeat-x;
        content: "";
        height: 9px;
        position: absolute;
        left: 0%;
        top: 0px;
        width: 100%;*/
    }

.tool_divider {
    width: 99%;
    height: 1px;
    display: block;
    box-shadow: 0 1px 0 #181818;
    margin: 4% 0px 0px 4%;
    margin-top: 5px !important;
    background: url('../Images/svg-Icons/divider2.png') repeat-x;
}

.tool_palette ul li.tool_divider {
    width: 99%;
    display: block;
    /* border-bottom: solid 1px #a7a6a6;*/
    box-shadow: 0 1px 0 #181818;
    margin: 4% 0px 0px 4%;
}


/*Tool palatte icon style*/

.activeclass {
    background: #3c3c3c;
    border: solid 1px #272727;
    background: url('../Images/activeclass.png') 3px 3px x-repeat;
    height: 21px;
    width: 29px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.svg-div {
    height: 22px;
    margin-bottom: 6px;
    width: 22px;
    padding: .5%;
    margin-left: 2px;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
    fill: #000;
}

    .svg-div a:hover {
        fill: #f00;
        height: 30px;
        width: 30px;
        -webkit-transform: scale(1.1);
        opacity: 0.5;
    }

/*input.ui-state-disabled {
    background: url('../Images/activeclass.png') 3px 3px x-repeat;
    height: 30px;
    width: 29px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}*/

.c-Shapes:hover {
    background-color: #535353 !important;
    border: solid 1px #272727;
    cursor: pointer !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);*/
}

.c-Pencil:hover, .c-Highlighter:hover, .c-Pointer:hover, .c-Delete:hover, .c-Eraser:hover, .c-Shapes:hover, .c-Rectangle:hover,
.c-Circle-Ellipse:hover, .c-Triangle:hover, .c-Line:hover, .c-Pentagon:hover, .c-Hexagon:hover, .c-Heptagon:hover, .c-Octagon:hover,
.c-Add-Text:hover, .c-Grid:hover, .Select-shapes-to-drag:hover, .c-Select-shapes-to-drag:hover, .c-Scroll:hover, /*.c-Zoom:hover,
 .c-Zoom-In:hover, .c-Zoom-Out:hover,.c-Reset-Zoom:hover,*/ .c-Screenshot:hover, .c-Open-Media:hover, .c-Timers:hover, .c-Poll:hover,
.c-Class-credit:hover, .c-Library:hover, .c-File-Upload:hover, .Clear-All:hover, .c-Screen-Share:hover, .c-confAVonoff:hover, .c-arrow:hover .c-select-Move:hover, .c-raisehand:hover, .c-Question:hover {
    border: solid 1px #272727;
    cursor: pointer !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*transform: scale(1.6);
    -ms-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
    -moz-transform: scale(1.6);*/
}

.c-Reset-Zoom:hover, .c-Zoom-Out:hover, .c-Zoom-In:hover, .c-Zoom:hover {
    /*transform: scale(1.6);
    -ms-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
    -moz-transform: scale(1.6);*/
}

.c-Pencil, .c-Highlighter, .c-Pointer, .c-Delete, .c-Eraser, .c-Shapes, .c-Rectangle, .c-Circle-Ellipse, .c-Triangle, .c-Line, .c-Pentagon,
.c-Hexagon, .c-Heptagon, .c-Octagon, .c-Add-Text, .c-Grid, .Select-shapes-to-drag, .c-Select-shapes-to-drag, .c-Scroll, .c-Zoom, .c-Zoom-In,
.c-Zoom-Out, .c-Reset-Zoom, .c-Screenshot, .c-Open-Media, .c-Timers, .c-Countdown-timer, .c-Poll, .c-Library, .c-File-Upload, .c-Math, .c-English, .c-olt-cl,
.c-Undo, .c-Redo, .c-Smiley-Icons, .c-Question-Mark, .c-Support, .c-Tool-restriction, .c-Mute-audio, .c-Draw-Color, .c-Add-tab,
.c-Close-tab, .c-Line-Size, .c-Mute-all, .c-show-video, .Clear-All, .btnconf_status, .c-Screen-Share, .c-confAVonoff, .c-arrow, .c-Chat-Btn, .ShowMyPC, .Team-Viewer, .Chrome-Remote-Desktop, .c-Teacheralert .c-select-Move, .c-raisehand, .c-Question,
.c-Smiley_1, .c-Smiley_2, .c-Smiley_3, .c-Smiley_4, .c-Smiley_5, .c-Smiley_6, .c-Smiley_7, .c-Smiley_8, .c-Smiley_9, .c-Smiley_10, .c-Smiley_11, .c-Smiley_12, .c-Smiley_13, .c-Smiley_14, .c-Smiley_15,
.c-raisehand-t, .c-plus, .c-vid-icon, .ico-bubble-chat, .ico-volume, .c-camra {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: inline;
    position: static;
}


input[title="Pencil"], input[title="Eraser"], input[title="Rectangle"], input[title="Circle/Ellipse"], input[title="Triangle"], input[title="Shapes"], input[title="Line"], input[title="Undo"], input[title="Show Video"], input[title="Redo"], input[title="Add Text"], input[title="Delete"], input[title="Clear All"], input[title="Select shapes to drag"], input[title="File Upload"], input[title="Screenshot"], input[title="Math Icons"], input[title="Smiley Icons"], input[title="Grid"], input[title="All controls"], input[title="Draw Color"], input[title="Line Size"], input[title="Open Media"], input[title="mute"], input[title="Mute audio"],
input[title="Mute all"], [title="Init Conference"], input[title="Re-Init Conference"], input[title="Add tab"], input[title="Close tab"], input[title="Zoom"], input[title="Zoom In"], input[title="Zoom Out"], input[title="Audio Video Conference ON/OFF"], input[title="Reset Zoom"], input[title="Scroll"], input[title="Pointer"], input[title="Question Mark"], input[title="Support"], input[title="Hexagon"], input[title="Octagon"], input[title="Heptagon"], input[title="Pentagon"], input[title="triangle"], input[title="line"], input[title="Timers"], input[title="Countdown timer"], input[title="Poll"], input[title="Library"], input[title="video"], input[title="setting"], input[title="Tool restriction"], input[title="Screen Share"], input[title="Highlighter"],
input[title="Math"], [title="English"], [title="OLT Content Library"], [title="c-Screen-Share"], [title="ShowMyPC"], [title="Team-Viewer"], [title="Chrome-Remote-Desktop"],
input[title="select Move"], input[title="Hand Raisehand"], input[title="Hand Question"],
input[title="smile"], input[title="sad"], input[title="Smiley"], input[title="wink"], input[title="frown"], input[title="sunglass"], input[title="ok-hand"],
input[title="clap"], input[title="thumbs-down"], input[title="point-up"], input[title="thumbs-up"], input[title="tada"], input[title="star"], input[title="meddle"], input[title="trophy"],
input[title="camra"], input[title="Coordinate Grid"], input[title="Select shapes to drag"], input[title="Zoom"], input[title="c-Scroll"] {
    /*width: 35px;
    height: 35px;*/
        width: 44px;
    height: 44px;
    cursor: pointer;
    display: inline;
    position: static;
}

input[title="Pencil"], input[title="Highlighter"], input[title="Line"], input[title="Pointer"], input[title="Delete"], input[title="Eraser"], input[title="Shapes"],
input[title="Add Text"], input[title="Coordinate Grid"], input[title="select Move"], input[title="Hand Raisehand"], input[title="Zoom In"], input[title="Timers"], input[title="Question"] {
    /*width: 34px;
    height: 34px;*/
}

.ShowMyPC.ui-state-disabled {
    background: #393939 url('../Images/Icons/ShowMyPC.png') 5px 3px no-repeat;
}

.ShowMyPC, ShowMyPC:hover {
    background: url('../Images/Icons/ShowMyPC.png') 5px 3px no-repeat;
}

.Team-Viewer.ui-state-disabled {
    background: #393939 url('../Images/Icons/TeamViewer.png') 5px 3px no-repeat;
}

.Team-Viewer, .Team-Viewer:hover {
    background: url('../Images/Icons/TeamViewer.png') 5px 3px no-repeat;
}

.Chrome-Remote-Desktop.ui-state-disabled {
    background: #393939 url('../Images/Icons/crd.png') 5px 3px no-repeat;
}

.Chrome-Remote-Desktop, .Chrome-Remote-Desktop:hover {
    background: url('../Images/Icons/crd.png') 5px 3px no-repeat;
}

/*.c-select-Move.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-select-Move.svg') 0px 0px no-repeat;
    border: solid 2px #04b2e8 !important;
}

.c-select-Move, .c-select-Move:hover {
    background: #cccccc url('../Images/svg-Icons/new/ico-select-Move.svg') 0px 0px no-repeat;
}*/

.c-select-Move.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-select-Move.svg?v=1.1') 0px 0px no-repeat;
    border: solid 2px #04b2e8 !important;
}

.c-select-Move, .c-select-Move:hover {
    background: #cccccc url('../Images/svg-Icons/new/ico-select-Move.svg?v=1.1') 0px 0px no-repeat;
}

.c-raisehand.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-drag.svg') 0px 0px no-repeat;
    border: solid 2px #04b2e8 !important;
}

.c-raisehand, .c-raisehand:hover {
    background: #cccccc url('../Images/svg-Icons/new/ico-drag.svg?v=1') 0px 0px no-repeat;
}

.c-Question.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-question.svg') 0px 0px no-repeat;
    border: solid 2px #04b2e8 !important;
}

.c-Question, .c-Question:hover {
    background: #cccccc url('../Images/svg-Icons/new/ico-question.svg') 0px 0px no-repeat;
}

.c-plus.ui-state-disabled, .c-plus {
    background: url('../Images/svg-Icons/new/ico-add.svg') 0px 0px no-repeat;
}

.c-vid-icon.ui-state-disabled, .c-vid-icon {
    background: url('../Images/svg-Icons/new/ico-record.svg') 0px 0px no-repeat;
}

.ico-bubble-chat.ui-state-disabled, .ico-bubble-chat {
    background: url('../Images/svg-Icons/new/ico-bubble-chat.svg') -1px 2px no-repeat;
    border: none;
}

.ico-volume.ui-state-disabled, .ico-volume {
    background: url('../Images/svg-Icons/new/ico-volume.svg') 0px -2px no-repeat;
    /*width: 35px !important;
    height: 45px !important;*/
}


.c-camra.ui-state-disabled {
    background: url('../Images/svg-Icons/new/ico-camera.svg') 0px -1px no-repeat;
    border: solid 2px #04b2e8 !important;
    border-radius: 6px !important;
    height: 26px !important;
    width: 26px !important;
    padding: 15px !important;
    margin-top: -2px !important;
    margin-left: -2px;
}

.c-camra, .c-camra:hover {
    background: url('../Images/svg-Icons/new/ico-camera.svg') 0px -1px no-repeat;
    height: 26px !important;
    width: 26px !important;
    padding: 15px !important;
}
/*.c-camra*/
/*.c-plus, .c-plus:hover {
    background:  url('../Images/svg-Icons/new/ico-add.svg') 0px 0px no-repeat;
   }*/
.c-Pencil.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-Pencil-New.svg') 0px 0px no-repeat;
    border: solid 2px #04b2e8 !important;
}

.c-Pencil, .c-Pencil:hover {
    background: #cccccc url('../Images/svg-Icons/new/ico-Pencil-New.svg') 0px 0px no-repeat;
}

.c-Line.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-line-New.svg') 0px 0px no-repeat;
    border: solid 2px #04b2e8 !important;
}

.c-Line, .c-Line:hover {
    background: #cccccc url('../Images/svg-Icons/new/ico-line-New.svg') 0px 0px no-repeat;
}

.c-Highlighter.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-highlighter-New.svg') 0px 0px no-repeat;
    /*border: solid 2px #04b2e8 !important;*/
}

.c-Highlighter, .c-Highlighter:hover {
    background: #cccccc url('../Images/svg-Icons/new/ico-highlighter-New.svg') 0px 0px no-repeat;
}

.c-Pointer.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-magic-New.svg') 0px 0px no-repeat;
    border: solid 2px #04b2e8 !important;
}



.c-Pointer, .c-Pointer:hover {
    background: #cccccc url('../Images/svg-Icons/new/ico-magic-New.svg') 0px 0px no-repeat;
}

.c-Delete.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-delete.svg') 0px 0px no-repeat;
    border: solid 2px #04b2e8 !important;
}

.c-Delete, .c-Delete:hover {
    background: #cccccc url('../Images/svg-Icons/new/ico-delete.svg') 0px 0px no-repeat;
}

.c-Eraser.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-eraser.svg') 0px 0px no-repeat;
    border: solid 2px #04b2e8 !important;
}

.c-Eraser, .c-Eraser:hover {
    background: #cccccc url('../Images/svg-Icons/new/ico-eraser.svg') 0px 0px no-repeat;
}

/*.c-Shapes.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-circle.svg') 0px 0px no-repeat;
    border: solid 2px #04b2e8 !important;
}

.c-Shapes {
    background: #cccccc url('../Images/svg-Icons/new/ico-circle.svg') 0px 0px no-repeat;
}*/


.c-Smiley_1.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/smile.svg') 0px 0px no-repeat;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_1, .c-Smiley_1:hover {
    background: #414141 url('../Images/svg-Icons/new/smile.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_2.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/sad.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_2, .c-Smiley_2:hover {
    background: #414141 url('../Images/svg-Icons/new/sad.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_3.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/Smiley.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_3, .c-Smiley_3:hover {
    background: #414141 url('../Images/svg-Icons/new/Smiley.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_4.ui-state-disabled {
    background: #8e8888 url('../Images/svg-Icons/new/wink.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_4, .c-Smiley_4:hover {
    background: #414141 url('../Images/svg-Icons/new/wink.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_5.ui-state-disabled {
    background: #8e8888 url('../Images/svg-Icons/new/frown.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_5, .c-Smiley_5:hover {
    background: #414141 url('../Images/svg-Icons/new/frown.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_6.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/sunglass.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_6, .c-Smiley_6:hover {
    background: #414141 url('../Images/svg-Icons/new/sunglass.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_7.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/ok-hand.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_7, .c-Smiley_7:hover {
    background: #414141 url('../Images/svg-Icons/new/ok-hand.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_8.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/clap.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_8, .c-Smiley_8:hover {
    background: #414141 url('../Images/svg-Icons/new/clap.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_9.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/thumbs-down.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_9, .c-Smiley_9:hover {
    background: #414141 url('../Images/svg-Icons/new/thumbs-down.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_10.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/point-up.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_10, .c-Smiley_10:hover {
    background: #414141 url('../Images/svg-Icons/new/point-up.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_11.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/thumbs-up.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_11, .c-Smiley_11:hover {
    background: #414141 url('../Images/svg-Icons/new/thumbs-up.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_12.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/tada.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_12, .c-Smiley_12:hover {
    background: #414141 url('../Images/svg-Icons/new/tada.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_13.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/star.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_13, .c-Smiley_13:hover {
    background: #414141 url('../Images/svg-Icons/new/star.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_14.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/meddle.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_14, .c-Smiley_14:hover {
    background: #414141 url('../Images/svg-Icons/new/meddle.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_15.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/trophy.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Smiley_15, .c-Smiley_15:hover {
    background: #414141 url('../Images/svg-Icons/new/trophy.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Rectangle.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/ico-rectangle-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #04b2e8 !important;
    margin-right: 5px;
}

.c-Rectangle, .c-Rectangle:hover {
    background: #414141 url('../Images/svg-Icons/new/ico-rectangle-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Circle-Ellipse.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/ico-circle.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #04b2e8 !important;
    margin-right: 5px;
}

.c-Circle-Ellipse, .c-Circle-Ellipse:hover {
    background: #414141 url('../Images/svg-Icons/new/ico-circle.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Triangle.ui-state-disabled {
    background: #393939 url(' ../Images/svg-Icons/new/ico-triangle-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #04b2e8 !important;
    margin-right: 5px;
}

.c-Triangle, .c-Triangle:hover {
    background: #414141 url('../Images/svg-Icons/new/ico-triangle-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

/*.c-Line.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/ico-line-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
}

.c-Line, .c-Line:hover {
    background: #393939 url('../Images/svg-Icons/new/ico-line-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
}*/

.c-Pentagon.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/ico-Pentagon-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #04b2e8 !important;
    margin-right: 5px;
}

.c-Pentagon, .c-Pentagon:hover {
    background: #414141 url('../Images/svg-Icons/new/ico-Pentagon-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Hexagon.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/ico-hexagon-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #04b2e8 !important;
    margin-right: 5px;
}

.c-Hexagon, .c-Hexagon:hover {
    background: #414141 url('../Images/svg-Icons/new/ico-hexagon-New.svg')0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Heptagon.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/ico-heptagon-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #04b2e8 !important;
    margin-right: 5px;
}

.c-Heptagon, .c-Heptagon:hover {
    background: #414141 url('../Images/svg-Icons/new/ico-heptagon-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

.c-Octagon.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/ico_octagon-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #04b2e8 !important;
}

.c-Octagon, .c-Octagon:hover {
    background: #414141 url('../Images/svg-Icons/new/ico-octagon-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
}

.c-Add-Text.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-Text-New.svg') 0px 0px no-repeat;
    border: solid 2px #04b2e8 !important;
}

.c-Add-Text, .c-Add-Text:hover {
    background: #cccccc url('../Images/svg-Icons/new/ico-Text-New.svg') 0px 0px no-repeat;
}

.c-Grid.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-mesh-New.svg') 0px 0px no-repeat;
    border: solid 2px #04b2e8 !important;
}

.c-Grid, .c-Grid:hover {
    background: #cccccc url('../Images/svg-Icons/new/ico-mesh-New.svg') 0px 0px no-repeat;
}

.c-Select-shapes-to-drag.ui-state-disabled {
    /*background: #393939 url('../Images/svg-Icons/ico-movehand-New.svg') 0px 5px no-repeat;*/
    background: #393939 url('../Images/svg-Icons/ico-movehand-New.svg') 3px 5px no-repeat;
}

.c-Select-shapes-to-drag, .c-Select-shapes-to-drag:hover {
    background: url('../Images/svg-Icons/ico-movehand-New.svg') 3px 5px no-repeat;
}



.c-Scroll.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-drag.svg') 0px 0px no-repeat;
    border: solid 2px #04b2e8 !important;
}

.c-Scroll, .c-Scroll:hover {
    background: #cccccc url('../Images/svg-Icons/new/ico-drag.svg') 0px 0px no-repeat;
}

.c-Zoom.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-zoom-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #04b2e8 !important;
    margin-right: 5px;
}

.c-Zoom, .c-Zoom:hover {
    background: #414141 url('../Images/svg-Icons/new/ico-zoom-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}
/*.c-Zoom.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-zoom-New.svg') 0px 0px no-repeat;
    border: solid 2px #04b2e8 !important;
}

.c-Zoom {
  
    background: url('../Images/svg-Icons/ico-zoom-New.svg') 5px 5px no-repeat;
}*/

.c-Zoom-In.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-zoom-in-new.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #04b2e8 !important;
    margin-right: 5px;
}

.c-Zoom-In, .c-Zoom-In:hover {
    background: #414141 url('../Images/svg-Icons/new/ico-zoom-in-new.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}

/*.c-Zoom-In, .c-Zoom-In:hover {
    background: #cccccc url('../Images/svg-Icons/new/ico-zoom-in.svg') 0px 0px no-repeat;
}


    .c-Zoom-In.ui-state-disabled {
        background: #cccccc url('../Images/svg-Icons/ico-zoom-in.svg') 0px 0px no-repeat;
        border: solid 2px #04b2e8 !important;
    }*/


.c-Zoom-Out.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/ico-zoom-out-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #04b2e8 !important;
    margin-right: 5px;
}

.c-Zoom-Out, .c-Zoom-Out:hover {
    background: #414141 url('../Images/svg-Icons/new/ico-zoom-out-New.svg') 0px 0px no-repeat;
    border-radius: 3px;
    border: solid 2px #d2d2d3 !important;
    margin-right: 5px;
}
/*.c-Zoom-Out.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-zoom-out-New.svg') 0px 0px no-repeat;
    border: solid 2px #04b2e8 !important;
}

.c-Zoom-Out, .c-Zoom-Out:hover {
    background: url('../Images/svg-Icons/ico-zoom-out-New.svg') 0px 0px no-repeat;
}*/

.c-Screen-Share.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-Screen-Share-New.svg') 3px 5px no-repeat !important;
}

.c-Screen-Share, .c-Screen-Share:hover {
    background: url('../Images/svg-Icons/ico-Screen-Share-New.svg') 3px 5px no-repeat !important;
}

.c-arrow.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-Select.svg') 5px 5px no-repeat;
}

.c-arrow, .c-arrow:hover {
    background: url('../Images/svg-Icons/ico-Select.svg') 5px 5px no-repeat;
}

.c-confAVonoff.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-confAVonoff-New.svg') 3px 4px no-repeat;
}

.c-confAVonoff, .c-confAVonoff:hover {
    background: #8e8888 url('../Images/svg-Icons/ico-confAVonoff-New.svg') 3px 4px no-repeat;
    border-radius: 3px;
}

.c-Teacheralert.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-Teacheralert.png') 2px 4px no-repeat;
    border: solid 2px #04b2e8 !important;
    border-radius: 3px;
}

.c-Teacheralert, .c-Teacheralert:hover {
    background: #8e8888 url('../Images/svg-Icons/ico-Teacheralert.png') 2px 4px no-repeat;
    border-radius: 3px;
}


.c-Reset-Zoom.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-zoom-New.svg') 3px 4px no-repeat;
}

.c-Reset-Zoom, .c-Reset-Zoom:hover {
    background: url('../Images/svg-Icons/ico-zoom-New.svg') 3px 4px no-repeat;
}

.c-Screenshot.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-camera.svg') 5px 5px no-repeat;
}

.c-Screenshot, .c-Screenshot:hover {
    background: #8e8888 url('../Images/svg-Icons/ico-camera.svg') 5px 5px no-repeat;
    border-radius: 3px;
}

.c-Open-Media.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-video.svg') 5px 5px no-repeat;
    border: solid 2px #04b2e8 !important;
    border-radius: 3px;
}

.c-Open-Media, .c-Open-Media:hover {
    background: #cccccc url('../Images/svg-Icons/ico-video.svg') 5px 5px no-repeat;
    border-radius: 3px;
}

.c-Timers.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/smile.svg') 5px 5px no-repeat;
    border: solid 2px #04b2e8 !important;
    border-radius: 3px;
}

.c-Timers, .c-Timers:hover {
    background: #cccccc url('../Images/svg-Icons/ico-timer.svg') 5px 5px no-repeat;
    border-radius: 3px;
}

.c-Countdown-timer.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-timer.svg') 5px 5px no-repeat;
}

.c-Countdown-timer, .c-Countdown-timer:hover {
    background: url('../Images/svg-Icons/ico-timer.svg') 5px 5px no-repeat;
}

.c-Poll.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-poll.svg') 5px 5px no-repeat;
}

.c-Poll, .c-Poll:hover {
    background: url('../Images/svg-Icons/ico-poll.svg') 5px 5px no-repeat;
}

.c-Library.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-library.svg') 5px 5px no-repeat;
}

.c-Library, .c-Library:hover {
    background: #8e8888 url('../Images/svg-Icons/ico-library.svg') 5px 5px no-repeat;
    border-radius: 3px;
}

.c-File-Upload.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-upload.svg') 5px 5px no-repeat;
    border: solid 2px #04b2e8 !important;
    border-radius: 3px;
}

.c-File-Upload, .c-File-Upload:hover {
    background: #8e8888 url('../Images/svg-Icons/ico-upload.svg') 5px 5px no-repeat;
    border-radius: 3px;
}

.c-Math.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-library.svg') 5px 5px no-repeat;
}

.c-Math, .c-Math:hover {
    background: url('../Images/svg-Icons/ico-library.svg') 5px 5px no-repeat;
}

.c-olt-cl, .c-olt-cl:hover {
    background: url('../Images/svg-Icons/ico-library.svg') 5px 5px no-repeat;
}

.bg-img1 {
    border: solid 2px #626365;
    background: #555658;
    height: 28px;
}

.bg-img {
    background: url('../Images/svg-Icons/new/btn-bg.png');
    background-position: left top;
    background-repeat: repeat-x;
    margin-left: 10px;
    height: 30px;
    width: 30px;
    border: solid 2px #2e3230 !important;
    border-radius: 6px;
}

.bg-img-ml {
    margin-left: 30px;
}

.bg-img-custom {
    width: 60px;
    position: relative;
    margin-left: 40px;
    line-height: 21px;
    text-align: center;
}

.Tabs {
    background: none;
    color: white;
    border: none;
    padding-top: 8px;
}


.c-Undo.ui-state-disabled {
    background: url('../Images/svg-Icons/new/ico-undo-New.svg') 0px -1px no-repeat;
    border: solid 2px #04b2e8 !important;
    border-radius: 6px !important;
    height: 26px !important;
    width: 26px !important;
    padding: 15px !important;
    margin-top: -2px !important;
    margin-left: -2px;
}

.c-Undo, .c-Undo:hover {
    background: url('../Images/svg-Icons/new/ico-undo-New.svg') 0px -1px no-repeat;
    height: 26px !important;
    width: 26px !important;
    padding: 15px !important;
    /*width: 24px !important;*/
}
/*background-image: url(img_flwr.gif), url(paper.gif);
  background-position: right bottom, left top;
  background-repeat: no-repeat, repeat;*/

.c-Redo.ui-state-disabled {
    background: url('../Images/svg-Icons/new/ico-redo-New.svg')0px -1px no-repeat;
    border: solid 2px #04b2e8 !important;
    border-radius: 6px !important;
    height: 26px !important;
    width: 26px !important;
    padding: 15px !important;
    margin-top: -2px !important;
    margin-left: -2px;
}

.c-Redo, .c-Redo:hover {
    background: url('../Images/svg-Icons/new/ico-redo-New.svg') 0px -1px no-repeat;
    height: 26px !important;
    width: 26px !important;
    padding: 15px !important;
    /*width: 24px !important;*/
}

.c-raisehand-t.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/new/ico-raisehand.svg') -1px -1px no-repeat;
}

.c-raisehand-t, .c-raisehand-t:hover {
    background: url('../Images/svg-Icons/new/ico-raisehand.svg') -1px -1px no-repeat;
    border: none;
}


.c-Smiley-Icons.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-smiley-New.svg') 5px 5px no-repeat;
}

.c-Smiley-Icons, .c-Smiley-Icons:hover {
    background: url('../Images/svg-Icons/ico-smiley-New.svg') 5px 5px no-repeat;
    cursor: pointer !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -moz-transform: scale(1.0);
}

. /*c-Question-Mark.ui-state-disabled {
    background: #8e8888 url('../Images/svg-Icons/ico-question-New.svg') 5px 5px no-repeat;
}

.c-Question-Mark {
    background: rgba(0, 0, 0, 0) url('../Images/svg-Icons/ico-question-New.svg') 5px 5px no-repeat;
    margin-top: 6px;
}*/
.c-Close-tab.ui-state-disabled {
    background: #393939 url('../Images/Icons/ico_removetab.png') 8px 8px no-repeat;
}

.c-Close-tab {
    background: url('../Images/Icons/ico_removetab.png') 8px 8px no-repeat;
}

.c-Chat-Btn.ui-state-disabled {
    background: #393939 url('../Images/Icons/ico_chat.png') 5px 7px no-repeat;
}

.c-Chat-Btn {
    background: url('../Images/Icons/ico_chat.png') 5px 7px no-repeat;
}


.c-Line-Size.ui-state-disabled {
    background: #393939 url('../Images/Icons/ico_linesize.png') 5px 5px no-repeat;
}

.c-Line-Size {
    background: url('../Images/Icons/ico_linesize.png') 3px 3px no-repeat;
}

/*input[title="Audio Video Conference ON/OFF"].ui-state-disabled, .c-Audio-Video-Conference-ON-OFF {
    background: #4b4b4b url('../Images/svg-Icons/ico-VideoConference.svg') no-repeat;
    width: 126px;
    height: 29px;
    float: left;
    z-index: 1800;
}

    input[title="Audio Video Conference ON/OFF"]:hover, .c-Audio-Video-Conference-ON-OFF:hover {
        background: url('../Images/svg-Icons/ico-VideoConference-hover.svg') no-repeat;
        width: 126px;
        height: 29px;
        float: left;
        z-index: 1800;
    }*/












input[title="setting"].ui-state-disabled {
    background: #575556 url('../Images/svg-Icons/ico-setting.svg') 5px 5px no-repeat;
    border: solid 1px #333333;
}


input[title="setting"]:hover {
    background: #474546 url('../Images/svg-Icons/ico-setting.svg') 5px 5px no-repeat;
    border: solid 1px #3e3e3e;
    cursor: pointer !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.c-Tool-restriction.ui-state-disabled {
    background: #575556 url('../Images/svg-Icons/ico-setting.svg') 5px 5px no-repeat;
    border: solid 1px #333333;
}

.c-Tool-restriction {
    background: #575556 url('../Images/svg-Icons/ico-setting.svg') 5px 5px no-repeat;
    border: solid 1px #333333;
    margin-right: 5px;
}

    .c-Tool-restriction:hover {
        background: #474546 url('../Images/svg-Icons/ico-setting.svg') 5px 5px no-repeat;
        border: solid 1px #3e3e3e;
        cursor: pointer !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.c-Mute-audio {
    background: url('../Images/svg-Icons/ico-mute.svg') 4px 4px no-repeat;
    border: 1px solid #333333;
}

    .c-Mute-audio.ui-state-disabled {
        background: #0061a7 url('../Images/svg-Icons/ico-mute.svg') 4px 4px no-repeat;
        border: 1px solid #333333;
    }

    .c-Mute-audio:hover {
        background: #474747 url('../Images/svg-Icons/ico-mute-hover.svg') 4px 4px no-repeat;
        cursor: pointer !important;
        border: solid 1px #323232;
    }


.c-Draw-Color.ui-state-disabled {
    background: #393939 url('../Images/Icons/ico_drawcolor.png') 3px 3px no-repeat;
}

.c-Draw-Color {
    background: url('../Images/Icons/ico_drawcolor.png') 3px 3px no-repeat;
}

.c-Add-tab.ui-state-disabled {
    background: #393939 url('../Images/Icons/ico_addtab.png') 8px 8px no-repeat;
}

.c-Add-tab {
    background: url('../Images/Icons/ico_addtab.png') 8px 8px no-repeat;
}




.c-Mute-all {
    background: url('../Images/svg-Icons/ico-mute-New.svg') 4px 4px no-repeat;
    /*border: 1px solid #333333;*/
    margin-right: 5px;
}

    .c-Mute-all.ui-state-disabled {
        background: url('../Images/svg-Icons/new/ico-mute-New.svg') 0px 0px no-repeat;
        border: 1px solid #333333;
    }


.c-Mute-all-mute.ui-state-disabled {
    background: url('../Images/svg-Icons/new/ico-mute-hover-New.svg') 0px -2px no-repeat;
    /*width: 28px !important;*/
    /*border: 1px solid #333333;*/
}

.c-Mute-all-mute {
    background: url('../Images/svg-Icons/new/ico-mute-hover-New.svg') 0px -2px no-repeat !important;
    /*margin-right: 5px;*/
    /*border: solid 1px #323232;*/
}

.c-Mute-all:hover {
    /*background: url('../Images/svg-Icons/ico-mute-hover.svg') 4px 4px no-repeat;
        cursor: pointer !important;*/
    /*border: solid 1px #323232;*/
}


.Math-Icons.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-3root.svg') 5px 5px no-repeat;
}

.Math-Icons, .Math-Icons:hover {
    background: url('../Images/svg-Icons/ico-3root.svg') 5px 5px no-repeat;
}

.c-show-video.ui-state-disabled {
    background: #4b494a url('../Images/svg-Icons/ico-video1.svg') 4px 5px no-repeat;
    border: solid 1px #333132;
}

.c-show-video, .c-show-video:hover {
    background: #474747 url('../Images/svg-Icons/ico-video1-hover.svg') 4px 5px no-repeat;
    cursor: pointer !important;
    border: solid 1px #323232;
}

.btnconf_status.ui-state-disabled {
    background: #4b494a url('../Images/svg-Icons/Microphone.png') 4px 5px no-repeat;
    border: solid 1px #333132;
}

.btnconf_status, .btnconf_status:hover {
    background: #474747 url('../Images/svg-Icons/Microphone.png') 4px 5px no-repeat;
    cursor: pointer !important;
    border: solid 1px #323232;
}

.c-English.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-library.svg') 5px 5px no-repeat;
}

.c-English, .c-English:hover {
    background: url('../Images/svg-Icons/ico-library.svg') 5px 5px no-repeat;
}


.c-Support.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-support.png') 1px -1px no-repeat;
}

.c-Support, .c-Support:hover {
    background: rgba(0, 0, 0, 0) url('../Images/svg-Icons/ico-support.png') 1px -1px no-repeat;
    /*border: solid 1px #D5D5D5;
    background-size: cover;*/
    margin-top: 1px;
    padding-right: 45px;
}

.Clear-All.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-clear.svg') 5px 5px no-repeat;
}

.Clear-All, .Clear-All:hover {
    background: url('../Images/svg-Icons/ico-clear.svg') 5px 5px no-repeat;
}









/*.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-library.svg') 5px 5px no-repeat;
}

.ui-state-disabled {
    background: #393939 url('../Images/svg-Icons/ico-library.svg') 5px 5px no-repeat;
}*/










input[title="Select shapes"]:hover {
    background: url('../Images/Icons/ico_select_bw.png') 3px 3px no-repeat;
}

input[title="All controls"].ui-state-disabled {
    background: #393939 url('../Images/Icons/ico_allcontrols_bw.png') 3px 3px no-repeat;
}



input[title="mute"].ui-state-disabled {
    background: #0061a7 url('../Images/svg-Icons/ico-mute.svg') 4px 4px no-repeat;
}

input[title="mute"]:hover {
    background: #474747 url('../Images/svg-Icons/ico-mute-hover.svg') 4px 4px no-repeat;
    cursor: pointer !important;
    border: solid 1px #323232;
}



input[title="setting"] {
    background: #575556 url('../Images/svg-Icons/ico-setting.svg') 5px 5px no-repeat;
    border: solid 1px #333333;
}

input[title="Shapes"] {
    background: #cccccc url('../Images/svg-Icons/new/ico-circle.svg') 0px 0px no-repeat;
}

    input[title="Shapes"].ui-state-disabled {
        border: solid 2px #04b2e8 !important;
    }

/*.c-Highlighter.ui-state-disabled {
    background: #cccccc url('../Images/svg-Icons/new/ico-highlighter-New.svg') 0px 0px no-repeat;
    border: solid 2px #04b2e8 !important;
}

.c-Highlighter, .c-Highlighter:hover {
    background: #cccccc url('../Images/svg-Icons/new/ico-highlighter-New.svg') 0px 0px no-repeat;
}*/
input[title="Zoom"] {
    background: #cccccc url('../Images/svg-Icons/new/ico-circle.svg') 0px 0px no-repeat;
}

input[title="line"] {
    background: url('../Images/svg-Icons/ico-line.svg') 5px 0px no-repeat;
}

    input[title="line"]:hover {
        background: url('../Images/svg-Icons/ico-line-New.svg') 5px 5px no-repeat;
        border: solid 1px #272727;
        cursor: pointer !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        transform: scale(1.6);
        -ms-transform: scale(1.6);
        -webkit-transform: scale(1.6);
        -o-transform: scale(1.6);
        -moz-transform: scale(1.6);
    }



input[title="triangle"] {
    background: url('../Images/svg-Icons/ico-triangle.svg') 5px 5px no-repeat;
}

    input[title="triangle"]:hover {
        background: url('../Images/svg-Icons/ico-triangle.svg') 5px 5px no-repeat;
        border: solid 1px #272727;
        cursor: pointer !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        transform: scale(1.6);
        -ms-transform: scale(1.6);
        -webkit-transform: scale(1.6);
        -o-transform: scale(1.6);
        -moz-transform: scale(1.6);
    }


/*input[title="Line"] {
    background: url('../Images/svg-Icons/new/ico-line-New.svg')0px 0px no-repeat;
}*/

input[title="Math Icons"] {
    background: url('../Images/svg-Icons/ico-3root.svg') 5px 5px no-repeat;
}

input[title="All controls"] {
    background: url('../Images/Icons/ico_allcontrols.png') 3px 3px no-repeat;
}

input[title="Audio Video Conference ON/OFF"] {
    background: url('../Images/svg-Icons/ico-VideoConference.svg') no-repeat;
    width: 126px;
    height: 29px;
    float: left;
    z-index: 1800;
}


input[title="mute"] {
    background: #4b4b4b url('../Images/svg-Icons/ico-mute.svg') 4px 4px no-repeat;
    border: solid 1px #323232;
    margin-left: 5px;
}

input[title="Init Conference"] {
    background: url('../Images/svg-Icons/ico-replay1.svg') 4px 4px no-repeat;
    margin-right: 5px;
    height: 25px;
    position: absolute;
    bottom: -2px;
    right: 6px;
    width: 74px;
    cursor: pointer;
}



    input[title="Init Conference"].ui-state-disabled {
        /*background:#0061a7 url('../Images/svg-Icons/ico-mute.svg') 4px 4px no-repeat; margin-right:5px;*/
        background: url('../Images/svg-Icons/ico-replay1.svg') 4px 4px no-repeat;
        margin-right: 5px;
        height: 25px;
        position: absolute;
        bottom: 3px;
        right: 6px;
        width: 74px;
        cursor: pointer;
    }

    input[title="Init Conference"]:hover {
        /*background:#474747 url('../Images/svg-Icons/ico-mute-hover.svg') 4px 4px no-repeat;
    cursor: pointer !important;    border:solid 1px #323232;*/
        background: url('../Images/svg-Icons/ico-replay1.svg') 4px 4px no-repeat;
        margin-right: 5px;
        height: 25px;
        position: absolute;
        bottom: -2px;
        right: 6px;
        width: 74px;
        cursor: pointer;
    }

input[title="Re-Init Conference"] {
    /*background: #4b494a url('../Images/svg-Icons/ico-Reinit.svg') 4px 5px no-repeat;
    border: solid 1px #333132;
    cursor: pointer;*/
    background: #4b494a url('../Images/svg-Icons/ico-Reinit.svg') 4px 3px no-repeat;
    border: solid 1px #333132;
    cursor: pointer;
    height: 27px;
    width: 28px;
    cursor: pointer;
}


/*input[title="Re-Init Conference"]:hover {       
       background: #4b494a url('../Images/svg-Icons/ico-Reinit.svg') 4px 5px no-repeat;
    border: solid 1px #333132;   
    cursor: pointer;
    }*/

input[title="Init Conference-old"] {
    background: #4b4b4b url('../Images/svg-Icons/ico-mute.svg') 4px 4px no-repeat;
    border: solid 1px #323232;
    margin-right: 5px;
}

input[title="Scroll"] {
    /*background: #cccccc url('../Images/svg-Icons/new/ico-drag.svg') 0px 0px no-repeat;*/
}

.Question_Mark {
    float: right;
    margin-top: -5px;
    margin-right: 5px;
}


.Add_moreTab {
    float: right;
    position: relative;
    height: 20px;
    width: 20px;
}

.Add_moreTab, .Add_tabBtn {
    /* background: url('../Images/ico_addTab.png') 3px 4px no-repeat;     border: 0;     height: 20px;     cursor: pointer;     width: 20px;*/
    background: url('../Images/ico_addTabHover.png') 3px 4px no-repeat;
    border: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

    .Add_tabBtn:hover {
        background: url('../Images/ico_addTabHover.png') 3px 4px no-repeat;
        border: 0;
        height: 23px;
        cursor: pointer;
    }

.messageBoardsss {
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid grey;
    font-size: 73%;
    /*height: 100%;*/ /*min-height: calc(61vh - 115.5px - 25px*2);*/
    height: calc(60vh - 100.5px - 25px*2);
    /*height: calc(100vh - 188px - 220px - 20px);
    max-height: calc(100vh - 188px - 220px - 20px);*/
    margin: 5px;
    padding: 5px;
    white-space: normal;
    width: 90.8%;
    word-wrap: break-word;
    overflow: auto;
}

.messageBoard {
    background: #ebebeb;
    /*border: solid 1px grey;*/
    /*height: 282px;selva
    height: 240px;*/
    /*min-height:200px;max-height:220px;*/
    /*margin: 5px;*/
    padding: 5px;
    font-size: 0.75em;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */ /* word-break: break-all;*/
    white-space: normal;
    font-size: 73%;
    line-height: 120%;
    width: 95%;
        height: 353px !important;
    /*height: 266px !important;*/
}

.chattext {
    /* -webkit-user-select:  text;      -moz-user-select: text;     -ms-user-select: text;     -khtml-user-select: text; */
    /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;*/
    /*padding-left:2px;*/
}

.chattbold {
    font-weight: bold;
}

.dpchatmsg {
    width: 100%;
    clear: both;
    line-height: 140%;
    margin-bottom: 2px;
}

.cuser {
    font-weight: bold;
    color: #b20000; /*float:left;*/
    display: inline-block;
    float: left;
    word-break: break-all;
}

.ouser {
    font-weight: bold;
    color: #0048bf; /*float:left;*/
    display: inline-block;
    float: left;
    word-break: break-all;
}

.time {
    /*color: #0048bf     float:left;     padding-left:2px;*/
    display: inline-block;
    float: left;
    color: #717171;
}

#participantInfo {
    background: #FFF;
    /*margin: 2%;*/
    padding-bottom: 9px;
    padding-top: 8px;
    min-height: 25px;
    max-height: 65px;
    overflow: auto;
}

.ppartlist {
    width: 93% !important;
    z-index: 104;
    padding-top: 6px;
    background: #c9c9c9;
    border-bottom: solid 1px #fff;
    margin: 0 auto; /* padding:2%;*/
    /* overflow-y: scroll;*/ line-height: 15px;
    height: 22px;
    font-size: 100%;
    padding-left: 1%;
    font-weight: bold;
    /*display: inline-block; 
    font-size: 95%; 
    width: 88% !important; padding-left: 10% !important;
    word-break: break-all;
    text-align: left; background:#e0e0e0; margin:0 auto !important; border-bottom:solid 1px #fff;  height:21px; 
    line-height:26px; display:inline-block; position:relative;

        
    z-index: 104;  min-height:25px; max-height:100px;   overflow-y: scroll;*/
}

    .ppartlist:hover {
        /*background-color: #BDBDBD; background:#BDBDBD;*/
    }

.user {
    float: left;
    overflow: hidden;
    padding-left: 1%;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40%;
    /*display: inline-block; 
    font-size: 95%; 
    width: 88% !important; padding-left: 10% !important;
    word-break: break-all;
    text-align: left; background:#e0e0e0; margin:0 auto !important; border-bottom:solid 1px #fff;  height:21px; 
    line-height:26px; display:inline-block; position:relative;

        
    z-index: 104;  min-height:25px; max-height:100px;   overflow-y: scroll;*/
}

.pchkbox { /*position:absolute; left:11px; top:7px; z-index:99999;*/
    float: left;
    margin-top: 1px;
    margin-left: 2%;
    margin-right: 1%;
}

.p_dScore {
    content: "";
    display: block;
    background-image: url('../images/svg-Icons/p_dScore.png');
    background-repeat: repeat-x;
    width: 25px;
    height: 17px; /*position: absolute;  right: 3px; top:4px; z-index:99999;*/
    border: solid 1px #d0d0d0;
    float: right;
    margin-top: -4px;
    margin-left: 2px;
}

.p_dAVMute {
    background: url('../Images/svg-Icons/p_dAVMute.svg') no-repeat; /*position:absolute; top:6px; right:32px; z-index:99999;*/
    height: 18px;
    width: 18px;
    float: right;
    margin-top: -3px;
}

.p_dToolRestriction {
    background: url('../Images/svg-Icons/p_dToolRestriction.svg') no-repeat; /*position:absolute; top:6px; right:51px; z-index:99999;*/
    height: 16px;
    width: 16px;
    float: right;
    margin-top: -3px;
}

.p_dScore {
    display: block;
    background-image: url('../images/svg-Icons/score.png');
    background-repeat: repeat-x;
    float: right;
    width: 25px;
    height: 17px;
    line-height: 17px;
    color: #fff;
    font-weight: bold;
    right: 3px;
    border: solid 1px #d0d0d0;
    text-align: center;
    margin-right: 3px;
}

.nouser {
    display: inline-block;
    float: left;
    font-size: 96%;
    width: 98% !important;
    word-break: break-all;
    padding: 6px 0px 6px 3px;
    background: #f8e0e0;
}

.heading_coversation {
    /*background:#ff0000;*/
    height: 23px;
    color: #cecdcd;
}

    .heading_coversation h3 {
        width: auto;
        float: left;
        margin: 4px;
    }

.messageBox {
    /*background: #ebebeb;*/
    border: solid 1px #3d3d3d; /*height: 80px;*/
    margin: 1px 1px 5px;
    /*padding: 5px;*/
    margin: 0 auto 5px; /*width: 89%;selva*/
    width: 98%; /*height: 72px;selva*/
    height: 90px;
    margin-left: 0%;
}

.messageBox2 {
    /*height: 80px;
    margin: 1px 1px 5px !important;*/
    padding: 5px !important;
    margin: 0px auto 5px !important; /*width: 89%;selva*/
    width: 91.8%;
    /*height: 71px !important;*/ min-height: 35px;
    max-height: 71px;
    background-image: url('../images/svg-Icons/remaning-timg-bg.png');
    background-repeat: repeat-x;
    border-left: solid 1px #3d3d3d;
    border-right: solid 1px #3d3d3d;
    border-bottom: solid 1px #3d3d3d;
    position: relative;
}

.messageBox1 {
    background: #ebebeb;
    /* border: solid 1px #ccc; 
    height: 94px;*/
    margin: 1px 1px 5px; /*height: 44px;selva*/
    padding: 0px;
    margin: 5px auto 0px;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
}

.messageBox textarea {
    width: 99%; /*height: 80px;*/
    /*height: 90px;*/
    border: 0px;
    resize: none;
    font-size: 0.75em;
    background: #fff;
    height: 53px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .tool_palette ul li.tool_divider, .tool_divider, .tool_palette ul li {
        /*margin: 4% 0px 0px 1% !important;*/
    }

    .messageBox2 {
        margin: 18px auto 5px !important;
    }

    .Raise-Hand-txt {
        top: 9px !important;
    }

    .Go-slow-txt, .Go-Faster-txt, .Stop-txt {
        top: 9px !important;
    }

    .messageBox textarea {
        width: 98%; /*height: 80px;*/
        /*height: 90px;*/
        border: 0px;
        resize: none;
        font-size: 0.75em;
        background: #fff;
        height: 58px;
    }
}


.divendbtn {
    height: 24px;
}

#chatSmileyclick {
    /*  background-image: url('../images/svg-Icons/chat-divider2s.png');*/
    background-repeat: repeat-y;
    width: 2px;
    height: 26px;
    display: inline-block;
    margin-top: 4px;
    position: relative;
}

.tools {
    height: 28px !important; /* border-bottom: solid 1px #808080;*/
    text-align: left;
    width: 98%;
    /*background-image: url('../images/svg-Icons/chat-divider.png');
    background-repeat: repeat-x;*/
    height: 2px;
    display: inline-block;
    padding: 0px 1% 1%;
    display: inline-block;
    position: relative;
    background: #ebebeb;
    border-top: solid 1px #a1a1a1;
}

.ui_header_bg {
    background: #504f4f; /* Old browsers */
    background: -moz-linear-gradient(top, #504f4f 0%, #383737 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#504f4f), color-stop(100%,#383737)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #504f4f 0%,#383737 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #504f4f 0%,#383737 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #504f4f 0%,#383737 100%); /* IE10+ */
    background: linear-gradient(to bottom, #504f4f 0%,#383737 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#504f4f', endColorstr='#383737',GradientType=0 ); /* IE6-9 */
    color: #cecdcd;
    font-size: 15px;
}

.attendees {
    float: right;
    margin: 1px 5px 0 0; /*border:solid 1px red;*/
}

    .attendees a {
        background: url('../images/ico_chat.png') 3px 3px no-repeat;
        width: 18px;
        height: 16px;
        display: block;
        margin: 2px;
        cursor: pointer;
    }

        .attendees a:hover, .attendees a.active {
            background-color: #626262;
        }

.close_panel {
    background: url('../images/ico_CollapsePanel.png') 1px 1px no-repeat;
    width: 14px;
    height: 9px;
    display: block;
    float: right;
    margin: 7px 4px;
}

.open_panel {
    background: url('../images/ico_expandPanel.png') 1px 1px no-repeat;
    width: 14px;
    height: 9px;
    display: block;
    float: right;
    margin: 7px 4px;
}


/*.circle5 {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important; 
}

.circle10 {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important; 
}*/

/* saraswathi Copy paste to whiteboard.css */

.web_dialog_overlay {
    /*position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 101;
    display: none;
    font-size: 14px;*/
}

.web_dialog_title {
    border-bottom: solid 2px #336699;
    background-color: #336699;
    padding: 4px;
    color: White;
    font-weight: bold;
}

    .web_dialog_title a {
        color: White;
        text-decoration: none;
    }

.record {
    width: 97%;
    margin: 10px; /*border: solid 1px red !important;*/
    float: left !important;
}

/* saraswathi copy paste to whiteboard.css page */

.errmsgdivin {
    width: 300px;
    font: 14px Arial;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.errmsgdivspan {
}

.errmsgdiv {
    position: fixed;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 999999;
    width: 100%;
    height: auto;
    background-color: #A4A4A4;
    filter: alpha(opacity=100);
    opacity: 1.0;
    cursor: wait;
}
/*end*/

#popUpDiv {
    /*position: absolute;
    background-color: #fff;
    border: 1px solid #c8c7c7;
    width: 350px;
    z-index: 9002;
    text-align: center;
    padding: 5px;*/
    position: absolute;
    z-index: 9002;
    width: 295px;
    height: 173px;
    background-color: #f7f7f7;
    border: 1px solid #484848;
    z-index: 1002;
    font-family: Verdana;
    font-size: 10pt;
    font-size: 80%;
    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.pop_header {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: solid 1px #969595;
    background: #2f2f2f;
    color: #a0a0a0;
}

    .pop_header span {
        margin: 10px;
        float: left;
        font-size: 14px;
    }

    .pop_header a {
        float: right;
        margin: 8px 5px 0 0;
    }

.pop_content {
    margin-top: 10px;
    float: left;
    width: 100%;
}

    .pop_content .row, .pop_content .row_button {
        margin: 5px 0;
        display: inline-block;
        width: 100%;
        font-size: 14px;
    }

    .pop_content .row_button {
        text-align: center;
    }

    .pop_content .row label {
        text-align: right;
        width: 40%;
        margin: 5px;
        float: left;
    }

    .pop_content .row select {
        padding: 3px;
        border: solid 1px #c8c7c7;
        float: left;
        width: 150px;
    }

    .pop_content .row_button input.formbutton {
        padding: 5px 10px !important;
        border: solid 1px #88b0eb;
        cursor: pointer;
        background: #b2cffb; /* Old browsers */
        background: -moz-linear-gradient(top, #b2cffb 0%, #91b8f2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2cffb), color-stop(100%,#91b8f2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #b2cffb 0%,#91b8f2 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #b2cffb 0%,#91b8f2 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #b2cffb 0%,#91b8f2 100%); /* IE10+ */
        background: linear-gradient(to bottom, #b2cffb 0%,#91b8f2 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2cffb', endColorstr='#91b8f2',GradientType=0 ); /* IE6-9 */
    }





.web_dialog_overlayatten {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 101;
    display: none;
}

.partlistdiv {
    /* height: 90px; 
    height: 56px;*/ min-height: 56px;
    max-height: 150px;
    margin-bottom: 6px;
    width: auto; /*max-height: 500px; */
    background-color: #535353;
    /*border: 1px solid #848484; */ /* padding: 0px;  */
    font-family: Verdana;
    font-size: 72%; /* padding: 5px;*/
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #2D2C4D;
    scrollbar-highlight-color: #7D7E94;
    scrollbar-3dlight-color: #7D7E94;
    scrollbar-darkshadow-color: #2D2C4D;
    scrollbar-track-color: #7D7E94;
    scrollbar-arrow-color: #C1C1D1;
    text-align: right;
}

#vpd_a_alls {
    height: 90px;
    overflow-y: scroll;
    margin-bottom: 6px;
}

.web_dialogattendee {
    display: none;
    position: absolute;
    width: 250px; /*height: 490px;*/
    max-height: 500px;
    overflow: hidden;
    top: 50%;
    left: 50%; /*margin-left: 230px; /*-(500/2)*/ /*margin-top: -271px; /*-(423/2)*/
    background-color: #ffffff;
    border: 1px solid #848484;
    padding: 0px;
    z-index: 1002;
    font-family: Verdana;
    font-size: 10pt; /*overflow: auto;*/
    padding: 5px;
}

#popup_container {
    font-family: Arial, Verdana, Tahoma;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    width: 230px;
    height: auto;
    background: #F3F3F3;
    border: solid 1px #dedede;
    border-bottom: solid 2px #456FA5;
    color: #000;
    z-index: 99999;
}

#popup_title {
    display: none;
}



#popup_message {
    padding-top: 15px;
    padding-left: 15px;
}

#popup_panel {
    text-align: center;
    padding-left: 15px;
}

#popup_container input {
    background-color: #476EA7;
    padding: 3px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 80px;
    height: 20px;
}
/*end*/

.sarrow {
    height: 86px;
    width: 60px;
    position: absolute;
    background: url('../images/arrows.png') no-repeat;
    top: 52%;
    margin-top: -43px;
    cursor: pointer;
    z-index: 5000;
    -webkit-user-select: none; /* disable selection/Copy of UIWebView */
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
}

.sprevious {
    background-position: left top;
    left: 0;
    z-index: 100;
    -webkit-user-select: none; /* disable selection/Copy of UIWebView */
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
}

    .sprevious:hover {
        background-position: left bottom;
        -webkit-user-select: none; /* disable selection/Copy of UIWebView */
        -moz-user-select: none;
        -ms-user-select: none;
        -khtml-user-select: none;
        -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
    }

.snext {
    background-position: right top;
    right: 0;
    z-index: 100;
    -webkit-user-select: none; /* disable selection/Copy of UIWebView */
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
}

    .snext:hover {
        background-position: right bottom;
        -webkit-user-select: none; /* disable selection/Copy of UIWebView */
        -moz-user-select: none;
        -ms-user-select: none;
        -khtml-user-select: none;
        -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
    }

/*.dthumbp {
    margin-left: 14px;
    height: 67px;
    position: absolute;
    top: 95%;
    margin-top: -43px;
    width: 94%;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 0 3px #AAAAAA;
}*/
.dthumbpp {
    display: none;
    position: absolute;
    left: 6px;
    z-index: 5000;
    padding: 4px 0px;
    text-align: center;
    height: 67px;
    top: 5%;
    /* margin-top: -43px;
     margin-left: 40px;*/
    width: 94%; /*72%*/
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 0 3px #AAAAAA;
    border: 1px solid #FFFFFF;
}

.dthumbp {
    /*  margin-left: 40px;
    height: 67px;
    top: 13%;
    margin-top: -43px;
    width: 94%; 
        border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 0 3px #AAAAAA;
    border: 1px solid #FFFFFF;

    overflow: auto;
    position: absolute;*/
    /*top: 22px;
    left: 6px;*/
    padding: 4px 0px;
    text-align: center;
    /*cursor: pointer;*/
    z-index: 5000;
}

.dslideselect {
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    bottom: 25%;
    color: white;
    display: inline-block;
    height: 30px;
    opacity: 0.7;
    position: absolute;
    right: 0.4%;
    text-align: center;
    width: 55px;
    z-index: 5500;
}

.dthumb {
    /* This is the container for the thumbnails */
    width: 90%;
    height: 65px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; /*     top: 95%;     margin-top: -43px;*/
    overflow: hidden;
}

    .dthumb ul {
        margin: 0px;
        padding: 0px;
    }

    .dthumb li {
        /* Every thumbnail is a li element */
        width: 60px;
        display: inline-block;
        list-style: none;
        height: 65px;
        overflow: hidden;
    }

        .dthumb li.inact:hover {
            /* The inactive state, highlighted on mouse over */
            background: url(../images/pic_bg.png) repeat;
        }

        .dthumb li.act {
            /* The active state of the thumb */
            background: url(../images/active_bg.png) no-repeat;
            background-size: 60px 65px;
        }

            .dthumb li.act:hover {
                /* The active state of the thumb */
                background: url(../images/active_bg.png) no-repeat;
                background-size: 60px 65px;
            }

            .dthumb li.act a {
                cursor: default;
            }

.sfbar {
    /* The left-most vertical bar, next to the first thumbnail */
    width: 2px;
    background: url(../images/divider1.png) no-repeat right;
}

.dthumb li a {
    display: block;
    height: 55px;
    padding-top: 10px; /*  background: url(../images/divider.png) no-repeat right;        background-size: auto 55px;*/
}

.dthumb a img {
    border: none;
}


.ppartselect, .partselect {
    background-color: #F8E0E0;
    height: auto !important;
    color: #353535 !important; /*height: 19px !important;*/
    margin-bottom: 3px; /*margin-top: 3px;*/
}

.partselect1 {
    /*background-color: #f8e0e0;
    height: 26px !important;
    margin-bottom: 6px;*/ text-align: right;
}

#vpall {
    line-height: 14px;
}

.partlist {
    /*  float: left;
    text-align: left; 
  width: 100%; 
    z-index: 104;*/
}

.partlistimg {
    /*vertical-align: middle;*/
    vertical-align: top;
    border: 0px;
    margin: 0% 2% 0 0;
    display: none;
}

#vp2 {
    /*text-align: left;    
    width: 100%;
    position: relative;
    padding-left: 1%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}


/*#vpd2:before
{
    background: url("../Images/Icons/user5.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0) !important;
    content: "";
    height: 39px;
    position: absolute;
    left: 0%;
    top: 0px;
    width: 22px;
}*/
#vpd2, #vpd3, #vpd4, #vpd5, #vpd6, #vpd7, #vpd8, #vpd9, #vpd10, #vpd11, #vpd12, #vpd13, #vpd14, #vpd15, #vpd16 {
    padding-left: 0%;
    position: relative;
    padding-bottom: 5px;
    text-align: right;
}

.partlist span, .ppartselect.span {
    vertical-align: middle;
    padding-left: 3px;
    z-index: 104;
}
/*.partlist:hover
{
    background-color: #BDBDBD;
}*/


.handraise_btn {
    /*background: url('../Images/svg-Icons/ico-raise-hand.png') no-repeat;
    width: 120px;
    height: 33px;*/
    cursor: pointer;
    /*display: inline-block;*/
    margin-right: -5px;
    margin-top: -3px;
    border: none;
    position: relative;
    /*border: solid 1px #403f3f !important;
    margin-right: 5px;*/
    /*background: url('../Images/Icons/ico_hand1.png') 0px 0px no-repeat;     width: 16px;     height: 16px;     cursor: pointer;     display: inline-block;     border: solid 1px #403f3f !important;  position:absolute;*/
}

.handraise_btn-active {
    /*background: url('../Images/svg-Icons/ico-raise-hand-hover.png') no-repeat;
    width: 120px;
    height: 33px;*/
    cursor: pointer;
    display: inline-block;
    /*margin-right: -6px;*/
    margin-right: -5px;
    margin-top: -3px;
}



.handraise_btn.ui-state-disabled {
    background: #4b4b4b url('../Images/svg-Icons/ico-raise-hand.png') no-repeat;
}

.permissionbtn {
    background: #4b4b4b url('../Images/svg-Icons/ico_pencil.png') 3px 3px no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    float: right;
    border: solid 1px #403f3f !important; /*box-shadow: 0 0 1px rgba(81, 203, 238, 1);*/
    position: absolute;
    margin-top: 10%;
}

.permissionbtn1 {
    background-image: url('../Images/permissionbtn1.png');
    background-repeat: no-repeat;
    height: 23px;
    width: 23px;
    margin: 0% 2% 0 0;
    display: none;
}

#btn_per_2 {
    /* float: left;*/
}

.permissionbtn.ui-state-disabled {
    background: url('../Images/Icons/ico_pencil_bw.png') 3px 3px no-repeat;
}

.infodiv {
    text-align: center;
    vertical-align: middle;
    min-width: 200px;
    max-width: 450px;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 2px solid black;
    background: green;
    margin: 5px;
    display: none;
    z-index: 999999;
    line-height: 31px;
}

    .infodiv span {
        color: #ffffff;
        vertical-align: middle;
        padding: 3px;
    }

.d_c_actinfo {
    text-align: left;
    vertical-align: middle;
    /* min-width: 200px;
    max-width: 450px;*/
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
    z-index: 999999;
    overflow: hidden;
}

    .d_c_actinfo div {
        color: #535353;
        font-size: 80%;
        font-weight: bold;
        vertical-align: middle;
        overflow: hidden;
    }

.biginfodiv {
    text-align: center;
    vertical-align: middle;
    min-width: 200px;
    min-height: 50px;
    max-width: 450px;
    max-height: 400px;
    position: absolute;
    background-color: #0A2A12;
    border: 1.1px solid #07190B;
    margin: 0 auto;
    display: none;
    z-index: 999999;
    border-radius: 10px;
    box-shadow: 10px 10px 5px #888888;
}

    .biginfodiv div {
        position: absolute;
        width: 90%;
        font-size: 160%;
        font-family: Verdana;
        color: #ffffff;
        font-weight: bold;
        margin: 0 auto;
        top: 30%;
        left: 1%;
    }

.biginfodiv_anm {
    background-color: #3ADF00;
    background-image: -webkit-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.05) 25%, hsla(0,0%,0%,.05) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.05) 75%, hsla(0,0%,0%,.05));
    background-image: -moz-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: -ms-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: -o-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-size: 20px 20px;
    box-shadow: 0 5px 0 hsla(0,0%,0%,.1);
    -webkit-animation: alert 1s ease forwards;
    -moz-animation: alert 1s ease forwards;
    -ms-animation: alert 1s ease forwards;
    -o-animation: alert 1s ease forwards;
    animation: alert 1s ease forwards;
}

.restrictdiv {
    z-index: 107;
    width: 170px;
    min-height: 100px;
    float: left;
    border-right: solid 1px #2a2a2a;
    background: #535353;
    padding: 3px;
    line-height: 29px;
}

    .restrictdiv ul {
        float: left;
    }

        .restrictdiv ul li {
            width: 30px;
            float: left; /*margin: 5px;*/
            margin: 4px 0 0 4px;
        }

            .restrictdiv ul li input[type="button"] {
                border: 0px;
            }

            .restrictdiv ul li.tool_divider {
                width: 170px;
                /*border-bottom: solid 1px #a7a6a6;*/ background: url(../images/divider1.png) x-repeat;
                height: 2px;
                box-shadow: 0 1px 0 #181818;
                margin: 4px 4px 0 4px;
            }

.tool_divider1 {
    width: 1px;
    background-image: url('../images/svg-Icons/divider2.png');
    background-repeat: repeat-y;
    height: 25px;
    margin: 2px 4px 0px;
    display: inline-block;
}

.tool_divider2 {
    /*width: 1px;
    background-image: url('../images/svg-Icons/divider2.png');
    background-repeat: repeat-y;
    height: 25px;
    margin: 2px 0px 0px;
    display: inline-block;*/
}

.chat_divider {
    width: 2px;
    background-image: url('../images/svg-Icons/chat-divider-y.png');
    background-repeat: repeat-y;
    height: 28px;
    margin: 0 4px;
    display: inline-block;
    position: absolute;
    left: 24px;
    top: 1px;
    /*left: 19px;
    top: 2px;*/
}

.voffset14 {
    /*margin-left: 14px;*/
    margin-left: 4px;
}

.web_dialogcontrolrestrict {
    z-index: 106;
    display: none;
    position: absolute;
    width: 175px; /* height: 250px;*/
    max-height: 400px; /*overflow: hidden;*/
    top: 50%;
    left: 50%;
    /*background-color: #ffffff; padding: 5px;*/
    border: 1px solid #848484;
    padding: 0px;
    font-family: Verdana;
    font-size: 10pt; /*overflow: auto;*/
}

.web_dialog_overlaycontrolres {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 105;
    display: none;
}

#participantInfo {
    z-index: 103;
}

.web_dialogmedia {
    display: none;
    position: absolute;
    width: 98%; /*height: 490px;*/
    max-height: 500px;
    overflow: hidden;
    top: 2%;
    left: 2%; /*margin-left: 230px; /*-(500/2)*/ /*margin-top: -271px; /*-(423/2)*/
    background-color: #ffffff;
    border: 1px solid #848484;
    z-index: 1002;
    font-family: Verdana;
    font-size: 10pt; /*overflow: auto;*/
    padding: 5px;
}

.mediadiv {
    width: 100%;
    height: 85%;
    float: left;
    margin-top: 1px;
    border: 1px solid #848484;
}

.divmediaurl {
    /*  margin-top: 3px;*/
    width: 100%;
    float: left;
    line-height: 17px;
    padding: 2px;
}

    .divmediaurl span {
        margin: 3px;
        float: left;
        font-size: 14px;
        vertical-align: middle;
    }

.videomedia {
    width: 100%;
    height: 100%;
    border: 1px solid #848484;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

.mediatxtbox {
    border: solid 1px grey;
    padding: 2px;
    width: 65%;
    resize: none;
    font-size: 0.95em;
    vertical-align: middle;
}

.videoconference {
    float: right;
    margin: 1px 5px 0 0;
}

    .videoconference a {
        background: url('../images/ico_videoconf.png') 1px 1px no-repeat;
        width: 19px;
        height: 18px;
        display: block;
        margin: 2px;
        cursor: pointer;
    }

        .videoconference a:hover, .videoconference a.active {
            background-color: #626262;
        }

.videoview {
    float: right;
    margin: 1px 5px 0 0;
}

    .videoview a {
        /*background: url('../images/ico_videocall.png') 1px 1px no-repeat;
        width: 22px;
        height: 18px;
        display: block;
        margin: 2px;
        cursor: pointer;*/
        background: url('../images/svg-Icons/ico-video1.svg') 1px 1px no-repeat;
        width: 22px;
        height: 18px;
        display: block;
        margin: 2px;
        cursor: pointer;
    }

        .videoview a:hover, .videoview a.active {
            background-color: #626262;
        }

#dvidconfif {
    background: #747474;
    height: 180px; /*border:solid 1px #000;*/
}

#d_AVInit1 {
    float: right;
    margin: 1px 5px 0 0;
}

.initAVconf {
    margin: -3px 5px 0 0 !important;
}

.pop_videoviews {
    max-height: 200px;
    position: absolute;
    width: 0px;
    height: 0px;
    /*overflow-x:  hidden;
    overflow-y: auto; */
    background-color: #ffffff;
    border: 1px solid #848484;
    z-index: 1002;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.pop_videoviewss {
    max-height: 550px;
    position: absolute;
    width: 0px;
    height: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    border: 1px solid #848484;
    z-index: 1002;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.pop_videoview {
    max-height: 194px;
    position: absolute;
    width: 0px;
    height: 0px;
    /* overflow-x: hidden;
     overflow-y: auto;
    background-color: #ffffff;
    border: 1px solid #848484;*/
    z-index: 1002;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    right: 12px;
    top: 220px;
}

.web_dialogvidconf {
    display: none;
    position: absolute;
    width: 240px; /*height: 490px;*/
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    top: 50%;
    left: 50%; /*margin-left: 230px; /*-(500/2)*/ /*margin-top: -271px; /*-(423/2)*/
    background-color: #ffffff;
    border: 1px solid #848484;
    z-index: 1002;
    font-family: Verdana;
    font-size: 10pt; /*overflow: auto;*/
    padding: 5px;
}

.youvideo {
    border: 2.1px solid red;
    display: block;
}

.othervideo {
    border: 2.1px solid blue;
    display: block;
}


.ttsspan {
    font: bold 66% Arial;
    font-weight: normal;
    color: #2b2b2b;
    padding-left: 2px;
    vertical-align: top;
}

.ttschkbox {
    /* position: relative;     vertical-align: middle;     bottom: 1px;*/
    border: 1.1px solid black;
    float: left;
    padding: 0;
    margin: 2px;
    vertical-align: bottom;
    position: relative;
}

.palette {
    float: right;
    display: inline-block; /* padding-left: 40%;*/
    width: auto;
    margin: 4px 0px 0px 3px;
    z-index: 100;
}

.staticon {
    float: left; /*position:absolute;*/
    z-index: 101;
}




.statimglft {
    float: left;
    margin-right: 3px; /*  padding-top: 2px;*/
    z-index: 102;
}

.stat_yellow_btn {
    display: block;
    margin-top: -7px;
    margin-right: -6px;
    z-index: 103; /*display: block;     width: 18px;     height: 18px;     border: 2px solid #f5f5f5;     border-radius: 50%;     box-shadow: 0 0 3px gray;     background-color: #FFFF00;      z-index: 103;     -webkit-transition: all 0.9s ease-in-out;     -moz-transition: all 0.9s ease-in-out;     -o-transition: all 0.9s ease-in-out;     -ms-transition: all 0.9s ease-in-out;     transition: all 0.9s ease-in-out;     cursor: default !important;*/
}

.stat_yellow_btn_hover {
    /* background: -moz-linear-gradient(center top , #f99015 0%, #FFFF00 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background-color: #FFFF00;
    display: block;
    width: 20px;
    height: 20px;
    border: 3.1px solid #000000;
    border-radius: 50%;
    box-shadow: 0 0 3px gray;
    z-index: 103;
    -webkit-transition: all 1.5s ease-in-out 0.5s;
    -moz-transition: all 1.5s ease-in-out 0.5s;
    -o-transition: all 1.5s ease-in-out 0.5s;
    -ms-transition: all 1.5s ease-in-out 0.5s;
    transition: all 1.5s ease-in-out 0.5s;
    cursor: default !important;
}

.stat_red_btn {
    display: block;
    margin-top: -7px;
    z-index: 103; /*display: block;     width: 18px;     height: 18px;     border: 2px solid #f5f5f5;     border-radius: 50%;     box-shadow: 0 0 3px gray;     background-color: #b20000;     -webkit-transition: all 0.9s ease-in-out;     -moz-transition: all 0.9s ease-in-out;     -o-transition: all 0.9s ease-in-out;     -ms-transition: all 0.9s ease-in-out;     transition: all 0.9s ease-in-out;     z-index: 103;     cursor: default !important;*/
}

.stat_red_btn_hover {
    /*background: -moz-linear-gradient(center top , #c60000 0%, #b20000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background-color: #b20000;
    display: block;
    width: 21px;
    height: 21px;
    border: 3.1px solid #000000;
    border-radius: 50%;
    box-shadow: 0 0 3px gray;
    z-index: 103;
    -webkit-transition: all 1.5s ease-in-out 0.5s;
    -moz-transition: all 1.5s ease-in-out 0.5s;
    -o-transition: all 1.5s ease-in-out 0.5s;
    -ms-transition: all 1.5s ease-in-out 0.5s;
    transition: all 1.5s ease-in-out 0.5s;
    cursor: default !important;
}

.stat_green_btn {
    display: block;
    margin-top: -7px;
    margin-right: -6px;
    z-index: 103; /*width: 18px;     height: 18px;     border: 2px solid #f5f5f5;     border-radius: 50%;     box-shadow: 0 0 3px gray;     background-color: #249334;     z-index: 103;     -webkit-transition: all 0.9s ease-in-out;     -moz-transition: all 0.9s ease-in-out;     -o-transition: all 0.9s ease-in-out;     -ms-transition: all 0.9s ease-in-out;     transition: all 0.9s ease-in-out;     cursor: default !important;*/
}

.stat_green_btn_hover {
    /* background: -moz-linear-gradient(center top , #30a146 0%, #249334 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background-color: #249334;
    display: block;
    width: 21px;
    height: 21px;
    border: 3.1px solid #000000;
    border-radius: 50%;
    box-shadow: 0 0 3px gray;
    z-index: 105;
    -webkit-transition: all 1.5s ease-in-out 0.5s;
    -moz-transition: all 1.5s ease-in-out 0.5s;
    -o-transition: all 1.5s ease-in-out 0.5s;
    -ms-transition: all 1.5s ease-in-out 0.5s;
    transition: all 1.5s ease-in-out 0.5s;
    cursor: default !important; /*  transform: scale(0.7);     transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;*/
}





.stat_btn_animation {
    z-index: 104; /*  -webkit-transform:scale(1.80);     -moz-transform:scale(1.80);     -ms-transform:scale(1.80);     -o-transform:scale(1.80);     transform:scale(1.80);*/
    -webkit-transition: all 1.5s ease-in-out 0.5s;
    -moz-transition: all 1.5s ease-in-out 0.5s;
    -o-transition: all 1.5s ease-in-out 0.5s;
    -ms-transition: all 1.5s ease-in-out 0.5s;
    transition: all 1.5s ease-in-out 0.5s;
}

.statusbtn_partlist {
    /*float: left;*/ /*display: block; width:15px; height:15px;*/ /* width: 18px;     height: 18px;    border: 2px solid #f5f5f5;     border-radius: 50%;     box-shadow: 0 0 3px gray;*/ /*margin: 3% 2% 0 0;*/ /*margin: 1.5% 2% 0 0;*/
    vertical-align: top !important; /* background-image: url('../Images/ico_circule.png');     background-repeat: no-repeat;*/
    height: 22px;
    width: 22px;
    margin-right: 2%;
    border: solid 1px #a2a2a2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: none;
}

.statusbtn_partlist_hover {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    border: 3.1px solid #000000;
    border-radius: 50%;
    box-shadow: 0 0 3px gray;
    margin: 3% 2% 0 0;
}

.divstatusbar {
    float: right;
    margin-top: 2px;
}

.headerdiv1 {
    /*float: left;*/
    padding-top: 3px;
}

    .headerdiv1 ul {
        /*float: left;*/
    }

        .headerdiv1 ul li {
            float: left;
        }

.headerdiv2 {
    float: left;
    padding-top: 6px;
    margin: 0 auto; /* width: 24%;*/
    width: 13%;
}

.closebtn {
    position: absolute;
    /*right: -16px;
    top: -14px;*/ right: 10px;
    top: 10px;
    z-index: 9;
}

.dsettimer {
    display: none;
    position: absolute;
    width: 295px;
    height: 173px; /*overflow: hidden;
    top: 50% !important;
    left: 50%!important;*/
    background-color: #f7f7f7;
    border: 1px solid #484848;
    z-index: 1002;
    font-family: Verdana;
    font-size: 10pt; /*overflow: auto;*/
    font-size: 80%; /* padding: 1%;
   
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.dscorecard {
    display: none;
    position: absolute;
    width: 150px;
    height: 103px; /*overflow: hidden;*/
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    border: 6px solid #ccc;
    z-index: 106;
    font-family: Verdana;
    font-size: 10pt; /*overflow: auto;*/
    padding: 1%;
    font-size: 80%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


/*.dscorecard
{
    z-index: 106;
    display: none;
    position: absolute;
    width: 310px;
    height: 150px;
    max-height: 155px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    border: 1px solid #848484;
    font-family: Verdana;
    font-size: 10pt; 
    padding: 5px;
}*/


.timermain {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.timer:before {
    background: url("../Images/svg-Icons/ico-timer.svg") no-repeat 0 0 rgba(0, 0, 0, 0) !important;
    content: "";
    height: 17px;
    position: absolute;
    left: 4px;
    top: 10px;
    width: 17px;
}

.timer {
    background: #2f2f2f none repeat scroll 0 0;
    color: #a0a0a0;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 34px !important;
    line-height: 34px !important; /*padding-left:6px; */
    text-align: left;
    border-bottom: solid 1px #3a3a3a;
    position: relative;
}

.mintsmain {
    margin: 0 0 14px;
    padding: 70px 0 0;
    text-align: center;
    /* text-align: left;
   padding-left: 50px !important;*/
}

.mintsmain1 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    padding-left: 9px !important;
}

.mintsmain2 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    padding-left: 105px !important;
}

.mins {
    font-size: 12px;
}

.secsmain {
    margin: 0px;
    padding: 0px;
    text-align: center;
    /* text-align: left;
   padding-left: 50px !important;*/
}

.countdown {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.btnalign {
    float: left;
    height: 30px;
    width: 100%;
    padding-top: 5px !important;
    margin: 0px;
    text-align: center;
}

.dcountdown {
    /* display:none;*/
    float: right; /* width: 55px;*/
    font-size: 100%; /* line-height: 1.05em;*/ /*padding: 7% 12%;*/
    font-weight: bold;
    background: #ffffff;
    color: #000; /*-webkit-border-radius: 4px; -moz-border-radius:4px;border-radius:4px;*/ /* border:1px solid #000000;    margin-top: 1px;     border-right: solid 1px #a09f9f;*/
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: solid 1px #767878;
    padding: 0px 2px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 2px;
    font-size: 17px;
    width: 20px;
    /*font-size: 13px;*/
}

.dcountdown-pause {
    border: solid 1px #444444;
    background: #6d6d6d url("../Images/svg-Icons/Pause.png") no-repeat scroll center center;
    margin-left: 2px;
    margin-top: 2px;
    min-height: 23px;
    min-width: 18px;
    cursor: pointer;
}

.dcountdown-start {
    border: solid 1px #444444;
    background: #6d6d6d url("../Images/svg-Icons/ico-start.svg") no-repeat scroll center center;
    margin-left: 2px;
    margin-top: 2px;
    min-height: 23px;
    min-width: 18px;
    cursor: pointer;
}

.dcountdown_anm {
    background-color: #886A08;
    background-image: -webkit-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.05) 25%, hsla(0,0%,0%,.05) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.05) 75%, hsla(0,0%,0%,.05));
    background-image: -moz-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: -ms-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: -o-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-size: 20px 20px;
    box-shadow: 0 5px 0 hsla(0,0%,0%,.1);
    color: #f6f6f6;
    -webkit-animation: alert 1s ease forwards;
    -moz-animation: alert 1s ease forwards;
    -ms-animation: alert 1s ease forwards;
    -o-animation: alert 1s ease forwards;
    animation: alert 1s ease forwards;
}

.dcountdown_anm_red {
    background-color: #b20000;
    background-image: -webkit-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.05) 25%, hsla(0,0%,0%,.05) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.05) 75%, hsla(0,0%,0%,.05));
    background-image: -moz-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: -ms-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: -o-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-size: 20px 20px;
    box-shadow: 0 5px 0 hsla(0,0%,0%,.1);
    color: #f6f6f6;
    -webkit-animation: alert 1s ease forwards;
    -moz-animation: alert 1s ease forwards;
    -ms-animation: alert 1s ease forwards;
    -o-animation: alert 1s ease forwards;
    animation: alert 1s ease forwards;
}

.dcountdown_anm_orange {
    background-color: #FE642E;
    background-image: -webkit-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.05) 25%, hsla(0,0%,0%,.05) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.05) 75%, hsla(0,0%,0%,.05));
    background-image: -moz-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: -ms-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: -o-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-size: 20px 20px;
    box-shadow: 0 5px 0 hsla(0,0%,0%,.1);
    color: #f6f6f6;
    -webkit-animation: alert 1s ease forwards;
    -moz-animation: alert 1s ease forwards;
    -ms-animation: alert 1s ease forwards;
    -o-animation: alert 1s ease forwards;
    animation: alert 1s ease forwards;
}

.dcreditheader {
    /* float: left;*/ /*float: right;     margin-right: 12px;     margin-left: 10px;     height: 24px;     line-height: 24px;     width: 145px;        z-index: 104;  margin-top:0px; background:none repeat scroll 0 0 #454444; padding-right:5px; padding-top:3px;*/
    background: none repeat scroll 0 0 #c0bebe;
    padding-right: 5px;
    border: 1px solid #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /* float: right; */ float: left;
    height: 22px; /* margin-left: 10px;*/
    margin-right: 5px;
    margin-top: -1px; /*padding-top: 3px;     width: 145px;*/
    padding: 3px 0px 0px;
    z-index: 104;
}

#DivScoreBoard {
    margin-left: 5px;
    margin-right: 5px;
}

#BScorePlus1, #BScoreMinus1 {
    height: 20px;
    line-height: 19px;
    font-size: 76%;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background-image: url('../Images/timerbg.png');
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #808080;
    margin: 0px 5px;
}

.dscoreboard {
    /* float: left;*/
    float: right; /*margin-right: 12px;     margin-left: 10px;*/ /*margin-left:5px; margin-right:5px;*/
    height: 20px;
    line-height: 20px;
    width: 55px;
    text-align: center;
    color: #fff;
    font-size: 125% !important;
    font-weight: bold;
    z-index: 103;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    background: #878585;
    border-radius: 3px; /* background: none repeat scroll 0 0 #878585;     border-radius: 3px;     color: #fff;     float: right;     font-size: 125% !important;     font-weight: bold;     height: 18px;     line-height: 18px;     margin-left: 10px;     margin-right: 12px;     text-align: center;        -webkit-transition: all 0.9s ease-in-out;     -moz-transition: all 0.9s ease-in-out;     -o-transition: all 0.9s ease-in-out;     -ms-transition: all 0.9s ease-in-out;     transition: all 0.9s ease-in-out;     width: 55px;     z-index: 103;*/
}

.dscoreboard_anm {
    /*float: left;     width: 55px;     font-size: 1.05em;     line-height: 1.05em;      border-right: solid 1px #a09f9f;     background-color: #b20000;          z-index: 103;     -webkit-transition: all 1.5s ease-in-out 0.5s;     -moz-transition: all 1.5s ease-in-out 0.5s;     -o-transition: all 1.5s ease-in-out 0.5s;     -ms-transition: all 1.5s ease-in-out 0.5s;     transition: all 1.5s ease-in-out 0.5s;*/ /*float: left;*/
    float: right; /* border-right: solid 1px #a09f9f;*/
    background-color: #b20000;
    background-image: -webkit-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.05) 25%, hsla(0,0%,0%,.05) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.05) 75%, hsla(0,0%,0%,.05));
    background-image: -moz-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: -ms-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: -o-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-size: 20px 20px;
    box-shadow: 0 5px 0 hsla(0,0%,0%,.1);
    color: #f6f6f6;
    display: block;
    -webkit-animation: alert 1s ease forwards;
    -moz-animation: alert 1s ease forwards;
    -ms-animation: alert 1s ease forwards;
    -o-animation: alert 1s ease forwards;
    animation: alert 1s ease forwards; /*  transform: scale(0.7);     transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;*/
}

#DivSetCountTimer input[type='text'] {
    border: 1px solid #ccc;
    font-size: 100%;
    width: 21%;
    padding-left: 1%;
    color: #c5c5c5;
    /*height: 18px;*/ height: 23px;
    margin: 2px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

.txt {
    font-size: 11px;
}

#DivSetScore input[type='text'] {
    border: 1px solid #ccc;
    font-size: 100%;
    height: 18px;
    margin: 2px;
    width: 36%;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

.txtcountdown {
    width: 25% !important;
}


.formbutton, #btnSessionEnd, #btnExtMins {
    border: 1px solid #323232;
    display: inline-block;
    color: #fff;
    background-image: url('../Images/svg-Icons/extend-min.png');
    background-repeat: repeat-x;
    /*background-color: #f4f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);*/
    font-size: 80%;
    text-decoration: none;
    margin-right: 5px;
    width: 100%;
    padding: 0px 5px !important;
    cursor: pointer;
    text-align: center;
    height: 25px;
}



    .formbutton:hover, #btnSessionEnd:hover, #btnExtMins:hover {
        border: 1px solid #323232;
        display: inline-block;
        color: #fff;
        background-image: url('../Images/svg-Icons/extend-min-hover.png');
        background-repeat: repeat-x;
        font-size: 80%;
        text-decoration: none;
        margin-right: 5px;
        width: 100%;
        padding: 0px 5px !important;
        cursor: pointer;
        text-align: center;
        height: 25px;
        /*background-color: #d9dddd;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
        background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
        background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
        background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
        background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
        background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);*/
    }

/*.formbutton
{
    border-top: 1px solid #96d1f8;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    padding: 3px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 70%;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    width: 85%;
    cursor: pointer;
}
.formbutton:hover
{
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
}*/
/*.formbutton :active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.formbutton1
{
    border-top: 1px solid #96d1f8;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    padding: 3px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 80%;
    text-decoration: none;
    vertical-align: middle !important;
    margin-right: 5px;
    width: 55px;
    cursor: pointer;
    text-align: center;
}
.formbutton1:hover
{
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
}
*/
/*.formbutton3,#btnSend{
border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
 background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
 background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
     font-size: 70%;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    width: 55px;
    cursor: pointer;
    padding: 0px 5px!important; text-align: center; height:23px;
}

.formbutton3:hover,#btnSend:hover{
 border:1px solid #1c5675;
 background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
 background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
 background-image: -moz-linear-gradient(top, #26759e, #133d5b);
 background-image: -ms-linear-gradient(top, #26759e, #133d5b);
 background-image: -o-linear-gradient(top, #26759e, #133d5b);
 background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}*/

.formbutton1, #btnScoreboard, btnSend:hover, .formbutton3, #btnSend, #BtnMediaPlay {
    /*border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif;  text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;  background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));  background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);  background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);  background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);  background-image: -o-linear-gradient(top, #3093c7, #1c5a85);  background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);*/
    font-size: 76%;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    width: 55px;
    cursor: pointer;
    /*padding: 0px 5px !important;*/
    text-align: center;
    height: 23px !important;
    background: #d7d7d7;
    /*background-image: url('../Images/svg-Icons/send-btn.png');
    background-repeat: repeat-x;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #000;
    margin-top: 1px;
}

    .formbutton1:hover, #btnScoreboard:hover, .formbutton3:hover, #btnSend:hover {
        font-size: 76%;
        font-weight: normal;
        text-decoration: none;
        vertical-align: middle;
        margin-right: 5px;
        width: 55px;
        cursor: pointer;
        text-align: center;
        height: 23px !important;
        background-image: url('../Images/timerbg_hover.png');
        background-repeat: repeat-x;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: solid 1px #000;
        margin-top: 1px;
        color: #595454; /* border:1px solid #1c5675;  background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));  background-image: -webkit-linear-gradient(top, #26759e, #133d5b);  background-image: -moz-linear-gradient(top, #26759e, #133d5b);  background-image: -ms-linear-gradient(top, #26759e, #133d5b);  background-image: -o-linear-gradient(top, #26759e, #133d5b);  background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);*/
    }

.btn-goFaster {
    text-decoration: none;
    /*width: 110px;*/
    cursor: pointer;
    text-align: center;
    /*height: 33px !important;*/
    /*background-image: url('../Images/svg-Icons/ico-Go-Faster.png');*/
    background-repeat: no-repeat;
    margin-top: -3px;
    position: relative;
    outline: none;
    margin-right: -4px;
    border: none;
    position: relative;
}

.btn-goFaster-active {
    /*background: url('../Images/svg-Icons/ico-Go-Faster-hover.png') no-repeat;
    width: 110px;
    height: 33px;*/
    cursor: pointer;
    display: inline-block;
    margin-top: -3px;
}

.btn-stops {
    text-decoration: none;
    /*width: 89px;*/
    cursor: pointer;
    text-align: center;
    /*height: 33px !important;*/
    /*background-image: url('../Images/svg-Icons/stop-button.png');*/
    /*background-image: url('../Images/svg-Icons/ico-Pause.png');*/
    background-repeat: no-repeat;
    margin-top: -3px;
    position: relative;
    outline: none;
    margin-right: 6px;
    border: none;
    position: relative;
}

.btn-stops-active {
    /*background: url('../Images/svg-Icons/ico-Pause-hover.png') no-repeat;
    width: 89px;
    height: 33px;*/
    cursor: pointer;
    display: inline-block;
    margin-right: 6px;
}

.bstatclicked1 {
    /*font-size: 76%;
    color: #e7ad95;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: 5px;
    width: 109px;
    cursor: pointer;
    padding: 0px 5px !important;
    text-align: center;
    height: 29px !important;
    background-image: url('../Images/svg-Icons/active-stop-button.png');
    margin-top: -0px;
    position: relative;
    outline: none;*/
}

.btn-goslow {
    /*vertical-align: middle;*/
    /*margin-right: 5px;*/
    /*width: 102px;*/
    cursor: pointer;
    /*height: 33px !important;*/
    /*background-image: url('../Images/svg-Icons/go-slow-button.png');*/
    /*background-image: url('../Images/svg-Icons/ico-go-slow.png');*/
    background-repeat: no-repeat;
    margin-top: -3px;
    position: relative;
    /*padding-left: 20px !important;*/
    outline: none;
    margin-right: -6px;
    border: none;
    position: relative;
}

.btn-goslow-active, .handraise_btn-active, .btn-goFaster-active, .btn-stops-active {
    border: solid 1px #fff;
}

.btn-goslow-active {
    /*background: url('../Images/svg-Icons/ico-go-slow-hover.png') no-repeat;
    width: 102px;
    height: 33px;*/
    cursor: pointer;
    display: inline-block;
    margin-right: -6px;
}

.btn-handraise {
    /*width: 120px;*/
    cursor: pointer !important;
    /*height: 33px !important;
    background-image: url('../Images/svg-Icons/ico-raise-hand.png');*/
    background-repeat: no-repeat;
    margin-top: -3px;
    position: relative;
    outline: none;
    margin-right: -6px;
    border: none;
}


/*input[title="Screen Share"] {
    background: url('../Images/svg-Icons/ico-ScreenShare.png') no-repeat;
    width: 126px;
    height: 29px;
    float: left;
    z-index: 1800;
}*/
.bstatclicked {
    /*font-size: 76%;
    color: #e7ad95;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: 5px;*/
    /*width: 102px;*/
    /*cursor: pointer;
    padding: 0px 5px !important;
    text-align: center;*/
    /*height: 33px !important;
    background-image: url('../Images/svg-Icons/ico-go-slow-hover.png');
    margin-right: -6px;*/
    /*background-repeat: repeat-x;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 0px;
    position: relative;
    padding-left: 20px !important;
    margin-left: 12px;
    outline: none;*/
}

.btn-conference {
    /*border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif;  text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;  background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));  background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);  background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);  background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);  background-image: -o-linear-gradient(top, #3093c7, #1c5a85);  background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);*/
    font-size: 76%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: 5px;
    width: 126px;
    cursor: pointer;
    padding: 0px 5px !important;
    text-align: center;
    height: 29px !important;
    background-image: url('../Images/svg-Icons/ico-conference.png');
    background-repeat: repeat-x;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 0px;
    position: relative;
    padding-left: 20px !important;
    margin-left: 12px;
}

.btn-stop {
    background-image: url('../Images/svg-Icons/btn-stop.png');
    background-repeat: repeat-x;
    width: 12px;
    height: 12px;
}

.formbutton2 {
    border: 1px solid #919191;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    display: inline-block;
    /* text-shadow: -1px -1px 0 rgba(0,0,0,0.3);*/
    color: #525252;
    background-image: url('../Images/svg-Icons/start-btn-bg.png');
    background-repeat: repeat-x;
    text-decoration: none;
    vertical-align: middle !important;
    margin-right: 1px;
    /*width: 66px;*/ min-width: 66px;
    cursor: pointer;
    text-align: center;
    height: 29px;
    padding: 0px 5px !important;
}

    .formbutton2:hover {
        border: 1px solid #1c5675;
        background-image: url('../Images/svg-Icons/start-btn-bg-hover.png');
        background-repeat: repeat-x;
        /* background-color: #26759e;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
        background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
        background-image: -moz-linear-gradient(top, #26759e, #133d5b);
        background-image: -ms-linear-gradient(top, #26759e, #133d5b);
        background-image: -o-linear-gradient(top, #26759e, #133d5b);
        background-image: linear-gradient(to bottom, #26759e, #133d5b);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);*/
    }
/*
.formbutton2 {
    border: 1px solid #25729a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #FFFFFF;
    background-color: #3093c7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
    text-decoration: none;
    vertical-align: middle !important;
    margin-right: 1px;
    width: 52px;
    cursor: pointer;
    text-align: center;
    height: 23px;
    padding: 0px 5px !important;
}

    .formbutton2:hover {
        border: 1px solid #1c5675;
        background-color: #26759e;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
        background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
        background-image: -moz-linear-gradient(top, #26759e, #133d5b);
        background-image: -ms-linear-gradient(top, #26759e, #133d5b);
        background-image: -o-linear-gradient(top, #26759e, #133d5b);
        background-image: linear-gradient(to bottom, #26759e, #133d5b);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
    }
*/

#vpd2ss:before {
    background: url("../Images/Icons/user5.png") repeat-y 0 0 rgba(0, 0, 0, 0) !important;
    content: "";
    height: 39px;
    position: absolute;
    left: -7px;
    top: 23px;
    width: 22px;
}

.pvideodiv {
    background: #151515;
    height: 175px;
    width: 225px;
}

.down-arrow:before {
    background-image: url('../Images/svg-Icons/down-arrow.png');
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    left: 22px;
    top: 22px;
}

.ico-replay:before {
    background-image: url('../Images/svg-Icons/ico-replay1.svg');
    width: 74px;
    height: 25px;
    content: "";
    position: absolute;
    left: 24px;
    top: 23px;
}

.web_dialogshapes {
    display: none;
    position: absolute; /*height: 200px;*/ /* width: 65px;     top: 14px;     left: 16px; padding: 4px;*/
    /* height: 200px; */
    width: 104px;
    background-color: #808080;
    /* border: 1px solid #2f2f2f; */
    z-index: 1002;
    height: 49px;
    left: 59px;
    top: -9px;
    border-radius: 6px;
    padding-top: 7px;
        padding-left: 7px
}

    .web_dialogshapes::before {
        content: "";
        display: block;
        /* background: url(../Images/svg-Icons/toolbox-divider.svg) repeat-y !important;;*/
        display: block;
        background-image: url(../Images/svg-Icons/new/arrow.png);
        width: 20px;
        height: 50px;
        position: absolute;
        left: -20px;
        top: 4px;
    }


.web_dialogtimers {
    display: none;
    position: absolute; /*height: 200px;*/ /* width: 65px;     top: 14px;     left: 16px; padding: 4px;*/
    width: 134px;
    left: 29px;
    top: 0px;
    background-color: #5c5b5b;
    border: 1px solid #2f2f2f; /*border: 1px solid #336699;*/
    z-index: 1002;
}

.dattquestion {
    background: #5A5A5A;
    padding: 8px;
    color: #fff;
    line-height: 22px;
}

#dquestresult {
    /*background: #5A5A5A;*/
    padding: 8px; /*color: #fff;*/
    color: #353535;
    font-weight: bold;
    font-size: 13px;
}

.polloptiontable {
    width: 100%;
}

.tdopttxt {
    width: 97%;
}

.pollresultview {
    /*min-height: 295px;     max-height: 400px;*/ /*min-height: 270px;*/
    min-height: 110px;
    margin-bottom: 11px;
    max-height: 400px;
    overflow: auto;
}

.polloptions {
    /*max-height: 400px;      overflow: auto;*/
    height: 92px;
    overflow: auto;
    border: solid 1px #ccc;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}



.dattoptions {
    /*min-height: 295px;*/
    max-height: 400px;
    overflow: auto;
}

.divpoolsubmit {
    /*min-height: 335px; */
    position: absolute;
    top: 40%;
    left: 30%;
    font-weight: bold;
    color: #387601;
    font-size: 24px;
    background: #f8fcee;
    border: solid 1px #f00;
    border: solid 1px #387601;
    padding: 8px 8px 8px 40px;
}

    .divpoolsubmit:before {
        content: "";
        background-image: url('../Images/thanks.png');
        background-repeat: no-repeat;
        position: absolute;
        width: 30px;
        height: 30px;
        margin-left: -33px;
    }

.dresultprogress {
    float: left;
    width: 0px;
    background-color: #33FFFF; /* padding: 2px;     border: 1.1px solid #33CCFF;*/
}



.polloptiontable {
    line-height: 30px;
}

#dresultview {
    line-height: 30px;
}



table#tblresultview {
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

    table#tblresultview th {
        padding: 8px;
        background-color: #dedede;
    }

    table#tblresultview td {
        padding: 8px;
        background-color: #ffffff;
        text-align: center; /* border-right: solid 1px #ccc;*/
    }

        table#tblresultview td:last-child {
            border-right: None;
        }

    table#tblresultview tr:last-child {
        border-bottom: solid 1px #ccc;
    }

    table#tblresultview td:first-child {
        border-bottom: solid 1px #fff;
    }

    table#tblresultview td {
        /* border-right: solid 1px #ccc;*/
    }

    table#tblresultview tr td:first-child {
        border-right: solid 5px #bbccdd;
    }
/*table#tblresultview tr:last-child
{
background:#ff0000; border-bottom:solid 1px #ccc;
}
table#tblresultview  td:last-child
{
border-right:None;
}
table#tblresultview  tr td:first-child
{
border-right:solid 5px #bbccdd; 
}
table#tblresultview  tr td:last-child
{
border-right:solid 5px #bbccdd; 
}*/

.Publish {
    text-align: right;
    float: right;
    background: #4caf50;
    padding: 3px 8px;
    color: #fff;
}

.pollfooter {
    background: #dfdfdf;
    height: 50px;
    border: solid 1px #b3b3b3;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 10px;
}

#btncreatepoll {
    /*background-image: url("../Images/svg-Icons/btncreatepoll.svg");*/
    background-repeat: repeat-x;
    width: 120px;
    height: 39px;
    color: #151515;
    border: solid 1px #888888;
}
/*
#btncreatepoll, #btnsavepoll, #btnsavenpublishpoll, #btnpollback, #btnpollend, #btnAttSubmit, .Publish, #btnshowpollparticipants {
    font-size: 76% !important;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
    padding: 0px 5px !important;
    text-align: center;
    height: 23px !important; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #808080;
    display: inline;
    margin-top: 10px;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #fff;
    background-color: #3093c7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
    outline: none;
}

    #btncreatepoll:hover, #btnsavepoll:hover, #btnsavenpublishpoll:hover, #btnpollback:hover, #btnpollend:hover, #btnAttSubmit:hover, .Publish:hover {
        font-size: 76%;
        font-weight: normal;
        text-decoration: none;
        vertical-align: middle;
        margin-right: 5px;
        cursor: pointer;
        padding: 0px 5px !important;
        text-align: center;
        height: 23px !important; 
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: solid 1px #808080;
        display: inline-block;
        border: 1px solid #1c5675;
        font-weight: bold;
        color: #ccc;
        background-color: #26759e;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
        background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
        background-image: -moz-linear-gradient(top, #26759e, #133d5b);
        background-image: -ms-linear-gradient(top, #26759e, #133d5b);
        background-image: -o-linear-gradient(top, #26759e, #133d5b);
        background-image: linear-gradient(to bottom, #26759e, #133d5b);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
    }*/

.polloptions a:link, .polloptions a:active, .polloptions a:visited {
    font-size: 76%;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
    padding: 3px 5px !important;
    text-align: center;
    height: 15px !important;
    background-image: url('../Images/timerbg.png');
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #808080; /*display: inline; */
    margin-left: 10px;
    float: right;
    margin-top: 5px;
}


.polloptions a:hover {
    font-size: 76%;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
    padding: 3px 5px !important;
    text-align: center;
    height: 15px !important;
    background-image: url('../Images/timerbg_hover.png');
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #808080;
    margin-left: 10px;
    float: right;
    margin-top: 5px;
    color: #595454; /* border:1px solid #1c5675;  background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));  background-image: -webkit-linear-gradient(top, #26759e, #133d5b);  background-image: -moz-linear-gradient(top, #26759e, #133d5b);  background-image: -ms-linear-gradient(top, #26759e, #133d5b);  background-image: -o-linear-gradient(top, #26759e, #133d5b);  background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);*/
}

.ta5 {
    /*border: 2px solid #765942; 	border-radius: 10px; 	height: 60px; 	width: 230px;*/
}

.textare_big {
    width: 534px;
    max-width: 534px !important;
    height: 60px;
    border: 1px solid #cccccc;
    padding: 5px;
}



#divpolloptions textarea {
    /*width:418px; height: 15px;*/ /*width: 439px;*/
    width: 425px;
    max-width: 425px !important;
    float: left;
    font-size: 12px;
    height: 23px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
    padding: 2px 5px;
    line-height: 22px;
}

#tblpollingquest {
    height: 75px;
    /*background: #;*/
}



    #tblpollingquest a:link, #tblpollingquest a:active, #tblpollingquest a:visited {
        padding: 7px;
        color: #2c78b1;
        text-decoration: underline;
        font-size: 12px;
        padding: 0px;
    }

    #tblpollingquest a:hover {
        padding: 7px;
        color: #353535;
        text-decoration: underline;
        font-size: 12px;
        padding: 0px;
    }

    #tblpollingquest tr:nth-child(even) td {
        border-bottom: solid 1px #ccc;
        padding-bottom: 10px;
    }

/*#tr2_13 a:link,#tr2_13 a:active,#tr2_13 a:visited{ padding:7px; color:#2c78b1; text-decoration:underline; font-size:12px; padding:0px;}
#tr2_13 a:hover{  padding:7px; color:#353535; text-decoration:underline; font-size:12px; padding:0px;}*/
#tr1_11 {
    height: 45px;
}



#divcreatepoll {
    padding: 10px;
}


.add:before {
    content: "✚";
}

.newoption:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.15em 0 0 0.15em;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5);
    float: left;
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: 0 0.2em;
    pointer-events: none;
    text-align: center;
    width: 1em;
    text-decoration: none;
}

.newoption {
    background-color: #ddd;
    background-image: -moz-linear-gradient(center top, #eee, #ccc);
    border: 1px solid #777;
    border-radius: 0.2em;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
    color: #333;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    margin: 0.5em;
    padding: 0 1.5em;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    font-size: 13px;
}

    .newoption:hover {
        background-color: #eee;
        background-image: -moz-linear-gradient(center top, #fafafa, #ddd);
    }

table#tblpollingparticipants {
    font-size: 12px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

    table#tblpollingparticipants th {
        padding: 8px; /*background-color: #dedede;*/
        background: #5a5a5a;
        color: #fff;
        font-weight: bold;
    }

    table#tblpollingparticipants td {
        padding: 8px;
        background-color: #ffffff;
        text-align: left;
        border-right: solid 1px #ccc;
    }

        table#tblpollingparticipants td:last-child {
            border-bottom: solid 1px #ccc;
        }

        table#tblpollingparticipants td:first-child {
            border-left: solid 1px #ccc;
            border-bottom: solid 1px #ccc;
        }

    table#tblpollingparticipants tr {
        border-left: solid 1px #ccc;
    }

#divPPtprogress {
    display: none;
    position: absolute;
    width: 400px;
    height: 115px;
    top: 30px;
    left: 0px;
    background-color: #FFFFFF;
    border: 3px solid #c8c7c7; /*border: 1px solid #336699;*/
    padding: 10px;
    z-index: 1002;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pptiframe {
    /*  width: 700px;
    height: 600px;*/
    /*position: absolute;*/ /* display: block;margin: -16px 0px 0px;*/
    margin: 0px;
    padding: 0px;
}

.pdfdiv {
    /*  width: 700px;
    height: 600px;*/
    position: absolute; /* display: block;margin: -16px 0px 0px;*/
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.pdfdiv_s {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.progload {
    margin: 2px;
    border: 1.1px solid #000000;
    width: 400px;
    height: 10px;
    overflow: hidden;
    padding: 2px;
}

.progloadc {
    background: #4387fd;
    height: 100%;
    color: #000000;
}

.neterror_md {
    display: none;
    position: fixed;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 9999998;
    width: 100%;
    height: auto;
    /*background-color: #A4A4A4;*/
    background: #000;
    cursor: wait;
    opacity: 0.7;
    /*opacity: 0.3;*/
}

.neterror_sd {
    position: fixed;
    overflow: hidden;
    top: 40%;
    left: 25%;
    z-index: 9999999;
    padding: 0;
    margin: 0;
    display: none;
    ;
}

.neterror_cd {
    line-height: 20px;
    color: #f00;
    font-weight: bold;
    height: 130px;
    margin: 0px;
    overflow: hidden;
    padding: 16px 25px 0px;
    text-align: center;
    width: 503px;
    background: #FFF;
    border: 1px solid #333; /* browsers that don't support rgba */
    /*border: 1px solid rgba(0,0,0,.7);*/
    border: solid 2px #d0d0d0;
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
    -webkit-background-clip: padding; /* Safari 4? Chrome 6? */
    -moz-background-clip: padding; /* Firefox 3.6 */
    background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

.neterror_txtdiv {
    margin: 0px;
}

.neterror_btndiv {
    position: fixed;
    left: 45%;
    padding-top: 18px;
}

.neterror_btn {
    /*background-color: #636363;
    border: 1.1px solid #2E2E2E;
       color: #FFFFFF;
    padding: 2px;*/
    /*background-color: #5CB811;
    border: 1px solid #3B7808;*/
    border-radius: 2px;
    color: #FFF;
    /*font-weight: bold;*/
    padding: 1px 6px;
    text-decoration: none;
    border: 1px solid #808080;
    color: #353535;
    font-size: 76%;
}

/*.newoption a:link,.newoption a:active,.newoption a:visited{ font-size: 76%;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    
   cursor: pointer;
    padding: 3px 5px !important;
    text-align: center;
    height: 30px !important;
    background-image: url('../Images/timerbg.png');
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #808080; display: inline;  margin-bottom:10px;}*/


.erorButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
    margin: 20px auto 0px;
}

    .erorButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

    .erorButton:active {
        position: relative;
        top: 1px;
    }


.msg_erorButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
    margin: 20px auto 0px;
}

    .msg_erorButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

    .msg_erorButton:active {
        position: relative;
        top: 1px;
    }

.msg_viewmessage {
    font-size: 60px;
    color: #353535;
}

.viewmessage {
    font-size: 30px;
    color: #353535;
}

.header_text {
    color: #f00;
    font-size: 40px;
    padding-bottom: 25px;
    -moz-border-radius: 10px;
    padding-top: 30px;
}

.msg_header_text {
    color: #f00;
    font-size: 50px;
    padding-bottom: 25px;
    -moz-border-radius: 10px;
    padding-top: 30px;
}

.top_header {
    -webkit-border-radius: 10px;
    min-height: 600px;
    margin: 0 auto 0px;
    border-radius: 10px;
    text-align: center;
}

.container_main {
    background: #fff;
    margin: 60px auto 0px;
    width: 90%;
    padding: 50px 0px;
    min-height: 350px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */ /* overflow: hidden;     overflow-y: hidden; */
}

.txtstuff {
    resize: none; /* remove this if you want the user to be able to resize it in modern browsers */
    overflow: hidden;
    overflow-y: hidden;
    min-width: 280px !important;
    min-height: 62px !important;
    width: 280px;
    border: 1px solid #e6e6e6; /* background: #e6e6e6;*/
    color: #bfbfbf;
    background-color: transparent;
}

.txtmaindiv {
    /*overflow: hidden;*/
    width: 293px;
    min-width: 293px !important;
    min-height: 110px !important;
    background-color: transparent;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
}

.dtxttbox {
    min-width: 285px;
    padding: 3px;
    display: block;
    background-color: transparent;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
}

.txtmaindiv1 {
    /*overflow: hidden;*/
    width: 293px;
    min-width: 293px !important;
    min-height: 24px !important; /*border: 1.1px solid #383737;        background-color: #bebebe;    */
    background-color: #ffffff; /*border: solid 1px #f1f1f1;*/
}

#lineSize_sliderContainer {
    display: none; /**/
    position: absolute;
    top: 17px;
    left: 0px; /*padding: 4px;*/
    z-index: 9999999;
    font-family: Verdana;
    font-size: 1px;
    padding-top: -50px;
    width: 33px; /* background-color: #373737;     border: 1px solid #848484;*/
}


/*#lineSize_sliderContainer.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {color: #ffffff; 
                                                                                              background:#f00!important;}
#lineSize_sliderContainer.ui-widget-content{ background:#f00!important;}*/

#lineSize_sliderContainerui-spinner-button ui-spinner-down ui-corner-br ui-button ui-widget ui-state-default ui-button-text-only {
    background: #f00 !important;
}

#d_ctohtml {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.pptdeldiv {
    text-align: center;
    vertical-align: middle;
    min-width: 150px;
    max-width: 200px;
    min-height: 100px;
    max-height: 150px;
    position: absolute;
    top: 30px;
    right: 5px;
    border: 2px solid black;
    background: linear-gradient(to bottom, #e9e8e8 0%, #bebebe 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 5px;
    display: none;
    z-index: 110;
    color: #000000;
    overflow: hidden;
}

.pptdel_indiv {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, #e9e8e8 0%, #bebebe 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    overflow: hidden;
}

.pptdeldivtitle {
    text-align: center;
    vertical-align: middle; /* position: absolute;*/
    top: 0px;
    left: 0px;
    width: 100%;
    background: none repeat scroll 0 0 #878585;
    color: #FFFFFF;
    overflow: hidden;
    font-size: 110%;
}

.pptdeldiv_d {
    text-align: center;
    vertical-align: middle;
    position: relative; /* position: absolute;     top: 0px;     left: 0px;  overflow:hidden;   */
    background: linear-gradient(to bottom, #e9e8e8 0%, #bebebe 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 100%;
}

.pptdeldiv_un {
    color: #000000;
    vertical-align: middle;
    padding: 3px;
    font-weight: bold;
    font-size: 71%;
}

.pptdeldiv_ds {
    color: #000000;
    vertical-align: middle;
    padding: 3px;
    font-weight: bold;
    font-size: 100%;
}

/*Autocomplete*/
ul.auto-list {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #373737;
    background-color: #e9e8e8;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 85%;
    overflow-y: auto;
    max-height: 30%;
    max-width: 18%;
    min-width: 137px;
    list-style-position: inside;
    z-index: 99999;
}

    ul.auto-list > li:hover, ul.auto-list > li[data-selected=true] {
        background-color: #B7B3B3;
    }

    ul.auto-list > li {
        border: 1px solid gray;
        cursor: default;
        padding: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

mark {
    font-weight: bold;
}

/*Text tool Css*/
/*
.supper_script {
    background-image: url('../Images/supper_script.png') !important;
    background-repeat: repeat-x;
    width: 20px;
    height: 20px;
}

.sub_script {
    background-image: url('../Images/sub_script.png') !important;
    background-repeat: repeat-x;
    width: 20px;
    height: 20px;
}

.text_highlighter {
    background-image: url('../Images/text_highlighter.png') !important;
    background-repeat: repeat-x;
    width: 20px;
    height: 20px;
    position: relative;
}

.math_symbol {
    background-image: url('../Images/math_symbol.png') !important;
    background-repeat: repeat-x;
    width: 20px;
    height: 20px;
}
*/



.dtxt_colordiv {
    width: 25px;
    float: left;
    line-height: 18px;
    position: relative;
    background-color: #ffffff; /*border-right: 1px solid #686868;*/
}


#dtxt_adownsize {
    display: inline-block;
    height: 16px;
    padding-top: 2px;
}

.dtxtsizeupdown {
    /* border-bottom: solid 1px #6f6f6f !important;*/
    margin: 5px 0px 2px 0px;
    display: inline-block;
    width: 102%;
}

#d_s_adownsize {
    display: list-item;
    margin-top: -2px !important;
}

.spin {
    /* background: none repeat scroll 0 0 #848283;background-image:  url('../Images/svg-Icons/spin-bg.png')  x-repeat;*/
    background-image: url('../images/svg-Icons/spin-bg.png');
    background-repeat: repeat-x;
    background-position: 0 0px;
    display: table;
    height: 18px;
    line-height: 2px;
    width: 14px !important;
    position: relative;
    font-size: 8px;
    color: #fff;
    margin-top: 1px;
    line-height: 6px;
    font-size: 6px;
}


.spin2 {
    /* background: none repeat scroll 0 0 #848283;background-image:  url('../Images/svg-Icons/spin-bg.png')  x-repeat;*/
    background-image: url('../images/svg-Icons/spin-bg.png');
    background-repeat: repeat-x;
    background-position: 0 0px;
    display: table-cell;
    height: 18px;
    line-height: 2px;
    width: 14px !important;
    position: relative;
    font-size: 8px;
    color: #fff;
    margin-top: 1px;
}

.spin1 {
    /* background: none repeat scroll 0 0 #848283;background-image:  url('../Images/svg-Icons/spin-bg.png')  x-repeat;*/
    background-image: url('../images/svg-Icons/spin-bg1.png');
    background-repeat: repeat-x;
    background-position: 0 -2px;
    border: solid 1px #323232;
    color: #b4b2b3;
    display: table;
    font-size: 8px;
    height: 24px;
    margin: 0 6px;
    position: relative;
    text-align: center;
    width: 25px !important;
}

.dtxtbutton_pop {
    border: 1px solid #6f6f6f;
    display: inline-block;
    font-size: 76%;
    text-decoration: none;
    width: 20px;
    cursor: pointer;
    text-align: center;
    height: 20px; /*background-color: #f4f5f5;     background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));     background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);     background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);     background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);     background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);     background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);     filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);*/
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #d8d8d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfb 0%,#d8d8d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfb 0%,#d8d8d8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fbfbfb 0%,#d8d8d8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .dtxtbutton_pop:hover {
        border: 1px solid #bfc4c4;
        background-color: #d9dddd;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
        background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
        background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
        background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
        background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
        background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
    }

.dtxtselected {
    border: solid 1px #3c3c3c;
    background: #d0d0d0; /* Old browsers */
    background: -moz-linear-gradient(top, #d0d0d0 0%, #a6a7a8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d0d0), color-stop(100%,#a6a7a8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d0d0d0 0%,#a6a7a8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d0d0d0 0%,#a6a7a8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d0d0d0 0%,#a6a7a8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d0d0d0 0%,#a6a7a8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#a6a7a8',GradientType=0 ); /* IE6-9 */
}

#dtxt_aupsize {
    display: inline-block;
    margin-top: 2px;
}

.dtxt_color {
    height: 8px;
    position: absolute;
    right: 2px;
    top: 13px;
    width: 20px;
    background: #000;
}

.dtxt_controls {
    width: 218px;
    line-height: 0px;
}

.d_p_micons {
    width: 142px;
    line-height: 0px;
    position: absolute;
    z-index: 999;
}

.d_pc_micons {
    height: 60px;
    line-height: 0px;
    position: absolute;
    z-index: 999;
}

.dtimeprog {
    margin-left: 0px !important;
    margin-top: 6px !important;
}

.meter {
    height: px !important; /* Can be anything */
    position: relative;
    /*margin: 60px 0 20px 0; */
    margin-left: 10px;
    padding: 0px 8px 0px 0px;
    min-width: 30px;
    /*min-width: 100px;*/
    background-image: url("../Images/svg-Icons/prograsbar-bg.png");
    border: solid 1px #444444;
    position: relative;
    margin-top: 3px;
}


/*	.meter > span {
			display: block;
			height: 100%;
	
			background-color: rgb(43,194,83);
			background-image: -webkit-gradient(
			  linear,
			  left bottom,
			  left top,
			  color-stop(0, rgb(43,194,83)),
			  color-stop(1, rgb(84,240,84))
			 );
			background-image: -moz-linear-gradient(
			  center bottom,
			  rgb(43,194,83) 37%,
			  rgb(84,240,84) 69%
			 );
			-webkit-box-shadow: 
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			-moz-box-shadow: 
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			box-shadow: 
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			position: relative;
			overflow: hidden;
		}
		.meter > span:after, .animate > span > span {
			content: "";
			position: absolute;
			top: 0; left: 0; bottom: 0; right: 0;
			background-image: 
			   -webkit-gradient(linear, 0 0, 100% 100%, 
			      color-stop(.25, rgba(255, 255, 255, .2)), 
			      color-stop(.25, transparent), color-stop(.5, transparent), 
			      color-stop(.5, rgba(255, 255, 255, .2)), 
			      color-stop(.75, rgba(255, 255, 255, .2)), 
			      color-stop(.75, transparent), to(transparent)
			   );
			background-image: 
				-moz-linear-gradient(
				  -45deg, 
			      rgba(255, 255, 255, .2) 25%, 
			      transparent 25%, 
			      transparent 50%, 
			      rgba(255, 255, 255, .2) 50%, 
			      rgba(255, 255, 255, .2) 75%, 
			      transparent 75%, 
			      transparent
			   );
			z-index: 1;
			-webkit-background-size: 50px 50px;
			-moz-background-size: 50px 50px;
			-webkit-animation: move 2s linear infinite;
			   -webkit-border-top-right-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			       -moz-border-radius-topright: 8px;
			    -moz-border-radius-bottomright: 8px;
			           border-top-right-radius: 8px;
			        border-bottom-right-radius: 8px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;
			overflow: hidden;
		}
		
		.animate > span:after {
			display: none;
		}
		
		@-webkit-keyframes move {
		    0% {
		       background-position: 0 0;
		    }
		    100% {
		       background-position: 50px 50px;
		    }
		}
		*/
.meter-bg {
    float: right;
    position: absolute;
    top: 0px;
    right: -1px;
    height: 20px;
    width: 100%;
    background: #3a3a3a;
    background-repeat: repeat-x;
    z-index: 9999;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.r-meter-bg {
    float: right;
    position: absolute;
    top: 0px;
    right: -1px;
    height: 20px;
    width: 100%;
    background: #3a3a3a;
    background-repeat: repeat-x;
    z-index: 9999;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.green {
    display: block;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 70%;
    height: 20px;
    z-index: 9999;
    left: 0px;
    background: #5cb85c;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
    background-size: 20px 20px !important;
}

.orange {
    background-color: #f0ad4e;
    position: absolute;
    overflow: hidden;
    width: 20%;
    height: 20px;
    z-index: 9999;
    left: 70%;
}


.red {
    background-color: #d9534f;
    left: 90%;
    position: absolute;
    overflow: hidden;
    width: 10%;
    height: 20px;
    z-index: 9999;
    left: 90%;
}

.r-red {
    display: block;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 10%;
    height: 20px;
    z-index: 9999;
    left: 0px;
    background-color: #d9534f;
}

.r-orange {
    background-color: #f0ad4e;
    position: absolute;
    overflow: hidden;
    width: 20%;
    height: 20px;
    z-index: 9999;
    left: 10%;
}

.r-green {
    background: #5cb85c;
    left: 90%;
    position: absolute;
    overflow: hidden;
    width: 70%;
    height: 20px;
    z-index: 9999;
    left: 30%;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}



.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    background-image: none;
}

#p_chk_selectall {
    margin-top: 4px;
    float: left;
    margin-left: 5px;
}

#d_statuspop {
    z-index: 999991;
    background: #f3f3f3;
    width: 240px;
    text-align: center;
    padding-top: 20px;
    min-height: 71px;
    max-height: 350px;
    padding-bottom: 10px;
    position: relative;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    padding-bottom: 40px;
}

.status-popun {
    color: #363636;
    font-family: Verdana;
    font-weight: bold;
}

.status-popmsg {
    color: #363636;
    font-family: Verdana;
}

.dhandrpop-main {
    max-height: 160px;
    min-height: 60px;
    overflow-y: auto;
    padding-top: 9px;
}

.dhandrpop /*bhandraise*/ {
    z-index: 999991;
    background: #E3E3E3;
    width: 240px;
    text-align: center;
    padding-top: 0px;
    /*min-height: 111px;*/
    padding-bottom: 10px;
    position: relative;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px 4px rgba(119,119,119,.75);
    -moz-box-shadow: 0 0 10px 4px rgba(119,119,119,.75);
    -webkit-box-shadow: 0 0 10px 4px rgba(119,119,119,.75);
    padding-bottom: 50px;
    /*z-index: 999991;
    background: #f3f3f3;
    width: 240px;
    text-align: center;
    padding-top: 20px;
    min-height: 111px;
    max-height: 350px;
    padding-bottom: 10px;
    position: relative;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);*/
}

/*.dhandruserlist {
    width: 90%;
    margin: 0 auto;
    background: #fff;
}*/

.popun-cus {
    /*background: #000;
    color: white;
    width: 70% !important;
    margin: 0 auto 5px !important;
    padding: 5px;*/
}



.d_s_userlist_h {
    margin-bottom: 5px;
    width: 90%;
    margin: 0 auto 5px;
    background: #e3e3e3;
    border-top: solid 1px #333;
    padding-top: 5px;
}

    .d_s_userlist_h:first-child {
        /*margin-bottom: 5px;
 */
        /*border-bottom: solid 1px #f00;*/
        border: none;
    }

    .d_s_userlist_h span {
        display: inline;
        line-height: 20px;
        padding-bottom: 3px;
        font-size: 80%;
    }

.d_s_userlist span {
    display: inline;
    line-height: 20px;
    padding-bottom: 10px;
    font-size: 80%;
}

.bstatus_orange {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    color: #FFF;
    background-image: url('../Images/svg-Icons/ico-stop-btn-orange.svg');
    background-repeat: repeat-x;
    width: 106px;
    cursor: pointer;
    height: 29px;
    position: absolute;
    left: 28%;
    bottom: 10px;
}

    .bstatus_orange:hover {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        font-family: arial, helvetica, sans-serif;
        text-decoration: none;
        color: #FFF;
        background-image: url('../Images/svg-Icons/ico-stop-btn-orange-hover.svg');
        background-repeat: repeat-x;
        width: 106px;
        cursor: pointer;
        height: 29px;
        position: absolute;
        left: 28%;
        bottom: 10px;
    }

.bhandraise, .bstatus_goslow, .bstatus_gofaster, .bstatus_pause {
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    color: #000;
    width: 100px;
    cursor: pointer;
    height: 33px;
    position: absolute;
    border: solid 1px #000;
    left: 28%;
    bottom: 10px;
    font-weight: bold;
}

    .bhandraise:hover, .bstatus_goslow:hover, .bstatus_gofaster:hover, .bstatus_pause:hover {
        font-family: arial, helvetica, sans-serif;
        text-decoration: none;
        color: #000;
        background: #ff9900;
        width: 100px;
        cursor: pointer;
        height: 33px;
        position: absolute;
        border: solid 1px #000;
        left: 28%;
        bottom: 10px;
    }

.bhandraise {
    background: #ff9900;
}

    .bhandraise:hover {
        background: #ea8f06;
    }


.bstatus_goslow {
    background: #ffff00;
}

    .bstatus_goslow:hover {
        background: #ffff00;
    }

.bstatus_gofaster {
    background: #00ff00;
}

    .bstatus_gofaster:hover {
        background: #05e605;
    }

.bstatus_pause {
    background: #ff0000;
}

    .bstatus_pause:hover {
        background: #df0404;
    }

.bstatus_red {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    color: #FFF;
    background-image: url('../Images/svg-Icons/ico-stop-btn-red.svg');
    background-repeat: repeat-x;
    width: 106px;
    cursor: pointer;
    height: 29px;
    position: absolute;
    left: 32%;
    bottom: 10px;
}

    .bstatus_red:hover {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-family: arial, helvetica, sans-serif;
        text-decoration: none;
        color: #FFF;
        background-image: url('../Images/svg-Icons/ico-stop-btn-red-hover.svg');
        background-repeat: repeat-x;
        width: 106px;
        cursor: pointer;
        height: 29px;
        position: absolute;
        left: 32%;
        bottom: 10px;
    }

.pvideodiv:before {
    background: url("../Images/svg-Icons/ico-replay1.svg") 0 0 rgba(0, 0, 0, 0) !important;
    content: "";
    height: 25px;
    position: absolute;
    left: -7px;
    top: 23px;
    width: 74px;
}

.video-header {
    width: 100%;
    height: 19px;
    background-image: url('../Images/svg-Icons/video-header.png');
}

.dcontrols {
    position: relative;
}

#divslider {
    position: absolute;
    bottom: -57px;
    left: 0px;
}

.p_d_tutor_tools-main {
    padding-top: 5px;
    text-align: right;
    /*display: -webkit-inline-box;*/ /* iOS 6-, Safari 3.1-6 */
    display: inline-flex !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
}

.oltdeldiv {
    text-align: center;
    vertical-align: middle;
    min-width: 150px;
    max-width: 200px;
    min-height: 100px;
    max-height: 150px;
    position: absolute;
    top: 30px;
    right: 5px;
    border: 2px solid black;
    background: linear-gradient(to bottom, #e9e8e8 0%, #bebebe 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 5px;
    display: none;
    z-index: 110;
    color: #000000;
    overflow: hidden;
}

.oltdel_indiv {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, #e9e8e8 0%, #bebebe 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    overflow: hidden;
}

.oltdeldivtitle {
    text-align: center;
    vertical-align: middle; /* position: absolute;*/
    top: 0px;
    left: 0px;
    width: 100%;
    background: none repeat scroll 0 0 #878585;
    color: #FFFFFF;
    overflow: hidden;
    font-size: 110%;
}

.oltdeldiv_d {
    text-align: center;
    vertical-align: middle;
    position: relative; /* position: absolute;     top: 0px;     left: 0px;  overflow:hidden;   */
    background: linear-gradient(to bottom, #e9e8e8 0%, #bebebe 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 100%;
}

.oltdeldiv_un {
    color: #000000;
    vertical-align: middle;
    padding: 3px;
    font-weight: bold;
    font-size: 71%;
}

.oltdeldiv_ds {
    color: #000000;
    vertical-align: middle;
    padding: 3px;
    font-weight: bold;
    font-size: 100%;
}

.systemcheck {
    position: absolute !important;
    right: 15px;
}

    .systemcheck a:link, .systemcheck a:active, .systemcheck a:visited {
        color: #a6a4a5;
    }

/*.Screen-Share {
    font-size: 68%;
    color: #b9b9b9;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: 5px;
    width: 96% !important;
    cursor: pointer;
    padding: 0px 5px !important;
    text-align: center;
    height: 29px !important;
    background: url('../Images/svg-Icons/ico-ScreenShare.png') no-repeat;
    background-repeat: repeat-x;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: -0px;
    position: relative;
    outline: none;
}*/

/*.btn-stop{background-color: #0371ab; border-color: #cd312d; color: #ffffff; line-height: 27px; min-height: 27px;  padding: 2px 14px !important; 
          margin-top: 6px; 
             -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important; 
}
.btn-stop:hover, .btn-stop:focus, .btn-stop:active, .btn-stop.active, .open .dropdown-toggle.btn-stop{
    background-color: #7451A2;    border-color: #adadad;    color: #ccc;}*/
.systemcheck {
    position: absolute !important;
    right: 15px;
}

    .systemcheck a:link, .systemcheck a:active, .systemcheck a:visited {
        color: #a6a4a5;
    }

.Screen-Share {
    font-size: 68%;
    color: #b9b9b9;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: 5px;
    /*width: 126px !important;*/
    /*width: 126px !important;*/
    cursor: pointer;
    padding: 0px 5px !important;
    text-align: center;
    height: 29px !important;
    background: url('../Images/svg-Icons/ico-ScreenShare.png') repeat-x;
    background-repeat: repeat-x;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: -0px;
    position: relative;
    outline: none;
    border: solid 1px #323232;
}




.messageBoardc {
    background: #ebebeb;
    border: solid 1px grey;
    margin: 5px 5px 5px 25px;
    padding: 5px;
    font-size: 0.75em;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */ /* word-break: break-all;*/
    white-space: normal;
    font-size: 73%;
    line-height: 120%;
    width: 90.8%;
}

/*.dcheader {
    height: 22px;
    line-height: 22px;
    background: #212121;
    color: #c8c8c8;
    font-size: 11px;
    text-align: center;
    border-bottom: solid 1px #2d2d2d;
    text-align: center;
}*/
.dcheader1 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #212121;
    color: #c8c8c8;
    font-size: 180%;
    text-align: center;
}

.dcdownload {
    width: 100%;
    height: 20px;
    line-height: 20px;
    background: #212121;
    color: #c8c8c8;
    font-size: 120%;
    text-align: center;
}

    .dcdownload a {
        color: #ffffff;
    }

.goog-te-banner-frame.skiptranslate {
    display: none;
}

.goog-te-gadget-simple {
    background: #303946;
}

.goog-te-menu-value > span {
    color: #fff !important;
}

body {
    top: 0px !important;
    position: relative !important;
    overflow: hidden;
}

.ml10 {
    margin-left: 10px;
}

.fq_notification {
    height: 12px;
    width: 10px;
    position: absolute;
    border-radius: 15px;
    background: #f00;
    /*background: #5CE6E6;*/
    bottom: -6px;
    right: -5px;
    color: #000;
    font-size: 11px;
    padding-top: 2px;
    padding-left: 4px;
    font-weight: bold;
}

#d_p_t_fq1 {
    position: relative;
}

.d_av_pcheck {
    position: absolute;
    top: 50px;
    right: 50px !important;
    z-index: 1;
    background: #fff;
    /*background: #EBEBEB;
    /*width: 268px;*/
    right: 7px;
    height: 74px;
    border: solid 1px #ccc !important;
    border-radius: 3px;
    box-shadow: 0 1px 0 #181818;
}

.d_av_clone-wrap {
    position: relative;
    /*height: 108px;*/
}

.d_avusercon {
    min-height: 34px;
    max-height: 96px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 93%;
    margin-top: 7px;
    text-align: left;
    padding: 3px 5px 5px;
    border: solid 1px #ccc;
    margin-left: 1%;
    font-size: 1.2em;
    background: #fff;
    color: #000;
}

.d_mic_meter {
    margin: 4px auto 0px;
    text-align: center;
}

.mm_sm_value {
    width: 97%;
    position: absolute;
    left: 1%;
    bottom: 3px;
}

.d_av_rcon_header {
    background: #535353;
    height: 37px;
}

    .d_av_rcon_header > img {
        position: absolute;
        top: 11px;
        z-index: 99999;
        right: 6px;
        cursor: pointer;
        color: #fff;
    }

.d_avusercon-wrap {
    position: relative;
    clear: both;
    width: 100%;
    height: 34px;
}

.img_av_prog {
    vertical-align: top;
}

.d_avimg {
    float: left;
    width: 12%;
    padding-top: 2px;
}

.d_avtxt {
    float: right;
    text-align: left;
    width: 85%;
    padding-top: 5px;
}

.davusercon {
}

.d_av_clone-wrap {
    position: relative;
}

.davusercon-wrap {
    position: relative;
    clear: both;
    width: 100%;
    height: 34px;
    padding-top: 5px;
}



.dconftxt {
    float: left;
    font-size: 1em;
    padding: 5px 20px 0px 5px;
}

.dconfimg {
    margin-left: 5px;
    float: left;
    padding-right: 5px;
}

.dconfmem {
    float: right;
    background: #3a3a3a;
    margin-right: 5px;
    padding: 4px 10px;
    color: #fff;
    margin-top: 2px;
    padding-top: 5px;
}

.d_mic_stat_img {
    /*background: #24952c url('../Images/svg-Icons/Microphone.png') 4px 5px no-repeat;*/
    background: #474747 url('../Images/svg-Icons/Microphone.png') 4px 5px no-repeat;
    cursor: pointer !important;
    border: solid 1px #fff;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    top: 5px;
    position: absolute;
}

.dquestmark {
    z-index: 990;
}

.dquestbtn {
    z-index: 990;
}

#DColorPick {
    /*margin-left: 45px;*/
    margin-top: 4px;
    margin-right: 3px;
}

.jsad {
    background: #f00;
    width: 100px;
    height: 80px;
    float: left;
}

#d_StatusBtns {
    margin-top: -3px;
}



.handr-popun, .status-popun {
    display: block !important;
    width: 100%;
    text-align: center !important;
    font-weight: bold;
}

.handr-popm, .status-popmsg {
    display: block !important;
    width: 95%;
    text-align: center !important;
    line-height: 20px !important;
    margin: 0 auto;
}

/*.handr-time {
    display: block !important;
    width: 100% !important;
    height: 1px;
}*/

@media (min-width: 768px) and (max-width: 1024px) {
    .goog-te-gadget-icon {
        width: 17px !important;
    }

    .goog-te-gadget-simple > span {
        font-size: 9px;
    }
}

.dmuteall {
    margin-top: -2px;
}

.web_dialogshapes-top {
    top: 35px;
    left: -30px;
}

.Raise-Hand-txt {
    position: absolute;
    right: 12px;
    top: 7px;
    font-size: 13px;
    font-weight: bold;
    width: 72px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #000;
    pointer-events: none;
}

.Go-slow-txt {
    position: absolute;
    right: 9px;
    top: 7px;
    font-size: 13px;
    font-weight: bold;
    width: 61px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    pointer-events: none;
}

.Go-Faster-txt {
    position: absolute;
    right: 12px;
    top: 7px;
    font-size: 13px;
    font-weight: bold;
    width: 61px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    pointer-events: none;
}

.Stop-txt {
    position: absolute;
    right: -6px;
    top: 7px;
    font-size: 13px;
    font-weight: bold;
    width: 53px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #fff;
    pointer-events: none;
}

.div-ft {
    float: left;
    position: relative;
}

.mt4 {
    margin-top: 4px !important;
}

.confAVonoff {
    margin-top: 5px;
}

sup {
    /*vertical-align: super;*/
    /*font-size: smaller;*/
}

sup {
    font-size: smaller;
    position: relative;
    top: -0.4em;
}

.formbutton-q {
    margin-left: 4px;
    margin-top: 1px;
}

.c_tbl_pol_quest {
    padding: 10px;
    width: 95% !important;
    margin: 11px auto;
}

    .c_tbl_pol_quest tr:nth-child(2n) {
        border-bottom: solid 1px #ccc;
        margin-bottom: 5px;
    }

/*#tblpollingquest2 tr:nth-child(2n+1) {
    border-bottom: solid 1px #ccc;
}*/
.pollquestion {
    border: solid 1px #ccc;
    margin-top: 5px;
}

.c_pol_edit_quest {
    background: #858e96;
    padding: 5px 7px;
    color: #fff !important;
    margin-right: 5px;
}

.c_pol_delete_quest {
    background: #f00;
    padding: 5px 7px;
    color: #fff !important;
}

.pollquestion {
    border: solid 1px #ccc;
    margin-top: 5px;
}

tblpollingquest2 {
    padding: 10px;
    width: 95% !important;
    margin: 11px auto;
}

.c_pol_quest_td {
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

.c_pol_edbtn_td {
    padding-bottom: 5px;
}

.mr2 {
    margin-right: 2px;
}

.cm-btn {
    padding: 8px;
    border: solid 1px #666666 !important;
    display: block;
    width: 270px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: rgb(242, 242, 242);
    /*border: 1px solid rgb(102, 102, 102);*/
    font-size: 12px;
    cursor: pointer !important;
}

    .cm-btn:last-child {
        margin-bottom: 5px;
    }

.ui-dialog-titlebar {
    /*background-color: rgb(204, 204, 255) !important;*/
}

.d_pop_tAlert {
    border: solid 1px #666666;
    width: 300px;
    height: 192px;
    margin: 0 auto;
    position: absolute;
    top: 28%;
    left: 30%;
    background-color: #f7f7f7 !important;
    border-radius: 6px !important;
    z-index: 9999999;
    border-radius: 3px !important;
}


.Teacher-Alert {
    height: 36px;
    background: #ccccff;
    color: #000;
    font-weight: bold;
    padding-left: 10px;
    line-height: 36px;
    font-size: 0.9em;
    /*-webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;*/
}

.c_ok_tAlert-correct, .c_ok_tAlert-wrong {
    position: absolute;
    left: 35%;
    top: 38%;
    color: #000;
    font-weight: bold;
    width: 135px;
    height: 60px;
    background: #fff;
    z-index: 99999;
    line-height: 60px;
    padding-left: 30px;
    border-radius: 4px;
    border: solid 1px #666666;
}

    .c_ok_tAlert-correct:before, .c_ok_tAlert-wrong:before {
        content: "";
        height: 22px;
        position: absolute;
        right: 19px;
        top: 7px;
        width: 22px;
    }



    .c_ok_tAlert-correct:before {
        background: url('../Images/correct.png') no-repeat;
        margin-top: 9px;
    }

    .c_ok_tAlert-wrong:before {
        background: url('../Images/wrong.png') no-repeat;
        margin-top: 9px;
    }

.Teacher-Alert-wrapper {
    position: absolute;
    z-index: 9999;
    background: #fff;
    padding: 15px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.user_p, .user_s {
    text-align: left;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user_p {
    width: 66% !important;
}

.user_s {
    width: 97% !important;
}

.handr-popun_s, .handr-popm_s {
    font-size: 90% !important;
}

.note {
    padding-left: 50px;
    padding-top: 8px;
    color: #fff;
    font-size: .8em;
    font-weight: bold;
}

@media screen and (max-width : 1024px) {
    .note {
        font-size: .75em;
    }
}

.c_chatflip {
    margin-top: -3px;
}

.c_btnchatf {
    width: 30px;
    cursor: pointer !important;
    height: 30px !important;
    background-image: url('../Images/svg-Icons/chat-flip1.png');
    background-repeat: no-repeat;
    margin-top: -16px !important;
    position: relative;
    outline: none;
    margin-right: 8px;
    border: none;
    font-size: 0px;
    border: solid 1px #000;
    background-color: Transparent;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.c_nchatnot {
    position: absolute !important;
    right: 6px;
    top: 19px;
    color: #fff;
    background: #f00;
    z-index: 1;
    text-align: center;
    font-size: 11px;
    border-radius: 50%;
    height: 6px;
    padding: 1px 4px 2px 4px;
    min-height: 11px;
    font-weight: bold;
}

.but {
    width: 22px;
    height: 22px;
    margin-left: 4px;
    margin-top: 3px;
    border: 1px solid #6c6e70 !important;
    cursor: pointer;
    /*background: #454647 url(../Images/svg-Icons/new/ico-Pencil-New.svg) 0px 0px no-repeat;*/
}

.but1 {
}

.tool_palette {
    display: none;
    z-index: 100 !important;
    /*z-index: 999999 !important;*/
}

.bg-img-ml30 {
    margin-left: 30px;
}

.flr {
    float: right !important;
}

.mr15 {
    margin-right: 15px;
}

.pos-ab {
    position: absolute;
    left: 46%;
}

.pos1 {
    margin-left: 48px !important;
}

.pos2 {
    margin-left: 88px !important;
}

.pos3 {
    margin-left: 128px !important;
}

.handrisediv {
    width: 160px;
    height: 190px;
    position: absolute;
    right: 40px;
    background: #aaaaaa;
    padding: 10px;
    border-radius: 8px;
    z-index: 1;
    top: 70px;
    z-index: 99999;
}

ul.handrise {
    margin: 0px;
    padding: 0px;
}

.handrise li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 0px;
    text-align: left;
    /*border:solid 1px #ccc*/
}
    /*.handrise li a:hover{ background:#04b2e8;  width:100%;}*/
    .handrise li a:link, .handrise li a:active, .handrise li a:visited {
        color: #000 !important;
        /*display:flex;*/
        display: inline-block;
        cursor: pointer !important;
        padding: 0px;
        text-decoration: none;
        width: 100%;
        text-align: left;
        line-height: 40px;
    }
/*.handrise li a:hover{
    color:#fff !important;  display: inline-block; cursor:pointer !important;}*/
/*.handrise li:first-child{background:#ff9900;}*/

.icon-set {
    width: 41px !important;
    float: left;
    height: 44px;
}

.icon-pading {
    float: left;
    /*width: 114px;*/
    /*font-size: 1.3em;*/
    padding-top: 2px;
    text-align: center;
}

.num-line {
    background: #fff;
    width: 22px;
    height: 22px;
    margin-left: 6px;
    margin-top: 3px;
    text-align: center;
    line-height: 22px;
}
/*select.c_trans_select {
    margin-top: 5px;
    width: 100Px;
    background: #ccc;
}*/
/*.passageText table {
    width: 600px;
    border: solid 1px #f00;
}*/
.web_dialog_overlay {
    z-index: 999999 !important;
}
.web_dialog_overlay1
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 0 !important;
    display: none;
}
