﻿/*Modal*/
#mdlSendMessage .modal-content {
    width: 35%;
    min-width: 300px;
}
#mdlSendMessage .modal-content .modal-body {
    margin-bottom: -35px;
}
/*END: Modal*/

.nav-tabs .glyphicon:not(.no-margin) {
    margin-right: 10px;
}

.tab-pane .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.tab-pane .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tab-pane .list-group .checkbox {
    display: inline-block;
    margin: 0px;
}

.tab-pane .list-group input[type="checkbox"] {
    margin-top: 2px;
}

.tab-pane .list-group .glyphicon {
    margin-right: 5px;
}

    .tab-pane .list-group .glyphicon:hover {
        color: #FFBC00;
    }

a.list-group-item.msg-shade {
    color: #222;
    background-color: #F3F3F3;
}

hr {
    margin-top: 5px;
    margin-bottom: 10px;
}

.nav-pills > li > a {
    padding: 5px 10px;
}

.ad {
    padding: 5px;
    background: #F5F5F5;
    color: #222;
    font-size: 80%;
    border: 1px solid #E5E5E5;
}

    .ad a.title {
        color: #15C;
        text-decoration: none;
        font-weight: bold;
        font-size: 110%;
    }

    .ad a.url {
        color: #093;
        text-decoration: none;
    }


.btn-msg-action {
    height: 35px;
}

.msg-unread {
    font-weight: 600;
}

.msg-small-description {
    font-size: 11px;
}

.msg-thread-count {
    margin-left: 5px;
}

/*Inbox to Message Transition Slider*/
#messagesContainer > div {
    width: 50%;
    float: left;
}
/*Greater than Iphone 6 size*/
#messagesContainer {
    width:201%;
    overflow:hidden;
    position:relative;
    left:0;
    padding-right: 5px;
}
 /*Iphone 6 size*/
@media screen and (max-width: 375px) { 
    #messagesContainer {
        width: 206%;
    }
}
#tabMessages {
    overflow:hidden;
    max-height: 580px;
}


#msgPageContainer {
    padding-top: 5px;
}
#messages-master-container {
    overflow: hidden;
    width: 102%;    /* stretches div past outer Dashboard 'panel-body' class container*/
}

/*END: Inbox to Message Transition Slider*/

/*Message Template*/
 #custom-search-input {
  background: #e8e6e7 none repeat scroll 0 0;
  margin: 0;
  padding: 10px;
}
   #custom-search-input .search-query {
   background: #fff none repeat scroll 0 0 !important;
   border-radius: 4px;
   height: 33px;
   margin-bottom: 0;
   padding-left: 7px;
   padding-right: 7px;
   }
   #custom-search-input button {
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
   border: 0 none;
   border-radius: 3px;
   color: #666666;
   left: auto;
   margin-bottom: 0;
   margin-top: 7px;
   padding: 2px 5px;
   position: absolute;
   right: 0;
   z-index: 9999;
   }
   .search-query:focus + button {
   z-index: 3;   
   }
   .all_conversation button {
   background: #f5f3f3 none repeat scroll 0 0;
   border: 1px solid #dddddd;
   height: 38px;
   text-align: left;
   width: 100%;
   }
   .all_conversation i {
   background: #e9e7e8 none repeat scroll 0 0;
   border-radius: 100px;
   color: #636363;
   font-size: 17px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   width: 30px;
   }
   .all_conversation .caret {
   bottom: 0;
   margin: auto;
   position: absolute;
   right: 15px;
   top: 0;
   }
   .all_conversation .dropdown-menu {
   background: #f5f3f3 none repeat scroll 0 0;
   border-radius: 0;
   margin-top: 0;
   padding: 0;
   width: 100%;
   }
   .all_conversation ul li {
   border-bottom: 1px solid #dddddd;
   line-height: normal;
   width: 100%;
   }
   .all_conversation ul li a:hover {
   background: #dddddd none repeat scroll 0 0;
   color:#333;
   }
   .all_conversation ul li a {
  color: #333;
  line-height: 30px;
  padding: 3px 20px;
}
   .member_list .chat-body {
   margin-left: 47px;
   margin-top: 0;
   }
   .top_nav {
   overflow: visible;
   }
   .member_list .contact_sec {
   margin-top: 3px;
   }
   .member_list li {
   padding: 6px;
   }
   .member_list ul {
   border: 1px solid #dddddd;
   }
   .chat-img img {
   height: 34px;
   width: 34px;
   }
   .member_list li {
   border-bottom: 1px solid #dddddd;
   padding: 6px;
   }
   .member_list li:last-child {
   border-bottom:none;
   }
   .member_list {
   height: 380px;
   overflow-x: hidden;
   overflow-y: auto;
   }
   .sub_menu_ {
  background: #e8e6e7 none repeat scroll 0 0;
  left: 100%;
  max-width: 233px;
  position: absolute;
  width: 100%;
}
.sub_menu_ {
  background: #f5f3f3 none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  left: 100%;
  margin-left: 0;
  max-width: 233px;
  position: absolute;
  top: 0;
  width: 100%;
}
.all_conversation ul li:hover .sub_menu_ {
  display: block;
}
.new_message_head button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}
.new_message_head {
  background: #f5f3f3 none repeat scroll 0 0;
  float: left;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 5px;
  width: 100%;
}
.message_section {
  border: 1px solid #dddddd;
}
.chat_area {
  float: left;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
.chat_area li {
  padding: 14px 14px 0;
}
.chat_area li .chat-img1 img {
  height: 40px;
  width: 40px;
}
.chat_area .chat-body1 {
  margin-left: 50px;
}
.chat-body1 p {
  background: #C7EAFC none repeat scroll 0 0;
  padding: 10px;
  border-radius: 10px;
}
.chat_area .user_chat .chat-body1 p {
  background: #FFE6CB none repeat scroll 0 0;
}

.chat_area .user_chat .chat-body1 {
  margin-left: 0;
  margin-right: 50px;
}
.chat_area li:last-child {
  padding-bottom: 10px;
}
.message_write {
  /*background: #f5f3f3 none repeat scroll 0 0;*/
  float: left;
  padding: 15px;
  width: 100%;
}

.message_write textarea.form-control {
  height: 70px;
  padding: 10px;
}
.chat_bottom {
  float: left;
  margin-top: 13px;
  width: 100%;
}
.upload_btn {
  color: #777777;
}
.sub_menu_ > li a, .sub_menu_ > li {
  float: left;
  width:100%;
}
.member_list li:hover {
  background: #428bca none repeat scroll 0 0;
  color: #fff;
  cursor:pointer;
}
/*END: Message Template*/

#listOffersReceived {
    padding-left:0px;
    padding-right:0px;
}


#listOffersSent {
    padding-left:0px;
    padding-right:0px;
}

.user-not-found {
    color: red;
    opacity: .8;
}

.user-found {
    color: green;
    opacity: .8;
}

/*Message Detailsa*/
.message-display-head, .message-display-head-mobile {
    padding-left: 10px;
    color: dimgrey;
}

.message-display-head img, .message-display-head-mobile img {
    max-width: 25px;
    max-height: 25px;
}
.message-details-post{
    padding-left: 10px;
}
.message-details-post img{
    border-radius: 5px;
    padding-bottom: 5px;
}
.message-display-head-mobile {
    font-size: 9pt;
}

/*END: Message Detailsa*/