/***********************************************************************************************************

* Chat Script Version 5.0 

* Written by Vasplus Programming Blog

* Website: www.vasplus.info

* Email: info@vasplus.info



**********************************Copyright Information*****************************************************

* This script has been released with the aim that it will be useful.

* Please, do not remove this copyright information from the top of this page 

  including the Powered by Vasplus Programming Blog Icon.

* If you want the copyright info including the Powered by Vasplus Programming Blog icon 

  to be removed from the script then you have to buy this script.

* This script must not be used for commercial purpose without the consent of Vasplus Programming Blog.

* This script must not be sold.

* All Copy Rights Reserved by Vasplus Programming Blog

*************************************************************************************************************/



.login-box{

  position:relative;

  margin: 10px auto;

  width: 500px;

  height: 380px;

  background-color: #fff;

  padding: 10px;

  border-radius: 3px;

  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.33);

box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.33);

}

.lb-header{

  position:relative;

  color: #00415d;

  margin: 5px 5px 10px 5px;

  padding-bottom:10px;

  border-bottom: 1px solid #eee;

  text-align:center;

  height:28px;

}

.lb-header a{

  margin: 0 25px;

  padding: 0 20px;

  text-decoration: none;

  color: #666;

  font-weight: bold;

  font-size: 15px;

  -webkit-transition: all 0.1s linear;

  -o-transition: all 0.1s linear;

  transition: all 0.1s linear;

}

.lb-header .active{

  color: #029f5b;

  font-size: 18px;

}

.social-login{

  position:relative;

  float: left;

  width: 100%;

  height:auto;

  padding: 10px 0 15px 0;

  border-bottom: 1px solid #eee;

}

.social-login a{

  position:relative;

  float: left;

  width:calc(40% - 8px);

  text-decoration: none;

  color: #fff;

  border: 1px solid rgba(0,0,0,0.05);

  padding: 12px;

  border-radius: 2px;

  font-size: 12px;

  text-transform: uppercase;

  margin: 0 3%;

  text-align:center;

}

.social-login a i{

  position: relative;

  float: left;

  width: 20px;

  top: 2px;

}

.social-login a:first-child{

  background-color: #49639F;

}

.social-login a:last-child{

  background-color: #DF4A32;

}

.email-login,.email-signup{

  position:relative;

  float: left;

  width: 100%;

  height:auto;

  margin-top: 20px;

  text-align:center;

}

.u-form-group{

  width:100%;

  margin-bottom: 10px;

}

.u-form-group input[type="email"],

.u-form-group input[type="password"]{

  width: calc(50% - 22px);

  height:45px;

  outline: none;

  border: 1px solid #ddd;

  padding: 0 10px;

  border-radius: 2px;

  color: #333;

  font-size:0.8rem;

  -webkit-transition:all 0.1s linear;

  -o-transition:all 0.1s linear;

  transition:all 0.1s linear;

}

.u-form-group input:focus{

  border-color: #358efb;

}

.u-form-group button{

  width:50%;

  background-color: #1CB94E;

  border: none;

  outline: none;

  color: #fff;

  font-size: 14px;

  font-weight: normal;

  padding: 14px 0;

  border-radius: 2px;

  text-transform: uppercase;

}

.forgot-password{

  width:50%;

  text-align: left;

  text-decoration: underline;

  color: #888;

  font-size: 0.75rem;

}

.leftSide span {

    font-size: 18px;

    font-weight: 500;

   

    color: #FFF;

    padding: 11px 20px;
    border-radius:4px;

    /*display: -webkit-box;
     background: #0D484C;
    display: -ms-flexbox;

    display: flex;*/

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    margin: 5px;

}

.leftBox {

    border: 1px solid #DDD;

    padding: 0 !important;

    -webkit-box-shadow: 1px 1px 9px 1px rgba(0,0,0,0.1);

            box-shadow: 1px 1px 9px 1px rgba(0,0,0,0.1);

    min-height: calc(100vh - 75px) !important;

}

