
html,body{
	margin: 0px 0px;
	padding: 0px 0px;
	height: 100vh;
	width: 100%;
}

.navbar {
	min-height: unset;
	padding-bottom: 4px;
	padding-top: 2px ;
	margin:0px;
	background: #eee;
	border-radius: unset;
}

.fixed-top 
{
	border-bottom: solid 1px #C79626;
	background: #FFFDF5  !important; 
	color:#444;
	box-shadow: 0px 3px 2px rgba(0,0,0,0.5);
}

.fixed-bottom 
{
	padding-top: 8px;
	border-top: solid 8px #C79626;
}



.navbar .btn 
{
	min-width: 15%;
	border: solid 1px #555;
	box-shadow: 2px 2px 2px #444;
	background: #23427E;
	color: #fff;
} 

.navbar .btn:hover
{
	background: #f9bd0d;
	color: #23427E;
} 


.navbar .icon {
	display:block;
	clear:both;
	font-size:2rem;
}

img.logo {
	height:3rem;
	width:auto;
	margin: 2px 0px 2px 4px;
}

main {
	height:100vh;
}

.top-header 
{
	width:100%;
	margin-left: 5px;
	margin-right: 5px;
}

.ui-info 
{
	display: flex;
    float: right;
    text-align: right;
    max-width: calc( 100% - 148px );
    width: max-content;
}

.ui-username 
{
	display:block;
	width:100%;
	font-size: 1.1em;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
	clear:both;
}

.ui-userphone 
{
	display:block;
	width:100%;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
	clear:both;

}


.pr-item 
{
	border-bottom: 1px dashed #cacdce;
}

.prod-image 
{
	max-width: 5em !important;
	height: auto;
}
.prod-left 
{
	padding-right:1em;
}

.prod-name
{
	font-weight: bold;
	font-size:1.25em;
}
.prod-price 
{
	margin-top:0.75em;
	margin-bottom: 0.4em;
	font-weight: bold;
	font-size:1.5em;
}

input[type=number]::-webkit-inner-spin-button 
{
	/*
    -webkit-user-modify: read-write !important;
    flex: 1 0 auto;
	*/
	opacity:1;
	height: 2em;
	width:auto;
	margin-left: 5px;
}

input[type=number]
{
	text-align: right;
}


[type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled, button:disabled 
{
	cursor: pointer;
	background-color: #aaa;
}

.hide {
	display: none;
}
