html,body{
    width:100%;
}

body {
    overflow-x: hidden;
    background-color: #e1e1e1;
    font-weight: 300;
    display:block;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /*background-image:url(../images/slider/bg1.jpg); */
}

.navbar-inverse {
    border: none;
    background-color:#f2f2f2;

}

.navbar-brand-title{
    background-color: #0088cc;
    color:#fff;
    height:100%;
    left:0;
    width:100%;
}

.navbar-header{
    left:0px;
    position:absolute;
    background-color: #0088cc;
    color: #fff !important;
    height: 100%;
    width:250px;
}

.navbar-header-toggle{
    left:250px;
    height: 100%;
    padding-left:12px;
    position: absolute;
    background-color: #fff;
}


.navbar-brand-label{
       min-width:224px;
    max-width:225px;
    padding-left:25%;
    color:#fff;
    font-size:20px;
    font-weight: 300;
    position:absolute;
    width:100%;
    margin-top:10px;
}

.gap{
    height:70px;
}




/***********/
.panel-heading-custom{
    background-color: #5cb85c !important;
    color:#fff !important;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.thumbnail-container{
    overflow:hidden;
}

.thumbnail{
    transition: all .3s ease-in-out;
    max-height: 200px;
    border-radius: 0px;
}

.thumbnail:hover{
    transform: scale(1.1);
    opacity: 0.7;
    z-index:1;
}


.price-det{
    font-size:10px;
}



.btn{
    border-radius: 0px;
}

.btn-grp{
    z-index:0;
}




.conversation-thread > img{
    left:0;
}


.conv-heading{
    top:0px;
    display: inline-block;
    margin-left:4px;

}

.comment-box{
    padding-top:5px;
}

.comment-box > button{
    float:right;
    margin-top:5px;
}

#conversation-container{
    overflow-y: scroll;
    max-height: 500px;
}

#attachment-container{
    overflow-y: scroll;
    max-height: 300px;
}


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

.bubble
{
    margin-top:20px;
    position: relative;
    width: 100%;
    color: #fff;

    padding: 10px;
    background: #5cb85c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    border: #c2c2c2 solid 1px;
}

.bubble:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #5cb85c transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 15px;
}

.bubble:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #c2c2c2 transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -16px;
    left: 15px;
}

.navbar-right > li.active > a

{
    background-color:#5cb85c !important;
}

.navbar-right > li > a:hover{
    background-color:#23b461 !important;
    opacity:0.7;
}

#toggleSide{
    left:0;
    top:0;
    padding:14px;
    font-size:20px;
    color:#000;
}

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

.list-group, .list-group-item{
    border-radius: 0px !important;
}

thead {
    border-bottom-width: 3px;
    border-bottom-color: #5cb85c;
    border-bottom-style: solid;

}


.img-details{
     width:72px;
     height:72px;
 }

.img-thumb {
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    min-height: 50px;
}

.list-group-item > img{
    float:left;
    margin-right:10px;
}

.list-group-item {
    border-radius:0px;
    font-size:12px;
}


.list-group-item > .btn-default{
    margin-top:10px;
    float:right;
}

.btn-circle{
    border-radius:100%;
}


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

.media-body > small{
    font-size:5px !important;
}

.sender-left-body{
    display: inline-block;
    margin-top:4px;
    margin-left:5px;
    position: relative;
    color: #fff;
    padding: 10px;
    background: #5cb85c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    min-width:250px;
}

.sender-left-body:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #5cb85c;
    display: block;
    width: 0;
    z-index: 1;
    left: -4px;
    top: 10px;
}

.sender-left{
    right:0;
    float:left;


}
.sender-left > img{
    margin-right:5px;
}

.conv-heading-left{
    float:left;
    margin-left:5px;
    text-align: left;
}



.sender-right-body
{
    float:right;
    text-align: right;
    display: inline-block;
    margin-top:4px;
    margin-right:5px;
    position: relative;
    color: #fff;
    padding: 10px;
    background: #4c8ceb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    min-width:250px;
}

.sender-right-body:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent #4c8ceb;
    display: block;
    width: 0;
    z-index: 1;
    right: -4px;
    top: 7px;
}

.sender-right{
    right:0;
    float:right;
    margin-right:10px;
    text-align: right;

}
.sender-right > img{
    margin-left:5px;
}


.conv-heading-right{
    float:right;
    text-align: right;
    margin-right:5px;
}

.sender-right-body > a,.sender-left-body > a {
    color:#fff;
}

.sender-right-body > a:hover, .sender-left-body > a:hover{
    opacity: 0.8;
}

.seen{
font-size:12px;
}

.sender-right-body > .time-box{
    margin-top:5px;
    font-size:12px;
    color:#eee;
    text-align: right;
}


.sender-left-body > .time-box{
    margin-top:5px;
    font-size:12px;
    color:#eee;
    text-align: left;

}

.btn-stat{
    margin-right:10px;
}

#dropdownMenu1{
    border-radius: 15px;
}

.btn-radius{

    border-radius: 15px !important;
}

.label-badge{
    padding:5px;
    font-size:11px;
    padding-left:10px;
    padding-right:10px;
    border-radius:20px 0px 0px 20px;
    position:absolute;
}



