#email-error{
	font-size: 12px;
	padding: 5px 0px;
}
#email-success{
	font-size: 12px;
	padding: 5px 0px;
}
.btn-flat{
	border-radius: 0px;
}
/* Toast msg css */
.toasts-container {
  bottom:0;
  position:fixed;
  right:29px;
  width:320px;
  z-index:99999;
}
.disp_msg {
    border-radius: 3px;
    display: none;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    right: 0;
    max-width: 98%;
    z-index: 9999;
    width: 100%;
    float: left;
}
.disp_msg i{
    width: 20px;
    float: left;
    display: inline-block;
}
.disp_msg .toast-msg{
    display: inline-block;
    vertical-align: top;
    line-height:28px;
    float: left;
    width: calc(100% - 35px);
}
.flash-success {
  background:#39D8D8;
  -webkit-box-shadow:inset 0 0px 6px rgba(0, 0, 0, 0.05), inset 0 0px 30px rgba(0, 0, 0, 0.015), inset 0 0px 0 #fff, 0 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow:inset 0 0px 6px rgba(0, 0, 0, 0.05), inset 0 0px 30px rgba(0, 0, 0, 0.015), inset 0 0px 0 #fff, 0 0px 5px rgba(0, 0, 0, 0.3);
  color:#000;
}
.flash-error {
  background:#fe4f4f;
  -webkit-box-shadow:inset 0 0px 6px rgba(0, 0, 0, 0.05), inset 0 0px 30px rgba(0, 0, 0, 0.015), inset 0 0px 0 #fff, 0 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow:inset 0 0px 6px rgba(0, 0, 0, 0.05), inset 0 0px 30px rgba(0, 0, 0, 0.015), inset 0 0px 0 #fff, 0 0px 5px rgba(0, 0, 0, 0.3);
  color:#fff;
}

/* MESSAGING MODULE CSS STARTS */
.messages_container{width:100%;}
.messages_container .users-listing{float: left;width: 20%;}
.messages_container .users-listing .user_list{padding:10px 10px 10px 20px; color:#000; font-size: 14px;width:100%;cursor: pointer;background-color: #fff;}
.messages_container .users-listing .user_list:hover, .messages_container .users-listing .user_list.active{background-color: #e1e4eb;color:#000;}
.messages_container .messages_listing{float: left;width: 80%;padding: 10px;overflow-y: scroll;height: 302px;background: #e1e4eb;}
.messages_container .message-box{width:100%; float: left;}
.messages_container .message-box textarea{width: 100%;padding: 5px 50px 5px 10px;height: 60px;}
.input_msg_write button{width: 40px;position: relative;top: -45px;float: right;right: 2px;border: none !important;}

.messages_container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.messages_container .message {
  clear: both;
  float: left;
  padding:10px;
  border-radius: 10px 10px 10px 0;
  background: #fff;
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.4;
  margin-left: 35px;
  position: relative;
  color:#000;
  word-break: break-all;
  max-width:80%;
}
.messages_container .message .timestamp {
  position: absolute;
  bottom: -15px;
  font-size: 9px;
  color: #000;
  right:10px;
  min-width:80px;
}
.messages_container .message::before {
  content: '';
  position: absolute;
  bottom: -6px;
  border-top: 6px solid #fff;
  left: 0;
  border-right: 7px solid transparent;
}
.messages_container .message .avatar {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: -35px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid #cecece;
}
.messages_container .message .avatar img {
  width: 100%;
  height: auto;
}
.messages_container .message.message-personal {
  float: right;
  color: #000;
  text-align: right;
  background: #fff9d9;
  border-radius: 10px 10px 0 10px;
}
.messages_container .message.message-personal::before {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 5px solid transparent;
  border-top: 4px solid #fff9d9;
  bottom: -4px;
}
.messages_container .message:last-child {
  margin-bottom: 30px;
}
.messages_container .message.new {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-animation: bounce 500ms linear both;
          animation: bounce 500ms linear both;
}
.messages_container .message.loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
          animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  border: none;
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
}
.messages_container .message.loading span {
  display: block;
  font-size: 0;
  width: 20px;
  height: 10px;
  position: relative;
}
.messages_container .message.loading span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
          animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: -7px;
}
.messages_container .message.loading span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
          animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: 7px;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

/*--------------------
Message Box
--------------------*/
.message-box .message-input {
  background: none;
  border: 1px solid #cecece;
  outline: none !important;
  color: #000;
  font-size: 14px;
}
.message-box textarea:focus:-webkit-placeholder {
  color: transparent;
}
.btn-delete {
  background: red;
  color: white;
  border: none;
  margin-left: 10px;
  border-radius: 5px;
}

#chat-notification-msg, #error-notification-msg {
  position: fixed;
  top: 0;
  left: 0;
  z-index:999999;
  width: 100%;
}
#chat-notification-inner, #error-notification-inner {
  margin: 0 auto;
}
.blog-single{float: left;width: 100%;}
h4.no-msg-found{float: left;text-align: center;width: 65%;padding: 5px;margin-top: 20px;}
.flickgal-container .bx-wrapper{background: none;box-shadow: none;border: none;}
.message-popup-text .msg_send_btn{bottom: 21px;right:40px;}
.message-popup-text .translate-btn{bottom: 21px; right:1px;}
.message-popup-text .msg_send_btn:focus{border:none !important;}
.product-btn{margin-right: 10px;}
.products_list, .documents_list {float: left;width: 100%;}
.product_item {float: left;width: 22%;margin: 0px 20px 10px 0px;text-align: center;}
.product_item .product-name-cont {float: left;width: 100%;margin: 0px 0px 10px 0px;}
.product_item a {float: left;width: 100%;}
.product_item input {float: left;width: 75%;}
.product_item img{float: left; width: 150px;}
.product_item .deleteProduct, .product_item .deleteDoc{float: left;width: 70px;margin: 10px auto;}
.product_item .product-name-cont .save_product_name, .product_item .product-name-cont .save_doc_name {float: left;width: 15%;color: green;background: #fff;margin: 0px 0px 0px 10px;border: 1px solid #adadad;cursor: pointer;}
.product_item .product-name-cont .save_product_name:hover, .product_item .product-name-cont .save_doc_name:hover {background: #e6e6e6;}
.doc_file_icon{float: left;width: 100%;padding: 45px;border: 1px solid #6e6e6e;}
a.nextBtn {margin: 0px 10px 0px 0px;}
#ajax-overlay {
  background: #000;
  color: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .5;
}
.load-spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}