      html,
      body {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
      }

      .container > hr {
        margin: 60px 0;
      }

      /* Main marketing message and sign up button */
      .jumbotron {
        margin: 40px 0;
        text-align: center;
      }
      .jumbotron h1 {
        font-size: 100px;
        line-height: 1;
      }
      .jumbotron h2 {
        font-size: 80px;
        line-height: 1;
      }
      .jumbotron .lead {
        font-size: 24px;
        line-height: 1.25;
      }
      .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
      }

      /* Supporting marketing content */
      .marketing {
        margin: 60px 0;
      }
      .marketing p + h4 {
        margin-top: 28px;
      }

      .form-signin {
        max-width: 400px;
        padding: 19px 29px 50px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
      .form-signin input[type="text"],
      .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
      }
      
      .form-signin td {
        padding-right: 15px;
      }

      .form-other {
        max-width: 400px;
        padding: 19px 29px 50px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-other .form-other-heading,
      .form-other .checkbox {
        margin-bottom: 10px;
      }
     
      .form-other td {
        padding-right: 15px;
      }

	  		
      .form-tabbed {
        max-width: 800px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-tabbed .form-tabbed-heading,
      .form-tabbed .checkbox {
        margin-bottom: 10px;
      }
      .form-tabbed input[type="text"],
      .form-tabbed input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
      }

      /* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -60px;
      }

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 60px;
      }
      #footer {
        background-color: #f5f5f5;
      }

      /* Lastly, apply responsive CSS fixes as necessary */
      @media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }

	.fix_date {
		height: 20px !important;
	}
	.bs-help-box:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Help";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-help-box {
		background-color: #FFFFFF;
		color: #9BAAD0;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		padding: 39px 19px 14px;
		position: relative;
	}

	.bs-area-table-box:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Area Table";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-area-table-box {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}
	
	.bs-service-def-box:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Service Definitions";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-service-def-box {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}
	
	.bs-fuel-surcharge-box:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Fuel Surcharges";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-fuel-surcharge-box {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}
	
	.bs-sanral-box:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Sanral Charges";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-sanral-box {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}
	
	.bs-retail-box:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Retail Charges";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-retail-box {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}
	
	.bs-block-setup:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Settings";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-block-setup {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}
	
	.bs-block-invoice:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Partner Invoice Files";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-block-invoice {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}
	
	.bs-block-invoice-stats:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Partner Summary";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-block-invoice-stats {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}
	
	.bs-block-fmr:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Partner FMR Files";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-block-fmr {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}
	
	.bs-block-prt:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Partner Pre-Alert Files";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-block-prt {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}
	
	.bs-block-pdr:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Partner POD Report Files";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-block-pdr {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}
	
	.bs-block-brk:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Cargoworks Breakdown";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-block-brk {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}
	
	.bs-block-anl:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "DSV Analysis";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-block-anl {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}
	
	.bs-block-statements:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Partner Statements";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-block-statements {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}
	
	.bs-block-creditnotes:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Partner Credit Notes";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-block-creditnotes {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}

	
	.bs-rates-box:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "CargoWorks Rates";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-rates-box {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}
	
	.bs-rates-emit-box:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Emit Rates";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-rates-emit-box {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}
	
	.bs-area-conversion-box:after {
		background-color: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 4px 0 4px 0;
		color: #9DA0A4;
		content: "Origins & Destinations";
		font-size: 12px;
		font-weight: bold;
		left: -1px;
		padding: 3px 7px;
		position: absolute;
		top: -1px;
	}
	.bs-area-conversion-box {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		border-radius: 4px 4px 4px 4px;
		margin: 15px 0;
		padding: 39px 19px 14px;
		position: relative;
	}

	.resort-side-nav .icon-chevron-right {
		float: right;
		margin-right: -6px;
		margin-top: 2px;
		opacity: 0.25;
	}

	.ec-image {
		max-height: 150px !important;
		max-width: 150px !important;
	}
	
	.select2-choice {
		margin-bottom: 5px !important;
	}
      /* Customize the navbar links to be fill the entire space of the .navbar */
      /*
      .navbar .navbar-inner {
        padding: 0;
      }
      .navbar .nav {
        margin: 0;
        display: table;
        width: 100%;
      }
      .navbar .nav li {
        display: table-cell;
        width: 1%;
        float: none;
      }
      .navbar .nav li a {
        font-weight: bold;
        text-align: center;
        border-left: 1px solid rgba(255,255,255,.75);
        border-right: 1px solid rgba(0,0,0,.1);
      }
      .navbar .nav li:first-child a {
        border-left: 0;
        border-radius: 3px 0 0 3px;
      }
      .navbar .nav li:last-child a {
        border-right: 0;
        border-radius: 0 3px 3px 0;
      }
      */
     
	.dropdown-menu {
		z-index: 1051 !important;
	}
	
	.popover {
		max-width: 600px !important;
	}

	.modal-body {
		max-height: 450px;
	}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
}


