@charset "utf-8";
/* CSS Document */

.c_clogoimg {
	padding-top: 0px;
}
.c_clogoimg img {
	height: 50px;
}
.c_close {
	background-size: 15px 15px;
	padding-left: 5px;
}

.c_activebox {
	min-height: 35px;
}
.c_activebox span.c_title,.c_activebox input,.c_activebox select{
	float: left;
	width: auto;
}
.c_activebox span.c_title {
	display: inline-block;
	line-height: 32px;
}
.c_activebox input {
	margin:0px 10px;
}
.c_activebox select {
	margin: 0px 10px;
}
.c_btns {
	float: right;
}
.c_btns button {
	margin:0px 0px 0px 10px;
}
.c_well {
	margin-top: 20px;
}
.c_table tr th,.c_table tr td {
	text-align: center;
}
.c_table tr td .c_check {
	vertical-align: middle;
}
.c_table tr td .btn {
	margin: 0px 5px 0px 0px;
}

.c_pagebar {
	text-align: center;
}
/*.c_footer {*/
	/*text-align: center;*/
	/*line-height: 50px;*/
/*}*/

.page_head{
    position: fixed;
    width: 100%;
    z-index: 9;
}
.page_container{
    position: fixed;
    width: 100%;
    overflow-y: scroll;
    top: 70px;
    bottom: 50px;
}
.page_container.cus_fullscreen{
    top: 0px;
    bottom:0px;
}
.page_footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
}
.c_footer {
    text-align: center;
    margin-bottom: 0px;
    /*padding: 10px 0px;*/
}
.c_footer p {
    color: #666;
    margin: 10px 0px;
}
.c_footer p a {
    color: #666;
    padding: 0px 10px;
}

.full_window_btn {
    cursor: pointer;
    background: url("../../images/to_full_window.png") center no-repeat;
}
.cus_close_full_windwo_btn{
    cursor: pointer;
    background: url("../../images/close_full_window.png") center no-repeat;
}
.close_full_windwo_btn {
    display: none;
    width: 21px;
    height: 21px;
    cursor: pointer;
    position: fixed;
    top: 6px;
    right: 40px;
    z-index: 999;
    background: url("../../images/close_full_window.png") center no-repeat;
}
.breadcrumb {
    margin-bottom: 10px;
}
.pagination > li:last-child > a:hover{
    background-color: transparent;
}
.pagination > li.noOver > a:hover{
    background-color: transparent;
}
.pagination>li>a, .pagination>li>span {
    padding: 4px 10px;
}
