/* _content/SoftFlowz.HarpFlow.Presentation.Front/Pages/MyProjects.cshtml.rz.scp.css */
.project-img[b-utzcxdd2ms] {
    display: block;
    max-width: 18rem;
    max-height: 6rem;
    width: auto;
    height: auto;
}
/* _content/SoftFlowz.HarpFlow.Presentation.Front/Pages/Projects/Companies/Factories/Buildings/AssemblyLines/Index.cshtml.rz.scp.css */
#availableMachineslist[b-9vsj456jly] {
    background-color: #dee2e6;
    list-style-type: none;
    margin: 0;
    padding: 0
}

    #availableMachineslist .actions[b-9vsj456jly], #employeeslist .actions[b-9vsj456jly] {
        display: none;
    }
/*
.assemblyline-machines .actions {
    display: block;
}*/


.available-machine[b-9vsj456jly] {
    z-index: 4;
    background-color: white;
}

.assaigned-machine[b-9vsj456jly] {
}

.employee[b-9vsj456jly] {
}

.small-font[b-9vsj456jly] {
    font-size: .825rem;
}

.assemblyline[b-9vsj456jly] {
}

.assemblyline-chief[b-9vsj456jly] {
}

.assemblyline-chief-container .employee[b-9vsj456jly] {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

    .assemblyline-chief-container .employee span[b-9vsj456jly] {
        padding: 0 !important;
        font-size: 1rem;
    }

.remove-assemblyline-chief[b-9vsj456jly] {
    padding: 0.125rem 0.25rem 0.125rem 0.25rem;
}

.remove-machine[b-9vsj456jly] {
    padding: 0.125rem 0.25rem 0.125rem 0.25rem;
}

.assemblyline-machines[b-9vsj456jly] {
    background-color : white;
}

.actions i[b-9vsj456jly] {
    /*border : 1px solid transparent;*/
    border-radius: 0.25rem;
    padding: 0.125rem;
}

    .actions i:hover[b-9vsj456jly] {
        background-color: #6c757d;
        color: white;
        /*border:1px solid #6c757d;*/
        border-radius: 0.25rem;
    }

.text-toogle[aria-expanded=false] .text-expanded[b-9vsj456jly] {
    display: none;
}

.text-toogle[aria-expanded=true] .text-collapsed[b-9vsj456jly] {
    display: none;
}
/* _content/SoftFlowz.HarpFlow.Presentation.Front/Pages/Projects/OrderExpressions/Create.cshtml.rz.scp.css */
.confirm-delete[b-5w0c9oksov] {
    z-index: 10;
}
/* _content/SoftFlowz.HarpFlow.Presentation.Front/Pages/Projects/ProductionOrders/Create.cshtml.rz.scp.css */
#order-container[b-mzioi455ef] {

}

#production-order-container[b-mzioi455ef] {

}

#order-container .orderexpression-dragging[b-mzioi455ef] {
    color: #000;
    background-color: #a3cfbb;
}

#order-container .suborderexpression-dragging[b-mzioi455ef] {
    color: #000;
    background-color: #a3cfbb;
}

#order-container .orderexpressionline-dragging[b-mzioi455ef] {
    color: #000;
    background-color: #a3cfbb;
}

#order-container .orderexpressionlinedetail-dragging[b-mzioi455ef] {
    color: #000;
    background-color: #a3cfbb;
}

#production-order-container .orderexpression-dragging[b-mzioi455ef] {
    color: #000;
    background-color: #f1aeb5;
}

#production-order-container .suborderexpression-dragging[b-mzioi455ef] {
    color: #000;
    background-color: #f1aeb5;
}

#production-order-container .orderexpressionline-dragging[b-mzioi455ef] {
    color: #000;
    background-color: #f1aeb5;
}

#production-order-container .orderexpressionlinedetail-dragging[b-mzioi455ef] {
    color: #000;
    background-color: #f1aeb5;
}

.planified[b-mzioi455ef] {
    /*display: none;*/
    background-color : rgba(0,0,0,.1);
    cursor:not-allowed;
}

/*
.planified-display {
    display: table-row!important;
}*/
/* _content/SoftFlowz.HarpFlow.Presentation.Front/Pages/Projects/ProductionOrders/LineBalance.cshtml.rz.scp.css */
.gant-unit[b-zmkz73w8ec] {
    background-color: darkslateblue;
    height: 10px;
}

/*.gammedemontage {
    overflow-x: auto;
}*/
/* _content/SoftFlowz.HarpFlow.Presentation.Front/Pages/Shared/_Layout.cshtml.rz.scp.css */
/*
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}


.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
*/



/* _content/SoftFlowz.HarpFlow.Presentation.Front/Pages/Shared/_ProjectSidebarLayout.cshtml.rz.scp.css */
body[b-phud2ww77w] {
    min-height: 100vh;
}