.panel-heading {
    color: #fff;
    padding: 5px 15px;
}
.panel .table {
    margin-bottom: 0;
}
.panel-u {
    border-color: #72c02c;
}
.panel-u > .panel-heading {
    background: none repeat scroll 0 0 #72c02c;
}
.panel-blue {
    border-color: #3498db;
}
.panel-blue > .panel-heading {
    background: none repeat scroll 0 0 #3498db;
}
.panel-red {
    border-color: #e74c3c;
}
.panel-red > .panel-heading {
    background: none repeat scroll 0 0 #e74c3c;
}
.panel-green {
    border-color: #2ecc71;
}
.panel-green > .panel-heading {
    background: none repeat scroll 0 0 #2ecc71;
}
.panel-sea {
    border-color: #1abc9c;
}
.panel-sea > .panel-heading {
    background: none repeat scroll 0 0 #1abc9c;
}
.panel-orange {
    border-color: #e67e22;
}
.panel-orange > .panel-heading {
    background: none repeat scroll 0 0 #e67e22;
}
.panel-yellow {
    border-color: #f1c40f;
}
.panel-yellow > .panel-heading {
    background: none repeat scroll 0 0 #f1c40f;
}
.panel-grey {
    border-color: #95a5a6;
}
.panel-grey > .panel-heading {
    background: none repeat scroll 0 0 #95a5a6;
}
.panel-dark {
    border-color: #555;
}
.panel-dark > .panel-heading {
    background: none repeat scroll 0 0 #555;
}
.panel-purple {
    border-color: #9b6bcc;
}
.panel-purple > .panel-heading {
    background: none repeat scroll 0 0 #9b6bcc;
}
.panel-aqua {
    border-color: #27d7e7;
}
.panel-aqua > .panel-heading {
    background: none repeat scroll 0 0 #27d7e7;
}
.panel-brown {
    border-color: #9c8061;
}
.panel-brown > .panel-heading {
    background: none repeat scroll 0 0 #9c8061;
}
.panel-dark-blue {
    border-color: #4765a0;
}
.panel-dark-blue > .panel-heading {
    background: none repeat scroll 0 0 #4765a0;
}
.panel-light-green {
    border-color: #79d5b3;
}
.panel-light-green > .panel-heading {
    background: none repeat scroll 0 0 #79d5b3;
}
.panel-default-dark {
    border-color: #585f69;
}
.panel-default-dark > .panel-heading {
    background: none repeat scroll 0 0 #585f69;
}

.table-extra-condensed td {
	font-size: 9px;
	line-height: 10px;
}
.table-extra-condensed th {
	font-size: 9px;
	line-height: 10px;
}

.table-extra-condensed input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 1px 0 0;
}

.row_highlight {
   background-color: #EEEEEE;
}

.table tbody .col_highlight {
   background-color: #EEEEEE;
}

.table tbody .error > .col_highlight {
   background-color: #EEEEEE;
}

.table tbody .error > .row_highlight {
   background-color: #EEEEEE;
}

.table tbody .info > .col_highlight {
   background-color: #EEEEEE;
}

.table tbody .info > .row_highlight {
   background-color: #EEEEEE;
}

.popover {
    z-index: 1049 !important;
}
