/* 
* BODY, TABLES AND TABLE ELEMENTS
* LEGENDS
* TITLES
* LINKS
* FORM ELEMENTS
* LINES AND COLORS
* USER MESSAGES
*/

DIV, SPAN, A {
    -moz-box-sizing:border-box;box-sizing:border-box;
    -webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;
}

/* BODY, TABLES AND TABLE ELEMENTS */
TR.delimiter {
	background-color: #A5A9AD;
}

body {
	background-color:#F8F8FD;
}

BODY, TD, TD.leg, TD.dataElement, 
TD.legBottomBorder, TD.dataElementBottomBorder,
TD.legLeftAlign, TD.legLeftAlignBottomBorder, TD.legLeftAlignTopBorder,
TD.legTopBorder, TD.dataElementTopBorder, TD.legLeftAlignRightBorder,
TH.menu, TD.menu {
	font-family: Verdana, Arial, Helvetica, helv, sans-serif;
	font-size: 11px;
	z-index:-1;
}

TD.leg, TD.legBottomBorder, TD.legTopBorder {
	font-weight:bold;
	padding-top:5px !important;
	padding-bottom:3px !important;
	padding-right:3px;
	text-align:right;
	vertical-align:middle;
}

TD.legLeftAlign, TD.legLeftAlignBottomBorder, TD.legLeftAlignTopBorder, TD.legLeftAlignRightBorder {
	font-weight:bold;
	padding-top:5px !important;
	padding-bottom:3px !important;
	padding-left:2px;  
	text-align:left;
	vertical-align:middle;
}

TD.legTopAlign {
	font-weight:bold;
	padding-top:5px !important;
	padding-bottom:3px !important;
	padding-right:3px;
	padding-left:2px;
	text-align:right;
	vertical-align:top;
}

TD.legBottomBorder, TD.legLeftAlignBottomBorder {
	border-bottom: 1px solid #73787E;
}

TD.legTopBorder, TD.legLeftAlignTopBorder {
	border-top: 1px solid #73787E;
}

TD.legLeftAlignRightBorder {
	border-right: 1px solid #73787E;
}

TD.legLeftAlignLeftAndTopBorder {
	font-family: Verdana, Arial, Helvetica, helv, sans-serif;
	font-size: 10pt;
	z-index:-1;
	font-weight:bold;
	padding-top:5px !important;
	padding-bottom:3px !important;
	padding-left:2px; 
	text-align:left;
	vertical-align:middle;
	border-top: 1px solid #73787E;
	border-left: 1px solid #73787E;
}

TD.legLeftAlignLeftBorder {
	font-family: Verdana, Arial, Helvetica, helv, sans-serif;
	font-size: 10pt;
	z-index:-1;
	font-weight:bold;
	padding-top:5px !important;
	padding-bottom:3px !important;
	padding-left:2px; 
	text-align:left;
	vertical-align:middle;
	border-left: 1px solid #73787E;
}


TD.dataElement, TD.dataElementBottomBorder, TD.dataElementTopBorder, TD.dataElementRightBorder, TD.dataElementRightBottomBorder {
	padding-top:5px !important;
	padding-bottom:3px !important;
	padding-right:0 !important;
	padding-left:3px; 
	text-align:left;
	vertical-align:middle;
}

TD.dataElementBottomBorder {
	border-bottom: 1px solid #73787E;
}

TD.dataElementTopBorder {
	border-top: 1px solid #73787E;
}

TD.dataElementRightBorder {
	border-right: 1px solid #73787E;
}

TD.dataElementRightBottomBorder {
	border-right: 1px solid #73787E;
	border-bottom: 1px solid #73787E;
}

.smallPad {
    padding: 5px;
}

.tableData {
    width: 100%;
}
.tableData TD {
    padding-left: 4px;
}

TH.menu {
	padding: 4px;
	background-color: #EFF3FD;
	text-align: left;
	color: black;
	font-size: 11px;
	font-weight: bold;
	border-left:1px solid #73787E;
	border-bottom: 1px solid #73787E;
}

TD.menuForList {
	padding: 4px;
	background-color: #ffffff; 
	text-align: left;
	font-size: 11px;
	border-left:1px solid #73787E;
	border-right:1px solid #73787E;
	border-bottom: 1px solid #73787E;
}

