/* Centrar placeholder
::-webkit-input-placeholder { text-align: center; }
:-moz-placeholder { text-align: center; }
::-moz-placeholder { text-align: center; }
:-ms-input-placeholder { text-align: center; }

input.placeholder {
  text-align: center;
}
*/

.CaptionTD{
  text-align: right;
}

/* Sombra en el Boton */
.btnSombra, .btn-sombra{
  -moz-box-shadow: 3px 3px #888;
  -webkit-box-shadow: 3px 3px #888;
   box-shadow: 3px 3px #888;
}

.elevation-0 {
  box-shadow: none;
}

.elevation-1, .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-dark-secondary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-secondary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-dark-success .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-success .nav-sidebar > .nav-item > .nav-link.active, .sidebar-dark-info .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-info .nav-sidebar > .nav-item > .nav-link.active, .sidebar-dark-warning .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-warning .nav-sidebar > .nav-item > .nav-link.active, .sidebar-dark-danger .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-danger .nav-sidebar > .nav-item > .nav-link.active, .sidebar-dark-light .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-light .nav-sidebar > .nav-item > .nav-link.active, .sidebar-dark-dark .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-dark .nav-sidebar > .nav-item > .nav-link.active, .callout {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.elevation-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.elevation-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.elevation-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.elevation-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.blinkText {
  animation:1s blinker linear infinite;
  -webkit-animation:1s blinker linear infinite;
  -moz-animation:1s blinker linear infinite;
}

@-moz-keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}


#inicioSysNombre, .inicioSysNombre {float:left; background-image:none; font-family:fontAwesome; font-size:40px; color:#000; font-style:italic; font-weight:bold; }

#inicioSistema, .inicioSistema {float:left; background-image:none; font-family:fontAwesome; font-size:40px; color:#000; font-style:italic; font-weight:bold; }

#inicioTitulo, .inicioTitulo {font-family:'Verdana'; font-weight:bold; font-style:italic; font-size:16px; }

#inicioSubTitulo, .inicioSubTitulo {font-family:'Verdana'; font-weight:bold; font-style:italic; font-size:13px; opacity:.8;}


.ui-widget-header {
  border: 1px solid gray;
  /* background: url("cualquiervaina.png") 50% 50% repeat-x; */
  font-weight: bold;
}

/* Menu */
#mnuIcoAyuda, #mnuIcoAjustar, #inicioBuscar, #idConfirmar {
  display:none;
}
.miHide{
  display:none;
  font-size:1px;
  background: #333333;
  color: #333333;
  opacity: 1.0;
}

/* Caption of grid and title of ui-jqdialog */
.ui-jqgrid .ui-jqgrid-titlebar,
.ui-jqgrid .ui-jqgrid-errorbar,
.ui-jqdialog .ui-jqdialog-titlebar {

  font-size: 14px;

}

/* Efecto Nieve */
#snowflakeContainer { position: absolute; left: 0px; top: 0px; }
.snowflake { padding-left: 15px; font-family: Cambria, Georgia, serif; font-size: 14px; line-height: 24px; position: fixed; color: #FFFFFF; color: #A9E2F3; user-select: none; z-index: 1000; }
.snowflake:hover { cursor: default; }

/* Color de Conviasa */
.conviasa {
  background: #ee7500;
  color: #333333;
}


.select2-dropdown {

  z-index: 99999; }


  .select2-close-mask {

  z-index: 99999;}



/* Resize GRID */
/*
.jqgrid-fluid-width > .ui-jqgrid {
      max-width: 100% !important;
      width: auto !important;
}

.jqgrid-fluid-width > .ui-jqgrid > .ui-jqgrid-view,
.jqgrid-fluid-width > .ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-hdiv,
.jqgrid-fluid-width > .ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-bdiv {
      width: auto !important;
}

.ui-jqgrid-bdiv {
    overflow: auto
}

.ui-jqgrid {
  max-width: 100% !important;
  width: auto !important;
}

.ui-jqgrid-view,
.ui-jqgrid-hdiv,
.ui-jqgrid-bdiv {
   width: auto !important;
}
*/

/* Para los TextArea de los Grid
http://www.ok-soft-gmbh.com/jqGrid/RestrictMaxHeightOfRow.htm
https://stackoverflow.com/questions/13103544/how-to-restrict-jqgrid-textarea-height-in-grid-only
{name: "Description", edittype: "textarea", classes: "textInDiv",
    formatter: function (v) {
        return '<div>' + $.jgrid.htmlEncode(v) + '</div>';
    }}
1

.ui-jqgrid tr.jqgrow td { white-space: nowrap; height: 20px !important; max-height: 20px !important; }

*/


tr.jqgrow>td.textInDiv>div {
  white-space: nowrap;
  height: 20px !important;
  max-height: 200px !important;
  overflow: auto
}
/*td.form-view-data>span>div {
  max-height: 150px;
  overflow: auto
}*/



    .colorAzul{color:blue;}
    .colorRojo{color:red;}

