.red {color: red}
.hidden {display: none;}
.pre {white-space: pre-line;}
.blue, a, a:link {color:rgb(9, 102, 197);}
.gray {color:gray!important}
.red {color:red}
.green {color:green}
a:visited {color:rgb(12, 99, 186);}
number {color:green}
.strong {font-weight:bolder}
.nowrap {white-space: nowrap;}
.invisible {opacity:0;width:1px;height:1px;padding:0;margin:0;border-width:0px}
label.error{display: inline;font-size: 14px;font-weight: normal;}
input.error{padding-left: 0!important;}
input[type=checkbox] {
    width:18px;height:18px;
}
tdnote {display:block;width:300px;word-wrap:break-word;word-break:break-all;white-space: pre-line;}
body,ul,li{
  margin: 0;
  padding: 0;
  font-family: 'Menlo','Lucida Console','微软雅黑', 'PingFangSC-Regular', sans-serif;
  list-style: none;
  color: #333;;
}
.right {
    text-align:right;
}
.left {
    text-align:left;
}
h2 {
    font-size:28px;
    line-height:1.5;
    margin: 10px 3px 10px 3px;
}

paginator {
	display: block;
}

warning {
	font-size: 18px;
	color: red;
}

table {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-collapse: collapse;
	border-color:#333 #e5e5e5;
}
th, td {
  border: 1px solid;
  font-size: 18px;

  color: #333;
}
th {
    border-width: 0px 0px;
    border-color: #ffb61e;
    line-height:1.7;
    padding-left:3px;padding-right:3px;
}
td {
    border-width: 0px 2px 0.5px 2px;
    border-color:#999 #e5e5e5;
	text-align: left;
	vertical-align: top;
	background-color:#e1e1e1;
}
tr:nth-child(even) td{

    background-color: #e9e9e9;

}
tr:hover td {
    background-color:#fff;
    border-color:#fff;
}
table th {
	background-color: #ffb61e;
}
table td {
	padding: 5px;
}

table.dense th, table.dense td {
	font-size: 14px;
}
/**form**/
order, form {
	display: block;
	width: 1000px;
	margin-right: auto;
}

order sub, form sub{
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dotted #bbb;
	padding-bottom: 10px;
	padding-top: 10px;
}

order inputset, form inputset {
	display: inline-block;
}

order.wide, form.wide {
	width: auto;
}

order entry,form entry {
	display: block;
	text-align: left;
	padding: 5px;
}

form entry.control {
	text-align: center;
}

order label,form label {
	min-width: 180px;
	display: inline-block;
	text-align: right;
	font-size: 18px;
	vertical-align: top;
	padding-right: 5px;
	font-weight: bold;
}
note1 {
	display: block;
	font-size: 12px;
	color: #999;
	font-style: italic;
}
order note,form note {
	margin-left: 190px;
	display: block;
	font-size: 12px;
	color: #999;
	font-style: italic;
}

order valueBox, form valueBox {
    display:inline-block;

}

order control,form control {
	margin-left: 190px;
	display: block;
	font-size: 16px;
	color: #999;
}
.textInput {
	height: 22px;
	line-height: 21px;
	font-size: 18px;
	width: 250px;
	padding: 0px;
}

.textInput.money {
    font-size:15px;
}
.textInput.readonly {
    background:#eee;
}

.textInput.long, input.long {
	width: 350px;
}
.textInput.short, input.short {
	width: 90px;
}
.textInput.sshort, input.sshort {
	width: 50px;
}

textarea.wide {
	width: 350px;
	height: 120px;
}

.checkbox, .inputRadio{
	height: 22px;	
	font-size: 18px;
	width: 22px;
}


select, option {
	height: 26px;
	font-size: 18px;
	line-height: 23px;
}

button.default,form button {
	height: 32px;
	line-height: 30px;
	padding:0 30px 0 30px;
	font-size: 18px;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
}

button.submit {
	border-color: #eacd76;
	background-color: #ffb61e;
}

form label.error {
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	color: red;
}

/**form end**/

/**framework**/


nav{
  background: #eacd76;
  box-sizing: border-box;
}

expressNo {
    white-space: pre-line;
    color:green;
}

main{
  padding: 20px;
  font-size: 18px;
  text-align: left;
  min-height: 500px;
  background-color: #eee;
  padding-left:50px;
  box-sizing: border-box;
}

flash {
	margin: 10px auto;
	padding: 2px;
	display: block;
	clear: both;
	font-size: 20px;
	background-color: #C4E1FF;
	border-style: solid;
	border-color: #84C1FF;
}

profileBar {
    font-weight: normal;
	margin-right: 50px;
	float: right;
	font-size: 15px;
}

profileBar lang {

    display: inline-block;
}

.switcher .on{
    color: black;
    font-weight:bold;
}

.switcher .link {
    cursor:pointer;
    color:blue;
}

searchBar {
	padding: 10px;
	display: block;
	clear: both;
}

body{
    height:100vh;
    width:100vw;
    display:flex;
    flex-direction:column;
}

header{
  width: 100%;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 50px;
  background: #ffb61e;
  opacity: 90%;
  padding-left: 20px;
}

/* flexModal */
section.flexModal{
  flex:1;
  display:flex;
  flex-shrink:0;
  height:0;
  width:100%;
}
section.flexModal nav{
  width:200px;
  height: 100%;
  overflow:scroll;
}
section.flexModal main{
  flex: 1;
  overflow:scroll;
}


crumbs {
	display: block;
	font-size: 18px;
	padding: 10px;
	text-align: left;
}
/**framework end**/