/* CSS Document */
.clear {
    clear: both;
}

.i_common {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*去除虚线框*/
a {
    blr: expression(this.onFocus=this.blur()); /* IE Opera */
    outline: none; /* FF Opera */
}

a:focus {
    outline: none;
}

.btn {
    outline: none !important;
}

a:hover {
    cursor: pointer !important;
}

.logo {
    height: 100%;
    margin-left: 30px;
}

.nav {
    margin-left: 20px !important;
}

.nav > li > a, .nav > li > a:visited {
    color: #fff !important;
}

/*.nav>li>a:hover {
	background-color:#fff !important;
}*/
.nav > li > a.active {
    background-color: #fff !important;
    color: #777 !important;
}

.ul-nav li a:link, .ul-nav li a:visited {
    color: #777 !important;
}

.ul-nav li a:hover {
    color: #fff !important;
    background-color: #f5c595 !important;
    font-weight: bold;
}

.ul-nav li a.onselect:link, .ul-nav li a.onselect:visited {
    color: #fff !important;
    background-color: #f5c595;
    font-weight: bold;
}

.nav-tabs {
    margin-bottom: 15px;
}

.form-inline {
    margin-bottom: 15px;
}

form .img-rounded {
    height: 80px !important;
    width: 107px !important;
    margin: 3px 0 3px 0 !important;
}

/*
form input[type='file']{
	width: 107px;
	height: 80px;
    margin-top:-80px;
	overflow: hidden;
	border:1px solid red;
	background-color:transparent;
	opacity: 0;
}
.form-control[type="checkbox"] {
	width: 20px;
	height: 20px;
}
*/

.status-default {
    color: #777;
}

.status-primary {
    color: #428bca;
}

.status-warning {
    color: #f0ad4e;
}

.status-success {
    color: #5cb85c;
}

.status-info {
    color: #5bc0de;
}

.status-danger {
    color: #d9534f;
}

/*table box*/
/*table list*/
.div-t-box {
    max-width: 800px;
    height: auto;
    overflow-x: scroll;
    white-space: nowrap;
}

.z-index-max {
    z-index: 999999999 !important;
}

.z-index-middle {
    z-index: 999999 !important;
}

/*bootstrap rewrite*/
.container {
    min-width: 1450px !important;
}

#plist tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #dcdddd;
}

#plist tbody tr td:first-child {
    padding-left: 20px;
}

#plist tbody tr:hover {
    background-color: #b9e7a3 !important;
    cursor: pointer;
}

.list-group {
    background-color: #0662c5 !important;
    padding-left: 15px;
    float: left;
    width: 100%;
}

.list-group-item {
    background-color: #0662c5 !important;
    color: #3d8bdd;
}

.list-group-item:hover {
    background-color: #98b7e4 !important;
    color: #f2f1f1 !important;
    font-weight: bold;
}

.navl-active {
    background-color: #98b7e4 !important;
    color: #f2f1f1 !important;
    font-weight: bold;
}

.panel-heading {
    height: 55px !important;
    background-color: #3c8add !important;
    border-bottom: 1px solid #0068bd !important;
    color: #fff !important;
    line-height: 35px;
}

.form-control[readonly] {
    cursor: pointer;
    background-color: #fff;
}

/*placeholder*/
.form-control::-moz-placeholder {
    color: #bfbfbf !important;
}

.form-control:-ms-input-placeholder {
    color: #bfbfbf !important;
}

.form-control::-webkit-input-placeholder {
    color: #bfbfbf !important;
}

.table-hover tr td:first-child {
    width: 70px !important;
}
/*bootstrap rewrite end*/