TD.menu {
	padding: 4px;
	text-align: left;
	font-size: 11px;
	border-left:1px solid #73787E;
	border-right:1px solid #73787E;
	border-bottom: 1px solid #73787E;
	background-color: #ffffff;
}

TD.menuWithTop {
	padding: 4px;
	background-color: #ffffff;
	text-align: left;
	font-size: 11px;
	border-left:1px solid #73787E;
	border-right:1px solid #73787E;
	border-bottom: 1px solid #73787E;
	border-top: 1px solid #73787E;
}

TH.menuWithTop {
	padding: 4px;
	background-color: #EFF3FD;
	text-align: left;
	font-size: 11px;
	border-left:1px solid #73787E;
	border-bottom: 1px solid #73787E;
	border-top: 1px solid #73787E;
}

TD.topBar {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #041845;
	border-bottom:1px solid white;
}

TD.delimiter {
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	line-height:20px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

td.productSummaryBottom {
    background-color: #BAC6E2;
}

table.listData{
	border: 1px solid #73787E;
	border-collapse:collapse;
}
.listData th {
	border: 1px solid #73787E;
	border-collapse:collapse;
	background:  #EFF3FD; 
	color: #041845; 
	font-size: 90%;
	text-align:left;
	padding: 4px;
}
.listData td {
	border: 1px solid #73787E;
	border-collapse:collapse;
	padding: 4px;
}

/* LEGENDS */
.leg, .legLeftAlign {
	color: #041845;
	font-size: 11px;
	z-index:-1;
}

.legCenterAlign {
	color: #041845;
	font-size: 11px;
	z-index:-1;
	font-family: Verdana, Arial, Helvetica, helv, sans-serif;
	font-weight:bold;
	padding-top:5px !important;
	padding-bottom:3px !important;
	padding-right:3px;
	text-align:center;
	vertical-align:middle;

}

.legred {
	color: #CC0000;
	font-size: 11px;
}

.legBlue11 {
	color: #041845;
	font-size: 11px;
}

.legBlue12 {
	color: #041845;
	font-size: 12px;
}

.legBlue14 {
	color: #041845;
	font-size: 14px;
}

.legBlue15 {
	color: #041845;
	font-size: 15px;
}

.dateFormat {
	color: #041845;
	font-size: 10px;
}
/* DATA */
.dataElement {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, helv, sans-serif;
	z-index:-1;
}

.dataElementRightAlign {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, helv, sans-serif;
	text-align:right;
	z-index:-1;
}

.dataElementCourier {
	color: #000000;
	font-family: Courier;
	font-size: 7px;
}

.dataElementSmall {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

.dataElementVS {
	color: #000000;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.dataElementConsol {
	color: #000000;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.textarea {
	color: #000000;
	font-size:9px;
	font-family: courier;
}


/* TITLES */
h1 {
	color: #041845;
	font-size: 19px;
	font-weight: bold;
	margin:0;
	padding:1em 0em 0.75em 0em;
}

h2 {
	color: #339900;
	font-size: 16px;
	font-weight: bold;
	margin:0em 0em 0em 0em;
	padding:1em 0em 0.75em 0em;
}

.dpHeader {
	color: #339900;
	font-size: 16px;
	font-weight: bold;
	margin:0em 0em 0em 0em;
	padding:1em 0em 0.75em 0em;
}

.pageTitle {
	color: #041845;
	font-size: 24px;
	font-weight: bold;
    font-family: arial, helvetica, verdana, sans-serif;
}

.pageSubTitle {
	color: #041845;
	font-size: 17px;
	font-weight: bold;
}

.pageThirdTitle {
	color: #041845;
	font-size: 15px;
	font-weight: bold;
}

.pageFourthTitle {
	color: #041845;
	font-size: 13px;
	font-weight: bold;
}

.pageFifthTitle {
	color: #041845;
	font-size: 12px;
	font-weight: bold;
}

.pageSixthTitle {
	color: #041845;
	font-size: 11px;
	font-weight: bold;
}


/* LINKS */
A {
	color: #296589;
	text-decoration: none;
}

A:hover {
	color: #000000;
	text-decoration: underline;
}

.menuLink, .menuLinkBold, .tableBorderLink, .tableBorderLinkBold, .message {
	color: #296589;
	font-size: 11px;
}

.menuLinkBold, .tableBorderLinkBold, .message {
	font-weight: bold;
}

.tableBorderLink, .tableBorderLinkBold {
	line-height: 30px;
}

.documentLink {
	color: #296589;
	font-size:  14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, helv, sans-serif;
}

.infoLink {
	color: #296589;
	font-size:  11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, helv, sans-serif;
}

/* FORM ELEMENTS */
.buttonMargin {
	color: white;
	border-color:#296589;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #296589;
	margin:5px;
}

.buttonRegular {
	color: white;
	border-color:#296589;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #296589;
}

input[type=checkbox] {
    margin: 0 4px;
    padding: 0;
    vertical-align: bottom;
    position: relative;
}

/* LINES AND COLORS */
.tableBorder {
	border:1px solid #73787E;
	margin-bottom:20px;
	/*Added hln 6/8/15*/
	background-color: #ffffff;
}

.lineTop {
	border-top: 1px solid #73787E;
}

.lineBottom {
	border-bottom: 1px solid #73787E;
}

.lineTopBottom {
	border-top: 1px solid #73787E;
	border-bottom: 1px solid #73787E;
}

.whiteColor {
	color: white;
}

.rowColor  {
	background-color: #EFF3FD;
}

.oddRowColor  {
	background-color: #EFF3FD;
}

.lightgray{
	background-color: #EFF3FD;
}

table.borderOnly {
	border:1px solid #73787E;
}

table.GlobBorder {
	border:1px solid #73787E;
}
table.GlobBorder tr:first-child td, table.tableBorder tr:first-child td{
    padding-top: 1px;
}
table.GlobBorder tr td:first-child, table.tableBorder tr td:first-child {
    padding-left: 5px;
}
table.GlobBorder tr td:last-child, table.tableBorder tr td:last-child {
    padding-bottom: 1px;
}
table.GlobBorder tr:last-child td, table.tableBorder tr:last-child td {
    padding-right: 5px;
}
table.zebra tbody tr:nth-of-type(odd) {
	background-color: #EFF3FD;
}

table.zebra thead tr {
    background-color: white;
}


/* USER MESSAGES */
.announcement {
	color:#CC0000;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

.warning {
	color:#CC0000;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

.confirm {
	color:#339900;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

.regularNote {
	color:#555555;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

.redNote {
	color:#CC0000;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

.blueNote {
	color: #296589;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, helv, sans-serif;
}

.greenNote {
	color: #339900;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, helv, sans-serif;
}

.goldNote {
	color: #ffc300;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, helv, sans-serif;
}

.smallNote {
	color:#555555;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

.blueDoc {
	color: #4445DD;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, helv, sans-serif;
}

.purpleDoc {
	color: #990099;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, helv, sans-serif;
}

.redDoc {
	color:#CC0000;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, arial, helvetica, sans-serif;
}
	
/* GRG styles */

.sectionTitle{
	color:#041845;
	font-family:Arial Bold, Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px 0;
}

.subSectionTitle{
	color:#041845;
	font-family:Arial Bold, Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px 0;
}

.pageLink {
	font-weight:bold;	
}

table.docReqsTable{
	border:1px solid #CCCCCC;
}

.docReqsTable .label{
	padding: 2px 2px 1px 5px;
	vertical-align:middle;
	font-weight:bold;
}

tr.blockTitle{
	background:#ECECEC;
	height:30px;
	text-align:left;
}

.docReqsTable th{
	color:#041845;
	font-size:11px;
}

.docReqsTable tr{
	height:25px;
	font-size:11px;
}

.docReqsTable td{
	border-top:1px solid #CCCCCC;
	font-size:11px;
}

.docReqsTable .subtleHighlight {
	background-color: #EFF3FD;
}

.notesTable td{
	font-size:11px;
}

.productTableHead {
	background-color: #003399;
}

.shader {
	background-color: #EFF3FD;
}

.productContrast {
	background-color: #7EB842;
}

tr.productContrastSmall {
	background-color: #7EB842;
	font-size: 9px;
}

.productLight {

}

.BE {
	width:850px;
}

.allWhite {
	background-color: #ffffff;
}

.clCMEvent {position:absolute; z-index:300; width:100%;height:100%;clip:rect(0,100%,100%,0);left:200; top:0; visibility:hidden}
.clCMAbs {position:absolute; z-index:300; width:10;height:10;left:2;top:0;visibility:hidden}
.clT,.clTover,.clS,.clSover{position:absolute; z-index:300; overflow:hidden; width:130; height:25; cursor:pointer; cursor:hand; font-size: 13px;}
.clT,.clS{color:#296589;}
.clTover,.clSover{color:white;}
.clT,.clTover{padding:4px;}
.clS,.clSover{padding:2px;}
.clBar{layer-background-color:#FFFFFF;}
.c1T,.clS{layer-background-color:#FFFFFF; background-color:#FFFFFF;}
.clTover,.clSover{layer-background-color:#7eb842; background-color:#7eb842;}
.clB,.clTB{position:absolute; visibility:hidden; z-index:300}
.clB{layer-background-color:#73787E; background-color:#73787E;}
.clBar{position:absolute; z-index:300; width:10; height:10; visibility:hidden;}

/* start of MVC stuff*/

#loginForm {
    border: 1px solid black;
    padding: 10px;
    margin-right: 25px;
    background-color: #fff;
}

.div-background1 {
    background-color: #fff;
}

#wrapper {
	background-image:url('/images/background_1366x768.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    overflow: no-content no-display;
    overflow-x: hidden;
    overflow-y: hidden;

}

#content {
    float: left;
}

#footer {
    vert-align: bottom;
    vertical-align: bottom;
    clear: both;
    margin-top: 40px;
    background-color: #1C71B0;
    font-family: Verdana,Arial,Helvetica,helv,sans-serif;
    font-size: 8pt;
    color: white;
    height: 93px;
}

#poweredBy {
    clear: none;
    background-image: url("/images/poweredbyexits2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    height: 93px;
}

#copyright {
    height: 93px;
    text-align: center;
    vertical-align: middle;
    padding-top: 30px;
    color: white;
    z-index: 99;
}

#header {
    height: 32px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
    background-color:#1c71b0;
}

#header > table {
    border: 0;
    background-color:#1c71b0;
}

#header #logo {
	position: absolute;
	margin-top:0;
	padding-left:20px;
	width:75px;
}


#loginMessage {
    font-weight: bold;
    padding-bottom: 3px;
    padding-left: 2px;
    padding-top: 5px;
    text-align: left;
    vertical-align: middle;
    color: #010181;
}

#loginMessage li {
    list-style: none;
}

#modules {
}

#modules a {
    text-decoration: none;
    color: #296589;
	font-size:12px;
}

.uppercase {
	text-transform: none;
}

.row-item {
	float:left;
}

.pad-right-1 {
	padding-right:15px;
}

.pad-left-1 {
	padding-left:15px;
}

.pad-top-1 {
	padding-top:3px;
}

.bordered-client {
	border-bottom: 1px solid #94A2B5;
}

.bordered {
    border: 1px solid #73787E;
    padding: 5px;
}

.bordered ~ .bordered {
    border-top: 1px solid #73787E;
    margin-bottom: 4px;
    padding-top: 10px;
    margin-top: -5px !important;
}


.bordered:last-child {
    /* border-top: none; */
}

.dataEntry {
    width: 550px;
}
.row {
}

.headerLink {
    font-size: 10px;
    color: white;
}

.headerLink:hover {
    color: white;
}

.headerTitle {
    font-size: 15px; 
    color: white; 
    font-weight: bold;    
}

.moduleTitle {
    text-align: center;
    vert-align: middle;
    vertical-align: middle;
    font-size:15px;
    color:white;
    font-weight:bold;
}

/* HEADER STYLES (Logo, Top Nav, Sub Nav, Page titles) */

.header {
	background-color:#1c71b0;
	height: 32px;
}
#GW_logo {
	position: absolute;
	margin-top:0;
	padding-left:20px;
	width:75px;
}
#topNavBK {
	height:32px;
	background-color:#1c71b0;
	overflow: hidden;
}
#topNav {
	width: 990px;
	height:32px;
	padding-top: 3px;
}

