:root {
	--lightgrey: #a1a89a;
    --orange: #edb059;
    --black: #000000;
	--white: #ffffff;
    --darkgrey: #525446;
}

body, input{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	font-size: 9px;
}

input, .input{
    box-shadow: none !important;
}

.section{
    padding: 0.75rem;
}

.container{
    max-width: 320px !important;
}

.navbar{
    width: 335px;
    margin: 0 auto;
}

h1{
    display: none !important;
}

body>.section{
    margin-bottom: 30px;
}

.navbar{
    background-color: var(--black);
}

.navbar-burger{
    display: none;
}

.navbar-burger span{
    height: 2px;
    background-color: var(--orange);
}

.navbar-brand .navbar-item{
    padding: 5px;
}

.navbar-brand .navbar-item img{
    max-height: 40px;
}

.button{
    height: auto;
    white-space: normal;
    background-color: var(--orange);
    color: var(--black);
    border-color: transparent !important;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
}

.button .icon{
    margin-right: 10px !important;
    font-size: 35px;
}

.button:hover{
    color: var(--white);
    background-color: var(--black);
}

.button.back{
    background-color: var(--black);
    color: var(--white);
}

.button.back:hover{
    background-color: var(--orange);
    color: var(--black);
}

.operation .button{
    width: 100%;
}

.home-menu .button{
    width: 270px;
    height: 60px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    text-align: left;
    text-transform: none;
    font-size: 16px;
}

.home-menu .button-label{
    font-size: 13px;
}

.breadcrumb-container{
    margin-left: auto;
    color: var(--orange);
    font-size: 12px;
    text-align: center;
}

.info{
    text-transform: uppercase;
    margin-bottom: 10px;
}

.link{
    margin-bottom: 10px;
    width: 100%;
}

.input, .select{
    border-radius: 0;
    height: 35px !important;
    width: 100%;
    font-size:12px;
    font-weight:500;
    font-family: 'Montserrat', sans-serif;
}

.select select{
    border-radius: 0;
}

.select .label{
    transform: translate3d(0, -25%, 0);
    opacity: 1;
    font-size: 9px;
}

.label{
    position: absolute;
    top: 0;
    font-size: 10px;
    padding: 8px 0 0 8px;
    transition: all 200ms;
    opacity: 0.75;
    text-transform: uppercase;
    color: var(--lightgrey);
    font-weight: normal;
    pointer-events: none;
}

.read-only .input{
    opacity: 0.75;
}

.input:not(select):focus + .label, .read-only .label, .input-focus-label {
    font-size: 50%;
    transform: translate3d(0, -25%, 0);
    opacity: 1;
}

.input:focus, .read-only .input, .select .input, .input-focus{
    padding-top: calc(.375em + 8px);
}

form .columns{
    margin-bottom: 0 !important;
}

.notification{
    padding: 5px;
    border-radius: 0;
    margin-bottom: 10px !important;
}

.box .notification{
    margin: 0;
}

.table .input{
    padding-top: calc(.375em) !important;
    font-size: 12px;
}

.table-counter a{
    display: block;
}

.table-counter input{
    /*height: 100% !important;*/
}

table td, table th{
    padding: 0.5em !important;
}

.table th{
    text-transform: uppercase;
}

.search-bar{
    margin-bottom: 25px;
}

.table tbody tr:hover.selected td,
.table tbody tr:hover td {
    background-color: #FFEFC6;
    cursor: pointer;
}
.table tbody tr.selected td {
    background-color: #ffd659;
}

.table td .button{
    vertical-align: middle;
    font-size: 10px;
    font-weight: bold;
    color:var(--black);
}

.table td .button:hover{
    color: var(--orange);
}

.ui-menu{
    background: var(--white);
    width: 320px !important;
    border: 1px solid lightgrey;
    max-height: 225px;
    overflow: auto;
    padding: 5px;
}

.ui-menu>li{
    margin-bottom: 5px;
}

.ui-helper-hidden-accessible{
    display:none;
}
.title{
    font-size: 1.5rem;
    margin-bottom: 1rem !important;
}

.title.is-4{
   font-size: 12px;
   text-align: left;
   margin-bottom: 25px !important;
}
.subtitle.is-5{
   font-size: 11px;
   text-align:left;
}

.table .button.plus, .table .button.minus{
    height: 30px;
    width: 30px;
    color: #000;
    font-size: 14px;
}

.table .button.plus:hover, .table .button.minus:hover{
    color: var(--orange);
}

.table{
    width: 100%;
}

.quantity-container .input{
    width: 40px;
    text-align: center;
    /*padding-bottom: 25px;*/
    line-height:100%;
    height:auto !important;
    position: relative;
    z-index: 5;
}

.form{
    max-width: 320px;
    margin: 0 auto;
}

.notification{
    margin-left: -.5rem;
    margin-right: -.5rem;
}

.warehouse{
    margin: -45px 0 15px 3px;
    z-index: 15;
    position: relative;
}

.new-item-form .column{
    padding: 0.75rem 0.2rem;
}

.table a{
    color: inherit;
}

.property-input{
    width: 40px;
}

.property-input+.property-input{
    margin-left: 5px !important;
}

form .inline-new-item{
    margin-bottom: 10px !important;
}

.product-id{
    text-transform: uppercase;
}


table.infotable {
    border: 0;
    width: 100%;
}

table.infotable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

table.infotable tr {
    border-bottom: 3px solid var(--lightgrey);
    display: block;
    margin-bottom: .625em;
}

table.infotable td {
    border-bottom: 1px solid var(--lightgrey);
    display: block;
    font-size: .8em;
    text-align: right;
    border-bottom-width: 1px !important;
}

table.infotable td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
}

table.infotable td:last-child {
    border-bottom: 0;
}

.footer{
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer .notification{
    margin-bottom: 0 !important;
}

.footer .notification.notificationpopup{
	position: fixed;
    top: 135px;
    left: 0;
    right: 0;
    width: 350px;
    margin: 0 auto;
	cursor: pointer;
	font-size:16px !important;
	padding:40px 20px !important;
}

.user-bar{
    margin-top: 20px !important;
    background-color: lightgray;
    padding: 5px;
}

.user-bar .user{
    padding-top: 3px;
}

.user-bar i{
    font-size: 20px;
}

.vertically-aligned-content{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.scrolltop{
    position: fixed;
    bottom: 0;
    right: 10px;
}

.scrollbottom{
    position: fixed;
    bottom: 0;
    right: 40px;
}

.scrolltop, .scrollbottom{
    font-size: 25px;
    color: var(--black);
    cursor: pointer;
    z-index: 50;
}

.scrolltop:hover, .scrollbottom:hover{
    color: #3273dc;
}
