body, div, table, td, span, input, textarea { box-sizing:border-box }

body {
	line-height:20px;	
	font-family:roboto;
	font-size:13px;
	color:#363636;
}

a { color:#1b79af; text-decoration:none; cursor:pointer; }
h1 { font-size:18px; margin:0 }
h2 { font-size:16px; margin:0 }
h2 { font-size:14px; margin:0 }
p { margin:0 }
hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
	clear:both;
}


input, select, textarea{
    -webkit-box-shadow: inset 0 0 0 #fff;
    -moz-box-shadow: inset 0 0 0 #fff;
    box-shadow: inset 0 0 0 #fff;
	border:1px solid #c0c0c0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
	font-size:12px;
	padding:0 6px;
}

input:focus, select:focus, textarea:focus {
    border-color:#abd373;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	-webkit-box-shadow: 0px 0px 13px -1px rgba(142,198,63,0.5);
	-moz-box-shadow: 0px 0px 13px -1px rgba(142,198,63,0.5);
	box-shadow: 0px 0px 13px -1px rgba(142,198,63,0.5);
}
input[type="submit"], .submit {
	display:inline-block;
	background-color:#4291be;
	border:1px solid #1b79af;
	color:#ffffff;
	padding:0 20px;
	text-transform:uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	
	cursor:pointer;
}
input[type="cancel"], .cancel {
	display:inline-block;
	background-color:#f0f0f0;
	border:1px solid #cccccc;
	color:#000000;
	padding:0 20px;
	text-transform:uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	
	cursor:pointer;
}


#contentTop input, #contentTop select {
	height:30px;
}

#contentTop input.search {
    background-image: url(/pics/icons/search.png);
    background-position: 7px 5px;
    background-repeat: no-repeat;
	padding-left:30px;
}


.item { display:flex; width:100%; border-top:1px solid #ebebeb;	padding:12px 8px; overflow:auto; flex-wrap:wrap; }
.item:hover { background-color:#f9f9f9; }
.item-info { flex:10; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.item-action { flex:10; text-align:right; border:1px solid transparent;}
.item-action img { margin-left:10px; }
#contentTop input[name="search"] { width:calc(100% - 80px); max-width:400px }
.right { text-align:right; }


/*
.item {
	border-top:1px solid #ebebeb;
	padding:12px 8px;
	overflow:auto;
}
.item:hover {
	background-color:#f9f9f9;
}
.item-info {
	float:left;
	min-height:1px;
}
.item-action {
	float:right;
	text-align:right;
}
.item-action img { 
	margin-left:10px;
}
*/

.code {
  color:#999999;
  font-size:10px;
}

div.itemDetails {
	display:none;
	flex-wrap:wrap;
	font-size:11px;
	color:#999999;
	background-color:#ffffff;
	border:1px dashed #ebebeb;
	overflow:auto;
	margin-top:2px;
	width:100%;
}

div.itemDetails .item-details { flex:10; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }


/*
div.itemDetails {
	display:none;
	clear:both;
	font-size:11px;
	color:#999999;
	background-color:#ffffff;
	border:1px dashed #ebebeb;
	overflow:auto;
	margin-top:2px;
	width:100%;
}

div.itemDetails .item-details { float:left;min-height:1px; }
div.itemDetails .item-details:first-child { width:200px; }
div.itemDetails .item-details:nth-child(2) { width:300px; }
*/

#splashBg {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.9);
	z-index:1000;
	display:none;
}
#splashContent {
	position:absolute;
	top:50%;
	left:50%;
	background-color:#ffffff;
	z-index:1001;
	padding:20px;
	display:none;
	background-color:#fafafa;
}

/*

input[type="text"], input[type="password"] {
	background-color:#f9f9f9;
	border:1px solid #c0c0c0;
	width:100%;
	font-size:1.2em;
	padding:8px;
	margin:8px 0;
	color:inherit;
}
input[type="text"]:focus, input[type="password"]:focus {
    border-color:#abd373;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	-webkit-box-shadow: 0px 0px 13px -1px rgba(142,198,63,0.5);
	-moz-box-shadow: 0px 0px 13px -1px rgba(142,198,63,0.5);
	box-shadow: 0px 0px 13px -1px rgba(142,198,63,0.5);
}




.pageHeader input.search {
	font-size:1em;
	background-color:#fdfdfd;
	background-image:url(/pics/icons/search.png);
	background-position:7px 7px;
	background-repeat:no-repeat;
	padding-left:30px;
	width:80%;
}
.pageHeader input[type="submit"] {
	width:15%;
}
*/
input[type="checkbox"], input[type="radio"] {
	position:relative;
	top:2px;
	margin:8px 6px 8px 0;
	height:auto !important;
}

label { color:#b1b1b1; font-size:0.9em }


/*

ul {
	list-style-type: none;
	margin:0;
	padding:0;	
}
ol {
	margin:0;
	padding:10px 0 0 20px;
}
*/

.br3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.clear { clear:both }
.w20 { width:20%; }
.w25 { width:25%; }
.w33 { width:33.33%; }
.w45 { width:45%; }
.w50 { width:50%; }
.w75 { width:75%; }

.fl { float:left; }
.fr { float:right; }

.ib { display:inline-block; }

.tal { text-align:left; }
.tar { text-align:right }

.msgRequired { display:none; color:#be0027; font-weight:700; }
.highlight {
	border:1px solid #ff8e00 !important;
}
.required {
	border:1px solid orange !important
}
label.highlight {
	border:none !important;
	color:#be0027 !important;
}
.sysMsgGreen, .sysMsgRed, .sysMsgBlue {
	padding:15px;
}
.sysMsgGreen {
	border:1px solid #3b7826;
	background-color:#cdeaca;
	color:#3b7826;
}
.sysMsgRed {
	border:1px solid #be0027;
	background-color:#f3d3cf;
    color:#be0027;
}
.sysMsgBlue {
	border:1px solid #94bcd0;
	background-color:#eaf7ff;
	color:#4c73a1;
}

@media print {
  #topBar, #leftBar, .leftMenu, .contentTop, .item-action { display:none; }
  .content { padding-left:0 }
  body { padding:0 }
}

/*
.box {
	border:1px solid #dddddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

	background-color:#f7f7f7;
	padding:20px;
}
.box h2 {
	margin:0;
	margin-bottom:10px;
	text-transform:uppercase;
}

.boxwh {
	border:1px solid #dddddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color:#ffffff;
	padding:0px;
}
.boxwh h2 {
	text-transform:uppercase;
	background-color:#f7f7f7;
	border-bottom:1px solid #dddddd;
	padding:5px 10px;
	text-align:center;
}
.boxwh p {
	padding:10px;
}
*/
		