#topNav a {
	font-size:12px;
	color: #ffffff;
    padding-left: 1.5%;
    padding-right: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-decoration: none;
}
#topNav a:hover {
    text-decoration: none;
}

.navText {
    padding-left: 2px;
}

.navText:hover {
    text-decoration: underline;
}

a.highlightMenuItem {
    background-color: #7eb842;
    text-decoration: none;
}

#pageTitle {
	font-size:24px;
	font-weight:bold;
	color: #041845;
	height:auto; 		
    margin-top: 20px;
	font-family: arial, helvetica, verdana, sans-serif;
    text-transform : capitalize;
}

.appReference {
	font-size: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
}

#topNavBK1 {
	width:220px;
	height:32px;					
	background-color:#1c71b0;
}

#leftColumn {
	font-size: 13px;
	font-family: arial, helvetica, verdana, sans-serif;
	color: #041845;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 20px;
	font-weight: bold;
	width: 220px;
    float: left;
}

.col1{
	width:220px;
    background: transparent;
}


.leftColumnItems {
}

.clientReference {
    padding-top: 46px;
    vertical-align: bottom;
    display: table-cell;
  	text-transform: uppercase;

}

.currentModule {
}

.icon {
    background-image: url('/shared/images/icon-toolbar-16px.png');
    background-repeat: no-repeat;
    width: 23px;
    margin: 0 0.5% 0 0;
    height: 16px;
    display: inline;
    padding-left: 15px;
    font-size: 17px;
    font-family: verdana;   
}

