@font-face {
    font-family: 'alternategotno3dotregular';
    src: url('/app/fonts/alternategotno3dot-webfont.eot');
    src: url('/app/fonts/alternategotno3dot-webfont.eot?#iefix') format('embedded-opentype'),
    url('/app/fonts/alternategotno3dot-webfont.woff') format('woff'),
    url('/app/fonts/alternategotno3dot-webfont.ttf') format('truetype'),
    url('/app/fonts/alternategotno3dot-webfont.svg#alternategotno3dotregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.navbar-nav a {margin:0!important;padding:0!important;color:white;}
.navbar-brand{margin:0!important;padding:0!important;color:white;}
.navbar-nav li
{padding:0 10px;}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    background-color:transparent;
}

.navbar-nav {
  float: none;
  margin: 0;
}

/*.dropdown-menu ul{

    padding:10px!important;

}*/

.navbar-toggle{
    border:0;
    color:white;
    padding:0 5px;
    margin:0 0 0 15px;
}

.navbar-cbd{
    min-height:30px;
    margin-bottom:0;
    border:0;
    z-index:100;
    color:white!important;
}
.navbar-cbd a{
    color:white!important;
}

.navbar-portal{
    min-height:100px;
    margin-bottom:0;
    border:0;
    z-index:90;
}
.navbar-links{
    min-height:30px;
    background-color:#DDD;
    margin-bottom:0;
    border:0;
    z-index:80;
}

.navbar-breadcrumbs{
    min-height:30px;
    background-color:#ddd;
    z-index:70;
    margin-bottom:0;
}



.container-cbd{
    background: rgba(25, 25, 25, .05);
    min-height:30px;
    color:white;
    padding-top:5px;
}

.container-portal{
    background: rgba(25, 25, 25, .5);
    min-height:100px;
    color:white;
    padding-top:5px;

}
.container-portal a{text-decoration:none;}

.container-links{
    background: rgba(25, 25, 25, .05);
    min-height:30px;
    color:white;
    padding-top:5px;
}
.container-links a{
    color:#333;
}
.container-breadcrumbs{
    background: rgba(25, 25, 25, .05);
    min-height:30px;
    color:white;
    padding-top:7px;
    font-size:12px;
}
.container-breadcrumbs a{
    color:#999;
}


.footer{margin-top:14px;}

.footer-page{
    min-height:30px;
    background-color:#ddd;

}
.footer-portal{
    min-height:30px;
    background-color:#999;
}

.footer-portal a{
    color:#ccc;
    font-size:12px;
    font-weight:normal;
}
.footer-portal ul{
    color:white;
    list-style-type: none;
   padding: 0px;
   margin: 0px;
}

.footer-cbd{
    /*min-height:200px;*/
    background-color:#009b48;

}

.footer-page-container{
    background: rgba(25, 25, 25, .05);
    min-height:30px;
    padding-top:5px;
}
.footer-portal-container{
    background: rgba(25, 25, 25, .05);
    min-height:30px;
    color:white;
    padding-top:5px;
}
.footer-cbd-container{
    background: rgba(25, 25, 25, .05);
    /*min-height:200px;*/
    color:white;
    padding:20px;
    text-align:center!important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 270px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 230px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 20px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
