html, body {
		width: auto !important;
		overflow-x: hidden !important;
	}

.navbar-header {
    /*padding-top:5px !important; 
    padding-bottom:5px !important;*/
}

.navbar-collapse {
    /*background-color: #0099ff;
    height: 80px;
    text-align: center;*/
}

.navbackground {
/*    background-color: darkseagreen;*/
    background-color: #132E32;
}

.topmargin_small {
    margin-top: 10px;
}

.topmargin {
    margin-top: 50px;
}

.bottommargin_small {
    margin-bottom: 10px;
}

.bottommargin {
    margin-bottom: 40px;
}

.bigmargin{
    margin-bottom: 80px;
}

.center_text {
    text-align: center;
}

.right_text {
    text-align: right;
}

.navbrand {
    padding-left: 30px;
    padding-top: 15px;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
/*    background-color: #008fb3;*/
    background-color: #132E32;
/*    background-color: darkseagreen;*/
    color: white;
    text-align: center;    
}

.navbar-default .navbar-nav > li > a:link, a:visited {
    color: white;
    background-color: none;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding-top: 0px;
}

.navbar-default .navbar-nav > li > a:hover, a:active {
    color: darkgreen;
    background-color: none;
    text-align: center;
    height: 80px;
}

.navbar-default  { /* this is the navbar that controls the width of the navbar and removed the whitespaces*/
    background-color: none;
    margin-right: -15px;
    margin-left: -15px;
}

.dashboard {
    /*background-color: #eff5f5;*/
    background-color: #ECEEEE;
    color: dodgerblue;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
    /*box-shadow: 3px 3px #888888;*/
}

.download {
    /*background-color: #eff5f5;*/
    background-color: #669980;/*#669900*/
    color: dodgerblue;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    /*box-shadow: 3px 3px #d9d9d9;*/
}

.downloadBody {
/*    background-color: #213922;*/
    background-color: #ECEEEE;
    color: white;
    font-size: 18px;
    padding-top: 25px;
    padding-left: 15px;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 0;
    /*box-shadow: 3px 3px #d9d9d9;*/
}

.addclient {
    color: grey;
    font-size: 17px;
    text-align: center;
    margin-top: 50px;
}

.dashboardHeader {
/*    background-color: #213922;*/
    background-color: #66A85B;
    color: white;
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 0;
/*    box-shadow: 3px 3px #BFC9CA;*/
}

.dashbo {
    font-size: 11px;
    color: white;
    background-color: #66A85B;
}

.clientdashboard {
/*    background-color: lightskyblue;*/
    border-radius: 10px;
    border: 2px solid #73AD21;
    color: dimgray;
/*    font-size: 20px;*/
    padding-top: 25px;
    padding-bottom: 25px;
}

/* unvisited link */
a:link {
    color: steelblue;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: steelblue;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: darkseagreen;
    text-decoration: none;
}

/* selected link */
a:active {
    color: darkseagreen;
    text-decoration: none;
}

.refresh {
    text-align: center;
    margin-top: 40px;
}

table.colwidth {
    table-layout: auto;
    width: 100%;
}

.autoscrolling {
    overflow: auto;
}

/* FOOTER SECTION */
/*#originalfooter {*/
/*  		height: 200px;*/
/*  		background-color: #2C3E50;*/
/*  		background-color: #004d4d;*/
/*
  		color: white;
        margin-right: -15px;
        margin-left: -15px;
*/
/*        margin-top: 80px;
  	
}*/


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
/*  background-color: #2C3E50;*/
  background-color: #176087;
}


.container {
  width: auto;
  padding: 0;
}

.originalfooter {
    background-color: grey;
    color: white;
}

