﻿/* ----------- KN CSS Tweaks -------------------*/

/* KN 20150225 - Make Download PDF button green with a blue hover */
.download-pdf-btn {
    text-decoration: none;
    font-weight: normal;
    background: #74AA50;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #74AA50;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
}
.download-pdf-btn:hover {
    background: #005587;
    color: white;
    text-decoration: none;
}

/* KN 20160229 - Create an indent for 3rd level menu on vertical side bar, and bold active link */
.vertical-menu-inner ul li ul {
  padding-left: 15px;
}
.vertical-menu-active-link {
  font-weight: bold;
  color: #74AA50 !important;
}


/* KN 20160307 - Create alternate highlighting of rows in table */
.alt-row-highlight tr:first-child {
    font-weight: bold;
}

.alt-row-highlight, .alt-row-highlight th {
    border: none;
    text-align: left;
    vertical-align: top;
    padding: 0 5px;
}

.alt-row-highlight tr:nth-of-type(odd){
    background-color: #eee;
}

.alt-row-highlight tr td {
    padding: 0 5px;
    vertical-align: top;
}


/* -------------------------------------------- */

body {
    /*background: #e6e6e6 url(/image-structure/bg_body.png);*/
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}
b {
    font-weight: 700;
}
h2,h3,h4,h5,h6 {
    font-weight: 300;
    color: #444;
}
h2,h3 {
    line-height:30px;
}
hr {
    border: none;
    background: none;
    height: 4px;
    -webkit-box-shadow: inset 0px 1px 0 rgba(102,102,102,.2), inset 0px 2px 0 rgba(255,255,255,.8), inset 0px -1px 0 rgba(255,255,255,.9), inset 0px -2px 0 rgba(90,90,90,.1);
    -moz-box-shadow: inset 0px 1px 0 rgba(102,102,102,.2), inset 0px 2px 0 rgba(255,255,255,.8), inset 0px -1px 0 rgba(255,255,255,.9), inset 0px -2px 0 rgba(90,90,90,.1);
    box-shadow: inset 0px 1px 0 rgba(102,102,102,.2), inset 0px 2px 0 rgba(255,255,255,.8), inset 0px -1px 0 rgba(255,255,255,.9), inset 0px -2px 0 rgba(90,90,90,.1);
}
header {
     /*background: transparent url(/image-structure/bg_header.png) repeat-x;*/
}
footer {
     /*background: #3f3f3f url(/image-structure/bg_footer.png) repeat-x;*/
     background: #005587;
     padding-top: 40px;
     padding-bottom: 50px;
}
/* LAYOUT */
.go-left {
    float: left;
}
.go-right {
    float: right;
}
.container {
    width: 978px;
    margin: 0 auto 0 auto;
    padding: 0;
}
.branding {
    display: block;
    margin-top:  20px;
    margin-bottom: 20px;
    width: 302px;
/* KN: Original height. Changed on Oct 22, 2015
    height: 59px;
*/
    height: 47px;
    text-indent: -9000px;
    background: transparent url(/image-structure/full_logo_3.png) no-repeat;
}
.branding a {
    display:block;
    width: 151px;
    height: 59px;
    outline:none;
}
.banner,
.sub-banner {
    background: transparent url(/image-structure/bg_banner.png) repeat-x;
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
}
.sub-content {
    background: transparent url(/image-structure/bg_content_banner_green.png) repeat-x;
    border-top: 1px solid #777;
    margin-bottom: 35px;
}
.clear {
    clear: both;
}
.third-col {
    border-top:1px solid #005587;
    border: 1px solid #005587;
    border-top: none;
    background: #f9f9f9;
    margin-top: 10px;
    padding: 0 10px;
}
.third-col h2 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1;
    color: #299ccc;
}
.sub-content .third-col h3 {
    font-size: 19px !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0 10px 0;
    padding: 0;
    line-height: 1.2;
    color: #005587;
}
.third-col p {
    font-size: 12px;
    font-weight: 500;
    color: #999;
}
.sub-content .third-col p {
    font-size: 13px;
    font-weight: 300;
    color: #666;
}
.sub-content .third-col {
    margin-top: 73px;
    padding: 10px;
    border-top:1px solid #005587
}
.third-col hr {
    border: none;
    border-top: 1px dashed #dadada;
    margin: 15px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    
}
footer h2 {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1;
    color: #fff;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    list-style: none;
/*     background: transparent url(/image-structure/icon_footer_bullet.png) 0px 7px no-repeat; */
    padding: 0 0 8px 15px;
    margin: 0;
}
footer ul li a {
    font-size: 14px !important;
    font-weight: 300;
    text-decoration: none !important;
    line-height: 1 !important;
    color: #fff;
}
footer ul li a:hover {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.copyright {
     background: #4d4d4d;
     padding-top: 10px;
     padding-bottom: 0;
     border-bottom: 10px solid #3f3f3f;
}
.copyright p {
    font-size: 12px !important;
    font-weight: 300;
    line-height: 1 !important;
    color: #ccc;
}
.copyright a {
    text-decoration: none !important;
    color: #fff;
}
.copyright a:hover {
    color: #299ccc;
}
.copyright p.disclaimer {
    text-align:left;
}
.sitemap {
    /*margin-left: 20px;*/
    text-align:right;
}
.sub-banner {
    padding-top: 2px;
    padding-bottom: 4px;
}
.sub-banner h1,
.sub-content h1 {
    font-size: 28px;
    font-weight: 300 !important;
    color: #fff;
}

.landing-content {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 10px;
    background: transparent url(/image-structure/bg_sub_banner.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image-structure/bg_sub_banner.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image-structure/bg_sub_banner.jpg', sizingMethod='scale')";
}
.landing-content .tape {
    background-color: rgba(0, 0, 0, 0.6);
    height: 220px;
}
.landing-border {
    background: transparent url(/image-structure/bg_landing.png) repeat-y 0px 15px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.landing-module-1 {
    padding-top: 25px;
}
.landing-module-1 h2,
.landing-module-2 h2 {
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1;
}
.landing-module-1 h2 {
    font-size: 28px;
    color: #fff;
}
.landing-module-2 h2 {
    color: #444;
    font-size: 18px;
    text-transform: uppercase;
}
.landing-module-1 p {
    width: 200px;
    font-size: 13px;
    line-height: 1.4;
    color: #ccc;
    margin-right: 30px;
}
.landing-module-1 ul,
.landing-module-2 ul {
    margin: 0;
    padding: 0;
}
.landing-module-1 ul li,
.landing-module-2 ul li {
    list-style: none;
    padding: 0 0 8px 15px;
    margin: 0;
}
.landing-module-1 ul li {
    background: transparent url(/image-structure/icon_landing_bullet_1.png) 0px 7px no-repeat;
}
.landing-module-2 ul li {
    background: transparent url(/image-structure/icon_landing_bullet_2.png) 0px 7px no-repeat;
}
.landing-module-1 ul li a,
.landing-module-2 ul li a {
    font-size: 13px !important;
    font-weight: 300;
    text-decoration: none !important;
    line-height: 1 !important;
}
.landing-module-1 ul li a {
    color: #fff;    
}
.landing-module-2 ul li a {
    color: #299ccc;    
}
.landing-module-1 ul li a:hover,
.landing-module-2 ul li a:hover {
    font-weight: 500;
}

.content-column {
    padding-top: 35px;
}
.content-column h2,
.content-column h3,
.content-column h4,
.content-column h5 {
    font-weight: 300;
    line-height: 1.3;
}
.content-column h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 20px 0 10px;
    -webkit-box-shadow: inset 0px -1px 0 rgba(255,255,255,1), inset 0px -2px 0 rgba(90,90,90,.2);
    -moz-box-shadow: inset 0px -1px 0 rgba(255,255,255,1), inset 0px -2px 0 rgba(90,90,90,.2);
    box-shadow: inset 0px -1px 0 rgba(255,255,255,1), inset 0px -2px 0 rgba(90,90,90,.2);
}
.content-column h3 {
    font-size: 21px;
    margin: 0;
    padding: 0 0 10px;
}
.content-column h4 {
    font-size: 21px;
    color: #666;
    margin: 0;
    padding: 0 0 5px;
}
.content-column h5 {
    font-size: 17px;
    margin: 0;
    padding: 5px 0 0;
}
.post-date {
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    color: #9e9e9e;
    padding-bottom: 5px;
}
.jump {
    margin: 5px 0;
    font-weight: 300;
    font-size: 11px;
    vertical-align: bottom;
    text-transform: uppercase;
}
ul.content-list {
    margin: 0 0 10px;
    padding: 0;
}
ul.content-list li {
    list-style: none;
    padding: 0 0 8px 15px;
    margin: 0;
}
ul.content-list li {
    background: transparent url(/image-structure/icon_landing_bullet_2.png) 0px 7px no-repeat;
}
ul.content-list li a {
    font-size: 13px !important;
    font-weight: 300;
    text-decoration: none !important;
    line-height: 1 !important;
}
ul.content-list li a {
    color: #299ccc;    
}
ul.content-list li a:hover {
    font-weight: 500;
}

/* GRIDS */
/* clearfix */
.clearfix:after, .row:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix, .row {display:inline-block;} /*Those two .clearfix have to be separate!)*/
.clearfix, .row {display:block;}
/* gridframework */
.row {position:relative; margin-left:-30px;}
.gu1 .row {width: 84px;}
.gu2 .row {width: 168px;}
.gu3 .row {width: 252px;}
.gu4 .row {width: 336px;}
.gu5 .row {width: 420px;}
.gu6 .row {width: 504px;}
.gu7 .row {width: 588px;}
.gu8 .row {width: 672px;}
.gu9 .row {width: 756px;}
.gu10 .row {width: 840px;}
.gu11 .row {width: 924px;}
.gu12 .row {width: 1008px;}
.col {padding-left:30px; float:left; position:relative;}
.gu1{width: 54px;}
.gu2{width: 138px;}
.gu3{width: 222px;}
.gu4{width: 306px;}
.gu5{width: 390px;}
.gu6{width: 474px;}
.gu7{width: 558px;}
.gu8{width: 642px;}
.gu9{width: 726px;}
.gu10{width: 810px;}
.gu11{width: 894px;}
.gu12{width: 978px;}
/* NAVIGATION - UTILITY */
.nav-utility {
    margin-top: 10px;
}
.nav-utility ul,
.nav-utility ul li {
    display: inline;
    margin: 0; padding: 0;
}
.nav-utility ul li a {
    display: inline-block;
    margin:  0;
    padding: 0 12px 0 0;
    font-size: 11px;
    font-weight: 300;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}
.nav-utility ul li a:hover {
    color: #005587;
    text-decoration: none;
}
header .btn {
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 8px;
}
header .btn-navbar {
    margin-right: 0px;
    margin-left: 2px;
    margin-bottom: 5px;
    margin-top:  20px;
    height:  32px;
}
header .btn-navbar {
  text-shadow: none !important;
  background-color: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  border: none !important;
  filter: none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}
header .btn-navbar:hover,
header .btn-navbar:focus,
header .btn-navbar:active,
header .btn-navbar.active,
header .btn-navbar.disabled,
header .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e9e9e9;
  *background-color: #d9d9d9;
}
header .btn-navbar:active,
header .btn-navbar.active {
  background-color: #cccccc \9;
}
header .btn-navbar .icon-bar {
  display: block;
  width: 15px;
  height: 2px;
  background-color: #ccc;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navigation {
    /*background: transparent url(/image-structure/bg_navbar.png) repeat-x;*/
    border-top:4px solid #74AA50;
    /*height: 70px;*/
}
.menu {
    /*background:  transparent url(/image-structure/bg_navbar_prm.png) 0 6px no-repeat;*/
    width: 978px;
    height: 0px;
    margin: 0 auto 0 auto;
}
.menu h2 {
    margin-top: 17px;
    margin-left: 15px;
    margin-right: 20px;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
    color: #bbb;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-inner {
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  background: none;
  -webkit-border-radius: none !important;
     -moz-border-radius: none !important;
          border-radius: none !important;
  filter: none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}
.menu ul.nav {
    margin-top: 0px;
}
.navbar .nav > li > a {
    text-shadow: none;
    color:#444;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: none;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #299ccc;
  background: none !important;
}
.navbar .nav > li > .dropdown-menu:before {
  left: 20px;
  border-bottom: none;
}
.navbar .nav > li > .dropdown-menu:after {
  left: 20px;
  border-bottom: 6px solid rgba(0, 0, 0, 0.8);
}
.menu .dropdown a.active {
    color: #299ccc;
} 
.menu .dropdown-menu {
  margin: 0px 0 0;
  background-color: rgb(0, 0, 0);
  border: none;
  border: none;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}
.menu .dropdown-menu > li > a {
    color: #fff;
    padding: 7px 0px 7px 0px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #222;
    border-top: 1px solid #444;
}
.menu .dropdown-menu > li > a.first {
    border-top: none;
}
.menu .dropdown-menu > li > a.last {
    border-bottom: none;
}
.menu .dropdown-menu > li > a:hover,
.menu .dropdown-menu > li > a:focus,
.menu .dropdown-submenu:hover > a,
.menu .dropdown-submenu:focus > a {
  color: #74AA50;
  text-decoration: none;
  background-color: none !important;
  background-image: transparent;
  background-image: transparent;
  background-image: transparent;
  background-image: transparent;
  background-image: transparent;
  filter: none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #299ccc;
  border-bottom-color: #299ccc;
}
.navbar .nav > li > a {
    padding:18px 0px;
}
.navbar .nav > li > a:hover {
    /*color: #fff;*/
}
.navbar .menu .nav .dropdown:hover {
    /*background-color:  #74AA50;*/
}
.navbar .nav li.dropdown:hover > .dropdown-toggle .caret {
    color: #fff;
}
.menu ul li a {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
}
.menu ul.dropdown-menu li a {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
}
.menu ul li a:hover {
    color: #299ccc;
}
.menu .nav {
    margin:0px;
}
.menu .dropdown .dropdown-menu > li > a {
    white-space: normal;
}
.menu ul.nav li.dropdown .dropdown-toggle {
    border-right: 1px dotted #ccc;
    font-size:18px;
    padding-left:33.5px;
    width:210px;
}
.menu .dropdown:hover > .dropdown-menu {
    display:block;
    width:100%;
}
.navbar .nav > li > .dropdown-menu::after, 
.navbar .nav > li > .dropdown-menu::before {
  display:none;
}
/*
.menu ul li a.applications {
    width: 80px;
    padding: 0 30px 0 25px;
    border: none;
}
.menu ul li a.compliance {
    width: 100px;
    padding: 0 30px 0 25px;
    border: none;
}
.menu ul li a.abandonment {
    width: 110px;
    padding: 0 28px 0 25px;
    border: none;
}
.menu ul li a.rules {
    width: 100px;
    padding: 0 10px 0 37px;
    border-right: 1px dotted #ccc;
}
.menu ul li a.data {
    width: 100px;
    padding: 0 10px 0 30px;
    border-right: 1px dotted #ccc;
}
.menu ul li a.about {
    width: 60px;
    padding: 0 0 0 30px;
    border:  none;
}*/
.menu b {
    margin-left: 5px;
}
.content .dropdown-menu > li > a:hover,
.content .dropdown-menu > li > a:focus,
.content .dropdown-submenu:hover > a,
.content .dropdown-submenu:focus > a {
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.access-nav {
    padding-top: 15px;
    height:  45px;
}
.access-nav ul,
.access-nav ul li {
    position: relative;
    list-style-type: none;
    display: inline;
    margin: 0; padding: 0;
}
.access-nav ul li a {
    display: block;
    float: left;
    text-indent: -9000px;
    text-decoration: none;
    overflow: hidden;
    width: 28px;
    height: 28px;
    border: none;
}
.access-nav ul li a.font-increase {
    background: transparent url(/image-structure/icon_font_up.png) no-repeat;
    margin-right: 5px;
}
.access-nav ul li a.font-decrease {
    background: transparent url(/image-structure/icon_font_down.png) no-repeat;
    margin-right: 15px;
}

.access-nav ul li a.share {
    background: transparent url(/image-structure/icon_share.png) no-repeat;
    margin-right: 15px;
}
.access-nav ul li a.print {
    background: transparent url(/image-structure/icon_print.png) no-repeat;
}
.published-report, .lists-container {
    margin-top: 35px;
}
.published-report .publication-heading {
    font-size:25px;
}
.published-report .download-pdf .btn {
    background: #74AA50;
    color: #FFF;
}
.published-report .download-pdf .btn:hover {
    background: #005587;
}
.published-report .keywords a {
    display:inline;
}
.published-report #figures-list ul ul.inline{
    margin-bottom:0px;
    border-bottom:1px dashed #AAA;
}

/*TABS*/
.tabs{
  clear:both;
 
}
.tabs a {
    color:#555;
}
.tabs a.active{
  background-color: #fff;
  border:1px solid #DDD;
  border-bottom:none;
}
.tabs div{
  clear: both;
  background-color: #fff;
  display:none;
}

.keywords {
    background-color: #fff;
}
/*LIST TEMPLATE*/
.lists-container a {
    color:#555;
}
.list-results {
    margin-top: 20px;
}
.lists-container .results-num p {
    font-size: 18px;
}
.lists-container .list-results .list-item {
    margin-bottom: 25px;
}
.lists-container .results-heading p {
    display: block;
    font-size:17px;
}
.list-item:hover {
    background-color: #F5F5F5;
}
.list-item .search-heading {
    margin-top:5px;
    margin-bottom:5px;
}
.list-item .search-heading,
.list-item .download {
    font-size: 17px;
}
.lists-container .search {
    width: 300px;
}
.list-results {
    margin-top: 25px;
}
.lists-container .list-results .list-item {
    margin-bottom: 25px;
}
.list-item .search-heading {
    display: block;
    font-size:17px;
}
.list-item:hover {
    background-color: #F5F5F5;
}
.list-item .search-heading:hover {
    background-color:;
}
.vertical-menu {
    border: 1px solid #005587;
    margin: 30px 0px 15px;
    padding: 0px;
}
.vertical-menu-inner {
    background: #FFF;
    padding: 20px 15px 10px;
    border-top: 5px solid #005587;
}
.vertical-menu-inner h2 {
    margin: 0;
    padding: 0 0 10px 0;
    color: #005587;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0px -1px 0 rgba(90,90,90,.11), inset 0px -2px 0 rgba(255,255,255,1), inset 0px -3px 0 rgba(90,90,90,.3);
    -moz-box-shadow: inset 0px -1px 0 rgba(90,90,90,.11), inset 0px -2px 0 rgba(255,255,255,1), inset 0px -3px 0 rgba(90,90,90,.3);
    box-shadow: inset 0px -1px 0 rgba(90,90,90,.11), inset 0px -2px 0 rgba(255,255,255,1), inset 0px -3px 0 rgba(90,90,90,.3);
    font-weight:600;
}
.vertical-menu .vertical-collapse li a {
    font-size:16px;
    color:#666;
  }
.vertical-menu-inner .button-menu h2 {
    padding-top: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.vertical-menu-inner .button-menu {
    padding-bottom: 5px;
    -webkit-box-shadow: inset 0px -1px 0 rgba(90,90,90,.11), inset 0px -2px 0 rgba(255,255,255,1), inset 0px -3px 0 rgba(90,90,90,.3);
    -moz-box-shadow: inset 0px -1px 0 rgba(90,90,90,.11), inset 0px -2px 0 rgba(255,255,255,1), inset 0px -3px 0 rgba(90,90,90,.3);
    box-shadow: inset 0px -1px 0 rgba(90,90,90,.11), inset 0px -2px 0 rgba(255,255,255,1), inset 0px -3px 0 rgba(90,90,90,.3);
}
.vertical-menu-inner h3 {
    margin: 0;
    padding: 10px 0 5px 0;
    color: #666;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
.vertical-menu-inner ul,
.vertical-menu-inner ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.vertical-menu-inner ul.system-menu {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
.vertical-menu-inner ul li a {
    margin: 0;
    padding: 10px 5px 10px 5px;
    display: block;
    border-bottom: 1px dotted #e0e0e0;
    text-decoration: none;
}
.vertical-menu-inner ul.system-menu li a {
    border-bottom: none;
    padding: 8px 5px 0 5px;
    width: 100px;
    font-size: 14px;
    color: #aaa;
}
.vertical-menu-inner ul.system-menu li a.active {
    color: #299ccc;
}
.vertical-menu-inner ul li a:hover,
.vertical-menu-active-link {
    color: #005587 !important;
    background: #F5F5F5 none repeat scroll 0% 0%;
}
.legend h2 {
    margin: 0;
    padding: 0 0 10px 0;
    color: #666;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
}
.legend {
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    margin: 0 0 15px;
    padding: 15px;
}
.legend p {
    color: #999;
}
.howto {
    background-color: #eaeaea;
    background-image: url(/image-structure/bg_howto_1.png);
    background-repeat: no-repeat;
    background-position-x: 22px;
    background-position-y: center;
    margin-bottom: 10px;
    border: 1px solid #f9f9f9;
    -webkit-box-shadow: inset 1px 1px 0 rgba(102,102,102,.1), inset -1px -1px 0 rgba(204,204,204,.4);
    -moz-box-shadow: inset 1px 1px 0 rgba(102,102,102,.1), inset -1px -1px 0 rgba(204,204,204,.4);
    box-shadow: inset 1px 1px 0 rgba(102,102,102,.1), inset -1px -1px 0 rgba(204,204,204,.4);
}
.howto-order {
    float: left;
    width: 70px;
    padding: 25px 0 20px 0;
    text-align: center;
    vertical-align: middle;
}
.howto-content {
    margin-left: 75px;
    padding: 15px 25px;
    margin-top: 1px;
    margin-bottom: 1px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.6), inset 2px 0 0 rgba(204,204,204,.4);
    -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.6), inset 2px 0 0 rgba(204,204,204,.4);
    box-shadow: inset 1px 0 0 rgba(255,255,255,.6), inset 2px 0 0 rgba(204,204,204,.4);
}
.howto-content h3 {
    margin: 0;
    padding: 0 0 5px 0;
    color: #333;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 300;
}
.howto-content p,
.feature-box p,
.tools-box p {
    font-size: 13px;
    line-height: 1.4;
    color: #666;
}
.howto-order span {
    font-size: 42px;
    font-weight: 700;
    color: #ccc;
}
.feature-box, 
.tools-box {
    background-color: #eaeaea;
    border: 1px solid #f9f9f9;
    -webkit-box-shadow: inset 1px 1px 0 rgba(102,102,102,.1), inset -1px -1px 0 rgba(204,204,204,.4);
    -moz-box-shadow: inset 1px 1px 0 rgba(102,102,102,.1), inset -1px -1px 0 rgba(204,204,204,.4);
    box-shadow: inset 1px 1px 0 rgba(102,102,102,.1), inset -1px -1px 0 rgba(204,204,204,.4);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 15px;
}
.feature-box h3 {
    margin: 0;
    padding: 1px 0 5px 0;
    color: #2f9cca;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.feature-box h4 {
    margin: 0;
    padding: 10px 0 5px 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}
.feature-box .pdf-version {
    background-image: url(/image-structure/bg_howto_1.png);
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: center;
    padding-left: 55px;
}
.sort-box hr {
    margin: 8px 0 5px;
}
.sort-box i {
    margin: 0 5px;
}
.sort-box button {
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 1px;
}
.sort-box .dropdown-menu li a{
    font-weight: 300;
}
.sort-box p {
    margin: 0;
    padding: 6px 0 0 0;
    color: #999;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 300;
    text-transform: uppercase;
}
.sort-menu {
    margin: 0 0 3px; padding: 0;
    position: relative;
    height: 24px;
    line-height: 24px;
    /*overflow: hidden;*/
}
.tools-box h3 {
    margin: 0;
    padding: 3px 0 5px 0;
    color: #2f9cca;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 300;
}
.tools-box .guide {
    margin-top: 15px;
    padding: none;
    font-size: 12px;
    font-weight: 300;
}
.locked {
    background-image: url();
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}
.tools-box h4 {
    margin: 0;
    padding: 10px 0 5px 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.crumbs {
    margin: 0;
    padding: 0;
/*     background: #dbdbdb; */
/*     border-top: 1px solid #ccc;
    border-bottom: 1px solid #464646; */
    background: #7d7d7d none repeat scroll 0% 0%;
}

.crumbs .breadcrumb {
  padding: 5px 0 6px 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
  -webkit-border-radius: none !important;
     -moz-border-radius: none !important;
          border-radius: none !important;
}
.crumbs .breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: none;
  *zoom: 1;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 700;
}
.crumbs .breadcrumb > li a {
  color: #fff;
}
.crumbs .breadcrumb > li > .divider {
  padding: 0 5px;
  color: #fff;
}
.crumbs .breadcrumb > .active {
  color: #fff;
  font-weight: 700;
}
footer.withcrumbs {
    background-image: none;
    border-top: 1px solid #5a5a5a;
}
/* FORMS */
input,
button,
select,
textarea {
  font-family: inherit;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 12px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #74AA50;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
select {
    padding: 2px 10px;
    height: 24px;
    margin-bottom: 0px;
    line-height: 1;
    color: #555555;
    -webkit-appearance: none;
    -moz-appearance: window;
    width: 120px;
}
.arrow {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #aaa;
}
.arrow:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -13px;
    height: 22px;
    border-left: 1px solid #eee;
}
.search {
    font-style: italic;
    margin-top: 4px;
    width: 180px;
}

.filter-box {
    background: #f5f5f5;
    padding: 0px 15px;
    border: 1px solid #e9e9e9;
}
.filter-box fieldset {
    margin: 0; padding: 0;
}
.filter-box legend {
    border: none;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,1), inset 0 -2px 0 rgba(204,204,204,.4);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,1), inset 0 -2px 0 rgba(204,204,204,.4);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,1), inset 0 -2px 0 rgba(204,204,204,.4);
}
.filter-box .last {
    margin-right: 0;
}
.filter-column {
    margin-right: 30px;
    margin-bottom: 0;
    padding: 0;
}
.mini-form-column {
    display: block;
    margin-right: 10px;
    width: 160px;
    margin-top: 5px;
    margin-bottom: 0;
}
.mini-form-column label {
    margin: 4px 0 0 0;
    font-weight: 300;
    color: #666;
}
/* TABLE */
.data-table {
    margin-top: 10px;
}
.data-table thead {
    background: #f9f9f9;
    text-transform: uppercase;
}
.data-table td,
.content-column td {
    border: none;
}
.content-column td.schedule-num {
    padding-left:  0;
    width: 80px;
}
.data-table .table-striped tbody > tr:nth-child(odd) > td,
.data-table .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #e5e5e5;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 