.iconInformationGuide {
    background-position: -135px 4px;
}

.iconRequirementsGuide {
    background-position: -22px 4px;
}

.iconDeniedPersons {
    background-position: -45px 4px;
}

.iconShipmentWizard {
    background-position: -182px 4px;
}

.iconNew {
    background-position: -206px 4px;
}

.iconContact {
    background-position: 0 4px;
}





/* PAGE CONTENT STYLES */

#contentTable{
	background-image:url('/shared/images/background_1366x768.jpg'); 
	background-position:right top;
	background-repeat:no-repeat; 
	background-attachment: fixed;
	width:100%;
	min-height:99.75%;
	height:99.75%;
	margin-bottom: -92px;
	position: relative;
	/*margin-left:auto;
	margin-right:auto;*/
	
}

.contactTable{
	position:relative;
	left:10%;
}

.formFont1{
	width:36% !important;
	white-space:nowrap; 
	text-align:right;	
}

.IE11 #contentTable{
	width: 1366px;
}


#pageContent {
	padding-left:38px;
	padding-right:38px;
	margin-top: 65px; 	
}

#colLeft{
	float:left;
	height:auto; 		
}

.moz26 #colLeft{
	min-height:485px !important;
}	

#colRight{
	height:auto; 	
		
}

#colRight p:first-child{
	text-align:center;
	color: #041845;
	font-weight:bold;
	font-size:14px;

}

