@CHARSET "UTF-8";



body{
	padding-top: 50px !important;
	background: #f0f0f0;
	padding-bottom:30px;
}

.toobar{
	text-align: right;
	padding-bottom: 5px;
	margin-bottom:5px;
	border-bottom-color: #eee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.mainlog{
	padding-top: 50px;
}

.loading{
	vertical-align: middle;	
}

.loading h2{
	display: inline;
	padding: 5px;
}

.loading-gif{
	width:30px;
	height:30px;
	
}

.right{
	    float: right;
}

#leftnav{
	position: fixed;
	width:200px;
	background: #eee;
	top:0px;
	height:100%;
	padding-top:50px;
	overflow: auto;
}

#maincon{
	padding-top: 10px;
    width: auto;
	
}

ul.slidemenu{
	border-bottom-color: #fefefe;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

ul.slidemenu,
ul.slidemenu li ul
{
	margin: 0px;
	padding: 0px;
	
}
ul.slidemenu li>a span{
	
}

ul.slidemenu li>a{
	width:200px;
	height:40px;
	display: table-cell;
    color: black;
	text-decoration: none;
	border-bottom-color: #eee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	
}

ul.slidemenu li>a.active{
	background-color: #e0e0e0;
	
}
ul.slidemenu li>a:HOVER
{
	background-color: #e0e0e0;
	text-decoration: none;
}

h1.loading{
	text-align: center;
	padding-top: 30px;
}

ul.slidemenu li h5{
	text-align: center;
    background-color: #337AB7;
    height: 40px;
    color: white;
    vertical-align: middle;
    display: table-cell;
    width: 200px;
	cursor: default;
	border-bottom-color: #eee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
ul.slidemenu li h5:HOVER
{
	background-color:#2E6DA4;
}

ul.slidemenu li
{
	list-style: none;
	text-align: center;
	line-height: 40px;
}
ul.slidemenu li.section ul{
	height: 0px;
	overflow:hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;	/* Opera */
}

.txtred{
	color: red;
}

.txtgreen{
	color:green;
}

.verfiy img{
	
}

.verfiy a{
	margin-left: 5px;
}

a.actions{
	cursor: pointer;
	padding: 5px;
}

tr.tr_gray{
	background-color: #EFEFEF;
}

.dropdown-menu{
	min-width: 80px;
}


@media (min-width:992px) {
    .modal-chat {
        width: 58.333%;
        height:78.333%;
        overflow:scroll;
        overflow-x:auto;
        overflow-y:auto 
    }
}

#footer{
	text-align: center;
	padding: 10px;
	color:#999;
}

#footer h5,
#footer a{
	font-size: 13px;
	font-weight: normal;
}

#footer a{
	color:#999;
}


.shotlink{
	margin: 0px;
}

.shotlink>li{
	list-style: none;
	display: inline-block;
	margin: 10px;
	cursor: pointer;
	text-align:center;
	width:160px;
	height: 160px;
	border: 1px #fff solid;
}

.shotlink>li:HOVER{
	border: 1px #ddd solid;
}

.shotlink>li>a>img{
	width:120px;
	height: 120px;
}

.shotlink>li>a>h5{
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	
}

.detail-panel{
	padding: 10px;
	background-color: white;
}


.nav-tabs>li>a{
	border: 1px solid #ddd;
}

.nav-tabs>li>a:hover{
	border: 1px solid #ccc;
}

ul.link-archive{

}

ul.link-archive>li{
	display: inline-block;
	margin: 10px;
	padding: 10px;
	background: #eee;
	border: 1px #999 solid;
	border-radius: 5px;
}