@media ( min-width : 1400px) {
	.modal-1200 {
		width: 1350px;
	}
}
@media ( min-width : 1300px) {
	.modal-1200 {
		width: 1250px;
	}
}
@media ( min-width : 1200px) {
  .modal-1200 {
	width: 1200px;
  }
  .modal-1100 {
    width: 1100px;
  }
  .modal-1000 {
    width: 1000px;
  }
}
@media ( min-width : 1100px) {
  .modal-1100 {
    width: 1000px;
  }
  .modal-1000 {
    width: 950px;
  }
}
.modal-title span{
	font-size:14px;
}

/*单选多选label独占一行*/
.radio-inline.block, .checkbox-inline.block{
	display: block;
}

.select2-container.select2-container-multi.form-control {
	min-height: 34px;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.page-header-fixed {
	margin-top:57px !important;
    padding-top: 0px !important;
}
.content {
    padding: 10px !important;
}

.breadcrumb a {
    text-decoration:none;
}

.pager {
    text-align: right !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.pager1{
	font-size:12px;
	color: #333;
}

.row .ui-sortable {
    min-height: 30px !important;
}

.alert {
    margin-bottom: 10px !important;
}

.tab-content {
    margin-bottom: 10px !important;
    padding: 10px !important;
}

.table {
    word-wrap:break-word !important;
    table-layout: fixed !important;
}

.table>tbody>tr>td {
    vertical-align: middle !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
    overflow:hidden !important;
}

.table>thead>tr>td {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.table.table-email thead tr:hover td {
    background: none;
}
/*表单*/
.table.table-form{
	/* background-color:#f0f3f5; */
}
.table.table-form.table-bordered>tbody>tr>td,.table.table-form.table-bordered>tbody>tr>th,.table.table-form.table-bordered>tfoot>tr>td,.table.table-form.table-bordered>tfoot>tr>th,.table.table-form.table-bordered>thead>tr>td,.table.table-form.table-bordered>thead>tr>th{
	border:1px solid #c3cbce;
	vertical-align: middle !important;
    white-space:normal !important;
    overflow:visible !important;
    padding:2px 2px;
    color:#242a30;
}
.table.table-form tr{
	height: 38px;
}
.table.table-form.table-bordered>tbody>tr> th{
	text-align: right;
	font-weight: normal;
	background-color:#eeeeee;
}
.table.table-form.table-bordered>tbody>tr> td{
	text-align: left;
	padding-left:6px;
	background-color:#ffffff;
}
.table.table-form.table-bordered>tbody>tr> td>div{
	position: relative;
}
.table.table-form.table-bordered>tbody>tr> td.t{
	background-color:#eeeeee;
}
.table.table-form.table-bordered>tbody>tr>td.title{
	font-size:16px;
	/* font-weight: bold; */
	padding-left:10px;
	background-color: #4283a6;
	color:#ffffff;
	position: static;
}
.table.table-form span.reqnote{
	color: red;
	padding-right: 5px;
}
.table.table-form span.reqtag{
	color: red;
	font-weight:bold;
}


.datepicker {
    z-index: 99999 !important; 
}

.sub-menu {
    padding-left : 10px;
}

.form-group {
    margin-bottom : 6px !important;
}

.form-control {
    padding: 2px 6px !important;
}

.tooltip-inner {
    padding: 4px 4px;
}

.select2-container.form-control .select2-choice {
    background: none;
    margin: -2px -6px !important;
    padding: 0px 6px !important;
    line-height: 30px !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none;
    height: 32px !important
}

.select2-container-disabled {
    filter: alpha(opacity = 60) !important;
    opacity: .6 !important;
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #e5e9ed !important;
}

.input-daterange .input-group-addon {
    background: #e2e7eb !important;
}

.parsley-errors-list {
    position: absolute;
    /* top: -24px; */
    top: -15px;
    z-index: 3;
    text-align: left;
    background-color: #cc4946;
    color: white;
    border-radius: 3px;
    /* filter: alpha(opacity=60); */
    /* opacity: .6; */
    white-space: nowrap;
}
.parsley-errors-list li {
    padding: 1px 10px !important;
    /* font-size: 9px; */
    font-size: 12px; 
}

/**            新建            */
.label-wide {
    padding-left: 3px;
    padding-right: 3px;
}

.form-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.addon-label {
    position: absolute;
    top: 8px;
    right: -4px;
}

.input-st {
    width: 37px !important;
}

.bwizard {
    position: relative; }
.bwizard .well {
    margin: 10px 0 10px 0; }
.bwizard-steps {
    margin:0;
    padding: 0;
    display: inline-block;
    background: #fff;}
    .bwizard-steps li {
        display: inline-block;
        position: relative;
        margin-right: 5px;
        line-height: 18px;
        list-style: none;
        padding: 12px 17px 10px 30px;
        background: #efefef;
        zoom:1; *display: inline; *padding-left: 17px; }
        .bwizard-steps li:first-child {
            -moz-border-radius: 4px 0 0 4px !important;
            -webkit-border-radius: 4px 0 0 4px !important;
            border-radius: 4px 0 0 4px !important;
            padding-left: 12px; }
        .bwizard-steps li:first-child:before {
            border: none; }
        .bwizard-steps li:last-child {
            -moz-border-radius: 0 4px 4px 0 !important;
            -webkit-border-radius: 0 4px 4px 0 !important;
            border-radius: 0 4px 4px 0 !important;
            margin-right: 0; }
        .bwizard-steps li:last-child:after {
            border: none; }
        .bwizard-steps li:before {
            position: absolute;
            left: 0; top: 0;
            height: 0; width: 0;
            border-bottom: 20px inset transparent; border-left: 20px solid #fff; border-top: 20px inset transparent;
            content: ""; }
        .bwizard-steps li:after {
            position: absolute;
            right: -20px; top: 0;
            height: 0; width: 0;
            border-bottom: 20px inset transparent; border-left: 20px solid #efefef; border-top: 20px inset transparent;
            content: "";
            z-index: 2; }
    .bwizard-steps .label {
        margin: 0 5px 0 0;
        padding: 1px 5px 2px;
        position: relative;
        top: -1px;}
    .bwizard-steps .active {
        color: #fff;
        background: #007ACC; }
        .bwizard-steps .active:after {
            border-left-color: #007ACC; }

    .bwizard-steps a {
        color: #333;}
    .bwizard-steps .active a {
        color: #fff;
        cursor: default;}
    .bwizard-steps a:hover {
        text-decoration: none;}
    .bwizard-steps.clickable li:not(.active) {
        cursor: pointer;}
    .bwizard-steps.clickable li:hover:not(.active) {
        background: #ccc;}
    .bwizard-steps.clickable li:hover:not(.active) a {
        color: #08c;}
    .bwizard-steps.clickable li:hover:not(.active):after {
        border-left-color: #ccc;}
@media (max-width: 480px) {
    /*badges only on small screens*/
        .bwizard-steps li,
        .bwizard-steps li.active,
        .bwizard-steps li:first-child,
        .bwizard-steps li:last-child {
            background-color: transparent;
            padding: 0;
            margin-right: 0;}
        .bwizard-steps li:after,
        .bwizard-steps li:before {
            border: none;
        }
}

.radio-inline,.radio-inline + .radio-inline, .checkbox-inline,.checkbox-inline + .checkbox-inline{
	margin-left: 0px;
	margin-right:10px;
}

/*消息弹框*/
.jMsgbox-headWrap{
	height:35px;
	line-height: 35px;
}
.jMsgbox-titleWrap{
	text-align: left;
	color:#666;
	font-size:14px;
}
.jMsgbox-closeWrap{
	font-size: 21px;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}
.jMsgbox-closeWrap:hover,.jMsgbox-closeWrap:focus {
	color: #000;
  	text-decoration: none;
  	cursor: pointer;
  	filter: alpha(opacity=50);
  	opacity: .5;
}
.jMsgbox-contentWrap{
	padding-top:15px;
	padding-bottom: 15px;
}
.jMsgbox-contentWrap .icon {
	float: left;
    margin-right: 10px;
    background: url("../img/icon-msg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    font-size: 0;
    height: 32px;
    line-height: 0;
    overflow: hidden;
    vertical-align: middle;
    width: 32px;
}
.jMsgbox-contentWrap .dialogContext {padding-left:42px;color: #FF6600;font-size: 14px;text-align: left;}
.jMsgbox-contentWrap .dialogContext b{
	color:#3C763D;
	font-weight: normal;
	padding: 0px 2px;
}
.jMsgbox-mainWrap.error .icon {	background: url("../img/icon-msg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);}
.jMsgbox-mainWrap.error .dialogContext{color:#A94442}
.jMsgbox-mainWrap.info .icon {	background: url("../img/icon-msg.png") repeat scroll -64px 0 rgba(0, 0, 0, 0);}
.jMsgbox-mainWrap.info .dialogContext{color:#31708F}
.jMsgbox-mainWrap.warn .icon {	background: url("../img/icon-msg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);}
.jMsgbox-mainWrap.warn .dialogContext{color:#8A6D3B}
.jMsgbox-mainWrap.correct .icon {	background: url("../img/icon-msg.png") repeat scroll -64px 0 rgba(0, 0, 0, 0);}
.jMsgbox-mainWrap.correct .dialogContext{color:#3C763D}
.jMsgbox-mainWrap.confirm .icon {	background: url("../img/icon-msg.png") repeat scroll -32px 0 rgba(0, 0, 0, 0);}
.jMsgbox-mainWrap.confirm .dialogContext{color:#FF6600}

/*工具提醒*/
div.popover h3.popover-title{float: none;}
div.popover .popover-content{color:#242a30;font-weight: normal;font-size:12px;line-height: normal;}

.table-statistic > tbody > tr > td{
	padding:7px 0px;
}
.table-statistic > tfoot > tr > td{
	font-weight: bold;
}
.modal-dialog .modal-header div.popover h2::before,  .modal-dialog .modal-header div.popover h3::before, .modal-dialog .modal-header div.popover h4::before, .modal-dialog .modal-header div.popover h5::before, .modal-dialog .modal-header div.popover h6::before{
	font-family: "";
	content: none;
	padding-right: 0px;
}
