﻿/*!
 * Bootstrap v2.0.3
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
   Adapted for CourierPost by Marker Ltd. Do NOT edit this file!!
   This is the ECL global bootstrap [override] css, if you need to make changes, please add them to the custom site css.
 */


body { -webkit-tap-highlight-color: #D71635; }
::selection { background: #D71635; color: #FFCA08; }
::-moz-selection { background: #D71635; color: #FFCA08; }
img::selection { background: transparent; }
img::-moz-selection {background: transparent; }

body,
img,
.container {  
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition:all .2s linear;
  -webkit-transition:all .2s linear;
}

input.small60 {
    margin-bottom: 0;
    width: 60%;
}

select.fit {
    width: 90%;
}

.center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 1em 0;
}

.align-center {
    text-align: center;
}

body {
  background-color: #E3E3E3;
  margin: 0;
  font: normal 13px/18px Arial, sans-serif; 
  color: #555;
}

.padding { padding: 0 20px; }
.padding-vertical { padding-bottom: 20px; padding-top: 20px; }


#contentDiv {
    background: #E3E3E3 url(/Custom/Content/images/page-nav-bg.gif) repeat-x;
    overflow: hidden;
    width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  color: #005580;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

a.delete {
    background: url(/Custom/Content/Images/glyphicons-halflings.png) no-repeat top right;
    display: block;
    float: right;
    height: 13px;
    width: 13px;
}

.vert-pad {
  padding: 1em 0;
}

[role=banner] {
	background: url(/Custom/Content/images/bg-header.png) repeat-x scroll top #FFCA08;
	height: 145px;
	position: relative;
	border-bottom: 3px solid #cecece;
}

header .container {
    height: 145px;
}

header .container > a 
{
    margin-left: 5px;
}


/* navigation */

[role=navigation] {
	margin: 0 auto;
	position: relative;
}

[role=navigation] a,
[role=navigation] a:visited {
    display: block;
    padding: 6px 20px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

[role=navigation] li 
{     
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #878787;
}

.ie7 header [role=navigation],
.ie8 header [role=navigation],
.ie7 header [role=navigation] ul,
.ie8 header [role=navigation] ul {
    margin: 0;
}

[role=navigation] .navCMSListMenuLinkHighlighted, 
[role=navigation] .CMSListMenuHighlightedLI {
	background: #E7E7E7; /* old browsers */
	color: #000 !important;
}

[role=navigation] .navCMSListMenuLinkHighlighted a,
[role=navigation] .navCMSListMenuLinkHighlighted a:hover,
[role=navigation] .CMSListMenuHighlightedLI a,
[role=navigation] .CMSListMenuHighlightedLI a:hover {
	background: #E7E7E7; /* old browsers */
	background: -moz-linear-gradient(top, #E7E7E7 0%, #CECECE 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E7E7E7), color-stop(100%,#CECECE)); /* webkit */
	color: #000 !important;	
}

[role=navigation] li a:hover {
	background: #8b8b8a; /* old browsers */
	background: -moz-linear-gradient(top, #8b8b8a 0%, #575650 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b8b8a), color-stop(100%,#575650)); /* webkit */	
	color: #FFF;
}

[role=navigation] ul,
[role=main],
[role=contentinfo] div {
	overflow: hidden;
	margin: 0 auto;
}

[role=main]{
	background: #fff;
	padding: 20px 0;
	box-shadow: 0 2px 7px #D3CFC2;
}

#CMSLogoffMenu {
    width: auto;
    float: right;
}

ul.footer-logos {
    float: right;
    margin-right: 20px;
}

.nav-left {
    display: inline;
    float: left;
}

.nav-right {
    display: inline;
    float: right;
}

/* second-level lists */
[role=navigation] li ul { 
	position: absolute;
	background: black;
	width: 12em;
    display: block; 
    z-index: 999;
	left: -999em;
}

/* second-level list items */
[role=navigation] li ul li  
{
    z-index: 999;
	width: 12em;	
}

/* second-level links */
[role=navigation] .CMSListMenuHighlightedLI ul a,
[role=navigation] li ul a { 
	color: #fff !important;
	background: #000 !important;
}

/* second-level links hover */
[role=navigation] .CMSListMenuHighlightedLI ul a:hover,
[role=navigation] li ul a:hover { 
    color: #fff !important;
	background: #d71635 !important;
}

[role=navigation] li ul li {border: 0;}

/* lists nested under hovered list items */
[role=navigation] li:hover ul, [role=navigation] li.sfhover ul  
{
    z-index: 999;
	left: auto;
	display:block; 
	height:auto;
}


/* links */

a {
  line-height: inherit;
  font-weight: inherit;
}

a:active { outline: none; }
a:focus { outline: thin dotted; }
a, a:active { color:#069; text-decoration: none; }
a:visited { color: inherit; text-decoration: none;  }
a:link { -webkit-tap-highlight-color: #FF5E99; } 
a img {border: 0}
a:hover {color: #333; cursor: pointer; }

p {
  margin: 0 0 9px;
}

p small {
  font-size: 11px;
  color: #999;
  display: block;
  line-height: 12px;
}

.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #D71635;
    font-family: Tahoma,Arial,sans-serif;
    font-weight: normal;
    line-height: 1.1;
    margin-top: 1em;
}

h1 {
  margin-top: 0;
  font-size: 24px;
  line-height: 36px;
}

h1 small {
  font-size: 18px;
}

h2 {
  font-size: 20px;
  line-height: 36px;
}

h2 small {
  font-size: 14px;
}

h3 {
    color: #333;
	font-size: 18px;
    line-height: 16px;
}

h4  {
    color: #333;
	font-size: 16px;
}
h5,
h6 {
    margin-top: 5px;
    margin-bottom: 2px;
}

h3 {
  font-size: 18px;
}

h3 small {
  font-size: 14px;
}

h4 {
  font-size: 16px;
}

h4 small {
  font-size: 12px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
  color: #bfbfbf;
  text-transform: uppercase;
}

select[multiple].multiple-options {
    height: 200px;
    margin-bottom: 0;
    width: 100%;
}

table.multiple-options {
    height: 200px;
    padding: 0;
    margin: 0;
}

/* table list */

.table-list ul {
    background: #EEE;
    border-radius: 3px;
    list-style: none;
    margin: 0 0 2px;
    padding: 10px;
}

.table-list ul:hover {
    background: #F1F1F1;
}

.table-list ul li {
   float: left;
   padding-right: 10px;
}

.table-list ul li.buttons {
   float: right;
   padding-right: 0;
}


/* footer */

#footerwrapper {
    background: #e4e1d2;
	border-top: 1px solid #cecbcb;
	height: 103px;
	width: 100%;
}

[role=contentinfo] {
	clear: both;
	/*overflow: hidden;*/
	width: 944px;
	padding: 40px 0;
	background: #e4e1d2;
	border-top: 1px solid #cecbcb;
	height: 23px;
	margin: -1px auto 0 auto;
}

[role=contentinfo] ul {
	float: left;
}

[role="contentinfo"] ul.footer-logos {
	float: right;
}


[role=contentinfo] .copyright {
	float: left;
	font-size: 10px;
	color: #a39f90;
	border-right: 0;
	text-transform: uppercase;
	padding-top: 3px;
}

[role=contentinfo] ul,
[role=contentinfo] li {
	margin: 0;
	list-style-type: none;
}

[role=contentinfo] li {
	float: left;
	display: inline;
	padding: 0 10px 0;
	border-right: 1px solid #c8c3af;
	line-height: 1;
}

[role=contentinfo] a {
	color: #a39f90;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

[role=contentinfo] li.logos {
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 30px;
    border-right: 0;
}

[role=contentinfo] li.pace
{
    width: 56px;
}

[role=contentinfo] li.courierpost
{
    width: 102px;
}

[role=contentinfo] li.roadstar
{
    width: 91px;
}

[role=contentinfo] li.contractlogistics
{
    width: 144px; 
}

 /* page header */

.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
}

.page-header h1 {
  line-height: 1;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  line-height: 18px;
}


small {
  font-size: 100%;
}

cite {
  font-style: normal;
}

form {
  margin: 0;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  line-height: 18px;
}

input,
button,
select,
textarea {
  font-family: Arial, sans-serif;
}

label {
  color: #333333;
}

span.td-label {
    display: inline-block;
    margin-bottom: 9px;
}

input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  /*width: 210px;*/
    width: 90%;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

input.medium { width: 50%; }
input.small { width: 30%; }

textarea {
    display: block;
}

label input,
label textarea,
label select {
  display: block;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  background-color: transparent;
  border: 0 \9;
  /* IE9 and down */

  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

input[type="image"] {
  border: 0;
}

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  background-color: #ffffff;
  background-color: initial;
  border: initial;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}

select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}

input[type="file"] {
  line-height: 18px \9;
}

select {
  width: 220px;
  background-color: #ffffff;
}

input[type="image"] {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

textarea {
  height: auto;
}

input[type="hidden"] {
  display: none;
}

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  border-color: #ddd;
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
     -moz-box-shadow: 0 0 6px #7aba7b;
          box-shadow: 0 0 6px #7aba7b;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  border-top: 1px solid #ddd;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.help-block,
.help-inline {
  color: #555555;
}

.input-prepend,
.input-append {
  margin-bottom: 5px;
}

.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}

.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px;
}

.control-group {
  margin-bottom: 9px;
}

legend + .control-group {
  margin-top: 18px;
}

.form-horizontal .control-group {
  margin-bottom: 18px;
}

.form-horizontal .control-label {
  width: 140px;
}

.form-horizontal .controls {
  margin-left: 160px;
}

.form-horizontal .controls:first-child {
  *padding-left: 160px;
}

.form-horizontal .help-block {
  margin-top: 9px;
}

.form-horizontal .form-actions {
  padding-left: 160px;
}

.table {
  margin-bottom: 18px;
}

.table th,
.table td {
  line-height: 20px;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #FEFAEA;
}

/* custom th */
.table-bordered th {
    background-color: #333 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background-image: -webkit-linear-gradient(top, #666, #333);
	background-image: -moz-linear-gradient(top, #666, #333);
	background-image: -ms-linear-gradient(top, #666, #333);
	background-image: -o-linear-gradient(top, #666, #333);
	background-image: linear-gradient(to bottom, #666, #333);
    color: #FFF;
}

[class*="span"] table {
    width: 100%;
}

table [class*="span"] {
    float: none;
    margin-left: 0;
}

[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "\2191";
}

.well {
  border: 1px solid #eee;
}

.btn {
  *border-left: 0 none #e6e6e6;
    border-right: 0 none #e6e6e6;
    border-top: 0 none #e6e6e6;
    border-bottom: 0 none #b3b3b3;
    display: inline-block;
    padding: 4px 10px 4px;
    font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
    background-repeat: repeat-x;
  *-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);*
    white-space: nowrap;
}

.btn:hover {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:visited,
.btn-warning,
.btn-warning:hover,
.btn-warning:visited,
.btn-danger,
.btn-danger:hover,
.btn-danger:visited,
.btn-success,
.btn-success:hover,
.btn-success:visited,
.btn-info,
.btn-info:hover,
.btn-info:visited,
.btn-inverse,
.btn-inverse:hover,
.btn-inverse:visited {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #C50E20;
  *background-color: #C50E20;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/* .btn-primary: custom ecl red */

.btn-primary {
  background-color: #C50E20;
  *background-color: #E01B41;
  background-image: -ms-linear-gradient(top, #E01B41, #C50E20);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E01B41), to(#C50E20));
  background-image: -webkit-linear-gradient(top, #E01B41, #C50E20);
  background-image: -o-linear-gradient(top, #E01B41, #C50E20);
  background-image: -moz-linear-gradient(top, #E01B41, #C50E20);
  background-image: linear-gradient(top, #E01B41, #C50E20);
  background-repeat: repeat-x;
  border-color: #C50E20 #C50E20 #9D070F;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#E01B41', endColorstr='#C50E20', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #E01B41;
  *background: #C50E20;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #C50E20 \9;
}

.btn-warning {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/* .btn-success: custom ecl green */

.btn-success {
  background-color: #9ACD06;
  *background-color: #1B8C06;
  background-image: -ms-linear-gradient(top, #9ACD06, #1B8C06);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ACD06), to(#1B8C06));
  background-image: -webkit-linear-gradient(top, #9ACD06, #1B8C06);
  background-image: -o-linear-gradient(top, #9ACD06, #1B8C06);
  background-image: -moz-linear-gradient(top, #9ACD06, #1B8C06);
  background-image: linear-gradient(top, #9ACD06, #1B8C06);
  background-repeat: repeat-x;
  border-color: #1B8C06 #1B8C06 #116B04;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#9ACD06', endColorstr='#1B8C06', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background: #1B8C06;
  *background: #9ACD06;
}

.btn-success:active,
.btn-success.active {
  background-color: #116B04 \9;
}

/* .btn-info: custom ecl yellow */

.btn-info {
  background-color: #FFC40F;
  *background-color: #EAA30F;
  background-image: -ms-linear-gradient(top, #FFC40F, #EAA30F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFC40F), to(#EAA30F));
  background-image: -webkit-linear-gradient(top, #FFC40F, #EAA30F);
  background-image: -o-linear-gradient(top, #FFC40F, #EAA30F);
  background-image: -moz-linear-gradient(top, #FFC40F, #EAA30F);
  background-image: linear-gradient(top, #FFC40F, #EAA30F);
  background-repeat: repeat-x;
  border-color: #EAA30F #EAA30F #D8960E;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FFC40F', endColorstr='#EAA30F', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #EAA30F;
  *background-color: #FFC40F;
}

.btn-info:active,
.btn-info.active {
  background-color: #c67605 \9;
  color: #FFF;
}

.btn-inverse {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-group {
  position: relative;
  *margin-left: .3em;
  *zoom: 1;
}

.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}

.btn-group:after {
  clear: both;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}

.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .dropdown-toggle {
  *padding-top: 4px;
  padding-right: 8px;
  *padding-bottom: 4px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini.dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
}

.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn .caret {
  margin-top: 7px;
}

.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-mini .caret {
  margin-top: 5px;
}

.btn-small .caret {
  margin-top: 6px;
}

.btn-large .caret {
  margin-top: 6px;
}

.dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.alert {
  margin-bottom: 18px;
  color: #c09853;
}

.alert-info {
  color: #3A87AD;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  line-height: 18px;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 18px;
}

.nav .nav-header {
  line-height: 18px;
  color: #999999;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  margin: 8px 1px;
}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar {
  color: #FFF;
  margin-bottom: 18px;
}

.navbar-inner {
  background-color: #050505;
  background-image: -moz-linear-gradient(top, #474A51, #050505);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#474A51), to(#050505));
  background-image: -webkit-linear-gradient(top, #474A51, #050505);
  background-image: -o-linear-gradient(top, #474A51, #050505);
  background-image: linear-gradient(to bottom, #474A51, #050505);
  border: 0;
  border-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF474A51', endColorstr='#FF050505', GradientType=0);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  min-height: 30px;
}

.nav-collapse.collapse {
  height: auto;
}

.navbar .brand {
  padding: 5px 10px;
  margin-left: -20px;
  font-size: 1em;
  font-weight: bold;
  line-height: inherit;
  color: #FFF;
  text-shadow: none;
}

.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}

.navbar .navbar-link {
  color: #999999;
}

.navbar .navbar-link:hover {
  color: #ffffff;
}

.navbar .btn-group .btn {
  margin: 0;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
}

.navbar-search {
  margin-top: 6px;
}

.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar .nav > li {
  display: block;
}

.navbar .nav > li > a {
  color: #FFF;
  min-height: 20px;
  padding: 5px 15px;
  text-shadow: none;
  font-weight: bold;
}

.navbar .btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin: 5px 5px 6px;
  line-height: 18px;
}

.navbar .btn-group {
  padding: 5px 5px 6px;
  margin: 0;
}

.navbar .nav > li > a:hover {
  color: #ffffff;
}

.navbar .nav .active > a,
.navbar a:hover,
.navbar .nav .active > a:hover {
  background-color: #8B8B8A;
  background-image: -moz-linear-gradient(top, #8B8B8A, #575650);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8B8B8A), to(#575650));
  background-image: -webkit-linear-gradient(top, #8B8B8A, #575650);
  background-image: -o-linear-gradient(top, #8B8B8A, #575650);
  background-image: linear-gradient(to bottom, #8B8B8A, #575650);
  color: #FFF;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8B8B8A', endColorstr='#FF575650', GradientType=0);
}

.navbar .divider-vertical {
  width: 1px;
  height: 30px;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid #000000;
  border-right: 1px solid #878787;
  width: 0;
}

.navbar .nav.pull-right {
  margin-right: 0;
  margin-left: 10px;
}

.navbar .btn-navbar {
	display: none;
	float: right;
	padding: 7px 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #2c2c2c;
	*background-color: #222222;
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	background-image: -moz-linear-gradient(top, #333333, #222222);
	border-left-color: #222222;
	border-right-color: #222222;
	border-top-color: #222222;
	border-bottom-color: #000000;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #080808 \9;
}

.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar .nav li.dropdown.active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}

.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
  color: #ffffff;
}

.navbar .pull-right .dropdown-menu,
.navbar .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right .dropdown-menu:before,
.navbar .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right .dropdown-menu:after,
.navbar .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #FFF;
}

.breadcrumb {
  list-style: none;
  border-bottom: 1px solid #CCC;
  margin: 0 15px;
  padding: 7px 0;
  /*padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;*/
}

.breadcrumb li {
  color: #999;
  display: inline-block;
  *display: inline;
  /*text-shadow: 0 1px 0 #ffffff;*/
  *zoom: 1;
}

.breadcrumb .divider {
  padding: 0 5px;
  color: #999;
}

.breadcrumb .active {
  color: #555;
  font-weight: bold;
}

/* custom breadcrumb - steps wizard */

.c-breadcrumb {
    list-style: none;
    margin: 0 15px;
    padding: 7px 0;
}

.c-breadcrumb li {
    display: block;
    float: left;
    margin-bottom: 20px;
}

.ie7 .c-breadcrumb li,
.ie8 .c-breadcrumb li {
  display: block;
  float: left;
  width: 160px;
}

.ie7 .c-breadcrumb li a,
.ie8 .c-breadcrumb li a {
  display: block;
  float: left;
}

.ie7 .c-breadcrumb li span.divider,
.ie8 .c-breadcrumb li span.divider {
  display: inline;
  float: left;
  width: 30px;
}

.c-breadcrumb li a.btn,
.c-breadcrumb li a.btn:hover {
    background: #F5F5F5 none;
    cursor: default;
    text-shadow: none;
    box-shadow: none;
    border: 1px solid #CCC;
    color: #999;
}

.c-breadcrumb li.active a.btn,
.c-breadcrumb li.active a.btn:hover {
    background: #FEFAEA none;
    cursor: default;
    text-shadow: none;
    box-shadow: none;
    border: 1px solid #F89406;
    color: #F89406;
}

.c-breadcrumb li span.divider {
    background: url(/Custom/Content/Images/right.png) no-repeat 0 6px;
    display: block;
    float: right;
    height: 28px;
    margin: 0 5px 0 10px;
    width: 16px;
}

.pagination {
  height: 36px;
  margin: 18px 0;
}

.pagination ul {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
}

.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.pager {
  margin-bottom: 18px;
}

.modal-open .dropdown-menu {
  z-index: 2050;
}

.modal-open .dropdown.open {
  *z-index: 2050;
}

.modal-open .popover {
  z-index: 2060;
}

.modal-open .tooltip {
  z-index: 2070;
}

.modal {
  display: none;
  position: fixed;
  /*position: absolute;*/
  top: 50%;
  /*top: auto;*/
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
 /* margin: 20px 0 0 -280px;*/
  overflow: auto;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade.in {
  top: 50%;
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.popover {
  padding: 5px;
}

.popover.top {
  margin-top: -5px;
}

.popover.right {
  margin-left: 5px;
}

.popover.bottom {
  margin-top: 5px;
}

.popover.left {
  margin-left: -5px;
}

.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #000000;
  border-bottom: 5px solid transparent;
}

.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-left: 5px solid transparent;
}

.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover-inner {
  width: 280px;
  padding: 3px;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.popover-title {
  padding: 9px 14px;
  line-height: 1;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* custom ecl green */

.label-success,
.badge-success {
  background-color: #9ACD06;
}

.label-success[href],
.badge-success[href] {
  background-color: #1B8C06;
}

/* custom ecl yellow */

.label-info,
.badge-info {
  background-color: #FFC40F;
  color: #333;
}

.progress {
	height: 18px;
	margin-bottom: 18px;
}

.progress .bar {
	width: 0;
	height: 18px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e90d2;
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-ms-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
	background-image: -ms-linear-gradient(top, #149bdf, #0480be);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar {
	background-color: #dd514c;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
}

.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar {
	background-color: #5eb95e;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #62c462, #57a957);
}

.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar {
	background-color: #4bb1cf;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #5bc0de, #339bb9);
}

.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar {
	background-color: #faa732;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #fbb450, #f89406);
}

.progress-warning.progress-striped .bar {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 18px;
}

.accordion-heading {
  border-bottom: 0;
}

/* ------------------------------------------------------
Brand footer links
--------------------------------------------------------- */

#lnkContractlogistics,
#lnkRoadStar,
#lnkCourierPosr,
#lnkPace {
    background: Url(/Custom/Content/images/footer-brand-logo.png) no-repeat;
    height: 18px;
    text-indent: -999em;
    float: right;
    display: block;
}

#lnkContractlogistics {width: 144px; background-position: -352px -1px;}
#lnkContractlogistics.current,
#lnkContractlogistics:hover {background-position: -352px -22px;}

#lnkRoadStar {width: 91px; background-position: -230px -1px;}
#lnkRoadStar.current,
#lnkRoadStar:hover {background-position: -230px -22px;}

#lnkCourierPosr {width: 102px; background-position: -94px -1px;}
#lnkCourierPosr.current,
#lnkCourierPosr:hover {background-position: -94px -22px;}

#lnkPace {width: 56px; background-position: -5px -1px;}
#lnkPace.current,
#lnkPace:hover {background-position: -5px -22px;}

/* --------------------- MEDIA QUERIES -------------------------- */


.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .table-list ul li.buttons {
        clear: both;
        display: block;
        float: left;
        padding-top: 10px;
    }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }

  .modal {
    position: absolute;
    right: 20px;
    left: 20px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .modal.fade.in {
    top: auto;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }

  .table-list ul li.buttons {
    clear: both;
    display: block;
    float: left;
    padding-top: 10px;
  }

    input.medium { width: 90%; }
    input.small { width: 90%; }
}

@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
 
  [role="banner"] { height: 145px; }
  header .container {
       padding-right: 0;
  }
  
  [role="navigation"] a, [role="navigation"] a:visited {
        font-size: 12px;
        padding: 6px;
    }
  
  [role="main"] {
      margin-top: 27px;
  }
  
  .nav-right {
    background: #FFF;
    clear: both;
    float: none;
    display: block;
    height: 30px;
    width: 100%;
  }
  
  #CMSLogoffMenu {
    clear: both;
    float: right;
    display: block;
  }
  
  [role="navigation"] #CMSLogoffMenu li {
    border: 0;
    float: left;
    margin: 0;
    padding: 0;
  }
  
  [role="navigation"] #CMSLogoffMenu li a {
    background: none;
    color: #000;
  }

  .dl-horizontal dd {
    margin-left: 0;
  }
  
  [class*="span"].float-left { float: left; }
  [class*="span"].float-right { float: right; }

  .row-fluid {
    width: 100%;
  }

  [class*="span"],
  .row-fluid [class*="span"] {
    width: auto;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  [role="contentinfo"] {
      height: auto;
      padding: 10px; 
  }
  
  [role="contentinfo"] ul.footer-logos,
  [role="contentinfo"] ul.footer-logos li {
      float: left;
  }
  
  [role="contentinfo"] li.logos {
    margin: 0 10px 10px 0;
   }
   
   [role="contentinfo"] ul.footer-logos, 
   [role="contentinfo"] ul.date {
    margin: 10px;
   }
    .span12 {
        padding-right: 15px;
    }
    .center {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

     .table-list ul li.buttons {
        clear: both;
        display: block;
        float: left;
        padding-top: 10px;
    }

    .modal {
        position: absolute;
        right: 20px;
        left: 20px;
        width: auto;
        margin-left: 0;
        margin-right: 0;
  }
  
  [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
 
    .span12,
    .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
  
  [role="navigation"] a,
  [role="navigation"] a:visited {
     font-size: 12px;
     padding: 6px;
   }
   
  .row-fluid [class*="span"] {
    min-height: 28px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 714px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 652px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 590px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 528px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 466px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 404px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 342px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 280px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 218px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 156px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 94px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 32px;
  }
  
[role="contentinfo"] li.logos {
    margin: 0 0 0 25px;
   }
}

@media (min-width: 1200px) {
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1160px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1060px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 960px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 860px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 760px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 660px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 560px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 460px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 360px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 260px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 160px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 60px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
  .table-list ul li { padding-right: 20px; }
  .table-list ul li.buttons { padding-right: 0; }
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top {
    position: static;
    margin-bottom: 18px;
  }
  .navbar-fixed-top .navbar-inner {
    padding: 5px;
  }

  .nav-collapse .nav {
    float: none;
    margin: 0 0 9px;
  }

  .nav-collapse .nav .nav-header {
    color: #999999;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 6px 15px;
    font-weight: bold;
    color: #999999;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #222222;
  }

  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    padding: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}


/* ------------------------------------------------------
NOT FOR PRODUCTION
@section dev
--------------------------------------------------------- */
#buildInfo {
	position: absolute;
	top: -30px;
    margin: auto;
	height: 35px;
	font-size: 11px;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	cursor: default;
    background: #00acec;
	color: #f0f0f0;
	z-index: 998;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
    
#buildInfo:hover {
    top: -5px;
}
        
#buildInfo small {
    font-size: 10px;
}