/* Infoware Default Styles */
/* 
   v07 031018 rtm Add email column nowrap.
   v06 060918 rtm Add email icon styling.
   v05 210818 rtm Add combobox styling and glyphicons.
   v04 061017 rtm Add modal-background and modal-content.
   v03 030417 swg formtab inline-block
   v02 251116 swg Add border-box and default div classes for responsive
   v01 140916 swg Add default .qty .amt right align
*/

@import "iwmenu.css";
@import "/css/ui-lightness/jquery-ui-1.8.17.custom.css";

@font-face{
font-family: 'Glyphicons Halflings';
src: url(../fonts/glyphicons-halflings-regular.ttf);
}

body {
background-color: white;
background-image: none;
background-repeat: repeat-y;
color: #000C50;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}

/*v02 */
div {
box-sizing: border-box;
}

/*v02 */
div.col, div.fld, div.fldprmpt, div.fldval{
display:inline-block;
}

div.fld {
padding-left:5px;
padding-right:5px;
}

input {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
color: black;
font-size: 24px;
font-weight: bold;
text-align: left;
}

h2 {
color: black;
font-size: 18px;
font-weight: bold;
text-align: left;
}

h3 {
color: black;
font-size: 14px;
font-weight: bold;
text-align: left;
}

table.formtab, div.formtab{
border-right: 2px threedshadow solid;
border-bottom: 2px threedshadow solid;
border-left: 2px rgb(250,250,250) solid;
border-top: 2px rgb(250,250,250) solid;
background-color: rgb(239,239,239);
padding: 10px;
}

td a.email-icon,
th a.email-icon{
margin: 2px 2px 0px 2px;
}

td a.email-icon img,
th a.email-icon img{
background-color: white;
}

td.email-doc,
th.email-doc{
text-align: right;
white-space: nowrap;						/*v07*/
}

td.email-doc a,
th.email-doc a{
display: inline-block;
vertical-align: top;
}

div.formtab{
display:inline-block;
}

table.listtab {
border: 1px rgb(239,239,239) solid;
}

th {
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: left;
}

th.paghed {
text-align: right;
}

tr {
vertical-align: top;
text-align: left;
}

table.formtab tr {
vertical-align: middle;
}

tr.oddrow {
background-color: rgb(250,250,250);
}

tr.oddrow:hover td {
background-color: #ffff80;
}

tr.queryhed {
background-color: silver;
vertical-align: bottom;
position: relative;
}

tr.evenrow {
background-color: rgb(239,239,239);
}

tr.evenrow:hover td {
background-color: #ffff80;
}

tr.hlrow {
background-color: #ffff80;
}

tr.headrow {
background-color: silver;
vertical-align: bottom;
text-align: center;
}

td {
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

td.formhed {
font-size: 16px;
text-align: center;
vertical-align: middle;
font-weight: bold;
background-color: silver;
color: black;
padding: 5px;
display: none;
}

td.formbutton, div.formbutton{
text-align: right;
vertical-align: bottom;
}

td.formbuttonl, div.formbuttonl {
text-align: left;
vertical-align: bottom;
}

td.criteriatxt {
text-align: left;
font-weight: bold;
}

td.criteriaval {
text-align: left;
}

form {
margin-top: 5px;
margin-bottom: 5px;
}

colgroup.amount {
text-align: right;
width: 90px;
}

A:link {
color: #0088cc;
text-decoration: none;
}

A:visited {
text-decoration: none;
}

A:active {
color: #FF4D2D;
text-decoration: none;
}

A:hover {
text-decoration: underline;
}

p.flegend {
margin-bottom: 2px;
text-align: right;
}

span.fldvalr {
color: red;
}

p.navbar {
color: black;
font-size: 12px;
text-align: left;
margin-top: 10px;
margin-bottom: 10px;
}

p.error {
color: black;
font-size: 12px;
font-weight: normal;
text-align: left;
border: 2px red solid;
padding: 5px;
}

p.warning {
color: black;
font-size: 12px;
font-weight: normal;
text-align: left;
padding: 5px;
border: 2px yellow solid;
}

p.message {
color: black;
font-size: 12px;
font-weight: normal;
text-align: left;
font-style: italic;
padding: 5px;
}

#footer {
clear: both;
}

hr.ssfooter {
margin-top: 20px;
background-color: #EFEFEF;
color: #EFEFEF;
height: 1px;
border: none;
}

div.ssfooter {
margin-top: 20px;
padding-top: 6px;
border-top: 1px solid #EFEFEF;
}

address {
font-size: 10px;
text-align: left;
color: gray;
}

address a:link {
color: inherit;
}

address A:visited {
color: inherit;
}

address A:active {
color: inherit;
}

noscript {}

.newpg {
page-break-after: always;
}

.dockclass {
position: relative;
}

.hide {
display:none;
}

.qty, .amt {
text-align:right;
}

div.stickyHeader {
/*top:25px;*/
top:39px;
position:fixed;
_position:absolute;
background-color: white;
}

.valerr {
background-color: pink;
}

@media print{
p.navbar {
display: none;
}

img.expbox {
display: none;
}

td.movebox {
display: none;
}

div.stickyHeader {
display: none;
}
}

table.pagenv {
width: 100%;
}

tr.pagenv {
vertical-align: middle;
}

td.pagenv {
text-align: right;
}

td.perp {
text-align: left;
}

div.totfnd {
width: 100%;
color: gray;
padding-top: 5px;
}

div.pagenv {
clear: left;
margin-top: 2px;
margin-bottom: 2px;
}

#modal-background{
background-color:rgb(0,0,0);
background-color:rgba(0,0,0,0.4);
display:none;
height:100%;
left:0;
overflow:auto;
position:fixed;
top:0;
width:100%;
z-index:900;
}

