.md-blue-button {
    display: flex;
    color: #1079C5;
    border-color: #1079C5;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
    padding-left: 7px;
    padding-right: 10px;
    text-decoration: none;
    text-transform: none;
    min-width: auto;
    background-color: transparent;
    line-height: normal;
}

    .md-blue-button:not([disabled]):hover {
        /* background-color: #1079C5;
color: #ffffff;*/
        cursor: pointer;
        background-color: #EFF8FF;
    }

    .md-blue-button[disabled] {
        background-color: transparent !important;
        border: 1px;
        border-style: solid;
        border-color: #D2D2D2 !important;
        color: #D2D2D2 !important;
        /* box-sizing: border-box !important;*/
        cursor: not-allowed;
    }

md-blue-button[disabled] {
    background-color: transparent !important;
    border: 1px;
    border-style: solid;
    border-color: #D2D2D2 !important;
    color: #D2D2D2 !important;
    /* box-sizing: border-box !important;*/
    cursor: not-allowed;
}

    md-blue-button[disabled]:focus {
        background-color: transparent !important;
        border: 1px;
        border-style: solid;
        border-color: #D2D2D2 !important;
        color: #D2D2D2 !important;
        /* box-sizing: border-box !important;*/
        cursor: not-allowed;
    }

.md-blue-button.action-back {
}

    .md-blue-button.action-back.bordered {
        border-radius: 7px 0 0 7px;
    }

.md-blue-button.action-next {
    margin: 0;
    background-color: #1079C5;
    color: #ffffff;
    padding-right: 7px;
}

.md-blue-button.action-next {
    background-color: #1079C5;
    color: #FFFFFF;
}

.md-blue-button.blue-background {
    background-color: #1079C5;
    color: #FFFFFF;
}

    .md-blue-button.blue-background:hover {
        background-color: #1186D9;
    }

    .md-blue-button.blue-background.md-focused {
        background-color: #1079C5;
        color: #FFFFFF;
    }

.md-blue-button.action-next:hover {
    background-color: #1186D9;
}

.md-blue-button.action-next.bordered {
    margin: 0;
    border-radius: 0px 7px 7px 0px;
}

    .md-blue-button.action-next.bordered.hideborder {
        border-left: none;
    }

.md-blue-button.plus {
    height: 30px;
    width: 30px;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 0;
}

.md-blue-button.max-width32 {
    height: 32px;
    width: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 0;
    padding-left: 6px;
    padding-right: 6px;
}

.md-blue-button.sync-now {
    background-color: #1079C5;
    color: #ffffff;
}

    .md-blue-button.sync-now:hover {
        background-color: #1186D9;
    }

.md-requestQouteOrange {
    color: #f76f38;
    border-color: #f76f38;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-transform: none;
    min-width: auto;
    width: auto;
}
