/* COLOR FONDO */
body.external-page.external-alt #main {
	background-color: #e4e4e4;
}
/* COLOR LINK */
body.external-page.external-alt .login-links a.active {
	color: #d30c45;
}
/* COLOR AVISO DE LOGIN */
/* IMAGEN CABECERA */
.cabecera_login{
	width:100%;
}
/* COLOR TEXTO */
.bg-light .text-muted{
	color: #666666;
	
}
.admin-form .panel-body {
	color: #666666;
	background-color :#e4e4e4;
} 
/* COLOR BOTON */

.admin-form .btn-primary{
	background-color: #e9e9e9 !important;
	color: #d30c44 !important;
	
}
/* COLOR BOTON ENCIMA */
.admin-form .btn-primary:hover{
	background-color: #d30c44 !important;
	color:#e9e9e9 !important;
}
.bg-light {
	background-color: #e4e4e4;
	
}
.admin-form .panel-footer {
	background-color:#e4e4e4;
	border:none;
}

/***** MENU_CONFIG *********/
/* COLOR FONDO MENU */
#sidebar_left {
    background-color: #4c4a49;
}

body.sb-l-m #sidebar_left {
	background-color: #4c4a49;
}

/* COLOR TEXTO MENU */
.sidebar-menu > li > a {
	color: #ffffff;
}

.sidebar-label pt20{
	color: #ffffff;
}
.sidebar-widget.author-widget .media-links a {
	color: #ffffff;
}

h4, .h4 {
	color: #666666;
}
.sidebar-menu .sidebar-label {
	color: #ffffff;
}
.sidebar-menu > li > a:hover, .sidebar-menu > li > a:focus, .sidebar-menu > li > a:active {
	color: #ffffff;
}

.sidebar-widget.author-widget .media-body {
	color: #ffffff;
}
.sidebar-widget.author-widget .media-body a:hover {
	color: #ffffff;
}
.sidebar-widget.author-widget .media-line {
	color: #ffffff;
}
.sidebar-widget.author-widget .media-line a:hover {
	color: #ffffff;
}



/* COLOR ICONOS MENU */

.fa, .iconsweets {
    color: #ffffff;
}

.glyphicon { 
    color: #ffffff;
}
.sidebar-toggle-mini span {
    color: #ffffff;
}
.sidebar-toggle-mini:hover span {
    color: #ffffff;
}

body.sb-l-m .sidebar-menu > li > a > span:nth-child(1) {
    color: #ffffff !important;
}
.sidebar-menu > li > a > span:nth-child(1){
    color: #ffffff !important;
}




/****** CABECERA_CONFIG ****/
/* FONDO CABECERA */
.navbar {
    background-color: #e4e4e4;
}

/* TEXTO CABECERA */

.pl15 {
    color: inherit !important;
}
.navbar .nav > li.dropdown.menu-merge, .navbar .nav > li.dropdown.disable-arrow {
    color: #666666;
    background-color: #e4e4e4;
	
}
.navbar .nav > li > a {
    color: #666666;
}
.navbar .nav > li.dropdown.menu-merge:hover, .navbar .nav:hover > li.dropdown.disable-arrow:hover {
    background-color: #666666;
    color: #e4e4e4;
	
}
/* ICONOS CABECERA */
.navbar .navbar-btn > .btn > span.ad, .navbar .navbar-btn > .btn > span.fa, .navbar .navbar-btn > .btn > span.glyphicon, .navbar .navbar-btn > .btn > span.glyphicons{
	color: #666;
}
#toggle_sidemenu_l, #toggle_sidemenu_t {
    color:#666;
}

.text-danger {
    color:#666 !important;
}
/****** FAVORITOS_CONFIG ********/
/* FONDO FAVORITOS */

#topbar-dropmenu.alt {
	background-color: #b8f2ba;
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
}
.pagination > li > a, .pagination > li > span {
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
}
/* TEXTO FAVORITOS */
.topbar-menu .metro-tile {
	color: white !important;
}

/* ICONOS FAVORITOS */
.fa-4x {
    color: white !important;
}

/****** PAGINA_CONFIG ******/
/* FONDO PAGINA */
#main:before {
    background: #e9e9e9;
}
.panel {
	background-color: #e9e9e9;
}
.pbn{
	background-color:white;
	color:#666;
}

.icono_diapositiva{
	/*color:#666 !important;*/
	font-size:16px;
	cursor:pointer;
	padding:1px;
	border-radius:3px;
	background-color: #e9e9e9;
}

.panel-heading{
    background-color: #ffffff;
}
table.dataTable tr.odd {
    background-color: #ffffff;
}
table.dataTable tr.even {
    background-color: #ffffff;
}

table.dataTable thead > tr > th {
	background-color: #ffffff !important;
	color: #000000;

}

.dt-panelfooter {
   background-color: #e9e9e9;
}
table.dataTable tfoot th {
   background-color: #ffffff;
}
.table.dataTable{
	color: #000000;
    background-color: #ffffff;
}
#content.table-layout {
    background-color: #e9e9e9 !important;
}
#content {
   /* background-color: #e9e9e9; */
}
.page-heading {
    background-color: #e9e9e9;
}

.panel.panel-border > .panel-heading {
   background-color: #ffffff !important;
   color: #000000 !important;
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
}

.row {
	border-bottom-color: grey !important;
}
.filtro_galeria {
	border-bottom-color: grey !important;
	
}
.panel-danger > .panel-heading {
	background-color: #d30c44;
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
	color: #e9e9e9;
}

