
/**BUTTONS THEME*/

/*BLUE*/
.theme-blue .btn.btn-primary {
    background: #075290;
}

    .theme-blue .btn.btn-primary:hover {
        background: #b1dafb;
        color: #000;
    }

/*GREEN*/
.theme-green .btn.btn-primary {
    background: #085100;
}

    .theme-green .btn.btn-primary:hover {
        background: #c1d5b0;
        color: #000;
    }

/*ROSE*/
.theme-rose .btn.btn-primary {
    background: #621919;
}

    .theme-rose .btn.btn-primary:hover {
        background: #e1b8b8;
        color: #000;
    }

/*TEAL*/
.theme-teal .btn.btn-primary {
    background: #084239;
}

    .theme-teal .btn.btn-primary:hover {
        background: #0B594E;
        /*color: #000;*/
    }

/*ORANGE*/
.theme-orange .btn.btn-primary {
    background: #612e1f;
}

    .theme-orange .btn.btn-primary:hover {
        background: #f9c671;
        color: #000;
    }

/*PURPLE*/
.theme-purple .btn.btn-primary {
    background: #3d316a;
}

    .theme-purple .btn.btn-primary:hover {
        background: #c5bee1;
        color: #000;
    }

/*TAN*/
.theme-tan .btn.btn-primary {
    background: #503608;
}

    .theme-tan .btn.btn-primary:hover {
        background: #ccba8b;
        color: #000;
    }

/*DISABLED*/
.btn.btn-disabled {
    background: #f0f0f0;
}

/*CLOSE*/
.btn.btn-close {
    background: #f0f0f0;
}
