.btn-HM-blue {
    background-color: #0C3B60;
    color: #fff;
    border-radius: 0px;
}
.btn-HM-blue:hover, .btn-HM-blue:active {
    color: #fff;
}

.btn-default {
    border-radius: 0px;
    text-transform: uppercase;
}
.btn-success{
    background-color: #00A886 !important;
    border-color: #00A886 !important;
    border-radius: 0px;
}
.btn-danger {
    background-color: #6D6E70 !important;
    border-color: #6D6E70 !important;
    border-radius: 0px;
    font-size: 16px;
}
/*Green 1px btn border*/
.btn-widget {
    border: 1px #009578 solid;
    border-radius: 0px;
    background-color: transparent;
    color: #009578;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    transition: background-color 300ms ease-out;
}

.btn-widget-medium-green {
    border: 2px #009578 solid;
    padding: 8px 12px;
    border-radius: 0px;
    background-color: transparent;
    color: #009578;
    height: 35px;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    transition: background-color 300ms ease-out;
    font-family: myriad-pro, frutiger, "Myriad Pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

.btn-widget-medium {
    border: 2px solid #6D6E70;
    border-radius: 0px;
    background-color: transparent;
    color: #6D6E70;
    height: 35px;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    transition: background-color 300ms ease-out;
    padding:7px;
}
/*gray 1 px btn border*/
.btn-border {
    border: 1px solid #6D6E70;
    border-radius: 0px;
    padding-top:0px;
    padding-bottom: 0px;
    color: #6D6E70;
    background-color: transparent;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    transition: background-color 300ms ease-out;
    font-family: myriad-pro, frutiger, "Myriad Pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.border-btn-spacing{
    margin-right: 20px;
}
.alert-HM {
    background-color: #CCCCCC;
    color:#6D6E70 ;
}



/*Media queries*/

@media (min-width: 768px) {
    .btn-danger-padding{
        padding-left: 0px;
        padding-right: 0px;
    }

}
@media (max-width: 767px) {
    .border-btn-spacing{
        margin-right: 20px;
    }
}