﻿.index_left {
    width: 200px;
    position: fixed;
    left: 0;
    top: 50px;
    bottom: 0;
    border-right: 1px solid #ccc;
}

    .index_left .nav > li a {
        color: black;
    }

    .index_left .nav > li.active a {
        color: #563d7c;
        font-weight: bold;
        background: #eee;
    }


.index_right{
    position:absolute;
    top:50px;
    left:200px;
    right:0;
    bottom: 0;
    overflow:auto;
    padding:15px 20px;
}

.inner_right {
	text-align:right;
}

.inner_center {
	text-align:center;
}

.red {
	color:red;
}

.index_img {
	width: 80px;
	padding: 3px;
	border: 1px solid #ccc;
}

.imageView {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.6);
	z-index:100000;
}
.imageView > div {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:center center no-repeat;
	background-size:contain;
}

.attach {
	cursor:pointer;
	background-image: url(../images/attach.png);
	background-size: contain;
	width:20px;
	height:20px;
	display:inline-block;
}

.float_right {
	float:right;
}

.text-center {
	text-align:center;
}

.text-cut {
	text-overflow:ellipsis;
	max-width:150px;
}

.navbar-cation {
	position:absolute;
	top:15px;
	right:20px;
}

textarea {
	resize:none;
}