.button.is-inbound{
    background: #70AD47;
    color: white;
}

.button.is-inbound:hover{
    background: #6ba545;
    color: white;
}

.button.is-outbound{
    background: #333F50;
    color: white;
}

.button.is-outbound:hover{
    background: #2f3b4b;
    color: white;
}

td.is-inbound{
    color: #6ba545;
    text-align: center !important;
    font-weight: 600;
}

td.is-outbound{
    color: #b10000;
    text-align: center !important;
    font-weight: 600;
}

td.is-inventory{
    color: #002cd3;
    text-align: center !important;
    font-weight: 600;
}

.notification.is-menu{
    background: #2E75B6;
    color: white;
    min-height: 120px;
}

.notification.is-menu-admin{
    background: #4741ce;
    color: white;
    min-height: 120px;
}

.notification.is-menu-production{
    background: #0096f3;
    color: white;
    min-height: 120px;
}

.notification.is-menu-warehouse{
    background: #5673a4;
    color: white;
    min-height: 120px;
}

.title{
    padding-bottom: 10px;
}

.navbar-item.is-activate, .navbar-link.is-active{
    background: #075c8d;
    color: white;
}

a.navbar-item:hover.is-profile {
    background: #f6f6f6 !important;
    color: #4a4a4a !important;
}

a.navbar-item:hover.is-setting {
    background: #ffffff !important;
    color: #075c8d !important;
}

a.navbar-item.is-production.is-activate {
    background: #0096f3 !important;
    color: white !important;
    font-weight: 400 !important;
}

a.navbar-item:hover.is-production {
    background: #0096f3 !important;
    color: white !important;
    font-weight: 400 !important;
}

a.navbar-item.is-admin.is-activate {
    background: #544df4 !important;
    color: white !important;
    font-weight: 400 !important;
}

a.navbar-item:hover.is-admin {
    background: #4741ce !important;
    color: white !important;
    font-weight: 400 !important;
}

a.navbar-item.is-warehouse.is-activate {
    background: #5673a4 !important;
    color: white !important;
    font-weight: 400 !important;
}

a.navbar-item:hover.is-warehouse {
    background: #5673a4 !important;
    color: white !important;
    font-weight: 400 !important;
}

.navbar-item.is-logo, .navbar-item.is-logo:hover{
    background: url(../img/logo.svg) no-repeat center center;
    background-size: contain;
    width: 200px;
    margin-top: 5px;
    margin-right: 15px;
}

td.button-icon{
    width: 50px;
}

.select.is-100, select.is-100{
    width: 100%;
}

.is-10em{
    width: 10em;
}

.is-15em{
    width: 15em;
}

.is20em{
    width: 20em;
}

.is-30em{
    width: 30em;
}
.is-40em{
    width: 40em;
}
.is-50em{
    width: 50em;
}

.button.is-very-large, .input.is-very-large{
    font-size: 2rem;
}

.hero.is-message{
    height: 50px;
}

.hero.is-medium .hero-body.is-form{
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.box.is-form{
    padding: 3rem;
}

.button.is-form{
    background: #075f91;
    border-color: transparent;
    color: white;
}

.button.is-form:hover{
    background: #404057;
    color: white;
}

a.tile.is-child:hover{
    background: #404057;
    color: white;
}

.button.is-transparent, .button.is-transparent:hover{
    background: transparent;
    border: none;
}

a.has-sort{
    color: black;
}

a.has-sort:hover{
    color: #404057;
}

.box.is-error{
    box-shadow: 0 2px 30px rgba(30, 104, 145, 0.5),0 0 0 1px rgba(64, 64, 87, 0.1);
}

.box.is-error table td {
    overflow-wrap: anywhere;
}

.box.is-warning{
    background: rgb(64, 64, 87);
}

.is-mb{
    padding-bottom: 2rem !important;
    padding-top: 4rem !important;
}

.is-fh{
    padding-bottom: 2rem !important;
    padding-top: 8rem !important;
}


.stock-warning{
    color: #de0101 !important;
    font-weight: 400;
}

#loader{
    position: fixed;
    left: 0;
    top:0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader.hidden{
    animation: fadeOut 0.5s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.image-profile, .image-article {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 450px;
}

.box.zone {
    background-color: #bdbdbd;
    box-shadow: none;
}

input.is-for-scan {
    font-size: 40px;
    font-weight: 600;
}

.is-table-link {
    text-decoration: none;
    color: #363636;
}

.is-table-link:hover {
    color: #075c8d;
}

.box.is-shadow-yellow {
    box-shadow: 0 .5em 1em -.125em rgba(255, 208, 0, 0.2), 0 0 0 1px rgba(255, 208, 0, 0.3);
}

.box.is-shadow-red {
    box-shadow: 0 .5em 1em -.125em rgba(8, 116, 179, 0.5), 0 0 0 1px rgba(0, 150, 243, 0.6);
}

.box.is-shadow-green {
    box-shadow: 0 .5em 1em -.125em rgba(47, 255, 0, 0.2), 0 0 0 1px rgba(47, 255, 0, 0.3);
}

/*WORKSTATION*/
.wt-box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
    color: #4a4a4a;
    display: block;
    padding: 0;
    margin-bottom: 30px;
}

.wt-project {
    border-radius: 6px 6px 0 0;
    background-color: #0096f3;
    color: white;
}

.wt-title {
    font-size: 25px;
    font-weight: 600;
    padding: 10px 15px 10px 10px;
}

.wt-employees {
    border-radius: 0 0 6px 6px;
}

.wt-subtitle {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 15px 10px 10px;
}

.entry td, .table td {
    max-width: 250px;
}

#page.input {
    max-width: 150px;
}

.label.line{
    border-top: 2px solid #f5f5f5;
    padding-top: 1.3rem;
    font-size: 1.3rem;
    font-weight: 500;
}

.image.is-164x164 {
    height: 164px;
    width: 164px;
}

.blank {
    position: relative;
}

.blank>.delete {
    right: 0.5rem;
    position: absolute;
    top: 0.5rem;
}

.title-size-3rem {
    color: #363636;
    font-size: 3em;
    font-weight: 600;
    line-height: 1.125;
}

.heading-size-1rem{
    display: block;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.has-background-production{
    background-color: rgb(0, 150, 243) !important;
}

.is-status{
    width: 120px;
}

.file.is-production .file-cta {
    background-color: rgb(0, 150, 243);
    border-color: transparent;
    color: rgba(0, 0, 0, .7);
}



/*COLORS*/
.is-green{
    color: #0b8a0b;
}
.is-gray{
    color: dimgray;
}
.is-yellow{
    color: yellow;
}
.is-red{
    color: orangered;
}