body {
	padding-top: 35px;
	background-image: url(../images/background.png);
	font-size: 11px;
}

.nav {
	min-height: 40px;
	height: 40px;
}

.ddsmoothmenu {
	position: fixed;
    top: 0;
	width: 100%;
}

#navbar-content{
	padding: 0 20px 0 100px;
}

#navbar-content ul li a {
	color: #fff;
}

#navbar-content ul li a:hover {
	color: #1C5A80;
}

#navbar-content ul li a:active {
	color: #33FF42;
}

.collapse {
	margin-left: 10%;
}

.dropdown {
	background-color: #DC4735;
}

.nav > li > a {
	padding: 10px 15px;
	height: 38px;
}

.navbar-brand {
	padding: 0;
	height: 40px;
}

.brand-img{
	width: 80px;
	height: 38px;
	position: fixed;
}

.brand-img1{
	width: 12px;
	height: 12px;
}

.mynav {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    background-color: #33FF42;
}

.center1 {
	text-align: center;
}

.container {
	width: 100%;
	margin-top: 5px;
}

.header {
	padding: 0 0;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: solid;
}

.icons {
	width: 200%;
	height: 130%;
}

.center {
	margin: 0 auto;
}

#smoothmenu1 ul {
	padding: 0 3%;
}

.msgalert {
	position: fixed;
    top: 5%;
    left: 28%;
    text-align: center;
}

#ialert {
    width: 30%;
    margin: 10px auto;
    text-align: center;
}

.actions {
	width: 10%;
}

.actions1 {
	width: 15%;
}

.actions2 {
	width: 12%;
}

.sup {
	color: #DC4735;
}

.sup1 {
	color: #fff;
}

#left {
	width: 80%;
}

#right {
	width: 19.5%;
}

#speed-limiters {
	margin: auto;
}

.epanel {
	width: 80%;
	margin: 0 auto 20px auto;
}

.scroll {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 20px;
}

.login-panel {
  width: 70%;
    margin: 50px auto 0 auto;
    background-color: #33FF42;
    opacity: 0.7;
    -webkit-box-shadow: 0 8px 6px -6px red;
	  -moz-box-shadow: 0 8px 6px -6px red;
	  box-shadow: 0 8px 6px -6px red;
}
.login-panel img {
  width: 35%;
  height: 35%;
}

.img-center {
  text-align: center;
}

.charts {
	background-color: #fff;
	border: solid;
}