.leftSide {

    text-align: center;

    /*display: -webkit-box;

    display: -ms-flexbox;

    display: flex;*/

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    width:16.5%;

    /*height: 100%;*/

    background: #F8F9F9;
	position: fixed;

    border-bottom: 1px solid #DDD;
	z-index:999;
	-webkit-box-shadow: 0px 4px 5px -2px rgba(189,189,189,0.8);
-moz-box-shadow: 0px 4px 5px -2px rgba(189,189,189,0.8);
box-shadow: 0px 4px 5px -2px rgba(189,189,189,0.8);
    padding:12.5px 0px;
    min-height:100px;
    top: -55px;
	/*visibility: hidden;*/

}
/*
#display_users_online {
    margin-top: 57px;
}
*/
.ccc {
    background-color: inherit!important;
    width: auto!important;
}
.allUsers ul li {
	position:relative;
    list-style: none;

    /*padding: 20px 30px;*/

    border-bottom: 1px solid #DDD;

    color: #333;

    text-align: left;

}

.allUsers ul {

    margin: 0;

    padding: 0;

}

.allUsers ul li a {

    color: #333;

    text-decoration: none;
	font-family: 'Open Sans', sans-serif;
    font-weight: 500;

    text-align: left;
    display:inline-block;
    position: relative;
	cursor:pointer;
	width:100%;
    padding: 20px 30px;
}

.allUsers ul li a::before {

    content: '';

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    background: #3AD44C;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    top: 0px;

    position: absolute;

    margin: 5px;

    left: -20px;

}

.rightSideBar .userName .vpb_left_header a{

  display: block;
    font-size: 16px;
    padding-left: 10px;
    color: #484848!important;
	font-family: 'Open Sans', sans-serif;

}

.rightSideBar .userName #sessionFullname{

    font-size: 26px;

    color: #666;

    font-weight: 100;

    padding:0px 12px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: left;

        -ms-flex-pack: left;

            justify-content: left;

}

.midButtonText div .ccc {

    background: #8D93E1;

    padding: 20px 35px;

    font-size: 18px;

    text-align: center;

    color: #FFF;

    border-radius: 3px;

    display: inline-block;

    left: 0;

    right: 0;

    position: absolute;

    width: 20%;

    text-align: center;

    margin: 10% auto;

}

.midButtonText div span a{

    color: #FFF;

    text-decoration: none;

}

.midButtonText div span a:hover{

    color: #FFF;

    text-decoration: none;

}



#fakechatMessage {

  display: none;

}

.formnew {

    border: 1px solid #DDD;

    border-width: 0 0 1px 0;

    margin-bottom: 20px;

    width: 80%;

    padding: 10px 5px;

}

.loginSec {

  margin: auto;

width: 100%;

text-align: center;

display: -webkit-box;

display: -ms-flexbox;

display: flex;

-webkit-box-pack: center;

    -ms-flex-pack: center;

        justify-content: center;

-webkit-box-align: center;

    -ms-flex-align: center;

        align-items: center;

}

.logInbtn {

    width: 80%;

    margin: auto;

    text-align: center;

    border-radius: 0;

    padding: 8px;

    font-size: 16px;

    background: #0D484C;

    border-color: #0D484C;

    color: #FFF;

    cursor: pointer;

}

.offsetlg {

    margin-top: 50px;

}

.sUp {

    position: absolute;

    bottom: 40px;

    text-align: center;

    margin: auto;

    left: 0;

    right: 0;

}

.rightSideBar #vasplus_programming_blog_login_Box {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    margin: 30px 0;

    text-align: center;

}

.btn-info {

    color: #fff;

    background-color: #8d93e1;

    border-color: #8d93e1;

}

.sentItems {

    height: 100%;

    position: relative;

}

.sentItems ul {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-pack: distribute;

    justify-content: space-around;

    width: 40%;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    height: 100%;

}

.sentItems .addFile {

    color: #FFF;

    background: #0d484c;

    border-radius: 50%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    width: 25px;

    height: 25px;

    font-size: 16px;

}

.sentItems i {

    color: #bababa;

    font-size: 22px;

}

.sentItems input[type="file"] {

    display: block;

    width: 20px;

    position: absolute;

    top: 0;

    bottom: 0;

    opacity: 0;

    cursor: pointer;

}

.sentItems .form-control {

    border-radius: 35px;

    width:65%;

    color: #333 !important;

    top: 0;

    height: 42px;

    bottom: 0;

    margin: 15px auto;

    background: #f7f7f7;

    border: 1px solid #e7e7e7;

}

.midButtonText div {

  /*width: 100% !important;*/

  position: relative;

  border: none !important;

}


.midButtonText .me {

  
  float:right;
  text-align:left;
  border: none !important;
  width:auto !important;

}

