
/**BUTTONS THEME*/

/*BLUE*/
.theme-blue .btn.btn-primary {
    background: #075290;
}

    .theme-blue .btn.btn-primary:hover {
        background: #b1dafb;
        color: #000;
    }

.theme-blue .buttonSubmit {
    background: #075290;
}

    .theme-blue .buttonSubmit:hover {
        background: #b1dafb;
        color: #000;
    }

.theme-blue .buttonContinue {
    background: #075290;
}

    .theme-blue .buttonContinue:hover {
        background: #b1dafb;
        color: #000;
    }

.theme-blue .buttonUpload {
    background: #075290;
}

    .theme-blue .buttonUpload:hover {
        background: #b1dafb;
        color: #000;
    }

/*GREEN*/
.theme-green .btn.btn-primary {
    background: #085100;
}

    .theme-green .btn.btn-primary:hover {
        background: #c1d5b0;
        color: #000;
    }

.theme-green .buttonSubmit {
    background: #085100;
}

    .theme-green .buttonSubmit:hover {
        background: #c1d5b0;
        color: #000;
    }

.theme-green .buttonContinue {
    background: #085100;
}

    .theme-green .buttonContinue:hover {
        background: #c1d5b0;
        color: #000;
    }

.theme-green .buttonUpload {
    background: #085100;
}

    .theme-green .buttonUpload:hover {
        background: #c1d5b0;
        color: #000;
    }

/*ROSE*/
.theme-rose .btn.btn-primary {
    background: #621919;
}

    .theme-rose .btn.btn-primary:hover {
        background: #e1b8b8;
        color: #000;
    }

.theme-rose .buttonSubmit {
    background: #621919;
}

    .theme-rose .buttonSubmit:hover {
        background: #e1b8b8;
        color: #000;
    }

.theme-rose .buttonContinue {
    background: #621919;
}

    .theme-rose .buttonContinue:hover {
        background: #e1b8b8;
        color: #000;
    }

.theme-rose .buttonUpload {
    background: #621919;
}

    .theme-rose .buttonUpload:hover {
        background: #e1b8b8;
        color: #000;
    }

/*TEAL*/
.theme-teal .btn.btn-primary {
    background: #084239;
}

    .theme-teal .btn.btn-primary:hover {
        background: #c1ded5 !important;
        color: #000;
    }

.theme-teal .buttonSubmit {
    background: #084239;
}

    .theme-teal .buttonSubmit:hover {
        background: #c1ded5;
        color: #000;
    }

.theme-teal .buttonContinue {
    background: #084239;
}

    .theme-teal .buttonContinue:hover {
        background: #c1ded5;
        color: #000;
    }

.theme-teal .buttonUpload {
    background: #084239;
}

    .theme-teal .buttonUpload:hover {
        background: #c1ded5;
        color: #000;
    }


/*ORANGE*/
.theme-orange .btn.btn-primary {
    background: #612e1f;
}

    .theme-orange .btn.btn-primary:hover {
        background: #f9c671;
        color: #000;
    }

.theme-orange .buttonSubmit {
    background: #612e1f;
}

    .theme-orange .buttonSubmit:hover {
        background: #f9c671;
        color: #000;
    }

.theme-orange .buttonContinue {
    background: #612e1f;
}

    .theme-orange .buttonContinue:hover {
        background: #f9c671;
        color: #000;
    }

.theme-orange .buttonUpload {
    background: #612e1f;
}

    .theme-orange .buttonUpload:hover {
        background: #f9c671;
        color: #000;
    }


/*PURPLE*/
.theme-purple .btn.btn-primary {
    background: #3d316a;
}

    .theme-purple .btn.btn-primary:hover {
        background: #c5bee1;
        color: #000;
    }

.theme-purple .buttonSubmit {
    background: #3d316a;
}

    .theme-purple .buttonSubmit:hover {
        background: #c5bee1;
        color: #000;
    }

.theme-purple .buttonContinue {
    background: #3d316a;
    color: white;
}

    .theme-purple .buttonContinue:hover {
        background: #c5bee1;
        color: #000;
    }

.theme-purple .buttonUpload {
    background: #3d316a;
    color: white;
}

    .theme-purple .buttonUpload:hover {
        background: #c5bee1;
        color: #000;
    }

/*TAN*/
.theme-tan .btn.btn-primary {
    background: #503608;
}

    .theme-tan .btn.btn-primary:hover {
        background: #ccba8b;
        color: #000;
    }

.theme-tan .buttonSubmit {
    background: #503608;
}

    .theme-tan .buttonSubmit:hover {
        background: #ccba8b;
        color: #000;
    }

.theme-tan .buttonContinue {
    background: #503608;
}

    .theme-tan .buttonContinue:hover {
        background: #ccba8b;
        color: #000;
    }

.theme-tan .buttonUpload {
    background: #503608;
}

    .theme-tan .buttonUpload:hover {
        background: #ccba8b;
        color: #000;
    }

/*DISABLED*/
.buttonSubmit-disabled {
    background: #f0f0f0;
}

.btn.btn-disabled {
    background: #f0f0f0;
}

/*CLOSE*/
.buttonSubmit-close {
    background: #f0f0f0;
}

.btn.btn-close {
    background: #f0f0f0;
}

.btn.btn-primary.selectBtns {
    font-size: 14px;
    font-weight: bold;
    padding: 7px 25px;
    text-transform: uppercase;
}

.buttonSubmit {
    font-size: 14px;
    font-weight: bold;
    padding: 7px 25px;
    text-transform: uppercase;
    width: auto;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.buttonContinue {
    font-size: 14px;
    font-weight: bold;
    padding: 7px 25px;
    text-transform: uppercase;
    width: auto;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.buttonUpload {
    font-size: 14px;
    font-weight: bold;
    padding: 7px 25px;
    text-transform: uppercase;
    width: auto;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.theme-tan .divGrid {
    background: #503608;
}