.modal-content{
background-color:#fff;
border:1px solid #888;
display:none;
left:50%;
max-height:90%;
max-width:90%;
overflow:auto;
position:fixed;
top:50%;
transform:translate(-50%,-50%);
z-index:950;
}

.noselect{
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}

div.combobox-container .input-group{
position: relative;
display: table;
border-collapse: separate;
}

div.combobox-container .typeahead-long{
max-height: 300px;
overflow-y: auto;
}

div.combobox-container .dropdown-menu{
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
/*vrtm display: none; */
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

div.combobox-container .input-group .form-control:not(:first-child):not(:last-child),
div.combobox-container .input-group-addon:not(:first-child):not(:last-child),
div.combobox-container .input-group-btn:not(:first-child):not(:last-child){
border-radius: 0;
}

div.combobox-container .input-group-addon{
padding: 6px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
}

div.combobox-container .input-group-addon,
div.combobox-container .input-group-btn{
width: 1%;
white-space: nowrap;
vertical-align: middle;
}

div.combobox-container .input-group .form-control,
div.combobox-container .input-group-addon,
div.combobox-container .input-group-btn{
display: table-cell;
}

div.combobox-container .input-group{
position: relative;
display: table;
border-collapse: separate;
}

div.combobox-container.combobox-selected .caret{
display: none;
}

div.combobox-container .caret{
display: inline-block;
width: 0;
height: 0;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid\9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}

div.combobox-container .glyphicon{
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

div.combobox-container .glyphicon-remove:before{
content: "\e014";
}

:after, :before{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

div.combobox-container:not(.combobox-selected) .glyphicon-remove{
display: none;
}

div.combobox-container span.caret{
margin: 0px 3px;
}

div.combobox-container ol,
div.combobox-container ul{
margin-top: 0;
margin-bottom: 10px;
}

div.combobox-container .dropdown-menu>.active>a,
div.combobox-container .dropdown-menu>.active>a:focus,
div.combobox-container .dropdown-menu>.active>a:hover{
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0;
}

div.combobox-container .dropdown-menu>li>a{
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}

div.combobox-container ul li a span{
min-width: 12px;
display: inline-block;
padding: 0 5px 0 5px;
border-right: 1px #999 dashed;
}

div.combobox-container ul li a span.key{
font-weight: bold;
text-transform: uppercase;
}

div.combobox-container ul li a span.desc{
margin-left: 0px;
border-right: none;
}

div.combobox-container ul li a span.key{
color: #015598;
}

div.combobox-container ul li.active a span{
color: #fff;
}

div.combobox-container ul.heading{
display: none !important;
list-style: none;
padding: 3px 15px 0 0;
position: absolute;
top: 25px;
left: 3px;
z-index: 1100;
width: auto;
}

div.combobox-container ul.heading > li{
background-color: #004880;
height: 20px;
}

div.combobox-container ul.heading > li > a{
cursor: default;
padding: 5px 0 0 19px;
clear: both; 
}

div.combobox-container ul.heading > li > a span{
text-transform: none;
color: #fff !important;
font-weight: 300;
padding-top: 2px;
}

.form-group-sm .combobox-container ul.heading{
top: 24px;
}

.form-group-sm .combobox-container ul.heading > li > a{
font-size: 12px;
padding: 1px 0 0 10px;
}

div.combobox-container.menu-on ul.heading{
display: inline-block !important;
}

div.combobox-container span.dropdown-toggle{
padding: 0px 5px;
}

div.combobox-container ul.dropdown-menu{
margin-top: 18px;
padding: 0px;
}

div.combobox-container ul.heading{
left: 0px;
/*padding-top: 0px;*/
top: 21px;
}

div.combobox-disabled span.dropdown-toggle{
display: none;
}

div.combobox-container input.combobox::placeholder{
color: #000;
}
