@charset "UTF-8";
/*占位符居中对齐*/
/*::-webkit-input-placeholder {*/
/*text-align: center;*/
/*}*/

/*::-moz-placeholder {*/
/*text-align: center;*/
/*}*/

/*:-moz-placeholder {*/
/*text-align: center;*/
/*}*/

/*:-ms-input-placeholder {*/
/*text-align: center;*/
/*}*/

@font-face {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    overflow-x: hidden;
    height: 100%;
    background-color: #f5f8fa;
}

input[type=button] {
    outline: none;
}

input[type=text], input[type=password], select, input[type=number] {
    border: 1px solid #999;
    height: 30px;
}

select{
	padding: 5px 0;
}

input[type=checkbox] {
    margin: 0;
    vertical-align: middle;
}

textarea {
    border: 1px solid #999;
    resize: none;
}

.table {
    margin-bottom: 0;
}

ul li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

object {
    left: 0;
}

.navbar {
    margin-bottom: 0;
    background-color: #0591e6;
    border-bottom: 0;
    border-radius: 0;
}

.navbar-inverse {
    border: 0;
}

.navbar-brand a {
    color: #fff;
}

.user-name {
    margin: 17px 50px 0 0;
}

#dLabel {
    text-decoration: none;
    color: #fff
}

.container-head {
    width: 100%;
    background-color: #fff;

}

.function {
    border-bottom: 2px solid #e9e9e9;
    background: url("../images/pc.png") no-repeat 25px 50%;
}

.function-list {
    margin-left: 8px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 20px;
}

.li-active {
    background: url("../images/active.png") repeat-x 0 100%;
}

.function-list li {
    display: inline-block;
    margin-left: 1px;
    text-align: center;
    cursor: pointer;
}

.function-list a {
    font-weight: bold;
    line-height: 2.3em;
    color: #333;
    padding:5px 7px;
    text-decoration:none;
}

.function-list li .active {
    background: #287ee0;
    color:#fff;
    padding:5px 7px;
    border-radius: 3px;
}

.left-tab {
    padding: 0;
}

.right-tab {
    padding: 0;
    border-left: 1px solid #e2e4e6;
    background-color: #fff;
}

.page-loc {
    padding-left: 8px;
    border-left: 2px solid #88b7e0;
    font-weight: bold;
}

.page-loc, .page-now {
    line-height: 48px;
}

.page-now a {
    color: #333;
}

.page-now a:hover {
    color: #0591e6;
}

.table-wrapper {
    margin: 0 25px 0 20px;
    background-color: #fff;
}

.table tr {
    padding-right: 30px;
}

.table th {
    background-color: #f5f6fa;
}

#file, #picfile ,#file_autograph{
    position: relative;
    left: 0;
    border: 1px solid #0591e6;
    text-align: center;
}

#file-button, #picfile-button, .uploadify-button{
    color: #0591e6;
}

/*页面底部分页*/
.pages {
    margin: 20px 25px 50px 0;
    border-top: 1px solid #e1e6eb;
    border-bottom: 1px solid #e1e6eb;
    height: 58px;
    background-color: #f5f6fa;
}

.pagenation {
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0;
    line-height: 30px;
}

.pagenation li {
    display: inline-block;
    padding: 0;
}

.pagenation li a {
    padding: 0 5px;
    color: #333;
}

.pagenation li a:hover {
    color: #0591e6;
}

.pagenation-pre {
    margin-left: 5px;
}

.pagenation-next {
    margin-right: 5px;
}

.pagenation .pagenation-num {
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.pagenation-first:hover, .pagenation-last:hover, .pagenation-num:hover, .pagenation-pre:hover, .pagenation-next:hover {
    background: #0591e6;
    color: #fff;
    cursor: pointer;
}

.page_text {
    margin-right: 5px;
    line-height: 30px;
}

.page_tol {
    height: 30px;
}

.pagenation, .page_text, .page_tol {
    display: inline-block;
    margin-top: 14px;
}

#junmpage {
    width: 75px;
}

.pagerCon .page_tol > .sure-btn {
    border: 1px solid #ededed;
    width: 80px;
    height: 30px;
    background-color: #fff;
}

/*弹出框*/
.modal-header {
    padding: 10px 15px;
    background-color: #0591e6;
}

.staff-list, .add-remove-btn, .staff-selected {
    display: inline-block;
}

.staff-list {
    position: relative;
    width: 400px;
    height: 300px;
}

.share-modal-search {
    position: absolute;
    top: 5px;
    right: 0
}

.add-remove-btn {
    position: absolute;
    top: 25%;
    width: 100px;
    text-align: center;
}

.staff-selected {
    position: relative;
    left: 10%;
    width: 380px;
    height: 300px;
}

.staff-list > .tab-content, .staff-selected > .tab-content {
    overflow-y: scroll;
    height: 200px;
}

/*全部清空*/
.clear-all {
    position: absolute;
    top: 10px;
    right: 0;
    border: 0;
    height: 30px;
    color: #0591e6;
    background-color: #fff;
}

.add-staff-btn {
    float: left;
    margin-left: 10px;
    width: 100px;
    color: #0591e6;
    background: #fafafa url("../images/add_icon_blue.png") no-repeat 5px 50%;
}

.modal-query-btn, .modal-add-staff-btn, .remove-staff-btn {
    border: 1px solid #ccc;
    height: 30px;
    background-color: #fafafa;
}

.modal-body-search {
    position: absolute;
    top: 20px;
    right: 15px;
}

.modal-sure-btn, .modal-cancel-btn {
    width: 80px;
    height: 30px;
}

.modal-sure-btn {
    border: 1px solid #ff7344;
    color: #fff;
    background-color: #ff7344;
}

.modal-cancel-btn {
    border: 1px solid #ddd;
    background-color: #fff;
}

.nav-tabs > li > a {
    font-weight: bold;
    color: #555;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #0591e6;
}

.container-main {
    width: 100%;
    padding-right: 0 !important;
}

.white-bg {
    background-color: #fff;
}

#rightIframe {
    background: #fff;
}

.left-tab a {
    cursor: pointer;
}

#mainIframe {
    margin-top: 94px;
}

.container-main, .container-head, .navbar {
    min-width: 1220px;
}

.container-main html {
    overflow-y: hidden !important;
}

@media (min-width: 100px) and (max-width: 1100px) {
    .out_body {
        overflow-x: scroll !important;
        overflow-y: hidden !important;
    }
}

.out_body {
    overflow-y: hidden !important;
}

/*文件上传*/
.delete, .preview {
    margin-left: 5px;
}

.delete a:hover {
    color: #ff4c4c;
}

.preview a:hover {
    color: #0591e6;
}

.download {
    margin-right: 5px;
}

.nav > li > a{
    padding: 10px;
}
 a:hover {
    color: #0591e6;
}

.download {
    margin-right: 5px;
}

.nav > li > a{
	padding: 10px;
}

.menu_css a{
	/*background: #287ee0;*/
    border-radius: 5px;
	color: #0491e7 !important;
}

/*.menu_css a span{
	color: white !important;
}*/

.file-upload {
    display: block;
    width: 80px;
    height: 30px;
    border: 1px solid #0591e6;
    text-align: center;
    line-height: 30px;
    color: #0591e6 !important;
    text-decoration: none !important;
    margin: 25px 0 0 0px;
}