.midButtonText .me .chat_box{

    width: auto !important;
     background: #ffaf4b; /* Old browsers */
     background: -moz-linear-gradient(left, #ffaf4b 0%, #ed8b48 56%, #ec7857 100%); /* FF3.6-15 */
     background: -webkit-linear-gradient(left, #ffaf4b 0%,#ed8b48 56%,#ec7857 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, #ffaf4b 0%,#ed8b48 56%,#ec7857 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ec7857',GradientType=1 ); /* IE6-9 */
    border-top-left-radius:10px;
	border-top-right-radius:0px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;

    float: right;

    color: #FFF;

    min-height: 35px;
    max-width:100%;
	max-width:600px;
    padding: 7px;
	margin:5px 0px 0px 0px;
	

}
.init_main {
    display: inline-block;
    width: 100%;
}

/*.img_class .init_main a img {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: cover;
    margin-top:5px;
}*/

.img_class .init_main a img {    
    margin-top:5px;
}





.midButtonText .me .newLeftSide {
    text-align: right;
}





.midButtonText .me .nprofileimg img { display:none !important; }

.midButtonText .other {

  width: 50% !important;
  float:left;
  

  border: none !important;

}


.chat_box{

    width: auto !important;
	/*background: #0d484c;*/
	background: #0d484c; /* Old browsers */
    background: -moz-linear-gradient(left, #0d484c 0%, #1c595d 50%, #17757b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0d484c 0%,#1c595d 50%,#17757b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0d484c 0%,#1c595d 50%,#17757b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d484c', endColorstr='#17757b',GradientType=1 ); /* IE6-9 */
    border-top-left-radius: 0px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;

    float: left;

    color: #FFF;

    min-height:35px;
    max-width:100%;
	max-width:600px;
    padding:7px;
	margin:5px 0px 0px 0px;
	

}



/*.midButtonText > div div:nth-child(2) {

    position: absolute;

    bottom: -17px;

    text-align: left;

    width: 98% !important;
	display:flex;

}*/

.leftBox .fa-sign-out{

    position: absolute;

    font-size: 26px;

    color: #333;

    left: 12px;

    top: 14px;

}

.leftBox #photoUploadButton {

    display: none;

}

.leftBox #newChatNotification {

    display: none;

}

.rightSideBar {

    width: 83.33333333%;

    height: calc(100vh - 75px);

    overflow-y: scroll;

    overflow-x: hidden;


}

.chatSentSection {

    position: fixed;

    bottom: 0;

    right: 0;

    width: 100%;

    float: right;

    background: #FFF;

    height: 75px;

    -webkit-box-shadow: 0 0 8px -2px rgba(0,0,0,0.5);

            box-shadow: 0 0 8px -2px rgba(0,0,0,0.5);

}

.loginBox {

    position: relative;

    margin: 10px auto;

    width: 500px;

    height: 380px;

    background-color: #fff;

    padding: 10px;

    border-radius: 3px;

    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.33);

    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.33);

    border:1px solid #DDD;

}

.sUp a{

    text-decoration: none;

    color: #0d484c;

    font-size: 15px;

    margin: 15px 0;

}

.sUp a:hover{

    text-decoration: none;

}

#sessionFullname{padding-left:5px; paddinf-right:5px;}

#sessionUserID{padding-left:5px;}





/*Input and Textarea Boxes*/

.vpb_text_input_box

{

  height:20px;

  font-family:Verdana, Geneva, sans-serif; 

  font-size:12px;

  padding:8px; 

  padding-left:10px; 

  padding-right:10px;

  padding-top:6px;

  border: 0px solid #4195fc;

  outline:none;

  line-height:20px; border-radius: 0px 0px 0px 5px;

}

/*Input and Textarea Boxes*/

.vpb_text_input_box:focus 

{

  outline:none;

  border: 0px solid #4195fc;

  box-shadow: 0px 0px 10px #4195fc;

  -moz-box-shadow: 0px 0px 10px #4195fc;

  -webkit-box-shadow: 0px 0px 10px #4195fc;

}



