#ndt-logo {
    background: url(/images/ndt-admin.png) no-repeat scroll 98% 0 transparent;
    height: 81px;
    background-position: 10px 10px;
    background-size: 179px;
}
#ndt-logo h1 {
    margin: 0;
    padding-left: 50px;
    text-align: left;
    font-family: 'roboto', sans-serif;
    font-size: 23px;
    line-height: 80px;
    color: #333333;
    text-transform: uppercase;
    float: right;
    padding-right: 20px;
}
#top-banner {
	height:80px;
}
#navigation{padding:0 0 10px 10px;position:absolute;right:0;top:0;width:20%;}
#navigation ul{float:right;padding-right:10px;}
ul.app_nav{list-style:none outside none;margin:0;padding:0;}
ul.app_nav li{display:inline-block;margin:0;padding:0;}
#top-menu {
    background: #416582;
    height: 34px;
    width: 100%;
    z-index: 999;
    border-radius: 0;
}
#top-menu ul {	
    list-style: none outside none;
}
#top-menu ul li a {
    background: url(/images/global/menu_divider.png) no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}

#loader {	
  display: none;
  margin: auto auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

#loader > div {
  background-color: #FFFFFF;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

#loader .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

#loader .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

#loader .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

#loader .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

#control_panel {
    float: right;
    margin-top: 6px;
    margin-right: 211px;
}

html, body {
  /* Make the body to be as tall as browser window */
  height: 100%;
}