body{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}
a{
  color: #0078d7;
  text-decoration: none;
}.padding-top{
  padding-top: 20px;
}

.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: 20px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
}
.page{
  position: relative;
  display: block;
  top: 35px;
  left: 0;
  padding: 35px 15px 50px 200px;
}

.page-wide{
  position: relative;
  display: block;
  top: 35px;
  left: 0;
  padding: 35px 0px 50px 0px;
}

.page_login{
  position: relative;
  display: block;
  padding: 0px 0px 40px 0px;
}

#header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: #d5946d;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  display:block;
  transition:0.3s;
} 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: #f9f9f9;
    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: #d3b4b3bf;
  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;
}.info-box span{
  font-size: 17px;
}
.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: #ffece091;
  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: #ffffff;
  color: white;
  border-radius: 3px;
}

.paging-nav .selected-page {
  background: #187ed5;
  font-weight: bold;
}

.bodycontainer {
  max-height: 300px;
  width:100%;
  margin: 0;
  overflow-y: auto;
}
.bodycontainerdesa {
  max-height: 500px;
  width:100%;
  margin: 0;
  overflow-y: auto;
}
.table-scrollable {
  margin: 0;
  padding: 0;
}

@media print {
	@page {
		size:A4; 
		margin: 5mm;
    }
    body {
		font-size: 12pt;
    }
	table, tr, td, th { 
		page-break-inside: avoid;
		font-size: 12pt;		
	}
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #EAFAF1;
}


.carousel-caption{
    position:static;
}

html,body{
	height:100%;
	}
.carousel,.item,.active {
	height:85%;
	display: block;
	}
.carousel-inner{
	height:85%;
	display: block;
}