.vpb_text_input_box:hover {outline:none;border: 0px solid #3CF;box-shadow: 0px 0px 14px #3CF;-moz-box-shadow: 0px 0px 14px #3CF;-webkit-box-shadow: 0px 0px 14px #3CF;}





.aadileds{

  font-weight:bold; font-size:12px;

  font-family:Arial, Helvetica, sans-serif;

  text-align:center;

  background:#f2f2f2 url('../../vasplus_programming_blog_chat_application/smileys/addfile.png') no-repeat 12px 9px;

  color:green;

  border:1px solid #ccc;

  height:30px;

  cursor: default;

  width:106px;

  -moz-border-radius:5px; -webkit-border-radius:5px;

}





#vpb_info { border: 1px solid #999; margin: 0px 0px; margin-bottom:0px; padding:12px 20px 12px 20px; width: 460px;font: bold 12px verdana; -webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;text-shadow: 2px 2px 2px #ccc;border-radius: 5px;font-family:Verdana, Geneva, sans-serif; font-size:11px; line-height:20px;font-weight:normal;color: black;background: #BDE5F8;}



.info { border: 1px solid #999; margin: 0px 0px; margin-bottom:0px; padding:12px 20px 12px 20px; width: 460px;font: bold 12px verdana; -webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;text-shadow: 2px 2px 2px #ccc;border-radius: 5px;font-family:Verdana, Geneva, sans-serif; font-size:11px; line-height:20px;font-weight:normal;color: black;background: #BDE5F8;}





.ccc A:link {text-decoration: none}

.ccc A:visited {text-decoration: none}

.ccc A:active {text-decoration: none}

.ccc A:hover {text-decoration:underline; font: Arial, Helvetica, sans-serif;color: blue;} 





span.nprofileimg { margin:auto; text-align:left; float:left; }

span.nprofileimg img {

    display: inline;

    border: 1px solid #E2E2E2;

    border-radius: 50%;

    width: 40px;

    height: 40px;

    margin: 5px 0;

}

a.vasplus_tooltips {outline:none; }

a.vasplus_tooltips strong {line-height:30px;}

a.vasplus_tooltips:hover {text-decoration:none;} 

a.vasplus_tooltips span {

    z-index:9999999999999999;display:none; padding:6px 15px;

    margin-top:-50px; margin-left:-25px;

    width:auto; line-height:16px;

}

a.vasplus_tooltips:hover span{

    display:inline; position:absolute; color:#111;

    border:1px solid #DCA; background:#fffAF0;}

.callout {z-index:9999999999999999;position:absolute;top:30px;border:0;left:-12px;}



/*online users */



#display_users_online ul li:hover{background-color: #eaeaea;} 


#display_users_online ul li.active a {
    font-weight: bold;
}
#display_users_online ul li.active{background-color: #ffffff;margin-top:10px; font-weight:600;} 

   

.allUsers ul li a .green_dot {  

    content: '';

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    background: #3AD44C;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    top: 20px;

    position: absolute;

    margin: 5px;

    left: 10px;

}



.allUsers ul li a .grey_dot {

    content: '';

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    background: #969a97;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    top: 20px;

    position: absolute;

    margin: 5px;

    left: 10px;

}


#lefttopbar {
    position: fixed;
    z-index: 9999;
    background-color: #f1f1f1;
    width: 100%;
    border-bottom: solid 1px #e9e9e9;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(189,189,189,0.8);
-moz-box-shadow: 0px 4px 5px -2px rgba(189,189,189,0.8);
box-shadow: 0px 4px 5px -2px rgba(189,189,189,0.8);
    min-height: 60px;
    display: flex;
    align-items: center;
}

.chat_on_line_users {
  float: left;
  max-width: 315px;
  height: 87vh;
  position: relative;
  margin:110px 0px 40px 0;
  /*border: 1px solid #666;
  background: #f9f9f9;
  border-radius: 2px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);*/
  overflow-y: scroll; 
  width:100%;

}

.leftBox {
    width: 315px;
}
.notification_message {     
	background-color: #FF8C00;
    padding: 0px 6px;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin: auto;
}









.rightSideBar {
    padding: 0px !important;
}


#vasplus_programming_blog_chats_scroller {
    position: relative;
    top:40px;
    padding: 20px;
	/*width:80%;*/
}

.leftBox {
    height: 100vh;
    position: relative;
    /*overflow-y: scroll;*/
	z-index:999;
	background-color: #f1f1f4;
}

.rightSideNew { float:left; width:50px;}
 
 
 
 #vpb_chat_wrapper {
    height: 100vh;
    overflow:hidden;
}


#vpb_chat_wrapper_staff {
    height: 100vh;
    overflow: inherit!important;
}


