.mmo-float-left{
    float: left !important;
}
.mmo-float-right{
    float: right !important;
}
.mmo-text-right{
    text-align: right;
}
.mmo-padding-top-0{
    padding-top: 0 !important;
}
.mmo-padding-bottom-0{
    padding-bottom: 0 !important;
}
.mmo-padding-20{
    padding: 20px;
}
.mmo-margin-bottom-10{
    margin-top: 10px;
}
.mmo-margin-top-15{
    margin-top: 15px;
}
.mmo-margin-vertical-15{
    margin: 15px 0
}
.mmo-back-action-row{
    background: none !important;
    box-shadow: none !important;
    padding:10px 0;
}
.mmo-back-action-link{
    color:#101010 !important;
    border: none;
    box-shadow: none;
}
.mmo-back-action-link i{
    position: relative;
    top: -8px;
}
.mmo-back-action-link:hover{
    text-decoration: none !important;
}
.mmo-back-action-link .material-icons, .mmo-restock-info-row .material-icons{
    float: left;
    margin-right: 5px;
}
.mmo-information-row{
    background: #f5f5f5 !important;
}
.mmo-restock-info-row{
    color:#2196F3;
    text-align: left;
    padding: 15px;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.mmo-restock-shipping-row {
    margin: 10px;
}
.mmo-restock-shipping-row label{
    font-weight: 500;
}
.mmo-restock-tabel{
    padding: 24px;
}
.mmo-restock-tabel th{
    background: #efefef;
    font-weight:400;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
}
.mmo-restock-tabel td{
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}
.mmo-hide-last-border tr:last-child td{
    border-bottom: none;
}
.mmo-restock-tabel img{
    float: left;
    margin-right: 10px;
}
.mmo-restock-shipping-row .mdc-button{
    float: none;
    border: none;
    box-shadow: none;
    line-height: 8px;
    color: #111;
    padding: 0 5px !important;
}
.mmo-gray-button{
    background:#9e9e9e !important;
}
#navigationFooter button{
    float: right;
}
.mdc-button--raised:not(:disabled) {
    background-color: rgb(0, 173, 255);
    font-weight: 600 !important;
}
#navigationFooter .mdc-button:not(:disabled),  .mdc-dialog__footer__button--cancel {
    color: rgb(0, 173, 255) !important;
    border: none;
    box-shadow: none;
}
.mdc-button::before, .mdc-button::after {
    background-color: #dcdbdb;
}
.mdc-button::before, .mdc-button::after {
    background-color: #dcdbdb;
}
.mmo-restock-tabel .mdc-text-field__input{
    max-width: 50px;
}
.mdc-text-field__input:hover{
border: none;/*keep consistent as normal view*/
border-top: none;
box-shadow: none;
border-bottom: 1px solid #237ed7;/*change to blue color*/
}
.mdc-text-field__input:focus{
    border: none;/*keep consistent as normal view*/
    box-shadow: none;
    border-bottom: 1px solid #237ed7;/*change to blue color*/
}
.mmo-restock-required, .mmo-restock-required:hover{
    border-bottom: 1px solid #f00f0f;
}
.mmo-mdc-select{
    width: 100%;
    background: url("./images/mdc-select-arrow.svg") no-repeat right top;
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #2d2d2d !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    font-size: 14px;
    padding-left: 0 !important;
    position: relative;
    top: -3px;
    color: #6d6d6d;
}
.mmo-mdc-select:hover {
    background: #fff url("./images/mdc-select-arrow.svg") no-repeat right top;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    outline: none;
}
.mmo-restock-shipping-row .mdc-text-field__input{
    max-width: 150px;
}
.mmo-calendar-icon{
    background: url("./images/calendar.svg") no-repeat left top;
    padding: 5px 15px 10px 30px;
}
.mdc-dialog {
    z-index: 100;
}
.mdc-dialog__header{
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.mdc-dialog label.mdc-floating-label {
    position: absolute;
    font-size: 11px;
    margin-left: 0px !important;
    right: 0;
    top: 0px;
    font-style: italic;
}
.mmo-mdc-icon-button i{
    position: relative;
    top: 6px;
    margin: 0 10px 0 0;
}
.mmo-logo-border{
    border-bottom:2px solid #525252; 
    padding-bottom:15px;
    margin-bottom: 20px;
}
.mmo-instructions-col{
    border:1px solid #ccc
}
.mmo-instructions-col ol {
    padding:5px 15px;
    margin: 0;
}
.mmo-instructions-col ol ol{
    padding-left:5px 15px;
}
.mmo-instructions-col ol li{
    list-style: decimal;
    padding: 0;
}
.mmo-instructions-col ol ol li{
    list-style: lower-alpha;
}