
/*#loader{
    position:absolute;
    z-index:9999;
    z-index:1001;
    width:100%;
    height:100%;
    background:#eee url(ajax-loader.gif) no-repeat center center;
    display:none;
}*/


#lightbulb {
  font-size: 100px;
  display: block;
  text-align: center;
}

h1 {
  padding: 0;
  margin: 10px 0;
}

.chat-user-avatar {
  font-size: 40px;
  background: #ccc;
  padding: 5px 10px;
}

.feature-icon {
  font-size: 44px;
  padding: 0;
  line-height: 68px;
  width: 72px;
  text-align: center;
  opacity: .8;
  border: 3px solid;
  border-radius: 200px;
  height: 72px;
  margin-bottom: 20px;
}

.feature-icon.fa-gamepad {
  line-height: 60px;
}

.feature-icon.fa-tachometer {
  line-height: 60px;
}

.app-content-loading {
  text-align: center;
  height: 100%;
  width: 100%;
  background: #fff;
  position: relative;
}

.loading-spinner {
  position: absolute;
  font-size: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.carousel-example-content {
  position: absolute;
  font-size: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -50px;
}


.carousel-item {
  display: block;
  color: #444;
  background: #f4f4f4;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.carousel {
  padding: 20px;
  overflow: visible;
}

.carousel-inner {
  position: relative;
  overflow: visible;
}

.carousel>.item, .carousel-item {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.carousel-item {
  -webkit-transition: -webkit-transform 500ms;
  -moz-transition: -moz-transform 500ms;
  transition: transform 500ms;
}

[drag-to-dismiss]{
  transform: translate(0,0); /* NOTE: this is required to prevent mobile webkit issues */
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  -moz-transition: opacity 300ms, -moz-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  opacity: 1;
}

.notices-container {
  overflow-x: hidden;
}

.dismiss {
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  -moz-transition: opacity 300ms, -moz-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  opacity: 0.5;
}

.dismitted {
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  -moz-transition: opacity 300ms, -moz-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  opacity: 0;
}

.list-group-item-home {
  padding: 20px;
}

pre {
  text-align: left !important;
}

input.scrollable-header {
  border-bottom: 3px solid #ccc;
}

.toucharea {width: 100%; height: 100%;}

.touch-mark {
  position: absolute;
  background-color: #ccc;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  margin-top: -15px;
  margin-left: -15px;
  opacity: .5;
  transform: scale(1, 1);
}

/*Personalzados*/

table  {border-collapse:collapse;
  border-spacing:0;
  border-color:#999;
  margin-bottom: 25px;}
td{
  /*font-family:Arial,sans-serif;*/
  /*font-size:14px;*/
  padding:1px 1px;
  border-style:solid;
  border-width:0px;
  /*overflow:hidden;*/
  word-break:normal;
  border-color:#999;
  color:#444;
  background-color:#F7FDFA;
  border-top-width:1px;
  border-bottom-width:1px;}


th{
/*font-family:Arial,sans-serif;*/
/*font-size:14px;
font-weight:normal;*/
padding:1px 1px;
border-style:solid;
border-width:0px;
overflow:hidden;
word-break:normal;
border-color:#999;
color:#fff;
background-color:#01338d;
border-top-width:1px;
border-bottom-width:1px;
}
th,th{vertical-align:top}


.pedido-estado {
  display: block;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  border: 1px solid #ddd;
}

.pedido-estado-pendiente {
  background: orange;
}

.pedido-estado-anulado {
  background: red;
}

.pedido-estado-finalizado {
  background: green;
}

.color-cabecera-table {
  background: skyblue;
}

.color-proveedor-table {
  background: goldenrod;
}

.color-fondo-table {
  background: whitesmoke;
}

.color-icono {
  color: darkslategrey;
}

.pedido-visualizar .pedido-detalle .descripcion {
  color: #999;
  font-size: 0.9em;
}

.pedido-visualizar .pedido-detalle .total {
  text-align: center;
  font-size: 1.4em;
}

.pedido-visualizar .pedido-estado-control {
  padding: 10px;
  border: 1px solid #ddd;
  background: #eee;
}

.pedido-visualizar .pedido-estado-control select {
  margin-bottom: 0;
  background: #fff;
}

.pedido-visualizar h1 {
  margin-top: 20px;
  font-size: 1.4em;
}

.pedido-visualizar .pedido-cabecera {
  padding: 10px 20px;
}


.section {
/*    margin-right: auto;
    margin-left: auto;
    background: #fff;*/
    padding: 4px 8px;
}


.demo-md-panel {
  min-height: 500px;
}

.demo-dialog-example {
  background: white;
  border-radius: 4px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
      0 13px 19px 2px rgba(0, 0, 0, 0.14),
      0 5px 24px 4px rgba(0, 0, 0, 0.12);
  width: 500px;
}

.demo-dialog-content {
  padding: 0 15px;
  width: 100%;
}

.demo-dialog-content img {
  height: 300px;
  margin: auto;
}

.demo-dialog-button {
  width: 100%;
}

.demo-dialog-custom-animation-open {
  opacity: 1;
  transition: all 1s linear, opacity 1ms;
  transform: rotate(390deg);
}

.demo-dialog-custom-animation-close {
  opacity: 0;
  transition: all 1s linear, opacity 1ms;
  transform: rotate(0deg);
}

.tabla-cabeza {
font-family:Arial,sans-serif;
font-size:12px;
font-weight:normal;
text-align: center;
padding:10px 5px;
border-style:solid;
border-width:0px;
overflow:hidden;
word-break:normal;
border-color:#999;
color:lightyellow;
background-color:slategrey;
border-top-width:1px;
border-bottom-width:1px;
}

.carddemoBasicUsage .card-media {
  background-color: black; }

  .virtualRepeatdemoDeferredLoading #vertical-container {
  height: 292px;
  width: 100%;
  max-width: 400px; }

.virtualRepeatdemoDeferredLoading .repeated-item {
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  height: 40px;
  padding-top: 10px; }

.virtualRepeatdemoDeferredLoading md-content {
  margin: 16px; }

.virtualRepeatdemoDeferredLoading md-virtual-repeat-container {
  border: solid 1px grey; }

.virtualRepeatdemoDeferredLoading .md-virtual-repeat-container .md-virtual-repeat-offsetter div {
  padding-left: 16px; }

  .pull-left {
  float: left;
  margin-right: 10px;
}

.pull-right {
  float: right;
  margin-left: 10px;
}

/*//talas response*/

#iseqchart  {
  border:1px solid #000;
  border-collapse:collapse;
  font-family:Arial, Sans-Serif;
  font-size:12px;
  text-align:right;

  }
  