#user_search {
    position: relative;
    font-size: 18px;
    padding-top:0px;
    margin:55px auto 0;
    width: 100%;
    display: inline-block;
}
#user_search label {
   position: absolute;
    left: 15px;
    top: 0;
    margin: 10px;
    font-size: 14px;
}
#user_search #user_search-input {
    padding-left: 35px;
    padding-right: 10px;
    border-radius: 4px;
    height: 35px;
    font-size: 14px;
    width: calc(100% - 25px);
    margin: auto;
}
#user_search_one label + .input-lg {
    height: 60px;
}
#user_search_one {
    position: relative;
    font-size: 18px;
    padding-top:0px;
    margin: -15px auto 0; 
    display:none; 
        width: 100%;
}
#closeMe {
    color:#FFF;
    cursor:pointer;
}
#closeMe:hover {
    opacity:0.7;
}
#user_search_one label {
       position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#user_search_one #user_search_one-input {
    padding-left: 10px;
    padding-right:0px;
    border-radius:0px;
    border:none;
background: #1e88d7; /* Old browsers */
background: -moz-linear-gradient(left, #1e88d7 0%, #f3b6a6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1e88d7 0%,#f3b6a6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1e88d7 0%,#f3b6a6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e88d7', endColorstr='#f3b6a6',GradientType=1 ); /* IE6-9 */
color:#FFF;
}

#logout_btn {
    width: 10%;
    float: left;
    position: relative;
    bottom:0px;
    font-size:30px;
    /*background-color:#0d484c!important;*/
    border-radius:4px;
    padding: 5px 15px;
    color: #fff;
    left: 7px;
}
#logout_btn a { color:#fff;}

#logout_btn::-webkit-input-placeholder { /* Chrome */
  color: red;
}
#logout_btn:-ms-input-placeholder { /* IE 10+ */
  color: red;
}
#logout_btn::-moz-placeholder { /* Firefox 19+ */
  color: red;
  opacity: 1;
}
#logout_btn:-moz-placeholder { /* Firefox 4 - 18 */
  color: red;
  opacity: 1;
}

.lgdLog {
    
    float: right;
    margin:20px 0x;
    position: relative;
    bottom: -14px;
    right: 8px;
}

.top_left_panel {
    background-color: #0f4b4f;
    position: absolute;
    width: 100%;
    top: 0px;
}

.vpb_left_header {
    padding: 10px;
    font-size: 26px;
    width: 82%;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
			font-family: 'Open Sans', sans-serif;
}
#sessionUserID {
    padding-left: 5px;
    width: 50%;
    float: left;
}
#sessionUserMob {
    float: right;
    position: relative;
}

#sessionUserMob:before {content: "\f095";font: normal normal normal 14px/1 FontAwesome;position: absolute;left: -40px;background-color:#faa64a; padding: 10px 12px;border-radius: 100px;color: #fff;}

.admin_staff_details #sessionUserMob a {
    color: #0f4a4e;
    font-size: 20px;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
#logout_btn .vasplus_tooltips .fa-angle-left {
  opacity: 0;
}
.miniHeaderNew_staff .vpb_left_header #sessionUserMob a {
    color: #ffffff;     
    font-size: 25px;
    font-weight: 600;
}

#sessionUserMob a:hover {text-decoration: none;}


.miniHeaderNew_staff {
  background: #0d484c;
  width: 100%;
  min-height: 60px;
  z-index: 9;
  position: relative;
  color: #FFF;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;          
}
.miniHeaderNew_staff .jobsHeader_staff{
  width: 100%;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.miniHeaderNew_staff .jobsHeader_staff strong {
    color: #FFF;
    font-size: 16px;
}
.miniHeaderNew_staff .jobsHeader_staff span {
    color: #FFF;
    font-size: 22px;
}

.staff_ind #vpb_chat_wrapper { overflow:inherit !important;}



.staff_ind #vpb_chat_wrapper .rightSideBar {
    width: 100%!important;
    z-index: 99999;
    position: absolute;
    top: 60px;
    background-color: #fff;
        
            height: 100%;
}

.staff_ind #vpb_chat_wrapper .rightSideBar #lefttopbar {
    position: inherit;
}
.staff_ind #vasplus_programming_blog_chats_displayer_staff {
    padding: 20px 20px 70px 20px;
}
.staff_ind #vasplus_programming_blog_chats_scroller_staff {
   padding: 0 0 90px 0px;
}

.staff_ind .rightSideBar {
    width: 83.33333333%;
    overflow-y: inherit!important;
    overflow-x: hidden;
}

