.project-factories {
    padding: 10px;
    max-width: 700px;
    background: #fff;
    min-height: 400px;
    box-shadow: 0 3px 8px rgba(0,0,0,.1);
}
.project-factories .config-area{
    border: solid #c2cae2;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: #3c485a;
    font-size: 14px;
}

.project-factories .config-area md-switch{
    margin: 8px 0;
}
.project-factories .config-area .value{
    background: #c2cae2;
    padding: 10px 5px;
    text-align: right;
    color: #000;
    font-weight: 600;
}
.project-factories .config-area .value input{
    background: none;
    border: none;
    outline: none;
    text-align: right;
    font-weight: 600;
}
.project-factories .total-price h1,
.project-factories .total-price h2{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #000;
    margin-top: 20px;
    margin-bottom: 0;
}
.project-factories .total-price .value{
    background: #c2cae2;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 30px;
}
.project-factories .config-area .value small,
.project-factories .total-price .value small{
    font-style: italic;
    font-weight: 100;
    padding-right: 3px;
    color: #747d98;
}

.project-factories .config-area md-switch .md-label {
    color: #3c485a;
    font-size: 12px;
    text-transform: uppercase;
}
.project-factories .config-area input{
    width: 100px;
    height: 30px;
    border: solid 2px #c2cae2;
    padding: 0 0 0 10px;
    font-size: 18px;
    outline: none;
}

.project-factories .action{
    background: rgb(33 150 243 / 0.15);
    color: #2196F3;
    border: none;
    outline: none;
    border-radius: 3px;
    transition: all .25s ease-in-out;
}
.project-factories .action.warning{
    background: rgb(212 66 46 / 15%);
    color: #d4422e;
}
.project-factories .action:hover{
    background:  #2196F3;
    color: #fff;
}
.project-factories .action.warning:hover{
    background:  #d4422e;
    color: #fff;
}

.project-factories .action md-icon{
    color: inherit;
    font-size: 16px;
    min-height: 16px;
    min-width: 16px;
    height: 16px;
    width: 16px;
    line-height: 16px;
}

.project-factories .freight-settings{
    font-size: 12px;
    line-height: 1;
    padding: 0;
}
.project-factories .freight-settings .location{
    border: solid 1px #607d8b;;
    color: #3F51B5;    
    padding: 2px 5px;
    position: relative;
}
.project-factories .freight-settings .location legend{
    text-transform: lowercase;
    color: #607d8b;
}

.project-factories .freight-settings .location.origin{    
    color: #03A9F4;
}
.project-factories .freight-settings .location .note{
    color: #6a859c;
    opacity: .85;
    font-style: italic;
}