body {
  padding-top: 60px;
  padding-bottom: 40px;
  background: url('../images/texturebg.gif');		
}
.sidebar-nav {
  padding: 9px 0;
}
.well{
  background: #fff;
}
body .row-fluid .span9{
  width: 80%;
}             
#content-main .span9{
	width: 100%;
}
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #00260e;
  background-image: -moz-linear-gradient(top, #134024, #00260e);
  background-image: -ms-linear-gradient(top, #134024, #00260e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#134024), to(#00260e));
  background-image: -webkit-linear-gradient(top, #134024, #00260e);
  background-image: -o-linear-gradient(top, #134024, #00260e);
  background-image: linear-gradient(top, #134024, #00260e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'134024, endColorstr='#'00260e, GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  font-size: 13px;
  color: #d3d3d3;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff !important;
  text-decoration: none;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
  background-color: rgba(0, 0, 0, 0.5);
}
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #00260e;
  border-right: 1px solid #134024;
}
a {
  color: #444;
}
a:hover {
  color: #00260e;
}
.dropdown-menu .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
span.user-actions, td div.btn-group {
  visibility: hidden;
}
table {
  background-color: #fdfdfd;
}
tr.pending-user:hover span.user-actions, tr.list-users:hover td div.btn-group, tr.list-roles:hover td div.btn-group {
  visibility:visible;
}

/*
 * Responsive table
 */
 /*
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
	.table th, .table td {
	  padding-left: 50%;
	  border-top:0;
	}
	table, thead, tbody, th, td, tr {
	  display: block;
	}
	thead tr {
	  position: absolute;
	  top: -9999px;
	  left: -9999px;
	}
	tr { 
	  border: 1px solid #ccc; 
	}
	td {
	  border: none;
	  border-bottom: 1px solid #eee;
	  position: relative;
	  padding-left: 50%;
	}
	td:before {
	  position: absolute;
	  top: 6px;
	  left: 6px;
	  width: 45%;
	  padding-right: 10px;
	  white-space: nowrap;
	} 
	.list-users td:nth-of-type(1):before, .pending-user td:nth-of-type(1):before { content: "ID"; }
	.list-users td:nth-of-type(2):before, .pending-user td:nth-of-type(2):before { content: "Name"; }
	.list-users td:nth-of-type(3):before, .pending-user td:nth-of-type(3):before { content: "E-mail"; }
	.list-users td:nth-of-type(4):before, .pending-user td:nth-of-type(4):before { content: "Phone"; }
	.list-users td:nth-of-type(5):before, .pending-user td:nth-of-type(5):before { content: "City"; }
	.list-users td:nth-of-type(6):before, .pending-user td:nth-of-type(6):before { content: "Role"; }
	.list-users td:nth-of-type(7):before, .pending-user td:nth-of-type(7):before { content: "Status"; }
	.list-users td:nth-of-type(8):before, .pending-user td:nth-of-type(8):before { content: "Actions"; }
	.list-roles td:nth-of-type(1):before { content: "ID"; }
	.list-roles td:nth-of-type(2):before { content: "Role"; }
	.list-roles td:nth-of-type(3):before { content: "Description"; }
	.list-roles td:nth-of-type(4):before { content: "Slug"; }
	.list-roles td:nth-of-type(5):before { content: "Actions"; }    */
}
#stats_main h3{
  text-align: center;
}
#stats_main p{
  text-align: center;
  margin-top: 10px;
}
.page-header h1{
  width: 50%;
  display: inline-block;
}
.page-header .btn,.page-header i{
  float: right;
  cursor: pointer;
}
.login-header{
    background: none repeat scroll 0 0 #2A2A2A;
    border-bottom: 1px solid rgba(42, 42, 42, 0.15);
    height: 45px;
    line-height: 48px;
    padding: 0 30px;
}
.login-header h1{
    color: #FEFEFE;
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
}
.login{
  background: #fff;
    border: 1px solid #C9C9C9;
}
#login_form_wrapper {
    background: none repeat scroll 0 0 #EDEDED;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    margin-bottom:60px;
    margin-top:60px;
    padding: 3px;
}
.login form{
    background: none repeat scroll 0 0 #FEFEFE;
    border-top: 1px solid #C9C9C9;
    padding: 25px 30px 30px;
}
.login .other_options{
    border-top: 1px solid #EFEFEF;
    font-size: 12px;
    font-weight: 300;
    margin-top: 20px;
    padding-top: 15px;
    text-align: center;
}
.other_options a{
    color: #7A9F3D;
    outline: 0 none;
    text-decoration: none;
}
.sucess_msg{
 color:green;

}                
.error_msg p{
 color:red;
 font-size:11px;
 margin-right:180px;
 float:right;
}