.documents #colRight  p:first-child{
	font-size:medium;
	font-weight:bold;
	padding-top:10px;
	text-align:center;
 }
 
.documents #colRight img:first-child{
	padding-top:15px;
}
					
#colRightBackground{
	background-color: #c2d8ed;
	background-color: rgba(194,216,237,0.52);
	padding: 20px 10px 0 20px;
	min-width: 196px;

}

.ROImove{
	position:relative;
	top:-150px;
}


.infMove{
	position:relative;
	min-height:550px;
	top:30px;

}

.moz26 .infMove{
	min-height:570px;
}


.menuLinkBold, .tableBorderLinkBold, .message {
	font-weight: normal;
}



UL {
	padding: 0;
	margin: 0 0 0 0;
	list-style:square;
}

.oddRowColor  {
	background-color: #FFFFFF;
}

.rowColor  {
	background-color: #EFF3FD;
}

.lightgray  {
	background-color: #EFF3FD;
}

tr .consolidation {
    /* background-color: lightblue !important; */
}

tr .primaryShipment {
    /* background-color: lightsteelblue !important; */
}



/* FOOTER STYLES */
#footer_spacer {
    height: 15px;
}


.textFooter {
	font-family: Lato,sans-serif;
    font-size: 1em;   
	background-color:#F8F8FD;
	margin:10px 10px 10px 10px
	color: #8f8f8f;
}

#footer_wrapper {
   height: 92px; 		
   background-color: #F8F8FD;
   font-size:11px;
   color:#8f8f8f;
   clear:both;
}


.textFooter a {
	color: #142e5b;
}

#footerLogo {
    margin: 0 50px;
}

#footerSocial {
    width: 200px;
}

#footerCenter {
    width: 80%;
    text-align:center;
    vertical-align:middle;
}

