﻿/*
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 280px;
}
*/
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#content {
    padding-top: 30px;
    padding-bottom: 1px; /* Height of the footer element */
}

.navbar-inverse .navbar-nav > li > a {
    color: white !important;
}

.form-horizontal .control-label {
    padding-top: 0;
}

.form-horizontal .checkbox {
    min-height: 0;
    padding-top: 2px;
}

.form-horizontal .radio {
    min-height: 0;
    padding-top: 2px;
}

.checkbox input[type="checkbox"] {
    margin-left: 0;
}

input[type="checkbox"] {
    margin: 0 0;
}

span.form-control {
    height: 21px;
    font-size: 11px;
    line-height: normal;
    padding: 1px 1px;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
}

.form-control.disabled {
    background-color: transparent;
}

.form-control {
    height: 21px;
    font-size: 11px;
    color: #000;
    line-height: normal;
    padding: 1px 1px;
    border-radius: 0;
}

.validation-summary-valid {
    display: none;
}

.input-validation-error {
    background-color: #FFF;
    border: 1.5px solid red !important;
}

.table {
    margin-bottom: 2px;
}

@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
}

body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, helv, sans-serif;
    font-size: 13px;
    min-height: 100%;
}

img {
    border: 0;
}

A {
    color: #296589;
    text-decoration: none;
}

    A:hover {
        color: #000000;
        text-decoration: underline;
    }

P {
    margin-top: 0;
    margin-bottom: 5;
}



/* HEADER STYLES (Logo, Top Nav, Sub Nav, Page titles) */

.header {
    background-color: transparent;
    height: 32px;
}

#topNavBK {
    height: 32px;
    background-color: #1c71b0;
    overflow: hidden;
}

#topNav {
    width: 970px;
    height: 32px;
    padding-top: 3px;
}

#topNavBK1 {
    width: 220px;
    height: 32px;
    background-color: #1c71b0;
}

#topNav a {
    font-size: 12px;
    color: #ffffff;
    padding-left: 1.5%;
    padding-right: 1.5%;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

    #topNav a:hover {
        text-decoration: none;
    }

.navText {
    padding-left: 3px;
}

    .navText:hover {
        text-decoration: underline;
    }


.highlightMenuItem {
    background-color: #7eb842;
}

.highlightChanged {
    border:3px solid #00BB00;
}

#pageTitle {
    font-size: 24px;
    font-weight: bold;
    color: #041845;
    height: auto;
    margin-top: 20px;
    font-family: arial, helvetica, verdana, sans-serif;
}

#subNav {
    font-size: 13px;
    margin-top: 15px;
}

.appReference {
    font-size: 20px;
    font-family: verdana, arial, helvetica, sans-serif;
}

#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: 160px;
}

.leftColumnItems {
}

.clientReference {
    padding-top: 10px;
    vertical-align: bottom;
    display: table-cell;
}

.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;
}





/* PAGE CONTENT STYLES */

#contentTable {
    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;
}

.oddRowColor {
    background-color: #FFFFFF;
}

.rowColor {
    background-color: #EFF3FD;
}

.lightgray {
    background-color: #EFF3FD;
}

table.zebra tbody tr:nth-of-type(odd) {
    background-color: #EFF3FD;
}

table.zebra thead tr {
    background-color: white;
}

tr .consolidation {
    /* background-color: lightblue !important; */
}

tr .primaryShipment {
    /* background-color: lightsteelblue !important; */
}



/* FOOTER STYLES */
#footer_spacer {
    height: 15px;
}


.textFooter {
    font-size: 1em;
    background-color: #F8F8FD;
    margin: 10px 10px 10px 10px;
}

#footer_wrapper {
    height: 92px;
    background-color: #F8F8FD;
    font-size: 11px;
    color: #ffffff;
    clear: both;
}


.textFooter a {
    color: #c2d8ed;
}

#footerLogo {
    margin: 0 50px;
}

#footerSocial {
    width: 200px;
}

#footerCenter {
    width: 80%;
    text-align: center;
}

#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: #01A73F;
    font-size: 17px;
    font-weight: bold;
    line-height: 19px;
    padding: 0px;
    display: inline;
}

/* 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;
}

.col1 {
    width: 100px;
}

.col2 {
    width: 100%;
    vertical-align: top;
    height: 81px;
    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;
}



/*expand exitsing style to full length of screen height*/

/*#contentTable tr:first-child{
	/*see if tr is being reached test
	color:maroon !important;
	border:thin maroon dotted;
	height:5% !important;
	
	
}

#contentTable tr:nth-child(2) {  
	color:maroon !important;
	border:thin maroon dotted;
	min-height:85% !important;

}*/


/*allows for mobile viewing RL
@-viewport {
    width: device-width;
    zoom: .5;
  }
  
  @-ms-viewport {
  width: device-width
}*/


/* bootstrap overrides*/

.form-group {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 5px;
}

.form-control {
    color: #000000;
    font-family: Verdana,Arial,Helvetica,helv,sans-serif;
    font-size: 11px;
    z-index: -1;
    border: 1px solid #94A2B5;
}

.validation-summary-errors {
    color: #CC0000;
    font-size: 11px;
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
}
/* end bootstrap overrides */

.appLinks {
    color: white;
    padding-right: 5px;
}

.checkbox-label {
    color: #010181;
    position: absolute;
    margin-top: -2px;
    margin-left: 20px;
}

.text-danger {
    color: #CC0000;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #E8EAFF;
}

.search-div-ddl {
    float: left;
    margin-top: 2px;
    margin-left: 15px;
    display: none;
}

.col-md-client {
    padding-left: 3px;
}

tr.disabled {
    color: silver;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

input[type="date"]::-webkit-inner-spin-button {
    display: none !important;
    -webkit-appearance: none !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none !important;
    -webkit-appearance: none !important;
}

input[type="date"]::-webkit-clear-button { /* Removes blue cross */
  -webkit-appearance: none;
  margin: 0;
}

.main-nav-user {
	/*position:absolute;
	top:20px;
	left:140px;*/
}

.no-bullets li {
    list-style-type: none;
}