/*MI TEMA PERSONALIZADO*/
body { color: #fff !important; }

.content-wrapper {
    background: #234d4347 !important;
}
.content-header {
    padding: 0px .5rem;
    background-color: #343a40 !important;
}

.breadcrumb {
    padding: 3px!important;
}
.card {
	color: black !important;
	}
.colorDateTime{
	color: #32383e;
}
.login-logo{
    color: black !important;
}

/*LOGOS DE SIDE BAR*/
[class*="sidebar-dark"] .brand-link {
    border-bottom: 0px solid #4b545c !important;
}

/*HOVER DEL DATA TABLE CLIENTES*/
html body.sidebar-mini.layout-fixed.sidebar-collapse div.wrapper div.content-wrapper section.content div.container-fluid div.row div.col-12 div.card div.card-body div#tablaClientes_wrapper.dataTables_wrapper.dt-bootstrap4.no-footer div.row div.col-sm-12 table#tablaClientes.table.table-bordered.table-striped.dt-responsive.dataTable.no-footer.dtr-inline tbody tr:hover{
	color:black;
	background-color: rgba(216, 255, 169, 0.92);
	font-weight: bold;
}

/*HOVER DEL DATA TABLE COTIZACIONES*/
html body.sidebar-mini.layout-fixed.sidebar-collapse div.wrapper div.content-wrapper section.content div.container-fluid div.row div.col-12 div.card div.card-body div#tablaCotizaciones_wrapper.dataTables_wrapper.dt-bootstrap4.no-footer div.row div.col-sm-12 table#tablaCotizaciones.table.table-bordered.table-striped.dt-responsive.dataTable.no-footer.dtr-inline tbody tr:hover{
	color:black;
	background-color: rgba(216, 255, 169, 0.92);
	font-weight: bold;
}



/*ANCHURA TABLE HEADER*/
html body.sidebar-mini.layout-fixed.sidebar-collapse div.wrapper div.content-wrapper section.content div.container-fluid div.row div.col-12 div.card div.card-body div#tablaCotizaciones_wrapper.dataTables_wrapper.dt-bootstrap4.no-footer div.row div.col-sm-12 table#tablaCotizaciones.table.table-bordered.table-striped.dt-responsive.dataTable.no-footer.dtr-inline tbody
{
}

/*ANCHURA TABLE ICONOS ELIMINAR Y EDITAR*/
html body.sidebar-mini.layout-fixed.sidebar-collapse div.wrapper div.content-wrapper section.content div.container-fluid div.row div.col-12 div.card div.card-body div#tablaCotizaciones_wrapper.dataTables_wrapper.dt-bootstrap4.no-footer div.row div.col-sm-12 table#tablaCotizaciones.table.table-bordered.table-striped.dt-responsive.dataTable.no-footer.dtr-inline tbody tr td
{
		padding: revert !important;
}


table.dataTable {
	margin-top: 0px !important;
	text-align: center !important;
	color:black !important;
}

/*INPUT OMPM*/
.idompm
{
	font-weight: bold !important;
	color: #ff0184;
	font-size: x-large;
}

/* Fondo encabezado de la clientes formulario */
#datospersonalescliente
{
	background-color: #e1ffd3 !important;
	border-block-style: dotted !important;
	padding: 5px !important;
}
/* Fondo datospagocliente PAGO cliente de la cotización formulario */
#datospagocliente
{
	background-color: #d3efff !important;
	border-block-style: dotted !important;
	padding: 5px !important;
}


/* Fondo encabezado de la cotización formulario */
#encabezadocotizacion
{
	background-color: #ffd3e5 !important;
	border-block-style: dotted !important;
	padding: 5px !important;
}
/* Fondo info cliente de la cotización formulario */
#infoclientecotizacion
{
	background-color: #d3efff !important;
	border-block-style: dotted !important;
	padding: 5px !important;
}

/* Fondo cuerpo de la cotización formulario */
#cuerpocotizacion
{
	background-color: #8bb3ff9e  !important;
	border-block-style: dotted !important;
	padding: 5px !important;
}

/* Fondo cuerpo de la cotización servicios y detalles */
#cuerpocotizacion2
{
	background-color: #8bff989e  !important;
	border-block-style: dotted !important;
	padding: 5px !important;
}

/* Fondo cuerpo de la cotización puertos*/
#cuerpocotizacion3
{
	background-color: #fcff98d6 !important;
	border-block-style: dotted !important;
	padding: 5px !important;
}

/* Fondo cuerpo de la cotización notas y firma */
#cuerpocotizacion4
{
	background-color: #98fff1d6 !important;
	border-block-style: dotted !important;
	padding: 5px !important;
}

#notas_firma
{
	background-color: #fff !important;
	color: black;
}


[class*="sidebar-dark"] .user-panel {
	border-bottom: 1px solid #2fa425f7 !important;
}

[class*="sidebar-dark-"] .sidebar a {
	color: #fff !important;
}

.gw-nav-list > li > a {
	background-color: #343a40 !important;
}

.gw-nav-list > li .gw-submenu {

	background-color: #6c757d !important;
}



/*LOGIN titulo*/
.titulologin{
	color:black;
	margin-left: 25px;
}
/*fondo imagen LOGIN */
.login-page, .register-page {
	background-image: url("../img/ompm/fondo1.jpg") !important;
	background-size: cover !important;
}

.login-box, .register-box{
	/*width: 35% !important;*/
	background-color: #ffffffd4 !important;
	padding: 30px !important;
}

table#tablaServiciosxDetalles
 {
	color: black !important;
	background-color: #d7fddd !important;
}

table#tablaPuertosOrigen
 {
	color: black !important;
	background-color: #d7fddd !important;
}

table#tablaPuertosDestino
 {
	color: black !important;
	background-color: #d7fddd !important;
}

/*SUMMER NOTE opciones de fonts family*/
.dropdown-item{
 color:black;
}


.note-editor.note-airframe, .note-editor.note-frame {
	border: 0px solid rgba(0,0,0,.2)!important;
}
