


@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;
}

form label.required:after,
form label[required]:after
{
	color: #e32;
	content: ' * ';
}


.header-banner {
    background: url('/app/img/landscape-bar.jpg');
}

.navbar-form{
  padding:0;
  margin:0;
  font-size:10px;
  border:0;
  position:relative;
  top:-1px;
}

.navbar-form .form-control {
      width: 100%;
      height: 20px;
      /*padding: 6px 12px;*/
      font-size: 14px;
      /*line-height: 1.42857143;*/
      color: #555;

}

.navbar-form .input-group-btn, .navbar-form .btn{
    font-size: 14px;
    height: 20px;
    padding:0 5px;
    margin:0;

}
.navbar-form .input-group-btn{position:relative; top:-1px;left:-4px;}

.navbar-nav a {margin:0!important;padding:0!important;color:white!important;}
.navbar-brand{margin:0!important;padding:0!important;color:white!important;}
.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:79;
}

.navbar-portal{
    /*min-height:100px;*/
    margin-bottom:0;
    border:0;
    z-index:78;
}
.navbar-links{
    min-height:30px;
    background-color:#666;
    margin-bottom:0;
    border:0;
    z-index:77;
}

.navbar-breadcrumbs{
    min-height:30px;
    background-color:#ddd;
    z-index:76;
    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, .05);*/
    min-height:100px;
    color:white;
    padding-top:20px;
    font-family:alternategotno3dotregular!important;

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

.container-links{
    background: rgba(25, 25, 25, .05);
    min-height:30px;
    color:#EEE;
    padding-top:5px;
}
.container-links a{
    color:#EEE;
    /* text-transform: uppercase; */
    font-weight: bold;
    font-size:13px;
}
.container-breadcrumbs{
    background: rgba(25, 25, 25, .05);
    min-height:30px;
    color:white;
    padding-top:7px;
    font-size:13px;
    font-weight: bold;
}
.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: 260px;
}
.footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 230px;
  background-color: #f5f5f5;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.fa-bell {
    font-size: 1.5rem;
}
.notifications {
    min-width: 420px;
}
.notifications-wrapper {
    overflow: auto;
    max-height: 250px;
}
.menu-title {
    color: #ff7788;
    font-size: 1.5rem;
    display: inline-block;
}
.glyphicon-circle-arrow-right {
    margin-left: 10px;
}

.dropdown-menu.divider {
    margin: 5px 0;
}
.item-title {
    font-size: 1.3rem;
    color: #000;
}
.panel{
    color:#333;
}
.notification-item {
    padding: 0 5px;
    padding-bottom:10px;
    margin: 5px 5px;
    /*background: #ccc;*/
    border-bottom:1px solid #ddd;
}
.notification-read  i, .notification-read  span, .notification-read div, .notification-read td, .notification-read strong, .notification-read a {
    color:#bbb !important;
}


.notification-unread  i, .notification-unread strong{
    color:#428bca !important;
}

.notification-unread  span , .notification-unread  div, .notification-unread  td  {
    color:#333 !important;
}

.badge-notify{
    background:red;
    position:relative;
    top: -5px;
    left: -10px;
}


  .btn-thin .btn{
	  padding:0 3px 0 3px!important;
	  margin:0!important;
	  font-size:12px;font-weight: 500;
  }
  #MyLocale .locale-menu {
	  left:200px;
	  top:20px;
  } 
    #MyLocale .locale {
	  display:inline;
  } 
    #MyLocale .badge {
	  font-size:12px;
	  border-radius: .25em;
  } 