@media (max-width: 992px) {
    .chat-name-holder-left {
        float: left !important;
        min-width: 50%;
        max-width: 80%
    }
    .sidebar-holder{
        padding-right: 0px!important;
        top: 0px!important;
    }
}

/*
/*!*Extra large devices*!
@media screen and (min-width: 1500px) {
	body{font-size:18px;}
	h2{font-size:36px;}
	h3{font-size:32px}
	h4{font-size:28px;}
	.main-chat-holder{
		height:100vh;
	}
}*!*/

@media (min-height: 1000px) {
    #chat-holder{
        height:80vh;
        overflow: scroll;
        overflow-x: hidden;
    }
}
/*/!* Small devices (tablets, 768px and up) *!/
@media (min-width: 768px) and (max-width: 991px) {
	body{font-size:10px;}
	h2{font-size:12px;}
	h4{font-size:11px;}
	.col-sm-12 {
		width: 100%;
	}
}*/

html,body{
    display: block;
    margin: 0;
    font-family:"Proxima","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.header-class{
    /*max-width:1128px;*/
}

.title-buttons {
    margin-top: 17px;
}

.title-buttons a:hover {
    text-decoration: none;
}

.main-page-holder{
}

.navbar, .navbar-nav, .navbar-nav>li, .navbar-nav>li>a {
    height: 70px!important;

}

.margin-top{
    margin-top:7px!important;
}
.navbar-nav>li>a {
    padding-top:25px!important;
}

#case-details{
    margin-bottom: 5px;
}

.navbar-brand{
    height: 70px;
    padding: 5px 15px;
}

.main-wrapper{
    padding-top:75px;
    padding-left:30px;
    display: block;
    max-width:1128px;
}

.main-chat-holder{
    padding-left:0px!important;
}

.panel-body-chat-holder{
    height:100%;
}

.file-upload-header{
    padding: 22px;
}

.file-upload-title{
    padding: 5px 1px!important;
    color: #000000;
}
.file-upload-title:hover{
    padding: 5px 1px!important;
    color: #696969;
    border-color: #ffffff;
    text-decoration: none;
    background-color: #ffffff;
}

#chat-container{
    height:100%;
}

#chat-container .panel-body {
    padding-right: 0px;
}

.panel-holder{
    height:80%;
}

.nav.navbar-nav.navbar-right li a {
    color: rgb(255, 255, 255);
    font-size: 1.2em;
}

.notif-btn {
    line-height: 80px;
    width: 60px;
    height: 80px;
    background-color: #B22222;
    color: white;
}

.notif-link{
    color:#337ab7!important;
    line-height:14px!important;
    font-weight: bold!important;
    font-size: 14px!important;

}

.notif-btn:hover {
    background-color: #800000;
}
.notif-btn>a {
    padding: 5px 0 0 0!important;
    width: 60px !important;;
}

.notif-icon{
    position:relative;
    top:-4px;
    left:12px;
}

.side-nav-user-holder{
    padding-bottom: 6px;
}

.user-chat-holder{
    margin-bottom: 25px;
    padding-left: 0;
}

.user-chat-holder div.container-fluid {
    padding-left: 0px;
}

.user-chat-holder div.container-fluid {
    padding-left: 0px;
}

.no-border{
    border-style: none!important;
}

#send-btn-holder{
    position:relative;
    top:0px;
    padding-right:9px;
    padding-left:10px;
    width:100%;
}

#chat-holder{
    height:65vh;
    overflow: scroll;
    overflow-x: hidden;
}

.close-chat-btn{
    background: #395167;
}
.close-chat-btn:hover{
    background-color: #ff4759;
}

.chat-user-name{
    position:relative;
    top:15px;
}


.close-highlight {
    color:#fff;
    background: #7f8c8d;
    padding: 8px 12px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
}

.chat-thumbnail{
    height:50px;
    width:50px;
    border: 1px solid gray;
}

.right-chat-holder{
    padding-right:10px;
}
.no-float{
    float:none!important;
}

.message-mine{
    line-height: 1.2;
    padding: 8px 18px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}

.message-others{
    line-height: 1.2;
    padding: 8px 12px 8px 12px;
    border-radius: 10px;
    /*border: 2px solid rgba(168, 216, 245, 0.82);*/
    background-color: rgba(168, 216, 245, 0.82);
}

.thumb {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    padding: 4px;
    transition: border 0.2s ease-in-out 0s;
    min-height: 66px;
    height: 66px;
    min-width: 60px;
    width: 60px;
}

.sidebar-holder{
    padding-right: 0px!important;
    position: relative;
    top: -39px;
}

.message-holder{
    word-wrap: break-word;
    width:100%;
    height:auto;
    overflow:hidden;
    text-align: justify;
}

.message-holder-right{
    word-wrap: break-word;
    width:100%;
    height:auto;
    overflow:hidden;
    text-align: justify;
}

.img-holder{
    padding-right:15px;
}

.img-holder-right{
    padding-left:15px;
}

.chat-name-holder-right{
    overflow:hidden;
    min-width: 35%;
    max-width: 80%;
    float:right!important;

}

.chat-name-holder-left{
    float:left!important;
    min-width: 40%;
    max-width: 80%;
}

.user-thumbnail{
    margin-right:4px;
}

#case-details > button.btn{
    margin-top: 3px;
    margin-bottom: 3px;
}

.participant-online{
    color:#29c12c;
}

.convo-header-holder{
    max-width: 430px;
    word-wrap: break-word;
}

.chat-name-right{
    overflow:hidden;
    width:100%;
    float:right;
}

.chat-name-left{
    overflow:hidden;
    width:100%;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px;
}

.toggle.ios .toggle-handle {
    border-radius: 20px;
}

.attatchment-name {
    word-wrap: break-word;
}
.chat-time{
    font-size: 11px;
    letter-spacing: -1px;
    position: relative;
    top: 3px;
    left:-9px;
    padding-left: 10px;
}

.carousel-control-small {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control-small.left {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control-small.right {
    right: 0;
    left: auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control-small:hover,
.carousel-control-small:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
.carousel-control-small .icon-prev,
.carousel-control-small .icon-next,
.carousel-control-small .glyphicon-chevron-left,
.carousel-control-small .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control-small .icon-prev,
.carousel-control-small .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control-small .icon-next,
.carousel-control-small .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control-small .icon-prev,
.carousel-control-small .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control-small .icon-prev:before {
    content: '\2039';
}
.carousel-control-small .icon-next:before {
    content: '\203a';
}

@media screen and (min-width: 768px) {
    .carousel-control-small .glyphicon-chevron-left,
    .carousel-control-small .glyphicon-chevron-right,
    .carousel-control-small .icon-prev,
    .carousel-control-small .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    .carousel-control-small .glyphicon-chevron-left,
    .carousel-control-small .icon-prev {
        margin-left: -15px;
    }
    .carousel-control-small .glyphicon-chevron-right,
    .carousel-control-small .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.carousel-image {
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    padding-bottom: 52%;
    position: relative;
}

.col-center-block {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.subtitle {
    color: #555;
}