@charset "UTF-8";
/* CSS Document */
body{
    font-family: 'Roboto', sans-serif !important;
    background: #f9f9f9;
}

.primary{
    color: #ed3237;
}
.secondary{
    color:#354b9c;
}
.prefect-yellow-color{
    color:#FFD800;
}
.prefect-blue-color{
    color:#0087E2
}
.prefect-red-color{
    color:#DF3967
}
.prefect-green-color{
    color:#5FCB33
}

.login-wrapper{
}
.login-box{
    background: rgba(255, 255, 255, 0.9);
    width: 400px;
    margin: 0 auto;
    padding: 25px;
    border-radius: 8px;
    margin-top: 150px;
}
.group_logo{
    width: 185px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 25px;
}
.field_block{
    margin-bottom: 20px;
}
.textbox{
    border:none;
    border-radius:6px;
    padding: 5px 10px;
    background: #fff;
    border: 2px solid #fff;
}
.textbox:hover{
    border:2px solid #354b9c;
}
.loginbox{
    width: 365px;
    padding: 15px;
    font-size: 18px;
}
.pswrdbox{
    width: 365px;
    padding: 15px;
    font-size: 18px;
}
.pwhelp{
}
.pwhelp a{
    color:#354b9c;
    margin-bottom: 25px;
    display: block;
}
.cpyinfo{
    text-align: center;
    font-size: 13px;
    margin-top: 30px;
    text-align: right;
}
.login_submit{
    margin-bottom: 20px;
}
.login_submit a{
    background: #354b9c;
    color: #fff;
    display: block;
    border-radius: 6px;
    text-align: center;
    padding: 16px;
    font-size: 20px;
    font-weight: bold;
}
#myVideo{
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%
}

.wrapper{
}
.header-wrapper{
    background: #ffd800;
    padding: 25px 15px;
    position: fixed;
    width: 100%;
    z-index: 2;
}
.left-wrapper{
    background: #333;
    width: 15%;
    height: 85%;
    position: fixed;
    margin: 15px;
    border-radius: 8px;
    overflow: scroll;
    margin-top: 110px;
    box-shadow: 0px 0px 8px #ddd;
}
.right-wrapper{
    margin-top: 10px;
    background: #fff;
    width: 80%;
    padding: 20px;
    border-radius: 8px 0 0 8px;
    min-height: 800px;
    box-shadow: 0px 0px 3px #ddd;
    margin-top: 110px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}
.logo_pref{
}

.mainnav{
}
.mainnav ul{
}
.mainnav ul li{
}
.mainnav ul li span{
    float:left;
}
.mainnav ul li span.icons{
    width: 24px;
    height: 24px;
    text-align: center;
    overflow: hidden;
    display: none;
}
.mainnav ul li span.text{
    padding: 3px 0;
}
.mainnav ul li a{
    color: #ccc;
    padding: 10px 15px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dotted #000;
}
.mainnav ul li a:hover{
    background: #000;
}
.mainnav ul li a.active{
    color: #fff;
    background: #0087e2;
}
.mainnav ul li ul{
}
.mainnav ul li ul li{
}
.mainnav ul li ul li a{
    padding-left: 55px;
    font-size: 13px;
    color: #ffd800;
}
.copyrin{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 0;
    font-size: 12px;
}
.partner-logo{
    position: fixed;
    right: 15px;
    bottom: 30px;
}


