/* Responsive design */
@media (max-width: 480px) {
#header {
	height: 45px;
}
#header h1 {
	left: auto;
	margin: 10px auto;
	top: 0px; /* logo location Y axis */
}
#user-nav {
	position: relative;
	left: auto;
	right: auto;
	width: 100%;
	margin-top: -43px;
	margin-bottom: 43px;
}
.navbar > .nav {
	float: none;
}
.nav-collapse {
	float: left;
}
#user-nav > ul {
	left: 50%;
	position: absolute;
}
#content {
	margin-left: 0 !important;
	border-top-left-radius: 0px;
}
#content-header {
	margin-top: 0;
	height: 40px;
	text-align: center;
	border-top-left-radius: 0px;
}
#content-header h1, #content-header .btn-group {
	float: none;
}
#content-header h1 {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-top: 0;
	padding-top: 0px;
	width: 100%;
	font-size: 16px;
}

#sidebar {
	float: none;
	width: 100% !important;
}
#navigate {
    position: absolute;
    left: 5%;
	width: 90%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#sidebar > a {
	padding: 7px 20px 7px 15px;
	box-shadow: 0 1px 0 #666666;
	margin-bottom: 1px;
	display: block !important;
	text-transform: uppercase;
	color: #435a68;
	font-size: 13px;
	border-top: 0px;
	border-bottom: 0px;
	background-image: -moz-linear-gradient(top, #464646 0%, #404040 100%);
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
	-webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .2);
        box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .2);
}


#sidebar > a > i {
	margin-right: 10px;
	background-image: url('../img/glyphicons-halflings-white.png');
}

/* #sidebar > ul { */
#sidebar .accordion-group {
	background-color: #435a68;
	list-style: none;
	/* display: none; */
	margin: -2px 0 0 !important;
	width: 100% !important;
	box-shadow: 0 6px 6px rgba(0,0,0,0.4);
	border-top: 1px solid #435a68;
}
/* #sidebar > ul > li.active > a { */
#sidebar .accordion-group a {
	background: none !important; 
	width: 100%;
}
/*
#sidebar .accordion-heading a {
	display: inline !important;
}
*/
.sidebarheader {
	width: 100%; /* -- sidebar width-- */
}
.form-horizontal .controls {
	margin-left: 0px;
}
.form-horizontal .control-label, .form-horizontal .controls {
	display: block;
	width: 100%;
}
.form-horizontal input[type=text], 
.form-horizontal input[type=password], 
.form-horizontal textarea, 
.form-horizontal input[type=email],
.form-horizontal input[type=number],
.form-horizontal input[type=tel], {
	width: 95%;
}

.form-horizontal .control-label {
    font-weight: bold;
    font-size: 105%;
}
#breadcrumb {
	font-size: 75%;
}
select {
  width: 100%; /* 220px */
}
 #footer {
		height: 70px;
        border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		background-image: url(../img/screens/white35.png);
		margin-left: 250px;
		-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .2);
        box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .2);
		border-bottom: 1px solid #CDCDCD;
      }
}

@media (max-width: 767px) {
        #footer {
		height: 70px;
        border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		background-image: url(../img/screens/white35.png);
		margin-left: 250px;
		-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .2);
        box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .2);
		border-bottom: 1px solid #CDCDCD;
      }
}



 @media (min-width: 481px) and (max-width: 900px) {
#header {
	height: 65px;
}
#header h1 {
	left: auto;
	margin: 10px auto;
	top: 0px; /* logo location Y axis */
}
.navbar > .nav {
	float: none;
}
.nav-collapse {
	float: left;
}
#content {
	margin-left: 0 !important;
	border-top-left-radius: 0px;
}
#content-header {
	margin-top: 0;
	height: 40px;
	text-align: center;
	height: 67px;
	border-top-left-radius: 0px;
}
#content-header h1, #content-header .btn-group {
	float: none;
}
#content-header h1 {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-top: 0;
	padding-top: 15px;
	width: 100%;
}

#sidebar {
	float: none;
	width: 350px; !important;
	/* width: 100%; !important; */
	margin-left:auto; /* center navigation */
	margin-right:auto; /* center navigation */
}
#navigate {
    position: absolute;
    left: 5%;
    width: 90%; !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#sidebar > a {
	padding: 7px 20px 7px 15px;
	box-shadow: 0 1px 0 #666666;
	margin-bottom: 1px;
	display: block !important;
	text-transform: uppercase;
	color: #435a68;
	font-size: 13px;
	border-top: 0px;
	background-image: -moz-linear-gradient(top, #464646 0%, #404040 100%);
	border-bottom: 0px;
	list-style-type: none;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-border-radius: 30px 30px 0px 0px;
     -moz-border-radius: 30px 30px 0px 0px;
          border-radius: 30px 30px 0px 0px; 
	-webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .2);
        box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .2);
}
#sidebar > a > i {
	margin-right: 10px;
	background-image: url('../img/glyphicons-halflings-white.png');
}

#sidebar .accordion-group {
	/* display: none; */
	margin: -2px 0 0 !important;
	width: 100% !important;
	box-shadow: 0 6px 6px rgba(0,0,0,0.4);
	background-color: #435a68;
	list-style-type: none;
    border-top: 1px solid #435a68;
}
/* #sidebar > ul > li.active > a { */
#sidebar .in {
	background: none !important;
}
/* 
#sidebar .accordion-heading {
	display: inline !important;
}
*/
.widget-title .buttons > .btn {
	width: 11px;
	white-space: nowrap;
	overflow: hidden;
}
.sidebarheader {
	width: 100%; /* -- sidebar width-- */
}
.form-horizontal .control-label {
    font-weight: bold;
    font-size: 105%;
}
}
@media (max-width: 900px) {
.widget-title .buttons {
	float: left;
}
body {
	padding: 0 !important;
}
#header h1 {
	top: 44px; /* logo location Y axis */
}
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-fixed-bottom {
	margin-top: -20px;
}
 #footer, #table-container, #empty {
    margin-left: 0px;
}
}
 @media (min-width: 900px) and (max-width: 1300px) {
 [class*="span"], .row-fluid [class*="span"] {
 display: block;
 float: none;
 margin-left: 0;
 width: auto;
}
}
 @media (max-width: 1280px) {
.navbar-fixed-top .navbar-inner,  .navbar-fixed-bottom .navbar-inner {
	padding: 0px;
}
.navbar-fixed-top,  .navbar-fixed-bottom {
 position:;
	position: fixed;
}
.nav-collapse.collapse {
	float:right ;
}
}