#footerDisclaimer{
	width:100%;
	font-size: 1em;
	margin: 5px 0 10px 0;
}

.nowrap {
    white-space: nowrap;
}

.white {
    background-color: #ffffff;
}

H1 {
/*Jenny's style subhead */
	color: #041845;
	font-weight:bold;
	font-size:16px;
}

H2 {
	color: #041845;
	font-size: 19px;
	font-weight: bold;
}

/* Jenny's style subhead - smaller */
H3 {

	color: #041845;
	font-weight:bold;
	font-size:14px;
}

H4 {
	color: #01A73F;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 0px;
	display: inline;
}

H5 {
	color: #041845;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	padding: 0px;
	display: inline;
}

H6 {
	color: #041845;
	font-size: 9px;
	font-weight: bold;
	line-height: 10px;
	padding: 0px;
	display: inline;
}

.col2{
	width: 100%;
	vertical-align: top;
	height: 51px;
	padding-right: 50px;
}

.fillHeight{
    height: 100%;
}

.col3{
	width:20px;
	vertical-align: top;
}


.col4{
	width:300px;
	vertical-align: top;
}


.col5{
	width:20px;
	vertical-align: top;
}

li {list-style-position: inside;} 

/* bootstrap overrides*/

.form-group {
  margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 5px;
}

.control-label {
	font-weight:bold;
	padding-top:3px !important;
	padding-bottom:3px !important;
	padding-right:3px;
	text-align:right;
	vertical-align:middle;
	color:#041845;
}

.control-label-left {
	font-weight:bold;
	padding-top:3px !important;
	padding-bottom:3px !important;
	padding-right:3px;
	text-align:left;
	vertical-align:middle;
	color:#041845;
}

.form-control {
    color: #000000;
    font-family: Verdana,Arial,Helvetica,helv,sans-serif;
    font-size: 11px;
    z-index: -1;
    border: 1px solid #94A2B5;
}


.btn {
    line-height:normal;
    padding: 3px 6px;
	border: 2px outset;
	border-color:#337ab7;
	color: white;
    border-radius: 0 0;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
    margin: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: normal;
}

.btn-primary {
	color: white;
	border-color:#296589;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #296589;
	margin:5px;
}

.btn-primary:hover {
	cursor:pointer;
}

.btn-default:hover {
    background-color: #4445dd;
    border-color: #4445dd;
    color: white;
	cursor:default;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #EFF3FD;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table-bordered {
    border:1px solid #73787E;
}

/* end bootstrap overrides */

.dataElement {
    padding-bottom: 3px !important;
    padding-left: 3px;
    padding-right: 0 !important;
    padding-top: 5px !important;
    text-align: left;
    vertical-align: middle;    
}

.appLinks {
    color: white;
    padding-right: 5px;
}

.checkbox-label {
	color: #041845;
	position:absolute;
	margin-top:-2px;
	margin-left:20px;
	font-weight:bold;
}

.form-control:focus {
	outline: none;
	border-color: #94A2B5;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;

}

.save-btn-div {
	margin-bottom: 0;
	margin-top: -4px;
}

.form-group-min {
	padding-top:0!important;
	margin-top:5px!important;
}

.main-nav-user {
	/*position:absolute;
	top:20px;
	left:140px;*/
}

.table-shipstat {
	width:70%;
	clear:both;
	float:left;
}

.div-top {
	margin-top:-50px;
}

.table > tbody > tr > th {
    color: #041845;
}

div.btn-admin-div1[btndiv] {
     margin-top:0;
     margin-bottom:0;
     padding-top: 5px;
     padding-bottom: 3px;
     background-color: white;
}

div.btn-admin-div4[btndiv] {
     margin-top:0;
     margin-bottom:0;
     padding-top: 3px;
     padding-bottom: 7px;
     background-color: white;
}


div.btn-admin-div2 {
     margin-top:0;
     margin-bottom:0;
     padding-top:0;
}

div.btn-admin-div3 {
     margin-top:0;
     margin-bottom:0;
}

.table1 > tbody > tr > th, .table1 > tbody > tr > td {
    border-top: 1px solid #73787E;
}

.div-pad-top1 {
    margin-top:40px;
}
.row-max-width1 {
    max-width:800px;
}

.globWhite {
	background-color: white;
}