/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */




.chat {
    margin: 0;
    padding: 0;
    list-style: none;
  
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #999;
        
    }

        .chat li.left .chat-body {
            margin-left: 60px;
           
        }

        .chat li.right .chat-body {
            margin-right: 60px;
           
        }

        .chat li .chat-body p {
            margin: 0;
           
        }

    .panel .slidedown .glyphicon,
    .chat .glyphicon {
        margin-right: 5px;
      
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
 
}

.flot-chart {
    display: block;
    height: 400px;
    
}

.flot-chart-content {
    width: 100%;
    height: 100%;
   
}


.left {
    float: left;
    
}

.right {
    float: right;
   
}

.filter_input {
    width: 250px;
   
}
  

/*Chat CSS*/
#chat_widnow {
    width: 24%;
    border: solid 1px black;
    bottom: 0;
    right: 0;
    position:fixed;
    overflow-x: hidden;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.7) !important;
    z-index:10;
   
}

#chat_title_bar {
    background: #0aa89e;
    height: 35px;
    width: 100%;
    cursor: pointer;
}

#chat_min_button {
    width: 25px;
    height: 23px;
    float: right;
    cursor: pointer;
    
}

#chat_box {
    height: 308px;
    background: #DFDFDF;
   
}
    /*Chat End*/




    /*#chat_box .bg-success {
        display: block;
        padding: 8px 15px;
        cursor: pointer;
        text-decoration: none;
       
    }

    #chat_box .bg-info {
        display: block;
        padding: 8px 15px;
        cursor: pointer;
        text-decoration: none;
       
    }*/

.ui-chatbox .ui-widget-header {
    color: #222222;
    font-weight: 400;
   
}

.ui-chatbox-input {
    border: 0 !important;
   
}

.ui-chatbox-input-box {
    width: 189px !important;
   
}
