
#main_content.container-fluid {
    background-color: #EFEFEF;
    border-top: 1px solid #FEFEFE;
    min-height: 600px;
    padding: 15px;
    position: relative;
}
#left_layout #main_content.container-fluid {
    border-right: 1px solid #FEFEFE;
    margin: 0 10px 10px 75px;
}
.page-heading_CHAT {
    background-color: #E2E2E2;
    background-image: linear-gradient(to bottom, #EEEEEE, #E2E2E2);
    background-repeat: repeat-x;
    border-bottom: 1px solid #C1C1C1;
    height: 18px;
	color:#000;
    padding: 6px;
   
}
.page-heading {
    background-color: #E2E2E2;
    background-image: linear-gradient(to bottom, #EEEEEE, #E2E2E2);
    background-repeat: repeat-x;
    border-bottom: 1px solid #C1C1C1;
    height: 25px;
   
    padding: 6px;
   
}
.page-heading3 {
    background-color: #E2E2E2;
    background-image: linear-gradient(to bottom, #EEEEEE, #E2E2E2);
    background-repeat: repeat-x;
    border-bottom: 1px solid #C1C1C1;
    height: 14px;
   
    padding: 6px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.page-heading1{
    background-color: #E2E2E2;
    background-image: linear-gradient(to bottom, #EEEEEE, #E2E2E2);
    background-repeat: repeat-x;
    border-bottom: 1px solid #C1C1C1;
    height: 150px;
    margin: 6px 2px 2px;
    padding: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.page-1{
    background-color: #E2E2E2;
   
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.page-heading .page-title {
   
    font-size: 11px !important;
    margin: -9px 0 0 0px;
    padding: 0;
}
.page-heading .page-title [class^="icon-"] {
    display: block;
    float: left;
    margin: 1px 20px 0 0;
}
.page-heading .page-title [class^="micon-"] {
    display: block;
    float: left;
    margin: 7px 20px 0 0;
}
.page-heading .page-info {
    float: right;
}
.page-heading .page-info ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.page-heading .page-info ul li {
    border-left: 1px solid #FEFEFE;
    border-right: 1px solid #CECECE;
    display: inline-block;
    margin-right: -3px;
    padding: 0px 5px;
    text-align: center;
}
.page-heading .page-info ul li:first-child {
    border-left: medium none;
}
.page-heading .page-info ul li:last-child {
    border-right: medium none;
    padding-right: 0;
}
.page-heading .page-info ul li span {
    display: block;
}
.page-heading .page-info ul li span.large {
    font-family: 'BebasNeueRegular',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.1;
}
.page-heading .page-info ul li span.mini {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.1;
}
