body{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}
a{
  color: #0F0F0F;
  text-decoration: none;
}.padding-top{
  padding-top: 60px;
}

.login-page{
  width: 350px;
  margin: 7% auto;
  padding: 0 20px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
}.login-page .text-center{
  margin-bottom: 10px;
}.box{
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
.page{
  position: relative;
  padding: 15px 15px 50px 15px;
}
.page_admin{
  position: relative;
  display: block;
  top: 35px;
  left: 0;
  padding: 35px 15px 50px 210px;
}
#header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: #104000;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
} header > .logo {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}#menu-action {
    display: block;
    float: left;
    width: 60px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.15);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}#menu-action i{
  font-size: 20px;
}#logout {
  padding: 0 25px;
}#logout a{
  color: white;  
}
.sidebar {
  position: absolute;
  z-index: 8;
  left: 0;
  top: 50px;
  height: auto;
  width: 200px;
  background: #dff0d8;
  border-right: 1px solid #ddd;
  text-align: center;
}.sidebar ul li:hover,.submenu ul li:hover{
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}.sidebar ul{
  list-style: none;
  margin: 0;
  padding: 0;
}.sidebar ul li {
  display: block;
  border-bottom: 1px solid #ddd;
}.sidebar ul li:hover{
  background-color:#f9f9f9;
}.sidebar ul li a {
  color: #444;
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  text-align: left;
}.sidebar ul li a i{
  font-size: 16px;
  color: #515151;
  padding: 15px 22px;
  text-align: center;
}ul.submenu{
  display: none;
  position: relative;
  background-color: #f7f7f7;
  border-top: 1px solid #e5e5e5;
}ul.submenu li{
  border-bottom: 1px dotted #d7d7d7;
}ul.submenu li a {
  padding-left: 35px;
}ul.submenu li:before{
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 18px;
  top: 0;
  bottom: 0;
  border: 1px dotted #d7d7d7;
  border-width: 0 0 0 1px;
}ul.submenu li a:before{
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  left: 20px;
  top: 17px;
  border-top: 1px dotted #d7d7d7;
}

.info-box{
  margin: 0;
  border: 1px solid #e5e5e5;
  padding: 0;
  background-color: white;
}.info-box .alert{
  margin : 0 15px 0 0;
  padding: 25px;
  border-radius: 0;
}.info-box .alert{
   font-size: 20px;
}.info-box strong{
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
}.info-box span{
  font-size: 20px;
}
.sale_report_header{
  padding: 15px 0;
}
table td h6{
  margin: 0 0 0.2em 0;
}
table tfoot tr td:first-child{
  border: 0;
}table tfoot tr td:last-child{
  border-top: 1px solid #ccc;
}table td h6, table tfoot tr td:last-child{
  color: #000;
  _font-size: 1.2em;
  font-weight: normal;
}

.list{
  list-style-type: square;
  padding: 0px 10px 0px 10px;
}

.wrap {
		position:relative;
		margin:0 auto;
               /*replace 900px with your width*/
		width:900px;
}

.modal-opens{
overflow: hidden;
}

#footer {
  width:100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
  left: 0;
  background: #5cb85c;
  width: 100%;
  height: 35px;
}
.container_foot {
	padding:5px 35px 15px 35px;
}
.paging-nav {
  text-align: right;
  padding-top: 2px;
}

.paging-nav a {
  margin: auto 1px;
  text-decoration: none;
  display: inline-block;
  padding: 1px 7px;
  background: #91b9e6;
  color: white;
  border-radius: 3px;
}

.paging-nav .selected-page {
  background: #187ed5;
  font-weight: bold;
}

@media print {
  body {
  font-size: 12px;
  }
}
@media screen {
  body {
  font-size: 14px;
  }
}
@media screen, print {
  body {
  line-height: 1.2;
  }
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 40px;
	right: 30px;
	display:none;
}
.back-to-top:hover {
	cursor: pointer;
	position: fixed;
	bottom: 40px;
	right: 30px;
	display:inline !important;
}

.jumbotron {
    top: 0; 
    left: 0; 
    min-width: 30%;
    min-height: 35vh;
	background: #d0bcab;
}