.staff_ind .vpb_left_header {
    width: 100%!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.staff_ind {
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #sessionUserMob a {
    color: #0f4a4e;
    font-size: 16px;
    font-weight: 600;
}
#sessionUserID {
    font-size: 16px;
}
#sessionUserMob:before {
    content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: -33px;
    background-color: #faa64a;
    padding: 5px 7px;
    border-radius: 100px;
    color: #fff;
    top: -3px;
}
#lefttopbar {
    min-height: 50px;
}
  .rightSideBar {

      margin-bottom: 90px;

  }

  .sentItems .form-control {

    width: 90%;

  }

  .rightSideBar .userName #sessionFullname {

    font-size: 16px;

    color: #666;

    font-weight: 100;

    padding: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: left;

        -ms-flex-pack: left;

            justify-content: left;

    text-align: center;

  }

  .leftBox {

    border: 1px solid #DDD;

    padding: 0 !important;

    -webkit-box-shadow: 1px 1px 9px 1px rgba(0,0,0,0.1);

            box-shadow: 1px 1px 9px 1px rgba(0,0,0,0.1);

    min-height: auto !important;

}

}


.loader_img {
    position: absolute;
    z-index: 9999999999;
    top: 0;
    bottom: -150px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(250,250,250,0.9);
}
.fixedHead {
  position: fixed !important;
  top: 0;
}

.admin_staff_details .staff_details {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;*/
    font-size: 12px;
    text-transform: capitalize;
    color: #655F5F;
    width: auto;
    padding: 5px 15px;
    margin-bottom: 0;
}
.admin_staff_details .staff_details span {
    margin: 2px 0;
	padding:0px 5px;
}
.admin_staff_details #sessionUserID {
    padding-left: 5px;
    width: auto;
    float: left;
    font-size: 16px;
}

.admin_staff_details #sessionUserMob {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    bottom: 0;
    left: calc(100% - 140px);
    right: 0;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
			
}
.staff_ind .admin_staff_details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.time_section {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 12px;
    font-weight: 200;
    color: #5b5b5b;
	padding:2px 5px;
}
.staffChatHead .vpb_left_header span {
    font-size: 16px !important;
    padding-left: 0 !important;
    text-transform: capitalize !important;
	width: auto !important;
	font-weight: 500;
}
.staffChatHead .vpb_left_header .chatHeading {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.staffChatHead .vpb_left_header .chatHeading + span {
    position: relative;
    left: 20px;
}
.staffChatHead.miniHeaderNew_staff .vpb_left_header #sessionUserMob a {
    color: #ffffff;
    font-size: 15px!important;
    font-weight: 600;
}
.staffChatHead.miniHeaderNew_staff .vpb_left_header #sessionUserMob:before {
    display:none;
}
.staffChatHead .vpb_left_header {
    padding:0;
}
.staffChatHead  #sessionUserMob { 
    float: right;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.staffChatHead  .vpb_left_header span + span {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto 0;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.staffChatHead  #sessionUserID {
    white-space: nowrap;
	text-align:left;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 15px;
    width: 35% !important;
}
.staffChatHead  #sessionUserMob .fa-phone {
    font-size: 17px !important;
    padding-right: 5px;
}
.staffChatHead  #sessionUserMob + span {
    margin-left: 10%;
}
.loader_img_outer .loader_img img {
    margin-bottom: 100px;
}section#user_search2 {    display: inline-block;    width: 100%;    margin: 15px 5px 5px;    padding: 0;    background: transparent;}.class-txt {    width: calc(33% - 15px);    display: inline-block;    position: relative;    padding-top: 0;    top: 0;    float: left;    background: #FFF;    padding: 8px 15px;    border: 1px solid #DDD;    text-align: center;    border-radius:3px;    margin: 0 5px; font-family: 'Open Sans', sans-serif;}	.class-txt label {margin: 0;    text-align: center; cursor: pointer;}.class-txt .default_option {position: absolute;width: 100%;z-index: 9;left:0;right:0;margin: auto;opacity:0;top:0;cursor: pointer;bottom: 0; width:70px; height:70px;}.class-txt .default_option + div {    position: absolute;    color: #fff;    background: #f54040;    border-radius: 50%;    width: 22px;    height: 22px;    padding: 4px;    display: inline-block;    font-size: 12px;    text-align: center;    line-height: 15px;    top: -10px;    right: 0;    bottom: 0;    font-weight: bold;}	.class-txt.active {    background: #e3e3e3;}