/*

* Override Pages default styles or create your own styles here

*/
.checkbox.checked label::after {
font-family: 'FontAwesome';
content: "\F00C";
color: #fff;
}

.checkbox.checked label:before {
border-width: 8px;
}

.panel-group .se-nav .panel-heading .panel-title > a::after {
    color: #626262;
    content: none;
/*		    content: "\f105";
*/		    font-family: "FontAwesome";
    position: absolute;
    right: 13px;
    top: 36%;
}	

.panel.se-nav:hover, .panel.se-nav.active{
	background-color: #DAEFFD;
}

.panel.se-nav .panel-heading .panel-title{
	cursor: pointer;
}

.panel.se-nav .panel-heading .panel-title a{
    overflow: hidden;
    text-overflow: ellipsis; 
}

.se-nav{
    height: 50px;
}
.se-nav .panel-heading{
    padding: 5px 20px 0 20px;
}

.comments {
    border-top: 1px solid #ebebeb;
    list-style: outside none none;
    padding: 10px 0 0;
}
.comments li {
    display: table;
    vertical-align: top;
}
.comments li::before, .comments li::after {
    content: " ";
    display: table;
}
.comments li::after {
    clear: both;
}
.comments li + li {
    margin-top: 15px;
}
.comments li .user-comment-thumb, .comments li .user-comment-content {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.comments li .user-comment-thumb {
    padding-right: 20px;
    width: 1%;
}
.comments li .user-comment-content {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
}
.comments li .user-comment-content .user-comment-name {
    font-weight: bold;
}
.comments li .user-comment-content .user-comment-meta {
    color: #9b9fa6;
    font-size: 11px;
    margin-top: 5px;
}
.comments li .user-comment-content .user-comment-meta a {
    color: #8d929a;
    margin-right: 5px;
    transition: all 300ms ease-in-out 0s;
}
.comments li .user-comment-content .user-comment-meta a + a {
    margin-left: 5px;
}
.comments li .user-comment-content .user-comment-meta a i {
    opacity: 0.8;
    transition: all 300ms ease-in-out 0s;
}
.comments li .user-comment-content .user-comment-meta a:hover {
    color: #737881;
}
.comments li .user-comment-content .user-comment-meta a:hover i {
    opacity: 1;
}
.comments li.comment-form .user-comment-content {
    border-bottom: 0 none;
    padding-bottom: 0;
    position: relative;
}
.comments li.comment-form .user-comment-content .form-control {
    background: #eeeeee none repeat scroll 0 0;
    border: 0 none;
}
.comments li.comment-form .user-comment-content .btn {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #737881;
    font-size: 13px;
    opacity: 0.7;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: all 300ms ease-in-out 0s;
}
.comments li.comment-form .user-comment-content .btn:hover {
    opacity: 1;
}

.panel-title-user{
	width:80%;
	display: inline-block;
}

.panel-title-user .user-pic {
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.panel-title-user h5 {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.006em;
    line-height: 22.7px;
    margin: -3px 0 0;
}	

.panel-title-user h6 {
    font-family: arial;
    font-size: 12px;
    margin: 0;
    opacity: 0.45;
}					

.buttons {
    left: 10px;
    padding: 0;
    position: absolute;
    top: 7px;
}

.buttons li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 10px;
}

.buttons li a{
	color: white;
}

.buttons li a:hover{
	color: #ccc;
}

