body {
    overflow-x: hidden;
}

.del_mess {
    top: 8px;
}


/* Widgets */
.widget-box {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    clear: both;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
}

.widget-box.widget-calendar, .widget-box.widget-chat {
    overflow: hidden !important;
}

.accordion .widget-box {
    margin-top: -2px;
    margin-bottom: 0;
    border-radius: 0;
}

.widget-box.widget-plain {
    background: transparent;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
}

.widget-title, .modal-header, .table th, div.dataTables_wrapper .ui-widget-header, .ui-dialog .ui-dialog-titlebar {
    background-color: #efefef;
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
}

.widget-title .nav-tabs {
    border-bottom: 0 none;
}

.widget-title .nav-tabs li a {
    border-bottom: medium none !important;
    border-left: 1px solid #DDDDDD;
    border-radius: 0 0 0 0;
    border-right: 1px solid #DDDDDD;
    border-top: medium none;
    color: #999999;
    margin: 0;
    outline: medium none;
    padding: 9px 10px 8px;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}

.widget-title .nav-tabs li:first-child a {
    border-left: medium none !important;
}

.widget-title .nav-tabs li a:hover {
    background-color: transparent !important;
    border-color: #D6D6D6;
    border-width: 0 1px;
    color: #666666;
}

.widget-title .nav-tabs li.active a {
    background-color: #F9F9F9 !important;
    color: #444444;
}

.widget-title span.icon {
    border-right: 1px solid #cdcdcd;
    padding: 6px 10px 6px 11px;
    float: left;
    opacity: .7;
}

.widget-title h5 {
    color: #666666;
    text-shadow: 0 1px 0 #ffffff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 12px;
    line-height: 12px;
    margin: 0;
}

.widget-title .buttons {
    float: right;
    margin: 8px 10px 0 0;
}

.widget-title .label {
    padding: 3px 5px 2px;
    float: right;
    margin: 9px 15px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 1px 0 #ffffff;
}

.widget-calendar .widget-title .label {
    margin-right: 190px;
}

.widget-content {
    padding: 12px 15px;
    border-bottom: 1px solid #cdcdcd;
}

.widget-box.widget-plain .widget-content {
    padding: 12px 0 0;
}

.widget-box.collapsible .collapse.in .widget-content {
    border-bottom: 1px solid #CDCDCD;
}

.ui-dialog {
    padding: 0;
}

.ui-dialog .ui-dialog-title {
    font-size: 14px;
    margin: 4px 0 0;
}

.ui-widget-overlay {
    position: fixed;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: transparent url("../img/glyphicons-halflings.png") -310px 2px scroll;
    margin: -15px 0 0;
}

ul#icons li {
    cursor: pointer;
    float: left;
    list-style: none outside none;
    margin: 2px;
    padding: 4px 0;
    position: relative;
}

.panel-left {
    margin-right: 250px;
}

.panel-right {
    background-color: #f2f2f2;
    border-left: 1px solid #dddddd;
    position: absolute;
    right: 0;
    top: 37px;
    height: 2500px;
}

.panel-right .panel-title {
    width: 100%;
    background-color: #ececec;
    border-bottom: 1px solid #dddddd;
    text-align: center;
}

.panel-right .panel-title h5 {
    font-size: 12px;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
    padding: 6px 10px 5px;
    margin: 0;
}

.panel-right .panel-content {
    padding: 10px;
}

.chat-content {
    height: 470px;
}

.chat-messages {
    background: none repeat scroll 0 0 #FDFDFD;
    border: 1px solid #DDDDDD;
    height: 425px;
    overflow: auto;
    position: relative;
}

.chat-message {
    padding: 7px 15px;
    margin: 7px 0 0;
}

.chat-message input[type=text] {
    margin-bottom: 0 !important;
    width: 100%;
}

.chat-message .input-box {
    display: block;
    margin-right: 90px;
}

.chat-message button {
    float: right;
}

#chat-messages-inner p {

}

#chat-messages-inner .ppicture {
    display: none;
    float: left;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin-top: 6px;
}

#chat-messages-inner .msg-block, #chat-messages-inner p.offline span {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.05);
    display: block;
    margin-left: 40px;
    padding: 10px;
    position: relative;
}

#chat-messages-inner p.offline span {
    background: none repeat scroll 0 0 #FFF5F5;
}

#chat-messages-inner .time {
    color: #999999;
    font-size: 11px;
    font-style: italic;
}

#chat-messages-inner .msg {
    display: block;
    margin-top: 10px;
}

#chat-messages-inner .msg-block:before {
    border-right: 7px solid rgba(0, 0, 0, 0.1);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
    display: inline-block;
    left: -7px;
    position: absolute;
    top: 11px;
}

#chat-messages-inner .msg-block:after {
    border-right: 6px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: "";
    display: inline-block;
    left: -6px;
    position: absolute;
    top: 12px;
}

.chat-users {
    padding: 0 0 30px;
}

.chat-users .contact-list {
    line-height: 21px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 10px;
    overflow: scroll;
    overflow-x: hidden;
    height: 460px;
}

.chat-users .contact-list li {
    border-color: #dddddd;
    border-style: none none solid;
    border-width: 0 0 1px;
    padding: 1px;
    position: relative;
}

.chat-users .contact-list li:hover {
    background-color: #efefef;
}

.chat-users .contact-list li a {
    color: #666666;
    display: block;
    padding: 8px 5px;
}

.chat-users .contact-list li.online a {
    font-weight: bold;
}

.chat-users .contact-list li.new {
    background-color: #eaeaea;
}

.chat-users .contact-list li.offline {
    background-color: #EDE0E0;
}

.chat-users .contact-list li a img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    border-radius: 3px;
}

.chat-users .contact-list li .msg-count {
    padding: 3px 5px;
    position: absolute;
    right: 10px;
    top: 12px;
}


.attachment {
    text-decoration: none;
    color: grey;
    font-size: 15px;
    margin-left: 10px;

}

.imgajax {
    display: none;
}

.msg-count {
    margin-right: 20px !important;
}

.badge {
    background-color: lightgrey;
    color: #cf0000;
}



