/* Light Layout */
/* ----------- */
.box-light-layout{
    background-color:#F9F9F9;
}


/* . JERBY MODIFICACIONES */
body.light-layout .card-header{
	/*padding: .75rem 1.25rem;*/
    margin-bottom: 0;
    /*background-color:#EBEFF4 !important;*/
    background-color:#FBFBFB !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

body.light-layout a{

}

.header-navbar .fixed-top{
	background-color:rgba(63,81,181, 0.9) !important;	
}

body.light-layout .header-navbar .fixed-top {
	background-color:rgba(63,81,181, 0.9) !important;	
}

body.light-layout .navbox-tiles .btn-outline-light{
 border: 1px solid dodgerblue !important;
 color:dodgerblue !important;
}

body.light-layout .bg-light{
	background-color: #EBEFF4 !important;
}

body.light-layout .btn-light {
  color: #000;
  background-color: #f8f9fa !important;
  border-color:#f8f9fa !important;
}
body.light-layout .btn-light:hover,
body.light-layout .btn-light:active,
body.light-layout .btn-light:focus,
body.light-layout .btn-light.active {
  color: #000;
  background-color: #dfe0e1 !important;
  border-color: #dfe0e1 !important;
}

body.light-layout .btn-light a{
	
}

body.light-layout .main-menu.menu-light .navigation li a{
	color: #1e4675 !important;
}

/**** TEXTOS .  ******/
body.light-layout .text-success{
	color:#279860 !important;
}

body.light-layout .text-primary{
	
}
/**** TEXTOS .  ******/




body.light-layout .dropdown-menu .dropdown-item i{
   
}
body.light-layout .modal .modal-content .modal-header .close{
	background-color: transparent !important;
}

body.light-layout .navbar-expand-lg .nav-item .btn-outline-success{
	border-color:transparent !important;
}
body.light-layout .navbar-expand-lg .nav-item .btn-outline-primary{
	border-color:transparent !important;
}
body.light-layout .navbar-expand-lg .nav-item .btn-outline-danger{
	border-color:transparent !important;
}
body.light-layout .navbar-expand-lg .nav-item .btn-outline-warning{
	border-color:transparent !important;
}
body.light-layout .navbar-expand-lg .nav-item .btn-outline-secondary{
	border-color:transparent !important;
}
/**** TAB VERTICAL  ******/
body.light-layout .nav-pills .nav-link.disabled{
	background-color: #EBEFF4 !important;
	color:#757373 !important;
}

body.light-layout .nav-pills .nav-link{
	margin: 2px;
}
/**** TAB VERTICAL  ******/
body.light-layout .nav-link{
	color: dodgerblue !important;
}
body.light-layout .nav-link:hover,
body.light-layout .nav-link:active,
body.light-layout .nav-link:focus,
body.light-layout .nav-link.active {
  color: #1e4675 !important;
  background-color: #F2F4F4 !important;
  border-color: #DFE3E7 !important;
}

/*** NAV TOP . ***/
body.light-layout .header-navbar .nav-link{
	color: #475F7B !important;	
}
body.light-layout .header-navbar .nav-link:hover,
body.light-layout .header-navbar .nav-link:active,
body.light-layout .header-navbar .nav-link:focus,
body.light-layout .header-navbar .nav-link.active {
  color: dodgerblue !important;
  background-color: transparent !important;
  border-color: transparent !important;
}



body.light-layout .nav-tabs-wrapper .nav-link{
	 color: dodgerblue !important;
}

body.light-layout .nav-tabs-wrapper .nav-link:hover,
body.light-layout .nav-tabs-wrapper .nav-link:active,
body.light-layout .nav-tabs-wrapper .nav-link:focus,
body.light-layout .nav-tabs-wrapper .nav-link.active {
  color: #1e4675 !important;
  background-color: #F2F4F4 !important;
  border-color: #DFE3E7 !important;
}

body.light-layout .toast-header .close {
	color:#FFFFFF !important;
    background-color: transparent !important;
}
body.light-layout .toast .toast-header {
     color:#FFFFFF !important;
}

.avatar{
	font-size: 1.2rem;
}

/* . JERBY MODIFICACIONES */