#iseqchart th {
  border:1px solid #333;
  padding:3px 6px;
  }

#iseqchart th,td { 
text-align: 
-webkit-auto; 
}

#iseqchart td {
  border:1px solid #999;
  padding:3px 6px;
  }

.neg  {
  color:red;
}

.pos  {
  color:green;
}

.tabsdemoDynamicHeight md-content {
  background-color: transparent !important; }
  .tabsdemoDynamicHeight md-content md-tabs {
    background: #f6f6f6;
    border: 1px solid #e1e1e1; }
    .tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper {
      background: white; }
  .tabsdemoDynamicHeight md-content h1:first-child {
    margin-top: 0; }

    md-select-menu {
  margin-top: 50px;
}

.mat-tab-body-wrapper {
  height: 100%
}

.dialogdemoThemeInheritance .container {
  text-align: center; }

  .navbar-app {
    
    /*color: rgba(0,0,0,0.54);*/
     color: black;
}

.navbar-app .btn, .navbar-app .btn-navbar {
    background: 0 0;
    border: none;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    /*color: rgba(0,0,0,0.54);*/
     color: black;
    text-transform: uppercase;
}

.fecha {
  color: firebrick;
  padding-top: 0px;
  padding-right: 180px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.btn-group>.btn {
    float: unset;
}

table{
    border: solid 1px gray;
    width: 100%;
  }
  
  table td{ padding: 1px 0; }
  table .hello{ width: 15px; }
  table .last, td:last-child{ padding: 1px 24px 2px 0px; }
  
  input
  {
    width: 100%;
    padding: 0px;
    margin: 0px;
   /*border-style: none;*/
  }

  .md-toolbar-tools {
    font-size: 14px;
    letter-spacing: .005em;
    box-sizing: border-box;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 64px;
    max-height: 64px;
    padding: 0 16px;
    margin: 0;
}

  
  .dropdown-menu {
    position: absolute;
    top: unset;%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

.pull-right-menu {
  float: right;
  margin-left: 10px;
}

./*loading-spinner {
    position: fixed;
    font-size: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}*/


/*@media only screen and (max-width: 768px) {

  #turnover, tr td:nth-child(9)   { display:none; visibility:hidden; }
}

@media only screen and (max-width: 320px) {
  #changepercent, tr td:nth-child(4)  { display:none; visibility:hidden; }
  #yhigh, tr td:nth-child(5)      { display:none; visibility:hidden; }
  #ylow, tr td:nth-child(6)     { display:none; visibility:hidden; }
  #turnover, tr td:nth-child(9)   { display:none; visibility:hidden; }
}

@media only screen and (max-width: 320px) {
  #changepercent, tr td:nth-child(4)  { display:none; visibility:hidden; }
  #yhigh, tr td:nth-child(5)      { display:none; visibility:hidden; }
  #ylow, tr td:nth-child(6)     { display:none; visibility:hidden; }
  #dhigh, tr td:nth-child(7)      { display:none; visibility:hidden; }
  #dlow, tr td:nth-child(8)     { display:none; visibility:hidden; }
  #turnover, tr td:nth-child(9)   { display:none; visibility:hidden; }
}
*/

