/*
Template Name: Admin pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*******************
chat application Page
******************/
.chat-main-box {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.16);
  -ms-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.16);
  border-radius: 2px;
}
.chat-main-box .chat-left-aside {
    position: relative;
    width: 250px;
    float: left;
    z-index: 9;
    top: 0px;
}
.chat-main-box .chat-left-aside .open-panel {
      display: none;
      cursor: pointer;
      position: absolute;
      left: -webkit-calc(100% - 1px);
      top: 50%;
      z-index: 100;
      background-color: #fff;
      -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
      border-radius: 0 100px 100px 0;
      line-height: 1;
      padding: 15px 8px 15px 4px;
}
.chat-main-box .chat-left-aside .chat-left-inner {
      position: relative;
}
.chat-main-box .chat-left-aside .chat-left-inner .chatonline {
        position: relative;
        height: 90%;
}
.chat-main-box .chat-left-aside .chat-left-inner .form-control {
        height: 60px;
        padding: 15px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(rgba(120, 130, 140, 0.13)), to(rgba(120, 130, 140, 0.13)));
        background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
        background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
        background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none {
        padding: 0px;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li {
          list-style: none;
          overflow: hidden;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a {
  padding: 10px;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover,
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active {
  background: #f8f9fa;
}
.chat-main-box .chat-right-aside {
    width: calc(100% - 250px);
    float: left;
  border-left: 1px solid #cecece;
}
.chat-main-box .chat-right-aside .chat-rbox {
  height: 320px;
  position: relative;
  overflow-y: scroll;
}
.chat-main-box .chat-right-aside .chat-main-header{
  padding: .925rem;
  border-bottom: 1px solid #cecece;
}
.chat-main-box .chat-right-aside .chat-main-header .box-title{
  margin: 0;
  font-size: 20px;
}
.chat-main-box .chat-right-aside .chat-main-header .with__ a{
  color: #071e50;
}
.chat-main-box .chat-right-aside .chat-main-header .with__ img{
  width: 45px;
  border-radius: 100%;
}


.chat-main-box .chat-right-aside .chat-main-header h3{
  color: #071e50;
}
.chat-main-box .chat-right-aside .chat-list {
      max-height: none;
      height: 100%;
  padding: 20px 1.25rem;
  margin: 0px;
}
      /*.chat-main-box .chat-right-aside .chat-list .chat-text {
              border-radius: 6px;
      }
      .chat-main-box .chat-right-aside .send-chat-box {
            position: relative;
      }*/
.chat-main-box .chat-right-aside .send-chat-box {
  background-color: #f5f5f5;
}
.chat-main-box .chat-right-aside .send-chat-box .form-control {
  resize: none;
  border-top: 1px solid #cecece;
}
.chat-main-box .chat-right-aside .send-chat-box .row > div{
  align-self: center;
}
.chat-main-box .chat-right-aside .send-chat-box #btn_enviar_mensaje{
  background-color: #071e50;
  padding: 10px 15px;
  border-radius: 50%;
  border-color: #f5f5f5;
}
.chat-main-box .chat-right-aside .send-chat-box #btn_enviar_mensaje:hover{
      box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
      -webkit-    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
      -moz-    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
          /*.chat-main-box .chat-right-aside .send-chat-box .custom-send {
                  position: absolute;
                  right: 20px;
                  bottom: 10px;
          }
        .chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon {
          color: #67757c;
          margin-right: 10px; }
*/
.chatonline img {
          margin-right: 10px;
          float: left;
          width: 30px;
}
.chatonline li a {
          padding: 13px 0;
          float: left;
          width: 100%;
}
.chatonline li a span {
  color: #071e50;
}
.chatonline li a span small {
          display: block;
          font-size: 10px;
}

/*******************/
/*Chat widget*/
/*******************/
.chat-list li {
  list-style: none;
  margin-top: 30px;
}
.chat-list > li:first-child{
  margin-top: 0;
}
.chat-list li .chat-img{
  display: inline-block;
  width: 45px;
  vertical-align: top;
}
.chat-list li .chat-img img{
  width: 45px;
  border-radius: 100%;
}
.chat-list li .chat-content{
  width: calc(100% - 140px);
  display: inline-block;
  padding-left: 15px;
}
.chat-list li .chat-content h5{
  color: #071e50;
}
.chat-list li .chat-content .box {
  display: inline-block;
  /*margin-bottom: 10px;*/
  color: #000;
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
}
.chat-list li .chat-time {
  display: inline-block;
  text-align: right;
  width: 90px;
  font-size: 12px;
  color: #99abb4;
}
/*
.chat-list li.odd .chat-content {
  text-align: right;
  width: calc(100% - 90px); }
.chat-list li.odd .box {
  clear: both; }
.chat-list li.odd + .odd {
  margin-top: 0px; }
*/
.chat-list li.reverse {
  text-align: right;
}
.chat-list li.reverse .chat-content .box{
  background-color: #D4E2FE;
}
.chat-list li.reverse .chat-time  {
  text-align: left;
  width: 40px;
}
.chat-list li.reverse .chat-content {
  padding-left: 0px;
  padding-right: 15px;
}

/*******************/
/*Chat Flotante*/
/*******************/
.chat_float{
  position: fixed;
  bottom: 15px;
  right: 90px;
  z-index: 500;
  /*width: 285px;*/
  width: 325px;
  height: 350px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(7,30,80,1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(7,30,80,1);
  box-shadow: 0px 0px 8px 0px rgba(7,30,80,1);
  border-radius: 2px 2px 0 0;
}
#chat_nuevo{
  bottom: 0;
  right: 45px;
  height: 400px;
}
.chat_float_header{
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  padding: .25rem;
  background-color: #f5f5f5;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.chat_float_header a{
  width: 100%;
  text-align: right;
}
.chat_float.__list{
  right: 5px;
  bottom: 0;
  /*width: 160px;*/
  width: 220px;
}
.chat_float.__list .chat_float_box{
  overflow-y: scroll;
  height: 100%;
  padding: 32px 0 0;
  /*right: 60px;
  bottom: 0;*/
  width: 100%;
}
.chat_list_open{
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-content: center;
  width: 100%;
  padding: .25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #cecece;
}
.chat_list_open.__is_new{
  background-color: #d4e0f9;
}
.chat_list_open.__is_new:first-child{
  background-color: #d4e0f9;
  padding-top: 8px;
}
.chat_float .user_img{
  /*width: 25px;
  height: 25px;*/
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}
.chat_float .chat_list_open .chat_with_ a{
  font-size: 14px;
}
.chat_float .chat_with_{
  padding: 0 5px;
  width: 85%;
}
.chat_float .chat_list_open .chat_with_ a{
  font-size: 15px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat_float .chat_with_ a{
  text-transform: capitalize;
  color: #071e50;
  font-weight: 300;
  font-size: 16px;
}
.chat_float .chat_list_open .chat_with_ small{
  display: block;
  font-size: 10px;
}
.chat_float .chat_float_header i{
  color: #cecece;
}
.chat_float_box{
  overflow-y: scroll;
  height: 100%;
  padding: 50px 0 45px;
  width: 100%;
}
.chat_float .send-chat-box {
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  align-content: center;
  width: 100%;
  padding: .25rem;
}
.chat_float .send-chat-box .form-control {
  resize: none;
  border: 0;
  background: transparent;
}
.chat_float .send-chat-box #btn_enviar_mensaje_priv{
  background-color: #071e50;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 50%;
  border-color: #f5f5f5;
  width: 30px;
  align-self: center;
  height: 30px;
  margin-left: 5px;
}
.chat_float .send-chat-box #btn_enviar_mensaje_priv:hover{
  box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  -moz-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.chat_float .chat-list{
  padding: 0;
}
.chat_float .chat-list li{
  margin-top: 10px;
}
.chat_float .chat-list li .chat-content{
  width: 150px;
  padding-right: 5px;
  padding-left: 10px;
}
.chat_float .chat-list li .chat-time{
  text-align: right!important;
    width: 32px;
    padding-right: 5px;
    font-size: 10px;
}
.chat_float .chat-list li .chat-content .box{
  font-size: 15px;
  word-break: break-word;
}
/*.message-box ul li .drop-title {
  font-weight: 500;
  padding: 11px 20px 15px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }

.message-box ul li .nav-link {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  padding-top: 15px; }

.message-box .message-widget {
  position: relative; }
.message-box .message-widget a {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  display: block;
  text-decoration: none;
  padding: 9px 15px; }
.message-box .message-widget a:hover {
  background: #e9edf2; }
.message-box .message-widget a:last-child {
  border-bottom: 0px; }
.message-box .message-widget a div {
  white-space: normal; }
.message-box .message-widget a .user-img {
  width: 45px;
  position: relative;
  display: inline-block;
  margin: 0 10px 15px 0; }
.message-box .message-widget a .user-img img {
  width: 100%; }
.message-box .message-widget a .user-img .profile-status {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 33px;
  position: absolute;
  top: -1px;
  width: 10px; }
.message-box .message-widget a .user-img .online {
  background: #06d79c; }
.message-box .message-widget a .user-img .busy {
  background: #ef5350; }
.message-box .message-widget a .user-img .away {
  background: #ffb22b; }
.message-box .message-widget a .user-img .offline {
  background: #ffb22b; }
.message-box .message-widget a .mail-contnet {
  display: inline-block;
  width: 70%;
  vertical-align: middle; }
.message-box .message-widget a .mail-contnet h5 {
  margin: 5px 0px 0; }
.message-box .message-widget a .mail-contnet .mail-desc,
.message-box .message-widget a .mail-contnet .time {
  font-size: 12px;
  display: block;
  margin: 1px 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #67757c;
  white-space: nowrap; }

.bg-light-info {
  background-color: #cfecfe; }

.bg-light-extra {
  background-color: #ebf3f5; }

.bg-light-warning {
  background-color: #fff8ec; }

.bg-light-danger {
  background-color: #f9e7eb; }

.bg-light-inverse {
  background-color: #f6f6f6; }



/*Inbox*/
/*******************/
.list_inbox{
  padding: 0;
  height: 100%;
}
.list_inbox .box-title{
  padding: .925rem;
  font-size: 18px;
  color: #071e50;
  margin: 0;
}
.items_inbox{
  overflow-y: scroll;
}
.box_mess{
  padding: 15px;
  cursor: pointer;
}
.box_mess.__new{
  border-right: 3px solid #071e50;
  background-color: #071e5017;
}
.items_inbox .user_img {
  width: 45px;
  height: 43px;
  border-radius: 100%;
  overflow: hidden;
}
.items_inbox .items_inbox_details{
  padding: 0 .5rem;
  width: 85%;
}
.items_inbox .items_name{
  font-size: 16px;
  color: #071e50;
  margin: 0;
}
.items_name .label_mess_send{
  background: url('../../images/label_mess_send.png') no-repeat 0 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.items_inbox .items_mess .date,
.items_inbox .items_mess .subject,
.items_inbox .items_mess .desc {
  font-size: 12px;
  display: block;
  margin: 1px 0;
  -o-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #67757c;
  white-space: nowrap;
}
.items_inbox .items_mess .subject{
  font-weight: 700;
}
.details_inbox{
  overflow-y: scroll;
  height: 420px;
  border-left: 1px solid #cecece;
}
.box_private.__new{
  -webkit-box-shadow: 0px 1px 7px 0px rgba(7,30,80,1);
  -moz-box-shadow: 0px 1px 7px 0px rgba(7,30,80,1);
  box-shadow: 0px 1px 7px 0px rgba(7,30,80,1);
}
.box_private .card-header .card-title,
.box_private .destine{
  margin: 0;
  font-size: 18px;
  color: #071e50;
}
.box_private .user_img{
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
}
.box_private .box_private_header{
  width: 90%;
  margin-left: 10px;
}
.box_private .box_private_text{
  margin: 0;
  margin-top: 15px;
  color: #071e50;
}
.details_inbox .card-body > .card-body{
  padding-right: 0;
  padding-left: 10px;
  padding-bottom: 0;
}
.details_inbox .send-chat-box {
  margin-top: 20px;
  padding: 1rem .25rem;
}
.send-chat-box_inner{
  border: 1px solid #cecece;
  border-radius: .25rem;
}
.details_inbox .send-chat-box .form-control {
  resize: none;
  border: 0;
}
.details_inbox .send-chat-box #subject {
  border-bottom: 1px solid #cecece;
  border-radius: .25rem .25rem 0 0;
}
.details_inbox .send-chat-box #btn_enviar_mensaje{
  background-color: #071e50;
  padding: 5px;
  border-radius: 50%;
  border-color: #f5f5f5;
  width: 35px;
  height: 35px;
  font-size: 14px;
}
.details_inbox .send-chat-box #btn_enviar_mensaje:hover{
  box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  -webkit-    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  -moz-    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}

/************************************************/
.img-circle {
  border-radius: 100%;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 23px;
}
.chat_date:first-child{
  margin-top: unset;
}
.chat_date{
    text-align: center;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: .25rem;
    margin-top: 15px;
    color: #1d4580;
    font-size: 14px;
}
/*******************/