/*********************************************************
 *  Estilos del sitio: Bill Of Lading de Aduanas         *
 *  ---------------------------------------------------- *
 * Autor: Rodney W. McCoy                                *
 * Fecha: Noviembre 2022                                 *
 *********************************************************/

/**********************/
/* Elementos de Texto */
/**********************/

/* Cuerpo Box
--------------- */
* {
    box-sizing: border-box;
}

/* Imágenes
--------------- */
img {
    display: inline;
    max-width: 100%;
}

/* Encabezados
--------------- */
/*     font-size: 32px; */
h1 {
    font-size: 14px;
    color:white;
    font-family: 'Verdana', cursive;
    letter-spacing: 1.5px;
    text-align: center;
}

h2, h3, h4, h5, h6 {
    font-family: 'Verdana', cursive;
    letter-spacing: 1.5px;
}

/* Cuerpo
--------------- */
html {
    position: absolute;
    height: 100%;
    width: 100%;
}

body {
    width: auto;
    margin: 0;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

/* Página
 * --------------- */
/* ---------------
        UIs
 * --------------- */
/* UI-Bar 
* --------------- */
.ui-page-theme-a .ui-bar-inherit{
    background: rgba(117, 117, 117);
    background-color: aquamarine; 
    background-color: rgba(127,255,212, 40%);
  background-image:      -o-linear-gradient(90deg, rgba(127,255,212, .8) 0%, rgba(127,255,212, .10) 70%);
  background-image:         linear-gradient(90deg, rgba(127,255,212, .8) 0%, rgba(127,255,212, .10) 70%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 139, 139, .8) 0%, rgba(0, 139, 139, .10) 100%);
  background-image:    -moz-linear-gradient(90deg, rgba(0, 139, 139, .8) 0%, rgba(0, 139, 139, .10) 100%);
  background-image:     -ms-linear-gradient(90deg, rgba(0, 139, 139, .8) 0%, rgba(0, 139, 139, .10) 100%);
}

.ui-overlay-a,.ui-page-theme-a,.ui-page-theme-a .ui-panel-wrapper {
	background-color: #f9f9f9;
    border-color: #bbb;
    color: #3c3b3b;
    text-shadow: 0 1px 0 #660;
} */

/*
 Dialog 
* --------------- 
*/
/*html .ui-body-a .ui-bar-inherit {
    background: rgba(117, 117, 117);
    background-color: aquamarine; 
    background-color: rgba(127,255,212, 40%);
  background-image:      -o-linear-gradient(90deg, rgba(127,255,212, .8) 0%, rgba(127,255,212, .10) 70%);
  background-image:         linear-gradient(90deg, rgba(127,255,212, .8) 0%, rgba(127,255,212, .10) 70%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 139, 139, .8) 0%, rgba(0, 139, 139, .10) 100%);
  background-image:    -moz-linear-gradient(90deg, rgba(0, 139, 139, .8) 0%, rgba(0, 139, 139, .10) 100%);
  background-image:     -ms-linear-gradient(90deg, rgba(0, 139, 139, .8) 0%, rgba(0, 139, 139, .10) 100%);
}*/

.ui-input-btn input {
    background: white;
}

.ui-mobile .ui-page
{
  background:rgba(127,255,212, .8);
  background-image:      -o-linear-gradient(90deg, rgba(127,255,212, .8) 0%, rgba(127,255,212, .10) 70%);
  background-image:         linear-gradient(90deg, rgba(127,255,212, .8) 0%, rgba(127,255,212, .10) 70%);
  background-image: -webkit-linear-gradient(90deg, rgba(127,255,212, .8) 0%, rgba(0, 139, 139, .10) 100%);
  background-image:    -moz-linear-gradient(90deg, rgba(127,255,212, .8) 0%, rgba(0, 139, 139, .10) 100%);
  background-image:     -ms-linear-gradient(90deg, rgba(127,255,212, .8) 0%, rgba(0, 139, 139, .10) 100%);
}


.ui-body-a {
    background:rgba(127,255,212, .8);
}

center {
    background:white;
}

table {
    background:white;
}

/*
 Grid (agregado el 10-Oct-2022) 
* -----------------------------
*/

/* NO FUNCIONA
.ui-page-theme-a .ui-panel-wrapper {
	background-color: #983232;
    border-color: #6154a9;
    color: #a03030;
    text-shadow: 0 1px 0 #bd0909;
} */
