body {
	background: #f6f6f6 !important;
}
table.invoice-items {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.invoice-items caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.invoice-items tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
.btn-floating {
        background: #337ab7;
        color: white;
        position: fixed;
        bottom: 20px;
        right: 20px;
        border-radius: 50% !important;
        height: 50px;
        width: 50px;
        z-index: 9999;
}
.btn-floating i {
        line-height: 30px;
}
.showonmobile {
        display: none !important;
}
.hideonmobile {
        display: block !important;
}
table tr th {
	background-color: #35495e !important;
}
.sidebar-nav {
        background: #35495e !important;
	box-shadow: none !important;
}
.navbar, .navbar-collapse {
        background: #42b883 !important;
}
#right-menu-toggle {
}
#right-sidebar-wrapper {
	display: none !important;
}
#wrapper {
	padding-right: 0 !important;
}
.check_price
{
	margin-top: 5px;
	position: absolute; 
	right: 40px; 
}

.customContainer{
	padding: 40px 0;
	margin: 0px 0 !important;
	background: -webkit-linear-gradient(rgb(245, 245, 245), white);
}	
.customFontHead{
	font-size: 20px;
	text-align: center;
}	
.customTextBorder{
	border-bottom: 1px solid rgb(195, 193, 193);
	padding-bottom: 5%;
	margin-bottom: 5%;
}
.customSubMenu{
	margin-left: 2%;
}
.customMenuOne{
	padding-left: 5px;
	padding-right: 5px;
}
.shiftLeft{
	float: left;
}
.customMenuDiv{
	padding-bottom: 30px;
	float: left;
	width: 100%;
}
.hide-non-phone #collapseExample ul, .hide-non-phone #collapseExample ul li a
{
	list-style: none;
	color: white;
}
.hide-non-phone #collapseExample ul li 
{
	margin: 1em 0;
}
.inside-level
{
	margin-left: 3.5em;
}
.inside-level a
{
	color: white;
}
.navbar-brand i 
{
	color: white !important;
}
.notifications
{
	margin: 0 1em; 
	position: relative;
}
.notifications .list
{
	position: absolute; 
	width: 300px; 
	background: white; 
	left: -18em; 
	top: 3em; 
	list-style: none;
	border: 2px solid #eee;
	padding: 0;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}
.notifications .list li
{
	margin: 0;
	padding: 0;
	
}
.notifications .list .item
{
	padding: 0 1em;
}
.notifications .list:before
{
	content: '';
	border: 15px solid;
	position: absolute;
	border-color: transparent transparent white transparent;
	top: -1.7em;
	right: .5em;
}

.notifications .list .date
{
	color: #ccc;
}
.notifications .list #notificationFooter
{
	background-color: #e9eaed;
	text-align: center;
	font-weight: bold;
	padding: 8px;
	font-size: 12px;
	border-top: 1px solid #dddddd;
	position: relative;
	
}
@media screen and (max-width: 992px){
	.create-invoice-wrapper .buttons-wrapper {
		width: 100% !important;
	}
	#page-content-wrapper {
		margin-top: 80px;
	}
	.showonmobile {
                display: block !important;
        }
        .hideonmobile {
                display: none !important;
        }
        #chart-canvas {
                display: none !important;
        }
        .in-bold {
                font-size: 20px !important;
        }
        .filter-wrapper.pull-right {
                display: none !important;
                margin-top: 20px;
                width: 100%;
        }
        .filter-wrapper.pull-right .btn-group {
                border: 1px solid #ccc;
                margin-left: 0 !important;
                margin-bottom: 20px;
                font-size: 1rem;
        }
        .filter-wrapper.pull-right #reportrange {
                width: 50%;
                font-size: 1rem;
                margin-left: 0 !important;
                height: 42px;
                line-height: 22px;
        }
        .listForm > .btn-group, .listForm > label, .listForm > .btn.btn-default {
                display: none;
        }
        .listForm #tableFilter {
                width: 100% !important;
        }
        .listForm .dataTables_wrapper, .invoice-items-wrapper {
                overflow: scroll;
        }
        .listForm .pull-right {

                width: 100%;
        }
        .listForm .pull-right > .btn.btn-primary {
                display: none !important;
        }
        .form-horizontal {
                padding: 0 !important;
        }
	.brands label.control-label {
		float: left !important;
	}
	 table.invoice-items {
    border: 0;
  }
  table.invoice-totals {
  width: 100% !important;
  }
  table.invoice-items caption {
    font-size: 1.3em;
  }

  table.invoice-items thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.invoice-items tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    padding-bottom: 25px;
  }

  table.invoice-items td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    max-width: 100% !important;
    overflow: visible;
  }
  table.invoice-items td input {
  display: inline-block;
      width: 70%;
  }
  table.invoice-items td .remove-item {
  position: absolute;
    right: -5px;
    top: 58px;
    background: crimson;
    color: white;
    width: 25px;
    text-align: center;
    height: 25px;
  }
  table.invoice-items td .remove-item i {
  color: white !important;
      line-height: 25px;
  }
  table.invoice-items td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
  }

  table.invoice-items td:last-child {
    border-bottom: 0;
  }

  ul.products-list {
  height: 50vh;
  top: 50px;
  }
  ul.products-list li {
  text-align: center;
  }
}

