.layout-con {
    padding: 0;
    background: transparent;
}
.nav, .breadcrumb {
    margin-top: 0;
    margin-bottom: 15px;
}
.nav-tabs>li>a {
    padding: 15px;
    background-color: transparent;
    color: #505464;
}
form{
    background: #fff;
    padding: 20px 20px 0;
}
#myForm{padding: 0;}
.form-search input{
    width: 100%;
    border-radius: 0;
    height: 34px!important;
    padding: 4px 6px;
    border: 1px solid #e6e6e6!important;
    background: #FFF;
    color: #333 !important;
    box-shadow: none !important;
    /* margin-top:0px;*/
    margin-top:0px;
}
.form-search input.btn{
	width:unset;
	/* margin-top:5px;*/
	margin-top:0px;
}
.form-search input[type='checkbox']{
	width:unset;
}
.form-search .ul-form li{
	height:unset;
    display: flex;
    align-items: center;
}

.form-search{
	padding-top:5px;
	margin-top:10px;
}
input{
    width: 100%;
    /* border-radius: 0!important; */
    border-radius: 0;
    height: 34px!important;
    padding: 4px 6px;
    border: 1px solid #e6e6e6!important;
    background: #FFF;
    color: #333 !important;
    box-shadow: none !important;
}
.select2-container .select2-choice{
    height: 34px;
    padding: 4px 6px;
    border: 1px solid #e6e6e6;
    line-height: 34px;
    color: #444;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
}
button.btn-primary{
	background-color: #1366CA!important;
    color: #fff!important;
    border-radius: 4px!important;
    height: 34px!important;
    border: none!important;
    padding: 0 18px!important;
    background-image:none!important;
}
.select2-container .select2-choice .select2-arrow{
        border-left: none;
        background: #fff;
        background-image:none;
}
button.btn, input[type="submit"].btn{
    background-color: #1366CA;
    color: #fff!important;
    border-radius: 4px;
    border: none!important;
    padding: 0 18px;
    background-image:none;
}
input[readonly]{
    height: 34px;
    padding: 4px 6px;
    border: 1px solid #e6e6e6;
    line-height: 34px;
    color: #444;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
}
input[type="button"],input.btn{
    background-color: #1366CA;
    color: #fff!important;
    border-radius: 4px;
    border: none!important;
    padding: 0 18px;
    background-image:none;
    width:unset;
}
#xxtemp input.btn{
	width:unset;
}
.btn-primary:hover{
    background-color: #19479E !important;
}
.table{
    padding: 5px 5px 0 5px;
}
.table thead th{
    background-color: #eef3fa;
    background-image:none;
    color: #505464;
    font-size: 14px;
    padding: 15px;
    border-radius: 0;
}
.table-bordered thead:first-child tr:first-child>th:first-child{
    border-radius: 0!important;
}
.table-bordered thead:first-child tr:first-child>th:last-child{
    border-radius: 0!important;
}
.table th, .table td{
    border-top: 1px solid #f1f1f1;
    padding:15px;
}
body, label, input, button, select, textarea, .uneditable-input, .navbar-search .search-query {
    font-size: 14px!important;
}

.pagination ul>.disabled>span, .pagination ul>.disabled>a, .pagination ul>.disabled>a:hover, .pagination ul>.disabled>a:focus {
    background: #ffffff;
    color: #808080;
    border: 1px solid #CCC;
    border-radius: 0;
    margin-right: 10px;
}
.pagination ul>li>a:hover, .pagination ul>li>a:focus, .pagination ul>.active>a, .pagination ul>.active>span {
    background: #ffffff;
    color: #808080;
    border: 1px solid #CCC;
    border-radius: 0;
    margin-right: 10px;
}
.pagination ul>li>a, .pagination ul>li>span {
    color: #393939;
    background: #ffffff;
    border: 1px solid #CCC;
    border-radius: 0;
    margin-right: 10px;
    margin-left: 0!important;
}
.pagination ul>.controls, .pagination ul>.controls>a, .pagination ul>.controls:hover, .pagination ul>.controls>a:hover {
   border:none;
}
select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-left: 10px;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {

    background: #ffffff;
    color: #808080;
    border: 1px solid #CCC;
    border-radius: 0;
    margin-right: 10px!important;
    
}
.pagination {
    padding: 15px;
    background: #fff;
    margin: 0;
}
.pagination ul {
    box-shadow:none
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
    background-color: #fff;
    color: #2881e8;
    font-weight: 500;
}
.nav>li>a:hover, .nav>li>a:focus {
   color: #2881e8;
   background: transparent;
}
.form-horizontal {
    margin: 0;
}
.form-horizontal .pagination .controls{
	margin:0;
}
.form-actions {
    background-color: #fff;
    border-top:none;
}
.active{border-bottom: 2px solid #2881e8;color: #2881e8!important;}

#jbox .jbox-button-panel{
	height:35px;
}
.form-search .ul-form li label {
 
    white-space: nowrap;
}
.select2-container.txt.required{
	
    margin-top: 10px;
}
.ul-form{
	padding-bottom: 15px;
}
a.popbtn02{
	background-color: #1366CA!important;
    color: #fff!important;
    border-radius: 4px!important;
    border: none!important;
    padding: 0 12px!important;
    background-image: none!important;
    width: unset!important;
    height: 34px!important;
    line-height: 34px!important;
    display: flex;
    align-items: center;
}
#s2id_loginMode{
	    margin-top: 10px;
}


/*通知公告表格内容设置居中-20201012 by nownow*/
.tableCon-center thead th{
	text-align: center;
}
.tableCon-center thead th:first-child{
	text-align: left;
	width: 46%;
}
.tableCon-center tbody td{
	text-align: center;
}
.tableCon-center tbody tr td:first-child{
	text-align: left;
}

/*人员选择对话框确定按钮调整样式-20201013*/
#jbox .jbox-button-panel .jbox-button-focus{
	background: #1366CA;
	color: #fff
}
