
/** LOGIN **/

.login-page, .register-page {
	background-image: url(../../../image/bg-login.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
	/* background: #e9ecef; */
}

.login-page .card-body a {
	font-size: 14px;
	text-align: center;
	display: block;
}

.login-box-msg {
	color: #0c3c5d;
}
/*
.main-sidebar, .main-sidebar::before {
    transition: margin-left .3s ease-in-out,width .3s ease-in-out;
    width: auto !important; 
}
body:not(.sidebar-mini-md) .main-header {
    transition: margin-left .3s ease-in-out;
    margin-left: 280px;
}
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused, .sidebar-mini.sidebar-collapse .main-sidebar:hover {
    width: 280px !important;
}

.layout-fixed .brand-link {
    width: 280px;
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
        margin-left: 0;
        width: 4.6rem;
    }
}
*/
.vtitle {
    background-color: #87be4a;
    color: white;
    font-weight: bold;
    border-color: #0c3c5d !important;
    vertical-align: sub !important;
}
.tablv td {
    border: 1px solid #ccc !important;
    vertical-align: middle !important;
    font-weight: bold;
}
.tablv td input {
    border: 0px !important;
    font-weight: bold;
    background-color: #ffffff;
    width: 100%;
    text-align: right;
}

/*

	AZUL
			#0c3c5d - OSCURO - LOGO
			#265c96 - OSCURO
			#2196f3 - CLARO


	VERDE
			#8fbb12 - OSCURO
			#87be4a - CLARO - LOGO

*/
@media print {
    .btn, .card-tools input {
         display: none !important;
    }
    .card-success.card-outline {
        border-top: none!important;
        border-top: 0px solid #87be4a!important;
    }
}



/******************************/
/**********  SYSTEM  **********/
/******************************/


.navbar-blue, .main-footer {
	background: #0c3c5d;
}

.navbar-blue .btn-primary {
    border-radius: .25rem;
    background-color: #ffffff;
    box-sizing: border-box;
    color: #0c3c5d;
    margin-left: 1rem!important;
}

.navbar-blue .btn-primary a {
    color: #0c3c5d!important;
}

.navbar-blue .btn-primary:not(:disabled):not(.disabled):active a {
	color: #ffffff!important;
}

.card-success.card-outline {
    border-top: 3px solid #87be4a!important;
}

.user-footer a,
.card-title a,
.card-title button,
.card-tools a,
.card-tools button,
.card-footer .right a,
.card-footer .right button,
.modal-footer a, 
.modal-footer button,
a.nav-link,
button.nav-link {
	font-weight: bold;
}

.user-footer a i,
.card-title a i,
.card-title button i,
.card-tools a i,
.card-tools button i,
.card-footer .right a i,
.card-footer .right button i,
.modal-footer a i, 
.modal-footer button i {
	margin-right: 10px;
}

a.nav-link i,
button.nav-link i {
    margin-right: 7px;
}

.card-body div.row.table-responsive {
	margin-right: 0px;
	margin-left: 0px;
}

.bg-dgeneral {
	background-color: #87be4a!important;
}

#custom-tabs-three-tab li a {
	color: #0c3c5d;
	font-weight: 700;
}

.btn-perfil a,
.btn-perfil button,
.btn-icon a,
.btn-icon button {
	font-weight: bold;	
}

.btn-perfil a i,
.btn-perfil button i,
.btn-icon a i,
.btn-icon button i {
	margin-right: 10px;
}


.card-header > .card-tools {
    float: right;
    margin-right: 0px !important;
    /* margin-right: -.625rem; */
}


[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active {
    background-color: rgba(12,60,93,.6); 
    color: #212529;
}


[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active-b,
[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active-b i {
    background-color: rgb(135, 190, 74); 
    color: #ffffff !important;
}
 

table .col .btn {
	padding: 0 !important;
}

#DataTables_Table_0_wrapper table tr th.checkDel {
    width: 0.01px !important;    
}
#DataTables_Table_0_wrapper table tr td.checkDel  {
    width: 30px !important;
    padding: .3rem !important;
    text-align: center;
}


#DataTables_Table_0_wrapper table tr td:last-child {
    width: 140px;
    padding: .3rem !important;
}

button.btnconsultaproveedor {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}



/**********  FORMATOS  **********/

.ccard .form-group {
    margin-bottom: .5rem;
}

.ccard .card-header {
    margin-bottom: 1rem;
}

.ccard .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0rem 1.25rem 0rem 1.25rem;
}

.ccard form {
    padding: 0 0 1.25rem 0;
}

label {
    margin-bottom: 0px !important; 
}


/**********  EMPRESAS  **********/
.emp {
	border: 0px;
}

.emp #custom-tabs-three-tab li a.nav-link.active {
    background-color: #87be4a;
    color: #ffffff;
}

.emp .nav-tabs .nav-link {
    border: none !important;
    border-radius: 0 !important;
}

select.form-control.is-invalid {
    background-position: right calc(.8em + .1875rem) center !important;
}






/**********  HEADER  **********/

.sidebar-light-primary a {
	color: #0c3c5d!important;
}

.sidebar-light-primary a.active,
.sidebar-light-primary a.active > .text-info {
	color: #ffffff!important;
}

li.user-header {
    background-color: #87be4a!important;
    color: #ffffff!important;
}

[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active:hover,
[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active:hover > .text-info {
    color: #0c3c5d!important;
}


.titul h1 {
    font-size: 1.8rem;
    margin: 0;
    padding: 15px 0;
    color: #0c3c5d;
    font-weight: bold;
}

text.highcharts-title {
    font-family: inherit !important;
    font-size: 1.4rem !important;   
    color: #0c3c5d !important;
    fill: #0c3c5d !important;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}





/**********  FOOTER  **********/

.main-footer {
	color: #ffffff;
}

.bg-footer {
    background-color: #87be4a!important;
    color: #ffffff!important;
}


/********** ALERTAS ***********/


.swal2-popup.swal2-toast .swal2-icon {
    margin: 0 10px 0 0 !important; 
}

.swal2-toast {
    max-width: inherit !important;
}    

/**********  TABLAS  **********/

.table td, .table th {
    padding: .3rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    white-space: nowrap;
}

.table td {
    text-align: left;
}

table.dataTable th,
table th {
    background-color: #87be4a;
    color: white;
}

.tbpad {
    padding: 1.25rem;
}

.card nav {
    margin: 15px auto 5px auto;
}



/**********  MOVIL  **********/



@media (max-width: 576px) { 

/******************************/
/**********  SYSTEM  **********/
/******************************/

	.card-body table .form-control {
	 	width: 170px;
	}


}

@media (max-width: 768px) { 

/******************************/
/**********  SYSTEM  **********/
/******************************/

	.card-body table .form-control {
	 	width: 170px;
	}



}






/******************************/
/**********  LOADER  **********/
/******************************/


#loader_re {
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 10000;
}

#load_re {
    border: 15px solid #ffffff;
    border-top-color: #007bff;
    border-top-style: groove;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite;
    animation: girar 1.5s linear infinite;

}

@keyframes girar {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