.panel-primary.panel-border {
    border-color: #d30c44;
	background-color: #ffffff;
}

.tray-right {
	background-color: #d30c44;
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
	background-color: #e9e9e9;
} 

/* LINKS PAGINA */
.media-links {
	color: #d30c44;
}
.Texto_Resaltado_Bienvenida {
	color: #d30c44;
}

/* ICONOS PAGINA */
table.dataTable,.fa {
	color: #d30c44;
}
.panel-title > .fa, .panel-title > .glyphicon, .panel-title > .glyphicons, .panel-title > .imoon {
	color: #d30c44;
}


/* TEXTO PAGINA */
#content.table-layout {
	color: #666666;
}

body {
	color: #666666;
}
.text-muted {
	color: #d30c44;
}

.progress-bar-primary {
	background-color: #d30c44;
	color: #e9e9e9;
}
.progress-bar-success {
	background-color: #d30c44;
	color: #e9e9e9;

}

.progress-bar-warning {
	background-color: #d30c44;
	color: #e9e9e9;

}
.progress-bar-danger {
	background-color: #d30c44;
	color: #e9e9e9;
}

progress-bar progress-bar-danger {
	background-color: #d30c44;
	color: #e9e9e9;

}
.media-heading {
	color: #666666;
}
.list-group.list-group-links .list-group-item {
	color: #666666;
}

a {
	color: #666666;
}
a:hover {
	color: #666666;
	text-decoration:none;
}
.panel.panel-border > .panel-heading > .panel-title {
	color: #000000 !important;

}
.navbar .dropdown-menu > li.dropdown-footer a {
	color: #666666;
}
.btn-default,.btn-active {
	background-color: #e9e9e9;
	color: #d30c44;
	
	
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
}
.btn-default:hover,.btn-active {
	background-color: #d30c44;
	color: #e9e9e9 !important;
}

.btn-success {
	background-color: #e9e9e9;
	color: #d30c44;
	
	
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;

}
.btn-success:hover {
	background-color: #d30c44;
	color: #e9e9e9 !important;

}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-active, .btn-active:hover, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-color: #d30c44;
	color: #e9e9e9;
}
.btn-default .fa{
	color: inherit;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #666666 !important;
	color: #e9e9e9 !important;
}
.multiselect-container.dropdown-menu > li > a {
	background-color: #e9e9e9;
	color: #666666;
}
.multiselect-container.dropdown-menu > li > a:hover {
	background-color: #666666;
	color: #e9e9e9;
}
h2 small {
	color: #666666;
}

.lead {
	color: #666666;
}

.panel-heading {
	color: #666666;
}
.tParametros {
    color: #666666;
}
.va-m {
    color: #666666;
}
table.dataTable {
	color: #666666;
}	

body.gallery-page .fail-message {
	color: #666666;
}
h6, .h6 {
	color: #666;
}
/* PIE DE PAGINA*/

#content-footer {
	color: #666666;
    background-color: #e9e9e9;
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
}

#content-footer .footer-return-top {
    background-color: #e9e9e9;

}
body.sb-l-m .sidebar-menu > li > a > .sidebar-title {
    background-color: #4c4a49;
	border-left:none;
	border-bottom:1px solid grey;
	border-top:1px solid grey;
	border-right:1px solid grey;
}

#content-footer .footer-return-top span {
	color: #d30c44
}
#content-footer .footer-return-top:hover span {
	color: #d30c44;
}

#content-footer .footer-return-top:hover{
    background-color: #e9e9e9;
}
/* BOTONES PAGINA */


.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #666666;
    background-color:  #e9e9e9;
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #e9e9e9;
    background-color:  #d30c44;
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
}

.pagination > li > a, .pagination > li > span {
	color:  #d30c44;
	background-color: #e9e9e9;
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #e9e9e9;
    background-color:  #d30c44;
}



/*********** BORDES_CONFIG ************/

.page-heading { 
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;

}

.panel-body{
    background-color:  #ffffff;
	border-color: grey;
}
.panel-heading{

	border-color: grey;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
}
.table > thead > tr > th {
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
}
.dt-panelfooter{
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
}
table {
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;

}

.admin-form .panel {
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
}

hr {
	border-color: grey;
}
.sidebar-widget.author-widget .media-line {
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
}
#skin-toolbox .panel-heading {
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;

}

.navbar .nav > li.dropdown.open .dropdown-menu, .navbar .nav > li.dropdown .open .dropdown-menu{
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
}
.br-light {
	border-color: grey !important;
}

.br-b {
	border-bottom-color: grey !important;
}

.list-group.list-group-links .list-group-header{
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: grey;
	border-bottom-color: grey;
}



.fa-6x {
    color: white !important;
}

#loading {
    background-color: #e9e9e9;
}
.table-striped > tbody > tr > td, .table-striped > tbody > tr > th {
    background-color: #ffffff;
    color: #000000;
}
div.dataTables_paginate {
    background-color: #e9e9e9;
	margin:0;
}
.alert-info.pastel{
	color:#666666;
}

/*BOTONES DE SISTEMA*/

.boton_inicio {
    background-color: #4ea5e0 !important;
}
.boton_campanya{
    background-color: #55badf !important;
}
.boton_campanya_cerrada{
    background-color: #55badf !important;
	
}
.boton_galeria {
    background-color: #85d27a !important;
}
.boton_bi {
    background-color: #aeaf60 !important;
}
.boton_exportacion {
	
    background-color: #48c9a9 !important;
}
.boton_perfil {
    background-color: #a992e2 !important;
}
.boton_salir {
    background-color: #e36d5a !important;
}





