@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
html {
    height: 100%;
}
html body {
  height: 100%;
  position: relative;
}
html body .container-fluid.content {
    position:absolute;
    top:100px;
    bottom:30px;
    right:0;
    left:0;
    overflow-y: auto;
}
html body .container.content {
    position:absolute;
    top:100px;
    bottom:30px;
    right:0;
    left:0;
    overflow-y: auto;
}
@media print {
    html body .container.content, html body .container-fluid.content {
        overflow: visible;
        float: none;
        position: static;
        width: auto;
    }
}
.top-navbar {
    background-color:#add8e6;
}
.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    color:white;
    height: 30px;
}
.menu-navbar {
    top:50px;
}
.navbar-default .navbar-text, .navbar-default .navbar-brand{
    color:#000;
}
.navbar-default .navbar-link, .navbar-default .navbar-nav>li>a {
    color:#000;
}
.navbar-default .navbar-link:hover, .navbar-default .navbar-nav>li>a:hover {
    color:#888;
}
.navbar-brand {
  line-height:12px;
  padding-top:20px;
  padding-bottom:5px;
}

.navbar-brand small {
  display:block;
  font-size:12px;
}
ul.nav.navbar-nav li.nav-select {
    height:50px;
    margin-top:8px;
    padding-right:15px;
    max-width: 150px;
}
.ui-dialog {
    z-index: 1060;
}
.ui-widget {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}
.ui-widget-overlay {
    background-color:#333;
    opacity: 0.9;
}
button.ui-button-icon-only {
    text-indent: -9999px !important;
}
body {
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
