/* menu card black */
.bg-black{
    color: black;    
}


/* menu card gris */
.bg-grey{
    color: grey;
}

/* menu card gris */
.bg-red{
    color: red;
}

/* menu card azul ocean-1 */
.bg-ocean-1{
    color: #1F98BE;
}

/* menu card azul ocean-2 */
.bg-ocean-2{
    color: #F2F2F2;
    background-color: #055891;
}

/* menu card azul ocean-3 */
.bg-ocean-3{
    color: #042458;
}

/* menu card Negrogris ocean-4 */
.bg-ocean-4{
    color: #033142;
}



/* modulo individual */

.nav-item{
    font-size: 15px;
}
.navbar-text{
    font-size: 15px;
    font-weight: bold;
    color: #F3F3F3;
}
.bg-company-ocean {
    background-color: #033142 !important; 
/*	background-color: #1F98BE !important;  */
}

.bg-company-nav-1{
    background-color: #033142;
    color: #F3F3F3;
    cursor: pointer;
}

.bg-company-nav-2{
    background-color: #FFFFFF;
}

.bg-company-nav-3{
    background-color: #FFFFFF;
    cursor: pointer;
}

.nav-link{
    color: #F3F3F3 !important;
}

.bg-danger{
    cursor:pointer;
}


/*### Seccion iconos fa fontawesome ### */ 

.fa-phone{
    color: #339FFF;
}

.fa-whatsapp{
    color: #25d366;
}


/*### Seccion iconos fa fontawesome ### */ 

.fa-phone{
    color: #F2F2F2;
}

.fa-whatsapp{
    color: #F2F2F2;
}


/*### Seccion Adicionales ### */

.bg-company-ad-1{
    color: 033142;
    font-weight: bold;
}



/* seccion de clientes.php  */

.rowone{
    background-color: green;
    color: #FFFFFF;
    border-radius: auto;
}

.rowtwo{
    color:#7B7978;
}

.rowthree{
    color:#7B7978;
}

.rowfour{
    color:#7B7978;
}

.rowfive{
    color:#7B7978;
}


/* Paginacion */

.texttdnormal{
    color:#7B7978;
}

/* Agregar Usuario */
.borde{
    font-weight: bold;
}


/* Boton de Clipboard */
.bg-company-ocean-clipboard{
    background-color: #033142 !important; 
    color: #E1E1E1 !important; 
    cursor: pointer;
}


/* Boton de Navbar */
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #2ab1ce;
  color: #ffffff;
  border-radius: 3px 3px 3px 3px;
/*  border-radius: 40px 40px 40px 40px;  */
}

/* barra de datos */  
.line_panel{
    color: #F2F2F2 !important;
    text-align: center;
    
}


.line_panel_1{
    background-color: red;
    color: #F2F2F2;
}

.line_panel_2{
    background-color:#2ab1ce;
    color: #F2F2F2;
}

.line_panel_3{
    background-color:#007BFF;
    color: #F2F2F2;
}

.line_panel_4{
    background-color: #28A745;
    color: #F2F2F2;
}

.line_panel_5{
    background-color: #ff9e2a;
    color: #F2F2F2;
}

.line_panel_6{
    background-color: #781de0;
    color: #F2F2F2;
}


/* panel de modulos */
.bg_panel_1{
    background-color: #F8F9FA;
    color: #28A745;
}

.bg_panel_2{
    background-color: #ff9e2a;
    color: #F1F1F1;
}

.bg-grey-panel{
    background-color: #dcdcdc !important;
}

.text-company{
    color: #007BFF !important;
}

.text-success-company{
    color: #169758 !important;
}

.text-grey-company{
    columns: #6C757D !important;
}

.cell{
    cursor: cell;
}

.bla{
    color: #0e5874 !important;
}

