@font-face {
	font-family: 'Itim';
	font-style: normal;
	font-weight: 400;
	src: local('Itim'), local('Itim-Regular'), url('../fonts/Itim-Regular.woff2') format('woff2');
	unicode-range: U+0E01-0E5B, U+200B-200D, U+25CC;
}

html, body{
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;

	/*font-family: 'Itim', cursive;
	font-style: normal;
	font-weight: 400;*/

	color: #4f2408;
	margin-bottom: 45px;
}

html::-webkit-scrollbar , body::-webkit-scrollbar {
	display: none; 
}

th, .center{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

#navbar{
	border-radius: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background-color: #4f2408;
	border-color: #4f2408;
	box-shadow: 0px 0px 5px 3px #555;
	font-size: 1.25em;
}

#navbar-placeholder{
	height: 100px;
}

#navbar li > a{
	color: #CCC;
}

#navbar li > a:hover{
	color: #FFF;
}

#navbar li.active > a{
	background-color: #ffddcc;
	color: #4f2408;
	box-shadow: 0px 0px 5px 6px #ffddcc;
}

.navbar-brand {
	font-size: 1.5em;
	color: #FFF !important;
	display: block;
	width: 250px;
	text-align: center;
}

.navbar-toggle, .navbar-toggle:hover{
	background-color: #ffddcc !important;
}

.navbar-toggle > span{
	background-color: #4f2408 !important;
}

#addbar{
	position: fixed;
	bottom: -50px;
	width: 100%;
	height: 50px;
	background-color: #4f2408;
	z-index: 1000;
	border-top: 1px solid #4f2408;
	transition: bottom 0.3s ease;
	box-shadow: 0px 1px 5px 3px #555;
	padding-top: 7px;
	text-align: center;
}

#addbar.open{
	bottom: 0px;
}

#addbar table{
	margin: auto;
	width: 50%;
}

#addbar table td{
	padding: 0 4px;
}

#addbar-button{
	position: relative;
	width: 100px;
	height: 100px;
	background: #4f2408;
	top: -80px;
	margin: auto;
	border-radius: 100%;
	z-index: -1;
	box-shadow: 0px -3px 5px -1px #555;
	cursor: pointer;
}

#addbar-button > i{
	color: #ffddcc;
	font-size: 2em;
	margin-top: 6px;
	transition: transform 0.3s ease;
}

.b-table th, .b-table td{
	font-size: 1.25em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 500px;
	vertical-align: middle !important;
	border: 1px solid #ffddcc !important;
}

tr.heading > th, tr.heading > td{
	background-color: #FFF
}

input[type="number"], .number, button, select{
	font-size: 1em !important;
}

@media (max-width: 1200px){
	#logo-container{
		display: none;
	}
}

#logo-container{
	position: fixed;
	right: -210px;
	top: -90px;
	transform: rotate(45deg);
	width: 500px;
	height: 300px;
	text-align: center;
	z-index: 2000;
	transition: right 0.3s ease;
	background-color: #4f2408;
	box-shadow: 93px 0px 5px 3px #555;
}

#logo{
	width: 60%;
	bottom: 10px;
	position: absolute;
	left: 125px;
	transition: width 0.3s ease;
}

#logo-container.small{
	right: -300px;
}

#logo.small{
	width: 35%;
}

.fa-button{
	cursor: pointer;
	transition: transform 0.3s ease;
}

.fa-button:hover{
	transform: scale(2);
}

.fa-trash, .fa-close{
	color: #d9534f;
}

.fa-edit{
	color: #f0ad4e;
}

.toggle.tax, .toggle-on.tax, .toggle-off.tax{
	border-radius: 20px;
	width: 120px !important;
}

.toggle.tax .toggle-handle{
	border-radius: 100%;
}

.toggle .btn{
	font-size: 1.25em;
}

.toggle.discount, .toggle-on.discount, .toggle-off.discount{
	min-width: 38px;
	width: 38px !important;
}

.toggle.invoice-number, .toggle-on.invoice-number, .toggle-off.invoice-number{
	border-radius: 20px;
}

.toggle.invoice-number .toggle-handle{
	border-radius: 100%;
}

.ui-autocomplete{
	font-family: 'Itim', cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;

	z-index: 1001;
}

.panel form label, .panel form input, .panel form select, .panel form textarea{
	font-size: 1.25em;
}

.panel form button{
	font-size: 1.25em !important;
}

.barcode{
	display: none;
}

.b-alert{
	margin-top: 15px;
	font-size: 1.5em;
}

.no-product{
	display: none;
	font-size: 1.5em;
}

.glow{
	transition: background-color 0.3s ease !important;
	background-color: #ffddcc;
}

#new-customer-row > td{
	padding-top: 0;
	padding-bottom: 0;
}

#new-customer-row div{
	height: 0;
	margin-bottom: 0;
	overflow: hidden;
	transition: height 0.3s ease;
}

.max-width-200{
	max-width: 200px !important;
}
