@media only screen and (min-width: 600px)
{
    .form-control-mobile {
        width: auto !important;
    }
}

@media only screen and (max-width: 601px)
{
    .form-control-mobile {
        width: auto !important;
    }
}

.chat-incoming {
    position: relative;
    display: block;
    background-color: #383f48;
    width: 65%;
    min-height: 30px;
    padding: 10px;
    margin: 10px;
    border: 2px solid #0288CC;
    border-radius: 5px;
    color: white;
    float: left;
}

.chat-outcoming {
    position: relative;
    display: block;
    background-color: #0077b3;
    width: 65%;
    min-height: 30px;
    padding: 10px;
    margin: 10px;
    border: 2px solid #0288CC;
    border-radius: 5px;
    color: white;
    float: right;
 }

.pull-right{
    float: right;
}

.rowAppointment, .rowAppointment > td > i, .rowAppointment > td > span > i, .rowAppointment > td > a.prospectName {
    background-color: #169b6b;
    color: white !important;
    /*color: white;*/
}

.fa-comment.chatprom, .fa-comment.chatsal {
    color: #4e73df !important;
}

.fa-fighter-jet.chatprom{
    color: #4e73df !important;
}