/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/01/2017, 03:17:26 PM
    Author     : Daniela
*/

.botonColorEquifax {
    background-color: #AE0C3B;
}

.botonColorEquifax2.ui {
    background-color: #A3A3A3;
}

.EquifaxRedButton {
    background-color: #cc2e45;
    font-family: 'OpenSansRegular' !important
}
.EquifaxRedButton.ui-state-hover,
.EquifaxRedButton.ui-state-focus {
    background-color: #E3114E;
    font-family: 'OpenSansRegular' !important
}
.EquifaxRedButton.ui-state-active {
    background-color: #D11048;
    font-family: 'OpenSansRegular' !important
}

.EquifaxGrayButton {
    background-color: #A3A3A3;
    font-family: 'OpenSansRegular' !important
}
.EquifaxGrayButton.ui-state-hover,
.EquifaxGrayButton.ui-state-focus {
    background-color: #C0BBBB;
}
.EquifaxGrayButton.ui-state-active {
    background-color: #B6B1B1;
}

.ui-paginator .ui-paginator-rpp-options {
    background-color: #cc2e45 !important;

}
.ui-paginator .ui-paginator-rpp-options.ui-state-focus {
    background-color: #c32b42  !important;
}

.ui-datatable table tbody .ui-state-highlight > td {
    background-color: #cccccc !important;
}

/*Tonalidades de rojo para tablas*/
.ui-datatable {
    background-color: #ffffff !important;
}

.ui-datatable .ui-datatable-odd {
    background-color: #F7EEEE !important;
}

.ui-datatable .ui-datagrid-header,
.ui-datatable .ui-datatable-header,
.ui-datatable .ui-datatable-subtable-header,
.ui-datatable .ui-datatable-summaryrow {
    background-color: #D10202 !important;
}

.ui-datatable .ui-datatable-scrollable-header,
.ui-datatable .ui-datatable-scrollable-footer {
    background-color: #E8D9D9 !important;
}

.ui-datatable table thead tr th,
.ui-datatable table tfoot tr td,
.ui-datatable table thead tr th {
    background-color: #c6c6c5 !important;
}

.ui-datatable table thead tr th.ui-state-hover,
.ui-datatable .ui-datatable-sticky table thead tr th.ui-state-hover {
    background-color: #DFC1C1 !important;
}

.ui-datatable table thead tr th.ui-state-active,
.ui-datatable .ui-datatable-sticky table thead tr th.ui-state-active {
    background-color: #DCA2A2 !important;
}

.ui-datatable table tbody tr td {
    border: solid 1px #E8D9D9 !important;
}

.ui-datatable table tbody .ui-state-hover > td {
    background-color: #DFC1C1 !important;
}

.ui-datatable table tbody .ui-state-highlight.ui-row-editing > td {
    background-color: #EDDDDD !important;
    color: #F9F1F1 !important;
}

.ui-datatable-footer {
    background-color: #f5f5f5 !important;
    color: #987A7A !important;
}

.ui-datatable-scrollable-header-box table thead tr th,
.ui-datatable-scrollable-footer-box table tfoot tr td {
    border-right: solid 1px #DFC1C1 !important;
    background-color: #E8D9D9 !important;
}

.ui-picklist .ui-picklist-list .ui-state-highlight table tbody tr td {
    color: #F40303 !important;
}

.ui-orderlist .ui-orderlist-list .ui-state-highlight table tr td {
    color: #F40303 !important;
}

.fc-content table thead tr th {
    background-color: #890004 !important;
    color: #CC7E7E !important;
}

.fc-content table thead tr .fc-sun,
.fc-content table thead tr .fc-sat {
    background-color: #910000 !important;
}

.fc-view-container .fc-month-view > table > thead {
    background-color: #890000 !important;
}

.fc-view-container table thead tr th {
    background-color: #890000 !important;
    color: #CB8080 !important;
}

.fc-view-container table thead tr .fc-sun,
.fc-view-container table thead tr .fc-sat {
    background-color: #910606 !important;
}

.ui-datatable table thead tr th.ui-state-focus {
    background-color: #DFC1C1 !important;
    -webkit-box-shadow: inset 0px -3px 0px 0px #7A5454 !important;
    -moz-box-shadow: inset 0px -3px 0px 0px #7A5454 !important;
    box-shadow: inset 0px -3px 0px 0px #7A5454 !important;
}

.ui-paginator-bottom {
    background-color: #cc2e45 !important;
}

ui-button ui-widget ui-state-default ui-corner-all ui-button-text-icon-left ui-fileupload-choose
{
    background-color: #cc2e45 !important;
}

.ui-button {
    background-color: #cc2e45 !important;
}