.pageheading{
    font-size:20px;
    font-weight:bold;
    padding: 10px 0 30px 0;
    color: #0087e2;
}
.listdrag .dragit{
    width:100%
}
.dragit{
    display: inline-block;
}
.dep-wrap{
    width: 150px;
    display: inline-block;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #f4f4f4;
    text-align: center;
    margin: 0 8px 8px 0;
}
.dep-wrap:hover{
    background: #FFD800;
}
.dep-head{
    width: 80px;
    height: 80px;
    border-radius: 300px;
    overflow: hidden;
    border:3px solid #fff;
    margin: 0 auto;
}
.dep-name{
    font-size: 18px;
    font-weight: bold;
    margin-top:10px;
    height: 60px
}
.dep-count{
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.dep-wrap a{
    display: block;
    margin-top: 10px;
    background: #f9f9f9;
    padding: 5px;
    border-radius: 4px;
    font-weight: bold;
}
.dep-wrap a:hover{
    background: #000;
    color: #FFD800
}
.dep-hdnm{
    font-size: 14px;
    font-weight: bold;
}
.dep-hdnm span{
    font-size:12px;
    font-weight:normal;
}
.pageaction a{
    display: block;
    padding: 10px 15px;
    background: #f4f4f4;
    border-radius: 4px;
    color: #0087E2;
    border: 1px solid #0087E2;
}
.pageaction a:hover{
    background-color: #0087E2;
    color:#fff;
}

.inwrapper-left{
    width:76%;
}
.inwrapper-right{
    width: 18%;
    padding: 0 24px;
    ;
    border-left: 1px solid #ddd;
    min-height: 400px;
}

.dtstmp{
    margin-bottom: 15px;
}
.dtstmp span{
    float: left;
    margin-right: 5px;
}
.status{
    margin-bottom: 20px;
}
.status span{
    float: left;
    margin-right: 10px;
    line-height: 27px;
}
.status p{
    float: left;
}
.status a{
    background: #fff;
    padding: 5px 10px;
    display: block;
    float: left;
    font-size: 13px;
    color: #999;
    border: 1px solid #ddd;
}
a.act{
    border-radius: 6px 0 0 6px;
    background: #5FCB33;
    border: green;
    color: #fff;
}
a.dact{
    border-radius: 0 6px 6px 0;
    background: #DF3967;
    color: #fff;
    border: red;
}

.dep-pic{
    width: 150px;
    height: 150px;
    border-radius: 300px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    background-image: url("../images/avatar.png");
    border: 1px solid #ddd;
}
.dep-hdinfo{
    margin-bottom: 25px;
}
.dep-hdinfo p{
    font-size: 13px;
    color: #666;
    margin-bottom: 3px;
}
.dep-hdinfo span{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.pg_valuecount {
    font-size: 18px;
    margin: 20px 0px 40px 0px;
    letter-spacing: 0.5px;
}

.tbl-datawrap{
}
.tbl-headwrap{
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}
.tbl-lister{
    padding: 10px;
    border-bottom: 1px dotted #999;
}
.tbl-lister:hover{
    background:#f9f9f9;
}
.tblvalue{
    float: left;
    margin-right: 10px;
    overflow: hidden;
    line-height: 30px;
    margin-right: 20px;
}
.tbl-charl{
    width: 150px;
}
.tbl-charxl{
    width: 200px;
}
.tbl-charm{
    width: 110px;
}
.tbl-chars{
    width: 80px;
}
.tbl-charxs{
    width: 50px;
}
.tbl-media{
    width:40px;
    height: 40px;
    border-radius: 100px;
    margin-right: 20px;
}
.tbl-media-head{
    width:40px;
}
.tbl-action{
    float: right;
    z-index: 1;
}
.tbl-action a{
    color:#0087E2;
    font-size: 14px;
    padding: 5px;
    display: block;
    position: relative;
}
.tbl-action a.active{
    color:#fff;
    font-weight: bold;
    z-index: 2;
}
.list-dactv{
    background: #FCEDF1
}
.redtxt{
    color:#DF3967 !important
}
.greentxt{
    color:#5FCB33
}
.no-entry{
    background:#BAFFF7;
}


.actc-actions{
    background: #0087e2;
    top: -10px;
    width: 180px;
    right: -12px;
    border-radius: 8px;
    padding: 40px 0px 0px 0px;
    box-shadow: 0px 0px 4px #666;
    overflow: hidden;
}
.actc-actions a{
    color:#fff;
    display: block;
    font-size: 14px;
    border-bottom: 1px dotted;
    padding: 10px 15px;
}
.actc-actions a:hover{
    background-color:#2082CE
}
.placeholder{
    text-align: center;
    padding-top: 80px;
}
.placeholder span{
    display: block;
    color: #999;
    font-size: 20px;
}
.placeholder img{
    opacity: 0.5;
}
a.plcholdr-action{
    background: #0087E2;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    text-decoration: none;
    margin: 30px;
    border-radius: 4px;
}
.popup_wrap{
    background: #fff;
    margin: 0 auto;
    width: 500px;
    margin-top: 50px;
    border-radius: 6px;
    box-shadow: 0px 0px 4px #333;
    overflow: hidden;
}
.popup_head{
    background: #0087e2;
    padding: 25px 20px;
    font-size: 18px;
    color: #fff;
}
.popup_body{
    padding: 20px;
    overflow: scroll;
    min-height: 250px;
    max-height: 480px;
    overflow: auto;
}
.popup_actions{
    padding: 20px;
    background: #fff;
}
.list-actions{
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 40px;
}

/*axtion buttons css*/
.popup_actions a, .list-actions a, .inqfl-cta a{
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 4px;
    line-height: 19px;
    background: #f9f9f9;
    margin-left: 25px;
    margin-bottom: 20px;
}
.popup_actions a:hover, .list-actions a:hover, .inqfl-cta a:hover{
    background: #f4f4f4;
}
/*axtion buttons css ends*/

.prim-act{
    color: #0087e2;
    background: #d5f1ff !important;
}
.secn-act{
    color: #999;
}
.ter-act{
    background: #FFD5E0 !important;
    color: #DF3967;
}
.popup-sheet{
    position: fixed;
    z-index: 10;
    background:rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}

.form-fld-wrap{
    margin-bottom: 25px;
}
.form_txbox{
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
}
.form_txarea{
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    resize: none;
    line-height: 20px;
}
.form_slct{
    padding: 10px 5px;
    width:100px;
}
.form_label{
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.select_xl{
    width:300px;
}
.select_m{
    width:100px;
}
.tab-wrap{
    margin-bottom: 20px;
}
.tab-wrap ul{
    border-bottom: 2px solid #0087e2;
}
.tab-wrap ul li{
}
.tab-wrap ul li a{
    float: left;
    color: #0087e2;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 4px 4px 0 0;
    margin-right: 2px;
}
.tab-wrap ul li a:hover, .tab-wrap ul li a.active{
    background: #0087e2;
    color: #fff;
}

.tablb{
    margin-bottom: 20px;
}
.tablb ul{
}
.tablb ul li{
}
.tablb ul li a{
    float: left;
    color: #000;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 10px;
    font-weight: bold;
}
.tablb ul li a:hover, .tablb ul li a.active{
    background: #ffd800;
    color: #000;
    box-shadow: 1px 1px 2px #ddd;
}

.inwrapper-body{
    padding: 15px;
}
.list-wrap{
    margin-bottom: 5px;
    line-height: 43px;
}
.mode_edit .list-wrap{
    margin-bottom: 20px;
}
.list-label{
    width: 220px;
    color: #666;
}
.list-value{
    font-weight: bold;
    max-width: 500px;
}
span.pre-calc-value{
    font-weight:normal;
    color:#999;
}
span.cta-icon{
    float:left;
    padding-right: 10px;
    height: 16px;
    display:block;
}
span.cta-text{
    float:left;
    display:block;
    line-height: 19px;
}

.popup-txbox{
    width:378px;
}
.popup-txarea{
    width: 578px;
    height: 80px;
}
.popup-txarea-s{
    width: 378px;
    height: 80px;
}
.page-frm-names{
    width:400px;
}
.page-frm-dates{
    width:150px;
}
.page-frm-snum{
    width:90px;
}
.page-frm-qty{
    width:60px;
}
.page-frm-icode{
    width:120px;
}
.page-frm-mbil{
    width:200px;
}
.page-frm-adrs{
    width: 400px;
    height: 80px;
}
.option-block{
    margin-right: 20px;
}
a.dp_mdfy{
    right: 50px;
    top: 90px;
    padding: 10px;
    background: rgba(255,255,255,0.8);
    border-radius: 30px;
}
.page-sec-hding{
    color: #df3967;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

span.senderinfo{
    display: block;
    line-height: 20px;
}
.inpagenav{
}
.inpagenav a{
    display: block;
    padding: 11px;
    margin-right: 15px;
    border-radius: 4px;
}
.inpagenav a:hover{
    background:#f4f4f4;
}
.rsd-hding{
    color: #0087e2;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 15px;
}
.frinq-binfo{
    margin-bottom: 15px;
}
.frinq-tpinfo{
    width: 250px;
    margin-right: 20px;
}
.frinq-tpinfo span{
    font-size: 16px;
    display: block;
    line-height: 22px;
    font-weight: bold;
}
.frinq-life{
    font-size: 13px;
    color: #999;
}
.frinq-dtstmp{
    font-size: 13px;
    font-weight: bold;
}
.tp-label{
    font-size: 15px !important;
    color: #666;
    font-weight: normal !important;
}
.inquerer{
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 2px 2px 0px #ddd;
}
.inqr-follow{
    background: #f9f9f9;
    border-radius: 12px;
    margin-left: 60px;
    margin-bottom: 15px;
    box-shadow: 0px -2px 0px #ddd;
}
.inqr-follow:hover{
    background: #f4f4f4;
}
.inqage{
    border-top: 1px dotted #999;
    padding-top: 15px;
}
.inqfl-heads{
    margin-right: 15px;
    background: #eee;
    padding: 8px 15px;
    border-radius: 25px;
}
.inqfl-heads span{
}
.inqfl-typ{
    background: #eee;
    padding: 8px 15px;
    border-radius: 25px;
}
.inqfl-schd{
    background: #eee;
    padding: 8px 15px;
    border-radius: 25px;
}
.flw-cmnt{
    color: #003a95;
    margin: 0 20px;
    line-height: 22px;
    text-align: justify;
    border-left: 2px solid #ddd;
    padding-left: 15px;
}
.inqfl-dtstmp{
    color: #999;
    font-size: 12px;
    line-height: 26px;
}
.inqhdr{
    padding: 20px 20px;
    font-size: 14px;
    font-weight: bold;
}
.inqftr{
    padding: 20px;
}
span.inqicn{
    margin-right: 10px;
    display: block;
    height: 18px;
    width: 18px;
}
.overdueflwp{
    background: #ffd9d9 !important;
}
.overdueflwp .inqhdr{
    color:#f00 !important;
}
.fldup{
    background:#f4f4f4;
    width: 550px;
    float: right;
    top: -35px;
    padding: 15px;
    border-radius: 12px 0 12px 12px;
    min-height: 60px;
}
.teamcmnt{
    padding: 10px 0;
    text-align: justify;
}
.flwmood{
    background: #fff;
    padding: 8px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
}
.flwup{
    width:650px;
}

.callfeed{
}
.callfeed a{
    padding: 10px;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: #f4f4f4;
    border-radius: 30px;
    margin-right: 15px;
}
.callfeed a:hover, .callfeed a.active{
    background-color:#0087E2;
}
.horz-form-wrap{
    margin-bottom:30px;
}
.horz-block{
    margin-right:20px;
}
.pageaction{
    margin:10px 0 30px 0;
}
.sentmsg{
    background: #f9f9f9;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0px -2px 0px #ddd;
    padding: 20px;
}
.sentmsg span{
    display: block;
    text-align: justify;
    margin-bottom: 15px;
}
.msgtyp{
    font-size: 12px;
    color: #999;
    background: #fff;
    padding: 5px 8px;
    border-radius: 4px;
    margin-right: 10px;
}
.fabbutton{
}
.msgcrt{
    right: 20%;
    bottom: 7%;
}
.fabbutton a{
    background: #0087e2;
    color: #fff;
    display: block;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0px 0px 12px #999;
}
.inqclosed{
    background: #ffd9d9 !important;
}
.typobox {
    background: #f4f4f4;
    top: 30px;
    z-index: -1;
    border-radius: 8px;
    height: auto;
}
.typolist.active {
    background: #d8e3c8;
}
.typolist {
    padding: 0px 25px;
    border-bottom: 1px solid #ddd;
}
.typolist.active span.typrmnm {
    color: #0E4B00;
    font-weight: bold;
}
span.typrmnm {
    font-size: 16px;
    padding: 0px 0;
    color: #666;
}
.fnclstitms {
    margin-bottom: 20px;
    max-height: 200px;
    min-height: 200px;
    overflow-y: auto;
}
.fnclstitms ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.fnclstitms ul li {
    border-bottom: 1px dotted #999;
    list-style-type: none;
    margin: 0;
    padding: 5px;
    position: relative;
}
.importerlist {
    line-height: 26px;
    text-transform: capitalize;
}
.importwidthd {
    width: 200px;
}
.oldsesswidthd {
    width: 90px;
}
.fnctyp {
    background: #ddd none repeat scroll 0 0;
    border-radius: 2px;
    color: #446700;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 5px;
}
.lgbtn{
}
.lgbtn a{
    margin-right: 50px;
    background: #fff;
    display: block;
    padding: 8px 15px;
    border-radius: 4px;
    margin-top: 5px;
}
.tbl-charxxl{
    width: 400px;
}

.pdfpopup{
    width:650px;
}

.grp-pdflist{
    margin-right: 15px;
}
.popup-pgscnt{
    width: 50px;
}
.pdfrmv{
}
.pdfrmv a{
    display: block;
    padding-top: 36px;
    padding-bottom: 8px;
}
.pdfwrap{
    padding: 20px;
    background: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.sqnc-tgl{
}
.sqnc-msg{
}
.sqnc-optn{
}
.dotmenu{
    right: 0;
    top: 0;
}
.menul-actions{
    background: #0087e2;
    top: -10px;
    width: 180px;
    right: -12px;
    border-radius: 8px;
    padding: 40px 0px 0px 0px;
    box-shadow: 0px 0px 4px #666;
    overflow: hidden;
}
.menul-actions a{
    color:#fff;
    display: block;
    font-size: 14px;
    border-bottom: 1px dotted;
    padding: 10px 15px;
}
.menul-actions a:hover{
    background-color:#2082CE
}
.noindata{
    background: #fdcdcd;
    display: inline;
    padding: 5px 10px;
    border-radius: 15px;
    color: #f00;
}
.tbl-charxxs{
    width:25px
}
.signupbox{
    background: rgba(0,0,0, 0.8);
    padding: 0% 8%;
    overflow: scroll;
    height: 100%;
    right: 0;
    color: #fff !important;
    width: 410px;
}
.sgpbox{
    padding: 50px 0;
}
.pswrdguide{
    display: block;
    font-size: 12px;
    padding: 10px 0px;
    line-height: 16px;
    color: #ff9b9b;
}
.sgpbox{
}
.sgpbox .form-fld-wrap .form_label{
    color:#fff;
}
.sgpbox .pwhelp a{
    color:#ffd800;
}
.frhd{
    font-size: 35px;
    font-weight: bold;
    color: #ffd800;
    margin-bottom: 40px;
}
.bch-logo{
    left: 20%;
    top: 25%;
}
.ahp-logo{
    left: 20%;
    top: 47%;
}
.listdrag.dragit{
    display:block !important;
}
.vdoloader {
    background: #9dc803;
    font-size: 14px;
    padding: 5px 10px;
    color: #fff;
}
.active_menu{
    border-bottom: 2px solid #0000FF !important;
}
span.instruction{
    color:#666;
    font-size: 12px;
    font-style: italic;
}
.atchdsply{
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    display: block;
    border-radius: 4px;
    margin-top: 15px;
}
.crclr{
    height:450px
}

.crc-wrap{
    background: #fff;
    box-shadow: 0px 0px 3px 1px #ddd;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.crc-wrap .list-actions{
    margin-top: 15px;
    border-top: dashed 1px #ddd;
}
.crc-wrap .list-actions a{
    margin-bottom: 0px;
}
.crc-sndr-typ{
    padding-bottom: 15px;
}
.crc-wrap:hover{
    background: #f9f9f9;
}
.crc-sndr-typ span{
    float:left;
    width: 100px;
    font-weight: bold;
    color: #666;
}
.crc-sndr-typ p{
    float:left;
}
.crc-sndr-typ p a{
    background: #ddd;
    padding: 3px 8px;
    display: block;
    float: left;
    font-size: 12px;
    margin-right: 8px;
    border-radius: 20px;
    color:#000;
}
.crc-msg{
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 2px solid #ddd;
    line-height: 20px;
    margin: 18px auto;
}
.crc-dte{
    font-size: 12px;
    color: #999;
}

.crc-atch{
    margin-bottom: 15px;
    background: #f4f4f4;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.crc-img{
    margin-right: 8px;
}
.crc-flnm{
    margin-right: 14px;
}
.crc-dwld{
}
.crc-dwld a{
}
a.vcntw{
    background:#0087e2;
    color:#fff;
    padding:5px 15px;
    font-size:12px;
    text-align:center;
    border-radius:100px;
}
.rprt_view{
    width:850px !important;
}
.rprt-vdothumb{
    width: 380px;
    margin-right: 20px;
}
.rprt-vdoblk{
    margin-bottom: 10px;
}
.rprt-vdindowrap{
    margin-bottom: 8px;
}
.rprt-vdindowrap span{
    width: 100px;
    font-weight: bold;
}
.rprt-vdindowrap p{
    font-size: 14px;
    width: 280px;
}
.rprt-statswrap{
    width: 385px;
    border-left: 1px solid #eee;
    padding-left: 20px;
}
.rprt-pie{
    text-align: center;
    margin-right: 30px;
}
.rprt-count{
    margin-bottom: 10px;
    width: 85px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 2px;
}
.rprt-count span{
    font-size: 12px;
}
.rprt-count p{
    font-size: 20px;
    font-weight: bold;
}
.vdtls a{
    padding: 10px 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.rprt-section{
    margin-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
}
.inpopup-hding{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}
.cltyplogo{
}
.vprcnt{
    width: 45px;
    background: #f9f9f9;
    padding: 10px 12px;
    border-radius: 6px;
    margin: 20px 0;
}
.vprcnt span{
    font-size: 23px;
    font-weight: bold;
}
.vprcnt p{
    font-size: 12px;
}
.rprt-listrprt{
    width: 450px;
    height: 498px;
    overflow: scroll;
    background: #f9f9f9;
    border-radius: 0px 4px 4px 0;
    border-left: 4px solid #d5f1ff;
}
.rprt-listtab{
    border-left: 1px solid #eee;
    margin-left: 15px;
    width: 120px;
    height: 498px;
    overflow: scroll;
}
.rprt-listtab{
    border-radius: 4px 0 0 4px;
}
.rprt-listtab ul{
    background: #f9f9f9;
}
.rprt-listtab ul li{
}
.rprt-listtab ul li a{
    display: block;
    padding: 10px;
    color: #000;
    font-weight: bold;
}
.rprt-listtab ul li a:hover, .rprt-listtab ul li a.active{
    background:#d5f1ff;
}
.rprt-btmbar{
    background: rgb(255,216,0);
    background: linear-gradient(53deg, rgba(255,216,0,1) 0%, rgba(223,57,103,1) 100%);
    width: 390px;
    right: 45px;
    bottom: 101px;
    height: 65px;
    padding: 15px;
    box-shadow: 0px -3px 7px #ddd;
    border-radius: 4px 4px 0 0;
}

.vlogs{
    width:250px;
}
.vlogs .dep-head{
    width: 200px;
    height: 120px;
    border-radius: 0;
}
.vlogs .dep-head img{
    width: 200px;
    height: 120px;
}
.artclad{
    right:20%;
    bottom:5%;
}
.charlimits{
    display:block;
    font-size:12px;
    color:#999;
    padding:5px 0;
}
.filedisplay{
}
.filedisplay span{
}
.filedisplay a{
}
.classlist{
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.classlist span{
}
.classlist p{
    width: 75px;
}
.imgatch{
}
.imgatch a{
    float:left;
    margin:0 7px 12px 7px
}
.searchwarp{
    margin: 13px;
    margin-right: 30px !important;
}
.srchbox{
}
.srchbox input{
    border-radius: 4px;
    border: none;
    background: #f4f4f4;
    padding: 5px;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 10px;
}
.srchbtn{
}
a.srchbtn{
    background: #333;
    color: #ffd895;
    padding: 8px 15px;
    border-radius: 2px;
    margin-left: 5px;
}

/* tq_css */

.tq-sbs{
    margin: 0px 0px 10px 0px;
}
.tq-sbs-tab{
    width: 210px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #eee;
    margin: 0px 20px 20px 0px;
    background-color: #f4f4f4;
    min-height: 100px;
}
.tq-sbs-title{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    color: #333;
}
.tq-sbs-des{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    padding: 10px 0px;
}
.tq-sbs-stitle{
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    color: #999;
}
.tq-sbs-chart{
    height: 400px;
}
.tq-sbs-det{
    margin: 10px 0px;
}
.tq-sbs-tslist{
    width: 68%;
    border-right: 1px solid #eee;
    padding: 0 1% 0 0;
}
.tq-sbs-lbox{
    width: 30%;
}
.tq-sbs-rbx{
    padding: 20px;
    background-color: #f4f4f4;
    margin: 10px 0px 20px 0px;
}
.tq-sbs-actn{
    color: #0087e2;
    margin: 0px 0px 0px 10px;
    font-size: 14px;
    font-weight: normal;
    padding: 24px 0px 10px 0px;
    line-height: 1.5;
}
.gtxt{
    color: #777;
}
.list-att{
    background-color: #f7f7f7;
}
.tq-datascroll{
    max-height: 540px;
    overflow: scroll;
}
.tq_searchwarp{
    margin: 10px 0px;
}
.tq-filter{
    margin: 0px 0px 20px 0px;
    padding: 10px;
    background-color: #f4f4f4;
}
.select_l{
    width: 125px;
}
.tq-or{
    font-size: 17px;
    color: #777;
    line-height: 1.8;
    margin: 0px 10px 0px 0px;
    padding: 40px 0px 0px 0px;
}
.fltrbtn{
    margin: 46px 0px 10px 0px;
}
.tq-rmrgn{
    margin: 10px 10px 10px 0px;
}
.tq_no_lb_found{
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 250px;
    width: 450px;
}
.tq_no_lb_found img{
    height: 250px;
    width: 450px;
}
.tq_infolit {
    margin-bottom: 15px;
}
.tq_inftyp1 {
    width: 220px;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.text-wrapping {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tq_txtbox1 {
    width: 230px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    padding: 8px 10px;
}
.pln1 {
    width: 250px;
}
.selectdown {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    padding: 8px 10px;
}
.tq_txtbox {
    width: 230px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    padding: 8px 10px;
}
.tq_dtebx {
    width: 250px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
}
.tq_inptflddate {
    width: 200px;
}
.tq_inptdate {
    font-size: 15px;
    font-family: roboto;
    padding: 7px 10px;
    color: #333;
    border: none;
    width: 180px;
    border-radius: 4px;
}
.tq_clndricon {
    margin: 5px 10px;
}
.plnxs{
    width: 70px;
    margin-right: 20px;
}
a.tq_pgprimact {
    background: #0087e2;
    color: #fff;
    border-radius: 4px;
}
.tq_pgftr a {
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 500;
    margin-right: 10px;
    letter-spacing: 0.5px;
}
a.tq_pgsecact {
    background-color: #999;
    color: #fff;
    border-radius: 4px;
}
.tq_tpmrgn30 {
    margin-top: 30px;
}
.tq_chkbx{
    margin-right: 30px;
}
input.chkbx{
    width : 18px;
    height : 18px;
    margin: 8px 5px 0px 0px;
    padding: 0px;
}
.chkbxlbl{
    font-size: 18px;
    line-height: 1.3;

}
.support-bx{
    margin: 0px 0px 20px 0px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.sbg1{
    background-color: #fffeed;
}
.sbg2{
    background-color: #f9f9f9;
}
.sbg3{
    background: #FFEAEA;
}
.sbg4{
    background: #FCEDF1;
}
.sbx-l{
    width: 67%;
    padding-right: 3%;
    border-right: 1px solid #ddd;
}
.sbx-r{
    width: 27%;
    padding-left: 2%;
}
.sbx-heading{
    padding: 0px 0px 20px 0px;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 1.5;
}
.sbx-rw{
    padding: 14px 0px 10px 0px;
}
.sbx-title{
    padding: 0px 0px 6px 0px;
    font-size: 13px;
    color: #777;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.5px;
}
.sbx-con{
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
}
.sbx-rw-border{
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 20px 0px;
}
.sbx-col{
    width: 22%;
    padding-right: 3%;
}
.sbx-rw-dt{
    padding: 20px 0px 0px 0px;
}
.sbx-dtime{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    /*! padding: 0px 20px 0px 0px; */
    line-height: 2.0;
}
.sbx-btn{
    padding: 6px 16px;
    color: #333;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #333;
    font-size: 13px;
}
.sbx-btn:hover{
    background-color: #333;
    color: #fff;
}
.sbx-attbx{
    margin: 6px 0px 0px 0px;
    height: 300px;
    width: 300px;
}
.sbx-attbx img{
    height: 300px;
    width: 300px;
    object-fit: cover;
    cursor: pointer;
}
.sbx-res{
    height: 32px;
    width: 32px;
    margin-right: 3px;
}
.sbx-res img{
    height: 24px;
    width: 24px;
    padding: 4px;
}
.sbx-btn1{
    display: block;
    padding: 6px 15px;
    border-radius: 4px;
    color: #0087E2;
    border: 1px solid #0087E2;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.sbx-btn1:hover{
    background-color: #0087e2;
    color: #fff;
    cursor: pointer;
}
.lmrgn10{
    margin-left: 10px;
}
.sbx-btn2{
    display: block;
    padding: 6px 15px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #0087E2;
    background-color: #0087e2;
    cursor: pointer;
    line-height: 1.3;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.lb_header_wrapper {
    background: #FFF;
    padding: 25px 0px 25px 0px;
    width: 100%;
    z-index: 2;
}
.lb_logo{
    height: 47px;
    width: 150px;
}
.lb_logo img{
    height: 47px;
    width: 150px;
}
.lb_wrapper{
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
    position: fixed;
    top: 0;
    left: 0;
}
.lb_container{
    margin: 1% 5% 2% 5%;
}
.lb_uh1{
    text-align: center;
    font-size: 40px;
    color: #333;
    font-weight: bold;
    /*! margin: 20px 0px; */
}
.lb_lbx{
    width: 50%;
}
.lb_rbx{
    width: 50%;
}
.lbsleft_bx{
    width: 90%;
    margin: 5%;
}
.con_col1s{
    width: 150px;
}
.con_row{
    margin-bottom: 15px;
}
.rw1con{
    font-size: 15px;
    color: #777;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 1px;
    padding: 5px;
}
.rw2con{
    font-size: 15px;
    color: #333;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 1px;
    padding: 5px;
    width: 260px;
}
.rwhdng {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.5px;
    padding: 10px 5px;
}
.colxs{
    width: 100px;
}
input.inp_radio {
    height: 16px;
    width: 16px;
    margin: 0px 2px;
}
.lb_scamera{
    width: 568px;
    height: 425px;
    left: 0px;
    background-color: #333333;
    border-radius: 2px;
    margin: auto;
}
.lb_onoffbtn {
    margin: auto;
    width: 140px;
}
.lb_onoff{
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.16);
    margin: 10px 10px;
    border: 1px solid #fff;
    cursor: pointer;
}
.lb_onoffbtn_rw{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.lb_scamera{
    position: relative;
}
.lb_onoff img{
    height: 24px;
    width: 24px;
    padding: 12px;
}
.oniconbtn{
    background-color: rgba(255, 255, 255, 0.16);
}
.oniconbtn:hover{
    background-color: rgba(255, 255, 255, 0.4);
}
.officonbtn{
    background-color: rgba(255, 0, 0, 1);
}
.txtcntr{
    text-align: center;
}
.tpmrgn20{
    margin-top: 20px;
}
.actnbtn{
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 500;
    margin-right: 10px;
    letter-spacing: 0.5px;
    border: 1px solid #0087e2;
    border-radius: 4px;
}
.actnbtn1{
    font-size: 14px;
    padding: 10px 12px;
    font-weight: 400;
    margin-right: 10px;
    letter-spacing: 0.5px;
    border: 1px solid #0087e2;
    border-radius: 4px;
}
.actnbtn1_act{
    background-color: #0087e2;
    color: #fff;
}
.primbtn{
    background: #0087e2;
    color: #fff;
}
.actnbtn:hover{
    background: #0087e2;
    color: #fff;
}
.actnbtn1:hover{
    background: #0087e2;
    color: #fff;
}
.secbtn{
    background: rgba(0, 135, 226, 0.1);
}
.cntrbtn{
    margin: auto;
    width: 230px;
}
.sbg3{
    background-color: #E0FFD3;
}
.lb_white_header_wrapper{
    background: #FFFCED;
    z-index: 2;
    padding: 1.5% 0%;
    height: 7%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.lb_prilogo{
    margin: 0px 15px;
    height: 47px;
    width: 150px;
}
.lb_prilogo img{
    height: 47px;
    width: 150px;
}
.lb_priheader_con{
    margin: 0px 15px;
}
.header_hdng{
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.header_sbhdng{
    font-size: 15px;
    color: #333;
    line-height: 1.3;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.live_dot {
    height: 10px;
    width: 10px;
    background-color: #FF0000;
    border-radius: 50%;
    margin: 10px 5px 5px 10px;
}
.lbs-container{
    width: 100%;
    position: fixed;
    left: 0;
    top: 12%;
}
.lb_leftwrapper{
    background: #fff;
    width: 76%;
    height: 76%;
    position: fixed;
}

.lb_rightwrapper{
    background: #f7f7f7;
    width: 24%;
    height: 88%;
    position: fixed;
    overflow: scroll;
    right: 0;
}

.lb_btmbx {
    background: #fff;
    width: 73%;
    height: 5%;
    position: fixed;
    bottom: 0%;
    padding: 2% 1.5%;
    /*! opacity: 0.1; */
}
.rdbtn{
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 500;
    margin-right: 10px;
    letter-spacing: 0.5px;
    background-color:#ff0000;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #ff0000;
}
.handraise{
    height: 36px;
    width: 36px;
    border: 1px solid #0087e2;
    border-radius: 50%;
    background: rgba(0, 135, 226, 0.1);
    position: relative;
    margin: 0px 10px;
}
.handraise img{
    height: 24px;
    width: 24px;
    padding: 6px;
}
.handraise:hover{
    background-color: #0087e2;
    cursor: pointer;
}
.handraise_act{
    background-color: #0087e2;
}
.ucount{
    padding: 3px 4px;
    background-color: #ff0000;
    position: absolute;
    right: -10px;
    top: 0;
    border-radius: 50%;
    min-width: 10px;
    height: 12px;
    font-size: 10px;
    color: #fff;
    display: none;
}
.lbcirclebtn{
    height: 36px;
    width: 36px;
    border-radius: 50%;
    cursor: pointer;
}
.lbcirclebtn img{
    height: 24px;
    width: 24px;
    padding: 6px;
}
.mrgnl10{
    margin-left: 10px;
}
.bgblackbtn{
    background: rgba(0, 0, 0, 0.075);
    border: 1px solid #333;
}
.callendbtn{
    border: 1px solid #333;
}
.callendbtn:hover{
    box-shadow: 0px 6px 6px #ddd;
}
.bgblackbtn:hover{
    background: #fff;
}
.rdbgbtn{
    background-color: #ff0000;
    border: 1px solid #ff0000;
}
.lb_topfxbtn_rw{
    height: 50px;
    background: #E0F2FF;
    width: 24%;
    position: fixed;
    z-index: 2;
}
.lb_topfxbtn{
    width: 50%;
    padding: 16px 0px;
    text-align: center;
    font-size: 14px;
    background: #E0F2FF;
    color: #0087e2;
    cursor: pointer;
}
.primlb_topfxbtn{
    background-color: #0087e2;
    color: #fff;
}
.lb_topfxbtn:hover{
    background-color: #0087e2;
    color: #fff;
}
.lb_stud_listbx{
    background-color: #fff;
    width: 94%;
    padding: 3%;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}
.lb_stud_listbx:hover{
    background-color: #f4f4f4;
}
.lb_stud_list_wrapper{
    margin-top: 100px;
    /*! padding-bottom: 15px; */
}
.lb_stud_listbx_col1{
    width: 75%;
}
.lb_stud_listbx_col2{
    width: 24%;
}
.lb_stud_image_col{
    margin-right: 16px;
}
.lb_stud_img{
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 1px solid #333;
    background-color: #fff;
    position: relative;
}
.lb_stud_img_img{
    height: 48px;
    width: 48px;
    border-radius: 50%;
}
.lbcirclebtn_s{
    height: 16px;
    width: 16px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: -5px;
    bottom: 0;
}
.lbcirclebtn_s img{
    height: 12px;
    width: 12px;
    padding: 2px;
}
.lbcirclebtn_xs{
    height: 12px;
    width: 12px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: -5px;
    bottom: 0;
}
.lbcirclebtn_xs img{
    height: 12px !important;
    width: 10px !important;
    padding: 1px;
}
.bgwbtn{
    background: rgba(255, 255, 255, 1);
    border: 1px solid #333;
}
.bgwbtn:hover{
    background-color: #fff;
}
.lb_stud_name{
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    color: #333;
}
.lb_stud_det{
    font-size: 13px;
    line-height: 1.5;
    font-weight: normal;
    color: #777;
}
.lb_stud_name_col{
    width: 65%;
}
.bxbgred{
    background-color: #FFE3E3;
}
.lb_absent_con{
    color: #ff0000;
    font-size: 13px;
    font-weight: normal;
    padding: 16px 0px;
}
.lc_screen{
    height: 76%;
    width: 76%;
    position: fixed;
    background-color: #333;
}
.lb_white_board{
    height: 71%;
    width: 73%;
    position: fixed;
    background-color: #fff;
    margin: 1% 1%;
}
.lb_board{
    height: 76%;
    width: 76%;
    position: fixed;
    overflow: hidden;
    display: none;
}
.rb_board{
    height: 76%;
    width: 76%;
    position: fixed;
    overflow: hidden;
}
.lb_subtopic{
    padding: 15px 10px;
    line-height: 1.5;
    width: 75%;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 2;
}
.lb_hdngrw{
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 1.5;
    font-weight: bold;
    padding-top: 50px;
}
.lb_wb_camera_img{
    height: 150px;
    width: 250px;
    border-radius: 6px;
    border: 1px solid #333;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #333;
    cursor: move;
    overflow: hidden;
}
.lb_wb_camera_img_img{
    height: 150px;
    width: 250px;
    border-radius: 6px;
    object-fit: cover;

}
.lb_wb_camera_det{
    padding: 5px;
    min-width: 245px;
    max-width: 245px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 0;
}
.lb_tprof{
    border: 1px solid #fff;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    margin-right: 10px;
    position: relative;
}
.lb_tprof1{
    position: relative;
    height: 32px;
    width: 32px;
    margin-right: 10px;
}
.lb_tprof1_img{
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.lb_tprof_det{
    width: 180px;
    margin-left: 5px;
}
.lb_tprof_name{
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.lb_tprof_sub{
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.bxbgylw{
    background-color: #FFFAE0;
}
.lb_handraise_stud{
    height: 50px;
    width: 22px;
}
.lb_handraise_stud img{
    height: 20px;
    width: 20px;
    margin: 15px 1px;
}
.lb_handraise_stud1{
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin: 14px 1px;
    border-radius: 50%;
}
.lb_handraise_stud1 img{
    height: 20px;
    width: 20px;
}
.lb_handraise_stud1:hover{
    box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}
.lb_board_img{
    height: 76%;
    width: 75%;
    position: fixed;
    object-fit: cover;
}
.lb_teacher_detail{
    position: absolute;
    left: 10px;
    bottom: 30px;
    z-index: 2;
}
.lb_dbtclearbx{
    width: 100%;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    padding: 15px 0px;
    text-align: center;
    font-weight: 400;
}
.lb_chat_container{
    height: 80vh;
    padding: 0% 1%;
    position: fixed;
    width: 100%;
    overflow: auto;/*! flex: 1; */
    margin-top: 0px;
}
.lb_chat_con{
    margin-top: 50px;
    /*! background-color: #333; */
    /*! padding-bottom: 20px; */
}
.lb_btmbx_chat{
    background: #fff;
    width: 100%;
    height: 9vh;
    position: fixed;
    bottom: 0%;
    padding: 2% 1.0%;
    box-shadow: 0px 3px 3px #ddd;
}
.lb_chat_txtbx{
    width: 70vh;
    /*! border: 1px solid #999; */
    /*! border-radius: 20px; */
    /*! height: 10vh; */
    /*! padding-top: 0%; */
    /*! padding-bottom: 0%; */
    /*! padding-left: 2%; */
    /*! padding-right: 2%; */
    /*! display: flex; */
    /*! flex-direction: row; */
    /*! justify-content: center; */
}
.lb_chat_send_bx{
    width: 10%;
    height: 36px;
    padding-left: 2%;
    padding-right: 2%;
    cursor: pointer;
}
.attachment-icon{
    height: 24px;
    width: 12%;
    border-radius: 50%;
    cursor: pointer;
}
.attachment-icon img{
    height: 24px;
    width: 24px;
    border-radius: 50%;
    cursor: pointer;
}
.lb_chat_send{
    height: 36px;
    width: 36px;
    background-color: #fff;
    box-shadow: 0px 0px 3px #ddd;
    border: 1px solid #999;
    border-radius: 50%;
}
.lb_chat_send img{
    height: 24px;
    width: 24px;
    padding: 6px 4px 6px 8px;
}
.lb_chat_send:hover{
    background: rgba(0, 135, 226, 0.1);
}
.lb_chat_txt{
    margin-left: 4%;
    width: 70%;
}
.lb_chat_txtinpt{
    border: none;
    width: 100%;
    font-size: 13px;
    color: #333;
    padding: 4px 4px;
    outline: none;
}
.lb_msg_rw{
    width: 100%;
    word-wrap: break-word;
}
.message_bx{
    margin: 10px 10px 0px 0px;
    width: 80%;
}
.lb_tprof_det_chat {
    width: 140px;
    margin: 0px 5px;
}
.lb_tprof_name_chat {
    font-size: 13px;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.lb_msg_txtbx{
    margin-top: 10px;
    /*! border: 1px solid #333; */
    padding: 8px;
    border-radius: 0px 14px 14px 14px;
    color: #333;
    line-height: 1.3;
    font-weight: normal;
    font-size: 13px;
    background-color: #f9f9f9;
}
.lb_tprof_chat {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    margin-right: 0px;
    position: relative;
}
.lb_msg_txtbx2 {
    margin-top: 5px;
    padding: 8px;
    border-radius: 10px 0px 10px 10px;
    color: #000;
    line-height: 1.3;
    font-weight: normal;
    font-size: 13px;
    background-color: #ffeeff;
}
.lb_tprof_name_chat2 {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.lb_tprof_sub2 {
    font-size: 11px;
    color: #333;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.lb_chat_time{
    font-size: 11px;
    color: #333;
    font-weight: normal;
    line-height: 1.5;
    padding: 5px 0px 0px 0px;
}
.lb_chat_time2{
    font-size: 11px;
    color: #000;
    font-weight: normal;
    line-height: 1.5;
    padding: 5px 0px 0px 0px;
}
.lbcirclebtn2 {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.lbcirclebtn2 img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
}

/* Santosh sir css start */

.video_scale{
    transform: scaleX(-1);
}
.video_margin{
    height:-moz-calc(100% + 2px);
    height:calc(100% + 0px);
    left:0px;
    pointer-events:none;
    position:absolute;
    top:0px;
    width:-moz-calc(100% + 2px);
    width:calc(100% + 0px);
}
.lrgvideo_margin{
    /*! height:-moz-calc(100% + 2px); */
    /*! height:calc(100% + 0px); */
    left:0%;
    pointer-events:none;
    position:absolute;
    top:-25%;
    width:-moz-calc(100% + 0px);
    width:calc(100% + 0px);
}
.rrgvideo_margin{
    /*! height:-moz-calc(100% + 2px); */
    /*! height:calc(100% + 0px); */
    left:0%;
    pointer-events:none;
    position:absolute;
    top:-25%;
    width:-moz-calc(100% + 0px);
    width:calc(100% + 0px);
}
.yX8vie {
    cursor:default;
    overflow:hidden;
    text-overflow:ellipsis;
    width:100%;
    text-align: center;
}
.vWXIE {
    color:#fff;
    font-size:22px;
    line-height:32px;
    position:absolute;
    top:180px;
    width: 100%;
}
.waves{
    position: absolute;
    top: 90%;
    left: 10%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}
.waves span{
    height: 20px;
    width: 2px;
    margin-right: 5px;
    background-color: white;
    animation: loading 1s linear infinite;
}
span:nth-child(1){
    animation-delay: 0.1s;
}
span:nth-child(2){
    animation-delay: 0.2s;
}
span:nth-child(3){
    animation-delay: 0.3s;
}
span:nth-child(4){
    animation-delay: 0.4s;
}
span:nth-child(5){
    animation-delay: 0.5s;
}

@keyframes loading {
    0%{
        height: 0;
    }
    25%{
        height: 12px;
    }
    50%{
        height: 15px;
    }
    100%{
        height: 0;
    }

}
#confirmOverlay{
    background:linear-gradient(rgba(11,11,11,.1),rgba(11,11,11,.6)) repeat-x rgba(11,11,11,.2);
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:100000
}
#confirmBox{
    left:50%;
    margin:-130px 0 0 -230px;
    position:fixed;
    top:50%
}
.popup-top{
    background:#0087e2;
    padding:10px
}
.popup-top h2{
    color:#fff!important;
    display:block;
    float:left;
    font-size:18px;
    font-weight:700;
    line-height:normal;
    margin:0!important;
    padding:0
}
.popup-top .close{
    background:rgba(0,0,0,0);
    display:block;
    float:right;
    padding:10px
}
.popup-body{
    padding:10px
}
.close-pop{
    border-top:1px solid #e6e6e6;
    line-height:26px;
    margin-top:10px;
    padding-top:10px
}
.popup_newwrap{
    border-radius: 4px;
    width:1020px;
    background:#fff;
    font-size:14px;
    margin:0 auto;
    overflow:hidden;
    padding:0;
    position:relative
}
.clasmov{
    width:465px
}
.acbtns{
    float:right;
    margin:0 0 0 20px
}



#chat_content{/*! max-height: 76%; */
}




/* santosh sir added css close */

.record-time{
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding: 6px 10px 4px 2px;
    margin: 0px 0px 0px 10px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.lb_chat_doc{
    padding: 10px;
    background-color: rgba(0,0,0, 0.1);
    border-radius: 2px;
}
.lb_chat_doc2{
    padding: 10px;
    background-color: rgba(255,255,255, 0.7);
    border-radius: 2px;
}
.lb_dwnldprt{
    height: 32px;
    width: 32px;
    cursor: pointer;
}
.lb_dwnldprt img{
    height: 32px;
    width: 32px;
    cursor: pointer;
}
.lb_attach{
    padding: 7px 6px 0px 6px;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}
.lb_ntwk_conn_lost{
    font-size: 15px;
    color: rgba(255,0,0,1);
    background-color: rgba(255,0,0,0.16);
    padding: 10px 10px;
    position: absolute;
    top: 30px;
    left: 42%;
    border-radius: 4px;
    width: 16%;
    text-align: center;
}
.lb_ntwrk{
    font-size: 15px;
    color: #5fcb33;
    /*! padding: 10px 10px; */
    position: absolute;
    top: 30px;
    left: 35%;
    /*! border-radius: 4px; */
    width: 30%;
}
.lb_ntwk_conn_lost_bx{
    background-color: rgba(255,0,0,0.16);
    border-radius: 2px;
    width: 250px;
    margin: auto;
}
.lb_ntwk_conn_bx{
    background-color: rgba(95,203,51,0.16);
    border-radius: 2px;
    width: 250px;
    margin: auto;
}
.lb_ntwrk_txt{
    font-size: 15px;
    padding: 10px 10px 10px 5px;
}
.rdtxt{
    color: #ff0000;
}
.grntxt{
    color: #5fcb33;
}
.lb_ntwrk_img{
    height: 38px;
    width: 38px;
    margin-left: 10px;
}
.lb_ntwrk_img img{
    height: 24px;
    width: 24px;
    padding: 7px;
}
.lb_placeholder{
    margin: auto;
    width: 100%;
    position: absolute;
    left: 25%;
    top: 35%;
}
.lb_placeholder{
    height: 50%;
    width: 50%;
}
.lb_place_cir{
    background-color: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: auto;
    padding: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 1.1;
    color: #0087e2;
}
.lb_plceholder_txt{
    line-height: 1.5;
    font-size: 15px;
    width: 260px;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 20px 0px 0px 0px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.lb_stud_join_left{
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #333;
    font-size: 15px;
    background-color: #ddd;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
    padding: 8px 12px;
    border-radius: 3px;
    display: none;
    z-index: 1;
}
.lb_sharescrn_bx{
    position: absolute;
    height: 56%;
    width: 50%;
    left: 25%;
    top: 22%;
    border-radius: 6px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,0.5);
}
.lb_sscrn_icon_rw{
    width: 100%;
}
.lb_sscrn_icon{
    width: 60px;
    height: 60px;
    margin: auto;
    padding: 6%;
}
.lb_sscrn_icon img{
    width: 60px;
    height: 60px;
}
.lb_sscrn_txt{
    line-height: 1.5;
    font-size: 20px;
    width: 260px;
    color: #fff;
    text-align: center;
    margin: auto;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.sscrn_btn_rw{
    width: 100%;
}
.sscrn_btn{
    width: 150px;
    padding: 10px 12px;
    font-size: 15px;
    color:#fff;
    background-color: #0087e2;
    border-radius: 4px;
    margin: auto;
    margin-top: 6%;
    text-align: center;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.16);
}
.lb_funav_wrapper{
    position: fixed;
    width: 24%;
    top: 12%;
    right: 0;
    height: 50px;
    background-color: #f4f4f4;
    border-radius: 0px 0px 0px 6px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.16);
    /*! padding: 6px 0px; */
}
.lb_funav_bx{
    width: 22%;
    padding: 2% 4%;
    /*! padding: 6px 0px; */
}
.lb_funav_bx2{
    width: 32%;
    padding: 0% 4%;
}
.lb_funav_time{
    color: #777;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.5;
    padding: 9px 0px;
}
.lb_funav_bx:hover{
    background: rgba(0, 135, 226, 0.1)
}
.lb_rgt_header{
    height: 50px;
    background: #f4f4f4;
    width: 22%;
    position: fixed;
    z-index: 2;
    padding: 0% 1%;
}
.lb_rgt_cancel{
    height: 32px;
    width: 32px;
    border-radius: 50%;
    padding: 9px 0px;
}
.lb_rgt_cancel img{
    height: 32px;
    width: 32px;
    cursor: pointer;
}
.lb_rgt_heading{
    color:#777;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    padding: 7px 0px;
}
.lb_snav_searbar_rw{
    height: 50px;
    background: #f4f4f4;
    width: 22%;
    position: fixed;
    z-index: 2;
    padding: 0% 1%;
    margin-top: 50px;
}
.lb_snav_searbar_bx{
    width: 100%;
    border:1px solid #777;
    border-radius: 4px;
    height: 32px;
    margin: 8px 0px;
}
.lb_snav_searbar_icon{
    height: 32px;
    width: 32px;
}
.lb_snav_searbar_icon img{
    height: 24px;
    width: 24px;
    padding: 4px;
    border-radius: 0px 4px 4px 0px;
}
.lb_snav_searbar_icon:hover{
    background-color: #ddd;
    cursor: pointer;
}
.lb_snav_searbar{
    width: 80%;
}
.lb_searchbar{
    width: 100%;
    border: none;
    padding: 6px 0px;
    font-size: 16px;
    color: #777;
    font-weight: normal;
    outline: none;
    background-color: #f4f4f4;
    border-radius: 4px 0px 0px 4px;
    margin: 0% 4%;
}
.circle_ripple, .rcircle_ripple{
    background-color: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: auto;
    padding: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 1.1;
    color: #0087e2;
    -webkit-animation: ripple 0.8s linear infinite;
    animation: ripple 0.8s linear infinite;
}
@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(34,34,34, 0.2), 0 0 0 1em rgba(34,34,34, 0.3);
    }
    100% {
        box-shadow: 0 0 0 1em rgba(0,0,0, 0.2), 0 0 0 2em rgba(0,0,0, 0.3);
    }
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(34,34,34, 0.2), 0 0 0 1em rgba(34,34,34, 0.3);
    }
    100% {
        box-shadow: 0 0 0 1em rgba(0,0,0, 0.2), 0 0 0 2em rgba(0,0,0, 0.3);
    }
}
video::-webkit-media-controls {
    display:none !important;
}
.lb_handraise_stud1{
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin: 14px 1px;
    border-radius: 50%;
}
.lb_handraise_stud1 img{
    height: 20px;
    width: 20px;
}
.lb_handraise_stud1:hover{
    box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}
.lb_wb_canvas{
    /*height: 100%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;*/
}
.lb_wb_header{
    position: fixed;
    top: 0;
    left: 0;
    padding: 2% 2%;
    width: 96%;
    z-index: 2;
}
.lb_wb_prilogo{
    height: 47px;
    width: 150px;
}
.lb_wb_prilogo img{
    height: 47px;
    width: 150px;
}
.lb_wb_tools{
    position: fixed;
    left: 1.5%;
    top: 13%;
    border: 1px solid #0087e2;
    border-radius: 40px;
    background: rgba(0, 135, 226, 0.1);
}
.whiteboard {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor:none
}
.lb_wb_tools_col{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    /*! border: 1px solid #333; */
    margin: 10px 6px;
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.16);
    cursor: pointer;
}
.lb_wb_tools_col img{
    height: 24px;
    width: 24px;
    padding: 8px;
}
.lb_wb_footer_wrapper{
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1.5% 0%;
    width: 98.5%;
    margin: 0% 0% 0% 1.5%;
}
.lb_wb_export{
    padding: 0px 2px;
    background: rgba(0, 135, 226, 0.1);
    border-radius: 4px;
}
.tq_wb_inftyp1 {
    /*! width: 100px; */
    line-height: 30px;
    color: #666;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 3px 5px;
}
.lb_wb_plns{
    width: 100px;
    margin: 0px 10px;
}
.lb_wb_zoombx{
    height: 47px;
    width: 47px;
    border-radius: 50%;
    background: rgba(0, 135, 226, 0.07);
    cursor: pointer;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.16);
}
.lb_wb_zoombx img{
    height: 32px;
    width: 32px;
    padding: 7.5px;
}
.lb_wb_zoom_rw{
    background: rgba(0, 135, 226, 0.1);
    border-radius: 30px;
    margin: 0px 10px;
}
.lb_wb_zoom_txt{
    font-size: 15px;
    font-weight: normal;
    color: #0087e2;
    padding: 15px;
}
.lb_wb_addwb{
    position: fixed;
    width: 24%;
    background-color: #fff;
    height: 100%;
    overflow: scroll;
    right: 0;
    top: 0;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.16);
}
.lb_wb_addwb_header{
    padding: 25px 0%;
    width: 100%;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.07);
    height: 40px;
}
.lb_wb_addwb_heading{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    padding: 2px 15px;
    letter-spacing: 0.5px;
}
.lb_wb_addwb_list{
    margin-top: 90px;
    padding: 6%;
}
.lb_wb_lwb{
    margin: 20px 0px;
    width: 100%;
    height: 200px;
    border: 1px solid #999;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
}
.lb_wb_list_container {
    height: 88%;
    padding: 0% 1%;
    background-color: #f4f4f4;
    position: fixed;
    width: 22%;
    overflow: auto;
    margin-top: 7%;
}
.lb_wb_lwb_addbtn{
    margin: 50px 0px;
    width: 100%;
}
.lb_wb_lwb_addbtn1{
    padding: 10px 12px;
    border-radius: 30px;
    font-size: 15px;
    font-size: 15px;
    border: 1px solid #0087e2;
    margin: auto;
    width: 100px;
    text-align: center;
    color: #0087e2;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    cursor: pointer;
    background: rgba(0, 135, 226, 0.1);
}
.lb_wb_lwb_addbtn1:hover{
    background-color: #0087e2;
    color: #fff;
}
.lb_wb_lwb_delete{
    height: 32px;
    width: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: rgba(0,0,0,0.07);
    border-radius: 2px;
    cursor: pointer;
}
.lb_wb_lwb_delete img{
    height: 24px;
    width: 24px;
    padding: 4px;
}
.lb_wb_lwb_delete:hover{
    background-color: rgba(0,0,0,0.16);
}
.lb_wb_lwb:hover{
    box-shadow: 0px 2px 2px rgba(0,0,0,0.16);
    cursor: pointer;
    border: 1px solid #333;
}
.lb_wb_act_tools{
    background-color: #0087e2;
}
.lb_wb_tools_optbx{
    position: absolute;
    left: 6%;
    top: 13%;
    padding: 10px 20px;
    border-radius: 6px;
    background: rgba(0, 135, 226, 0.07);
    width: 286px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.14);
    display: none;
}
.lb_wb_tools_opt_rw{
    margin: 20px 0px;
}
.lb_wb_tools_opt_title_rw{
    font-size: 12px;
    font-weight: 500;
    color: #777;
    margin-bottom: 8px;
    text-transform:uppercase;
    letter-spacing: 0.5px;
}
.lb_wb_opt_icon_bx{
    height: 32px;
    width: 32px;
    margin-right: 10px;
    border-radius: 4px;
    /*! background-color: #fff; */
    box-shadow: 0px 1px 1px rgba(0,0,0,0.10);
    cursor: pointer;
}
.lb_wb_opt_color_bx {
    height: 32px;
    width: 32px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.10);
}
.lb_wb_opt_color{
    height: 24px;
    width: 24px;
    margin: 4px;
    cursor: pointer;
    border-radius: 50%;
}
.lb_wb_opt_color_wh{
    background-color: #fff;
}
.lb_wb_opt_color_blk{
    background-color: #000;
}
.lb_wb_opt_color_rd{
    background-color: #ff0000;
}
.lb_wb_opt_color_ylw{
    background-color: #FFD800;
}
.lb_wb_opt_color_blue{
    background-color: #0087e2;
}
.lb_wb_opt_color_grn{
    background-color: #5fcb33;
}
.lb_wb_opt_color_vlt{
    background-color: #A52A2A;
}
.lb_wb_opt_icon_bx img{
    height: 24px;
    width: 24px;
    padding: 4px;
}
.bgwh{
    background-color: #fff;
}
.lb_wh_opt_fsz{
    font-size: 16px;
    text-align: center;
    padding: 7px 0px;
    color: #0087e2;
    background-color: #fff;
    border-radius: 4px;
}
.lb_wh_opt_fsz_act{
    color: #fff;
    background-color: #0087e2;
}
.lb_wh_opt_fsz:hover{
    color: #fff;
    background-color: #0087e2;
}
.minivideo_margin{
    /*! height:-moz-calc(100% + 2px); */
    /*! height:calc(100% + 0px); */
    left:0%;
    pointer-events:none;
    position:absolute;
    top:-25%;
    width:-moz-calc(100% + 0px);
    width:calc(100% + 0px);
}
.lb_browser_alert{
    /*! margin: 20px 0px; */
    padding: 10px;
    background-color: #FFFCED;
    border-radius: 6px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.16);
}
.lb_bulb{
    height: 100px;
    width: 60px;
    margin: 0px 20px 0px 10px;
}
.lb_bulb img{
    height: 100px;
    width: 60px;
}
.lb_browser_col{
    padding: 5px 10px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.05);
    cursor: pointer;
    margin-right:10px;
}
.lb_browser_col:hover{
    background-color: rgba(0,0,0,0.16);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.10);
}
.lb_browser_icon{
    height: 24px;
    width: 24px;
    margin-right: 10px;
}
.lb_browser_icon img{
    height: 24px;
    width: 24px;
}
.lb_browser_txt{
    color: #0087e2;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    padding: 3px 0px 0px 0px;
}
.lb_start_wrapper{
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
    background-color: #FFF;
}

@media screen and (max-width:1400px) {
    .lb_scamera {
        width: 500px;
        height: 375px;
        left: 0px;
    }
    .con_row {
        margin-bottom: 10px;
    }
}

#fileInput{
    display: none;
}
.lb_attach_pbar_bx{
    position: absolute;
    top: 77%;
    right: 0;
    width: 92%;
    margin: 0% 4%;
    color: #ff0000;
    font-size: 12px;
    font-weight: normal;
}

.lb_scrn_moremenu{
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 2;
}
.bgwhbtn{
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
}
.bgwhbtn:hover{
    background: rgba(0, 135, 226, 1);
    border: 1px solid #fff;
}
.bgwhbtn_act{
    background: rgba(0, 135, 226, 1);
    border: 1px solid #fff;
}
.lb_fltr_bx {
    background: #fff;
    width: 73%;
    position: fixed;
    bottom: 0%;
    padding: 1.5% 1.5%;
}
.lb_fltr_hdng_bx{
    padding: 4px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.07);
}
.lb_fltr_hdng_bx_col1{
}
.lb_fltr_hdng_bx_icon{
    height: 24px;
    width: 24px;
}
.lb_fltr_hdng_bx_icon img{
    height: 24px;
    width: 24px;
}
.lb_fltr_hdng {
    color: #333;
    padding: 3px 5px 0px 5px;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}
.lb_fltr_btn {
    text-transform: capitalize;
    color: #0087e2;
    font-size: 14px;
    font-weight: normal;
    padding: 7px 15px;
    border-radius: 30px;
    border: 1px solid #0087e2;
    letter-spacing: 0.5px;
}
.lb_fltr_btn:hover{
    background-color: #0087e2;
    color: #fff;
}
.lb_fltr_btn_prim{
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 7px 15px;
    border-radius: 30px;
    border: 1px solid #0087e2;
    letter-spacing: 0.5px;
    background-color: #0087e2;
}
.lb_fltr_hdr{
    margin-bottom: 20px;
}
.lb_fltr_slider{
    width: 100%;
    white-space: nowrap;
}
.lb_fltr_opt_rw{
    overflow-x: scroll;
    width: 100%;
    height: 103px;
    display: inline-block;
}
.lb_fltr_opt_bx{
    margin-right: 10px;
    border: 2px solid #333;
    border-radius: 4px;
    height: 99px;
    width: 176px;
    position: relative;
    display: inline-block;
}
.lb_fltr_opt_bx img{
    border-radius: 4px;
    height: 99px;
    width: 176px;
    object-fit: cover;
}
.lb_fltr_opt_bx:hover{
    border: 2px solid #0087e2;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.7);
}
.actfltr{
    border: 2px solid #0087e2;
}
.lb_fltr_name{
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-shadow:  0px 1px 1px #333;
}
.tq_popuplayer {
    background: rgba(255,255,255,0.7);
    position: fixed;
    z-index: 10;
    width: 76%;
    height: 76%;
    top: 12%;
    display: none;
}
.lb_popupcontainer {
    background: #000;
    margin: 0 auto;
    margin-top: 75px;
    border-radius: 4px;
    position: relative;
}
.lb__cnclrcpt {
    width: 672px;
    height: 378px;
}
.lbpd15{
    padding: 15px;
}
.lb_popup_hdr_rw{
    margin-bottom: 50px;
}
.lb_cncl_popup{
    height: 32px;
    width: 32px;
}
.lb_cncl_popup img{
    height: 32px;
    width: 32px;
}
.lb_lv_ftxt{
    width: 250px;
}
.lb_whtxt{
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
}
.lb_ylwtxt{
    font-size: 24px;
    color: #ffd800;
    line-height: 1.5;
}
.lb_lv_fximg{
    height: 120px;
}
.lb_lv_fximg img{
    height: 120px;
}
.lb_lv_linkbx-rw{
    border: 2px solid #0087e2;
    background-color: #fff;
    width: 668px;
}
.lb_lv_fxlbx{
    padding: 10px 20px;
    background-color: #0087e2;
}
.lb_lnkicon{
    height: 24px;
    width: 24px;
}
.lb_lnkicon img{
    height: 24px;
    width: 24px;
}
.lb_lnk_txt{
    font-size: 16px;
    margin: 4px 10px 0px 10px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.lb_lnk_txtbx{
    padding: 12px 15px 10px 15px;
    color: #333;
    font-weight: 500;
    border: none;
    font-size: 18px;
    outline: none;
    width: 517px;
}
.lb_lv_gobtn {
    border-radius: 4px;
    border: 2px solid #0087e2;
    margin: auto;
    margin-top: 30px;
    width:70px;
    padding: 8px 20px;
    background-color: #0087e2;
}
.lb_lv_play{
    width: 672px;
    height: 378px;
    border-radius: 4px;
}
.lb_lnkvideo_more{
    position: absolute;
    right: 2px;
    top: 10px;
    z-index: 10;
}
.lb_lv_moreicon{
    height: 28px;
    width: 28px;
    border-radius: 2px;
}

.lb_lv_moreicon img{
    height: 24px;
    width: 24px;
    padding: 2px;
}
.lb_lv_moreicon:hover{
    background-color: #0087e2;
}
.tqchkbxdrpdwn {
    position: relative;
    display: inline-block;
}
.tqdropdown-content {
    display: none;
    position: absolute;
    background-color: #fdfdfd;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 20px;
    top: 8px;
}
.tqdropdown-content a {
    color: #333;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
.tqchkbxdrpdwn:hover .tqdropdown-content {
    display: block;
}

.tqdropdown-content a:hover {
    background-color: #0087e2;
    color: #fff;
}
.ytvdocncl{
    top: -32px;
    right: 0px;
    background: #000;
    padding: 4px 8px;
    border-radius: 4px 4px 0 0;
}
.ytvdocncl a{
}
.chat_head{
    height: 6vh;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0px 20px;
    align-items: center;
    font-size: 16px;
    color: #333436;
}
.minichatterbox {
    max-height: 80px;
    background: #fff;
    overflow: auto;
    border-radius: 20px;
    padding: 10px;
    font-family: inherit;
    min-height: 19px;
    outline: none;
    user-select: text;
    white-space: pre-wrap;
    word-break: break-word;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    width: 76vw;
    height: 30px;
    background: #F1F3F4;
}
.flexContainer {
    padding: 6px;
    -webkit-flex: 1 auto;
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    /*! color: #F1F3F4; */
    color: #707070;
}
.chat_div_container{
    display: flex;
    /*! border: 1px solid #999; */
    border-radius: 30px;
    height: 7vh;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 90vw;
    background: #F1F3F4;
}
[contenteditable]:focus {
    outline: 0px solid transparent;
}
[contentEditable=true]:empty:before {
    content: attr(data-placeholder);
    color: gray
}
.cursor{position:absolute;width:13px;height:13px;top:-50%;left:-50%;margin:-7px 0 0 -7px;border-radius:50%;background-color:#000;backface-visibility:hidden;transition:transform .2s ease-out;z-index:1000;pointer-events:none}
.panel_active{
    background-color: rgba(95,99,104,.10) !important;
}
.panel_active:hover{
    color: #000 !important;
}
