/*
Azul: #007cc2
Azul oscuro: #005A8D
Gris texto: #313D4A
Gris claro: #eae8e8  
Gris claro hover: #f5f5f5
Bordes: #dddddd;
*/

/*********** GENERAL **************/
html {
	font-size: 1rem !important;
}
body, tr, td {
	font-family: "encode_sans", system-ui, -apple-system, BlinkMacSystemFont, "Encode Sans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
	color: #313D4A;
	font-weight: 500;
	font-size: 0.9rem !important;
	line-height: normal !important;
}
.ui-widget, .rich-table-cell, .rich-ddmenu-label, .rich-ddmenu-label-disabled, label, textarea[type="textarea"], input[type="text"], input[type="password"], select {
	font-family: "encode_sans", system-ui, -apple-system, BlinkMacSystemFont, "Encode Sans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
	font-weight: 500;
	font-size: 0.9rem !important;
	line-height: normal !important;
}
.rich-mpnl-header, .btn-primary, .btn-warning, .btn-info {
	font-family: "encode_sans", system-ui, -apple-system, BlinkMacSystemFont, "Encode Sans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
a, a:link, a:visited {
    font-size: inherit;
    color: #007cc2;
}
/*a:hover{
    color: #005A8D !important;
}*/
.fa {
    font-family: FontAwesome !important;
}

/*********** TITLES **************/
h3, .h3, .rich-stglpanel-header {    
    color: #007cc2;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    text-transform: uppercase;
    font-style: normal;
}
.rich-stglpanel-header {    
    border-bottom: 1px solid #e2e2e2;
}

/*********** RICH TOOLBAR **************/
.rich-toolbar {
    background-color: #007cc2;
}

.rich-ddmenu-label{
	color: white;
}

.rich-ddmenu-label-select{
    background-color: #005A8D;
}
.rich-label-text-decor {
    font-weight: 600;
    padding: 6px 4px;
}
.rich-menu-list-bg, .rich-menu-list-border {
    background-color: transparent;
}
.rich-menu-list-bg{
	-webkit-box-shadow: -1px 5px 20px -6px rgba(0,0,0,0.52);
	-moz-box-shadow: -1px 5px 20px -6px rgba(0,0,0,0.52);
	box-shadow: -1px 5px 20px -6px rgba(0,0,0,0.52);
}
.rich-menu-item{
    background-color: white;
    padding: 10px 20px;
    border: 1px solid #DDDDDD;
    border-top: none;
}
.rich-menu-item:first-child{
    border-top: 1px solid #DDDDDD;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.rich-menu-item:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.rich-menu-item:hover{
    background-color: #f5f5f5;
}

.rich-menu-item-label{
    color: #6C6C6C;
}

.rich-menu-item-label i{
    color: #007cc2;
}

/*********** FORMS **************/
input, optgroup, select, textarea, .dropdown-menu > li > a{
    font-weight: 500 !important;
}
button, .btn{
    font-weight: 600 !important;
}

/*********** TABLES **************/
.rich-table .rich-table-subheadercell{
    color: #005A8D;
    background-color: #f5f5f5;
    border: 1px solid white;
    font-weight: 500 !important;
    padding: 8px 10px;
}
.rich-table .rich-table-subheadercell a{
    color: #005A8D;
}
.rich-table-row:hover{
	background-color: #f5f5f5;
}
.filaImpar {
    background-color: #FFFFFF;
}
.rich-table .rich-table-cell{	
    padding: 8px 10px;
}

/*********** PAGINATION **************/
/*.ui-paginator .ui-paginator-page, .ui-paginator .ui-state-default{
	color: #007cc2 !important;
	font-weight: 600 !important;
	border: none !important;
} 
.ui-paginator .ui-paginator-page:hover, .ui-paginator .ui-state-default:hover{
	background-color: #f5f5f5 !important;
} 
.ui-paginator .ui-state-disabled{
	color: #CCCCCC !important;
	font-weight: 600 !important;
	border: none !important;
} 
.ui-paginator .ui-state-active{
	color: white !important;
	background-color: #007cc2 !important;
} 
.ui-paginator .ui-state-active:hover{
	color: white !important;
	background-color: #005A8D !important;
} 
*/
/*********** BUTTONS **************/
.btn-primary, .btn-warning, .btn-info{
	border: none !important;
    background-color: #007cc2;
    font-weight: 600 !important;
    padding: 10px 20px !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary-selected, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, 
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning-selected, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning, 
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info-selected, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-color: #005A8D;
}
.btn {
    padding: 10px 20px !important;
}
.btn-group-xs > .btn, .btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
}
.btn-success {
    color: #ffffff;
    background-color: #007cc2;
    border-color: #007cc2;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #005A8D;
    border-color: #005A8D;
}
.btn-danger {
    color: #313D4A !important;
    background-color: #ffffff !important;
    border-color: #adadad !important;
}
.btn-danger:hover {
    color: #313D4A !important;
    background-color: #f5f5f5 !important;
    border-color: #adadad !important;
}

/*********** ICONS **************/
.gi, .gi-selected .gi {
    color: #007cc2;
}
.gi:hover, .gi-selected .gi:hover {
    color: #005A8D;
}

/*********** MODALS **************/

.rich-mpnl-header {
    background-color: #007cc2;
    /*padding: 20px !important;*/
    border: none !important;
    border-bottom: 0px solid #a6a6a6;
    color: #FFFFFF;
    /*font-size: 1.7rem !important;*/
    font-size: 1.5rem !important;
    font-weight: 400 !important;
}
.rich-mpnl-controls i {
    color: #FFFFFF;
    font-size: 1.2rem !important;
}
.rich-mpnl-controls i:hover {
    color: #005A8D;
}
.rich-mpnl-body .botones {
    border: none !important;
    border-top: 0px solid #a6a6a6;
    background-color: #f5f6f7;
    text-align: center !important;
    padding: 10px 20px !important;
    float: left;
    width: calc(100% + 20px);
    margin: 10px -10px -10px -10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.rich-mpnl-shadow{
    border-radius: 6px;
}
.rich-mpnl-controls {
    top: 7px;
}

/*********** TABS **************/

.rich-tab-bottom-line > table > tbody > tr:hover, .rich-tabpanel > tbody > tr:hover {
    background-color: transparent !important;
}

.rich-tab-bottom-line table{
    width: 100%;
}

.rich-tab-bottom-line tr { 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ui-tabs .ui-tabs-nav.ui-widget-header li { 
    border: none;
	border-bottom: 3px solid white;
}
.rich-tab-inactive { /*  */
    border: none !important;
    color: #313D4A;
	font-weight: 600 !important;
	font-size: 0.9rem;
	padding: 10px 30px;
	border-bottom: 2px solid white !important;
	cursor: pointer;
}
.rich-tbpnl-tb-sel { /*  */
	border-bottom: 2px solid #dddddd;
	background-color: white;
}
.rich-tab-active { /*  */
    margin-bottom: 0;
	border: none;
	border-bottom: 3px solid #007cc2;
    color: black;
	background-color: white;
	font-weight: 600 !important;
	padding: 10px 30px;
}
/*********** FIELDSET **************/
legend {
    border-bottom: none !important;
    color: #007cc2;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    text-transform: uppercase;
}
legend .btn {
    text-transform: initial !important;
}

/*********** FORMS **************/
/*
label {
    font-weight: 600 !important;
}
*/
/*********** AVISOS **************/
.ui-accordion .ui-accordion-header {
    color: #313D4A;
    border-radius: 0px !important;
    background-color: white !important;
}
