﻿html,body
{
  overflow:hidden;
  background-color: #373737;
  font-size: 11px;
  font-family: 'Droid Sans', Helvetica, Arial, sans-serif !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

h1,.h1
{
    font-size: 40px;
    color:#ffffff;
    margin-bottom:20px;
}


.navbar {
    /*min-height: 30px;*/
    /*height: 30px;*/
    border-radius: 0 !important;
    margin-bottom:0px;
}

.navbar-inverse
{
    border-radius: 0 !important;
    min-height: 30px;
    height: 30px;
}

#mainNav li a i
{
    color: #ffffff;
}

.navbar-brand
{
    font-size:20px;
}

.navbar-text-white
{
    color:#FFFFFF !important;
    font-size: 15px;
}

.sidebar-nav {
    padding: 9px 0;
}

@media (max-width: 980px) {
    /* Enable use of floated navbar text */
    .navbar-text.pull-right {
        float: none;
        padding-left: 5px;
        padding-right: 5px;
    }
}
.no-space [class*="span"]{
    margin-left: 0px !important;
}

.btngroupmenu:hover .btngroupdropdown
{
    display: block;
    margin:0 !important;
}

.dropdown-menu > li > a
{
    font-size: 12px;
}

.dropdown:hover .dropdown-menu
{
    display: block;
    margin:0;
}

ul.nav li.dropdown:hover
{
    /*background-color: #e5e5e5;*/
    color: #555555;
}

ul.nav.inverse li.dropdown:hover
{
    /*background-color: #080808;*/
    color: #FFFFFF;
}

btn-group > ul.dropdown:hover
{
    background-color: #2290CB;
}

/* Dropdown Submenu */
.dropdown-submenu {
    position:relative;
    overflow: visible;
}

.submenu-right > .dropdown-menu {
    right:175px;
    top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
    position: absolute;
}

.submenu-right:hover > .dropdown-menu {
    display:block;
}

.submenu-right > 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:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.submenu-left > .dropdown-menu {
    top:-6px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.submenu-left:hover > .dropdown-menu {
    display:block;
}

.submenu-left > a:before {
    display:block;
    content:" ";
    float:left;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 5px 5px 0px;
    border-right-color:#cccccc;
    margin-top:3px;
    margin-left:-10px;
}

.navbar .dropdown-menu {
    margin-top: 0px;
}

.dashboard-wrapper
{
    margin: 0px 0px 0px 180px;
}

#divCompanyInfo
{
    text-align: center;
    position: fixed;
    bottom: 5px;
    left: 20px;
}

.navbar-default
{
    background: linear-gradient(to bottom, #00a6e8 0%,#0087d0 100%);
    background: -moz-linear-gradient(top,#00a6e8 0,#0087d0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a6e8),color-stop(100%,#0087d0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a6e8',endColorstr='##0087d0',GradientType=0);
}

.navbar {
    border-radius: 0 !important;
    margin-bottom:0px;
}

.sidenav > li > a
{
    border-radius: 0px;
    padding: 1px 1px 1px 25px !important;
}

.navheader > h5
{
    font-weight:bold;
    padding-left:15px;
    margin-top:2px;
    margin-bottom:2px;
}

/* Styles for the Layout and the adjustable frames */

.ui-layout-resizer { /* all 'resizer-bars' */
    background: #EEEEEE;
    overflow:visible !important;
}

.ui-layout-toggler
{
    background-color: #000;
}
.footer
{
    color: white !important;
    background-color: #373737 !important;
    border-color: #2b2b2b !important;
}