html {
  position: relative;
  min-height: 100%;
}

body {
  /*min-height: 2000px; only to test scroll function*/
  padding-top: 70px;
  padding-bottom: 30px;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-image: url("../assets/img/background.jpg");
  /* background-size: 1920px 1080px; */
  background-repeat: no-repeat;
  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */

}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #f5f5f5;
}

.container {
  width: auto;
  max-width: 1180px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 10px 0;
}

.glyphicon.glyphicon-home {
    font-size: 30px;
}

.glyphicon.glyphicon-euro {
    font-size: 30px;
}

.glyphicon.glyphicon-edit {
    font-size: 30px;
}

.glyphicon.glyphicon-arrow-up {
    font-size: 30px;
}

.glyphicon.glyphicon-piggy-bank {
    font-size: 30px;
}

.glyphicon.glyphicon-signal {
    font-size: 30px;
}

h1>.glyphicon.glyphicon-info-sign {
    font-size: 30px;
}

.glyphicon.glyphicon-object-align-vertical {
    font-size: 30px;
}

h1>.glyphicon.glyphicon-th {
    font-size: 30px;
}

.glyphicon.glyphicon-plane {
    font-size: 30px;
}

.help-header {
  border-bottom: 0px;
}

.help {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#search
{
  width:140px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 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-right-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

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

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

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

.navbar-fixed-bottom
{
  width: 100%;
  height: 30px;
  border-top: 1px solid #ddd;
  background-color: #f5f5f5;
  font-size: 9px;
}

.navbar-fixed-bottom-commands
{
  width: 100%;
  height: 50px;
  border-top: 1px solid #ddd;
  background-color: #f5f5f5;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  bottom: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.navbar-fixed-bottom-commands>.container
{
  padding-left: 44px;
  padding-right: 44px;
}

.nav-tabs>li>a 
{
    border-color: #ddd;
}

.nav-tabs>li.active>, .nav-tabs>li.active>:focus
{
    background-color: #f0f0f0;
}

.nav-tabs>.help>li.active>, .nav-tabs>li.active>:focus
{
    background-color: #f0f0f0;
}

.nav-tabs
{
    width: 100%;
    position: relative;
    background-color: transparent;
    z-index: 6;
}
.nav-tabs>li>a
{
    margin-right: 0px;
}

/** Login Page **/
#login {
    padding-top: 120px;
    padding-bottom: 40px;
}

#login .form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 6px 6px 5px #888888;
}
#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
    margin-bottom: 10px;
}
#login .form-signin input[type="text"],
#login .form-signin input[type="password"],
#login .form-signin input[type="email"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

/** 2 level sub menu **/
.dropdown-menu-with-subs .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu-with-subs li:hover .sub-menu {
  visibility: visible;
  display: block;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

/** Global **/
#content {
  margin-left:0px;
}
.hide-sidebar, .show-sidebar {
  cursor: pointer;
}
.padd-bottom {
  margin-bottom: 5px;
}
.breadcrumb {
	margin: 0 0 0px;
	padding: 10px 0px;
	background-color: transparent;
}

.block {
	border: 1px solid #ccc;
	background: white;
	margin: 1em 0em;
	border-top: none;
}

.block-content {
	margin: 1em;
	min-height: .25em;
}

.block-header {
	margin-bottom: 0px;
	border-right: none;
	border-left: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.block-header div {
	padding-top: 10px;
}


.chart-bottom-heading {
	margin-top: 5px;
	text-align: center;
}

/** Side Bar **/
.bs-docs-sidenav {
  max-width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}


/*!* Redesign desktop *!*/
/*@media (min-width: 768px) {*/

    /*.base-copy {*/
        /*height: 100%;*/
        /*width: 86px;*/
        /*border: 1px solid #EBEBEB;*/
        /*background-color: #FFFFFF;*/
        /*box-shadow: 1px 1px 3px 0 rgba(210,208,208,0.5);*/
        /*top: 0;*/
        /*position: fixed;*/
        /*z-index: 111111;*/
    /*}*/

    /*#logo {*/
        /*width: 28px;*/
        /*top: 25px;*/
        /*position: relative;*/
        /*left: 25px;*/
    /*}*/

    /*.container {*/
        /*width: auto;*/
        /*max-width: 1180px;*/
        /*max-width: 1200px;*/
        /*padding: 0 0 0 60px;*/
        /*!*padding: 0 36px;*!*/
    /*}*/

    /*.navbar-fixed-top .container {*/
        /*display: none;*/
    /*}*/

    /*.navbar-inverse {*/
        /*background-color: #029BE5;*/
        /*border-color: #029BE5;*/
        /*color: #fff;*/
    /*}*/

    /*.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {*/
        /*color: #fff;*/
        /*background-color: #029BE5;*/
    /*}*/

    /*.navbar-inverse .navbar-nav>li>a {*/
        /*color: #FFFFFF;*/
        /*font-family: 'Roboto', sans-serif;*/
    /*}*/

    /*.nextbutton {*/
        /*margin-top: 5px;*/
    /*}*/

    /*.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-brand {*/
        /*color: #FFFFFF;*/
        /*font-family: 'Roboto', sans-serif;*/
    /*}*/
/*}*/

/*!* Redesign mobile *!*/
/*@media (max-width: 768px) {*/
    /*.base-copy {*/
        /*display: none;*/
    /*}*/

    /*.navbar-inverse {*/
        /*background-color: #029BE5;*/
        /*border-color: #029BE5;*/
    /*}*/

    /*.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-brand {*/
        /*color: #FFFFFF;*/
        /*font-family: 'Roboto', sans-serif;*/
    /*}*/

    /*.navbar-inverse .navbar-toggle {*/
        /*border-color: #fff;*/
    /*}*/

    /*.navbar-header .glyphicon {*/
        /*color: #fff;*/
    /*}*/

    /*.navbar-fixed-top .container {*/
        /*display: block;*/
    /*}*/
/*}*/

@media (max-width:768px) {
    /** Login Page **/
    #login {
        padding-top: 60px;
    }
}