@charset "UTF-8";
.fgblack {
  color: #000000; }

.fgwhite {
  color: #FFFFFF; }

.fg01 {
  color: #fd8f2d; }

.fg02 {
  color: #FFF9D8; }

.fg03 {
  color: #2E2F3B; }

.fg04 {
  color: #EFEFEF; }

.fg05 {
  color: #444444; }

.fg06 {
  color: #60697A; }

.fg07 {
  color: #B4B4B5; }

.bgblack {
  background-color: #000000; }

.bgwhite {
  background-color: #FFFFFF; }

.bg01 {
  background-color: #fd8f2d; }

.bg02 {
  background-color: #FFF9D8; }

.bg03 {
  background-color: #2E2F3B; }

.bg04 {
  background-color: #EFEFEF; }

.bg05 {
  background-color: #444444; }

.bg06 {
  background-color: #60697A; }

.bg07 {
  background-color: #B4B4B5; }

.bgred {
  background-color: #ff0000 !important; }

.bggreen {
  background-color: #009900 !important; }

.fgazulfb {
  color: #3B5998; }

.fgrojogg {
  color: #dd4b39; }

.noseleccionable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rojo {
  color: red; }

.verde {
  color: green; }

.amarillo {
  color: yellow; }

#content {
  width: 90%;
  margin: 0 auto; }

.fullHeight {
  height: 100%;
  position: relative; }

.centrado {
  text-align: center; }

.marginado {
  padding-left: 30px !important; }

.botInc {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important; }
  .botInc :first-child, .botInc :last-child {
    margin: -1px 0 0 0 !important;
    cursor: pointer; }
  .botInc span.botoneravalue {
    display: inline-block !important;
    height: 70px;
    width: 70px;
    border: none;
    border-radius: 35px;
    background-color: #444444;
    font-size: 2.0em !important;
    text-align: center;
    vertical-align: middle;
    line-height: 70px;
    color: #FFFFFF !important;
    margin: 0 10px !important; }
  .botInc button {
    -webkit-appearance: none;
    vertical-align: middle; }

.botoneraContenedor {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
  display: inline-block; }
  .botoneraContenedor .botPersonas {
    width: 50px;
    margin: 0 5px;
    height: 70px;
    overflow: hidden;
    display: table-cell;
    font-weight: bold;
    vertical-align: middle; }
    .botoneraContenedor .botPersonas > div {
      height: 20px;
      color: #B4B4B5; }
    .botoneraContenedor .botPersonas > span.small, .botoneraContenedor .botPersonas > button.small {
      margin-top: 12px; }

.escruleable {
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /* -ms-scroll-chaining: none;
   -ms-touch-action: pan-y; */
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.facturacion input {
  padding: 5px; }
.facturacion .circulo.tt-xs {
  border-radius: 13px;
  width: 26px;
  height: 26px;
  padding: 4px; }
.facturacion h1 {
  font-family: 'Open Sans Light', sans-serif;
  font-weight: normal;
  color: #fd8f2d;
  margin: 25px 0; }
.facturacion.contenedor {
  max-width: 900px; }
  .facturacion.contenedor .col_3 h3 {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fd8f2d; }
  .facturacion.contenedor .col_3 .edit {
    cursor: pointer;
    padding: 1px;
    margin-bottom: 30px;
    display: block; }
    .facturacion.contenedor .col_3 .edit .botonDescargar {
      font-size: 10px; }
    .facturacion.contenedor .col_3 .edit span {
      text-decoration: underline;
      font-style: italic;
      font-size: 12px;
      color: #fd8f2d; }

.navBarTab {
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden; }
  .navBarTab ul {
    display: block; }
    .navBarTab ul.dostabs li {
      width: 50%; }
    .navBarTab ul.trestabs li {
      width: 33.4%; }
    .navBarTab ul.cuatrotabs li {
      width: 25%; }
    .navBarTab ul.seistabs li {
      width: 16.71%; }
    .navBarTab ul li {
      display: inline-block;
      width: 20%;
      margin-right: -4px;
      vertical-align: top; }
      .navBarTab ul li a {
        display: block;
        opacity: 0.8;
        background: #fd8f2d;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 16px;
        cursor: pointer;
        text-align: center;
        padding: 15px;
        padding-top: 23px; }
        .navBarTab ul li a.active {
          opacity: 1; }
        .navBarTab ul li a i {
          font-size: 15px;
          margin-right: 4px; }
          @media (max-width: 1030px) {
            .navBarTab ul li a i {
              display: block;
              margin: auto; } }
        @media (max-width: 1030px) {
          .navBarTab ul li a {
            font-size: 14px;
            line-height: 15px;
            padding: 15px; } }
        @media (max-width: 780px) {
          .navBarTab ul li a {
            font-size: 13px;
            padding: 10px;
            padding-top: 19px;
            height: 60px; } }
        @media (max-width: 640px) {
          .navBarTab ul li a {
            line-height: 19px;
            font-size: 12px; } }

input[type="checkbox"] {
  margin: 0 5px;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 1px solid #60697A;
  background-color: #FFFFFF;
  display: inline-block;
  height: 25px;
  width: 25px !important;
  text-align: center;
  line-height: 24px;
  padding: 0;
  -webkit-box-shadow: inset 0 3px 15px -3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 15px -3px rgba(0, 0, 0, 0.2); }

input[type="checkbox"]:checked {
  background-color: #FFFFFF; }

input[type="checkbox"]:checked:before {
  content: '\e626';
  display: inline-block;
  font-family: 'TotIconos2' !important;
  font-size: 16px;
  speak: none;
  color: #fd8f2d;
  -webkit-box-shadow: none;
  box-shadow: none; }

#restaurantesOperando .facturacion table tr th {
  cursor: pointer; }
  #restaurantesOperando .facturacion table tr th .toticon {
    color: #444444;
    font-size: 12px; }

.paginacion {
  text-align: center; }
  .paginacion ul {
    display: inline-block;
    width: auto;
    margin: auto;
    margin-top: 25px;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px 2px rgba(186, 186, 186, 0.1);
    box-shadow: 0 1px 2px 2px rgba(186, 186, 186, 0.1); }
    .paginacion ul li {
      display: inline-block;
      vertical-align: top;
      float: left;
      margin-left: -1px;
      border: solid 1px #B4B4B5; }
      .paginacion ul li button {
        padding: 8px 12px;
        cursor: pointer;
        color: #444444;
        font-size: 14px;
        background: #FFFFFF; }
        .paginacion ul li button.totiton {
          font-size: 15px;
          padding: 9px 15px; }
        .paginacion ul li button:active, .paginacion ul li button:focus {
          background: #fd8f2d;
          color: #FFFFFF;
          font-weight: 800; }
        .paginacion ul li button:hover {
          background: #FFF9D8; }
      .paginacion ul li:first-child {
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        margin-left: 0; }
      .paginacion ul li:last-child {
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0; }
      .paginacion ul li span {
        padding: 8px 16px;
        line-height: 33px; }

td.info {
  background-color: #5bc0de;
  color: white;
  text-align: center; }

td.grave {
  background-color: #d9534f;
  color: white;
  text-align: center; }

td.leve {
  background-color: #f0ad4e;
  color: white;
  text-align: center; }

.version {
  background-color: yellow !important; }

.md-table-toteat.tableMediana table {
  width: 60%; }
.md-table-toteat.md-table-border table {
  border: solid 1px #dddddd;
  border-radius: 5px; }
.md-table-toteat table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
  background: #FFFFFF;
  font-weight: 400;
  font-style: normal;
  margin: auto; }
  .md-table-toteat table tr {
    border-bottom: solid 1px #dddddd;
    font-weight: normal; }
    .md-table-toteat table tr:last-child {
      border-bottom: none; }
    .md-table-toteat table tr th, .md-table-toteat table tr td {
      padding: 10px;
      padding-left: 54px;
      line-height: 18px;
      text-align: right; }
      .md-table-toteat table tr th input, .md-table-toteat table tr td input {
        text-align: right; }
      @media (max-width: 1030px) {
        .md-table-toteat table tr th, .md-table-toteat table tr td {
          padding: 6px; } }
      .md-table-toteat table tr th:first-child, .md-table-toteat table tr td:first-child {
        text-align: left;
        padding-left: 24px; }
        .md-table-toteat table tr th:first-child input, .md-table-toteat table tr td:first-child input {
          text-align: left; }
    .md-table-toteat table tr th {
      background: #FFFFFF;
      text-transform: uppercase;
      font-size: 11px;
      line-height: 14px; }

.erroresDrone .errorRest {
  background: white;
  color: #545353; }
  .erroresDrone .errorRest md-grid-tile-header {
    background: none;
    height: auto;
    padding: 5px; }
    .erroresDrone .errorRest md-grid-tile-header h4 {
      margin: 0;
      font-size: 14px;
      font-weight: bold;
      color: #181818;
      display: inline-block;
      padding-top: 8px;
      padding-left: 10px;
      max-width: 85%; }
    .erroresDrone .errorRest md-grid-tile-header .md-button {
      position: absolute;
      top: 0;
      right: 0; }
  .erroresDrone .errorRest figcaption {
    width: 100%; }
  .erroresDrone .errorRest .contenido {
    padding: 14px;
    font-size: 12px; }
    .erroresDrone .errorRest .contenido > div {
      margin-bottom: 5px; }
  .erroresDrone .errorRest md-grid-tile-footer {
    background: #f2f2f2;
    color: #555555;
    padding: 5px; }
    .erroresDrone .errorRest md-grid-tile-footer md-icon {
      font-size: 18px;
      height: 18px;
      width: 18px;
      min-height: 18px;
      min-width: 18px;
      line-height: 17px; }

#loginToteat {
  background: #f45018;
  background: -moz-linear-gradient(45deg, #f45018 0%, #ff9200 100%);
  background: -webkit-linear-gradient(45deg, #f45018 0%, #ff9200 100%);
  background: linear-gradient(45deg, #f45018 0%, #ff9200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45018', endColorstr='#ff9200', GradientType=1); }
  #loginToteat .logoToteat {
    margin-top: 60px; }
    #loginToteat .logoToteat md-icon {
      font-size: 85px;
      line-height: 95px;
      color: white;
      height: 95px;
      min-height: 95px; }
    #loginToteat .logoToteat h2 {
      color: white;
      font-weight: 100;
      margin-top: 20px;
      letter-spacing: 4px;
      text-indent: 101px;
      text-transform: uppercase; }
  #loginToteat .login {
    width: 280px;
    margin: 25px auto; }
    #loginToteat .login md-input-container label {
      color: white;
      font-size: 16px;
      font-weight: bold; }
    #loginToteat .login md-input-container md-icon {
      color: white; }
    #loginToteat .login md-input-container .md-input {
      border-color: rgba(255, 255, 255, 0.12); }
    #loginToteat .login md-divider {
      margin: 25px 0; }
    #loginToteat .login .redesSociales {
      text-align: center;
      margin-top: 50px;
      border-radius: 5px;
      background: rgba(0, 0, 0, 0.1);
      padding: 10px; }
      #loginToteat .login .redesSociales .md-button {
        opacity: 0.6; }
        #loginToteat .login .redesSociales .md-button:hover {
          opacity: 1; }
        #loginToteat .login .redesSociales .md-button md-icon {
          font-size: 24px; }
    #loginToteat .login .olvido {
      text-align: center; }
      #loginToteat .login .olvido a {
        color: white;
        text-decoration: none;
        display: block;
        font-style: italic;
        padding: 5px;
        margin-top: 5px;
        opacity: 0.5; }
        #loginToteat .login .olvido a:hover {
          opacity: 1; }

.circNotificaciones {
  color: #FFF;
  background-color: #F00;
  height: 14px;
  border-radius: 7px;
  line-height: 14px;
  font-size: 10px;
  min-width: 14px;
  text-align: center;
  font-style: normal;
  font-family: Arial;
  font-weight: bold; }
  .circNotificaciones.sidebar {
    position: absolute;
    top: 5px;
    left: 40px; }

div.lineaNotificaciones {
  display: block;
  padding: 5px 110px 5px 10px;
  position: relative;
  height: 50px;
  background-color: #444444;
  border-color: #B4B4B5;
  border-width: 0 0 1px 0;
  border-style: solid; }
  div.lineaNotificaciones.selec {
    background-color: #fd8f2d; }
  div.lineaNotificaciones > div.contenido {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px; }
  div.lineaNotificaciones > div.acciones {
    position: absolute;
    height: 50px;
    width: 110px;
    top: 5px;
    right: 10px; }
    div.lineaNotificaciones > div.acciones button {
      width: auto;
      line-height: 26px;
      letter-spacing: 0;
      padding: 8px;
      height: 40px;
      margin-left: 15px;
      float: right; }

#pantallaNotificaciones {
  background-color: #E1E1E1; }

div.mensajeNoLogueado {
  background-size: cover; }
  div.mensajeNoLogueado h3 {
    text-align: center;
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    margin: 25px 0;
    padding: 25px 0; }

.circulo.tt-xs {
  border-radius: 9px;
  width: 18px;
  height: 18px; }
.circulo.tt-s {
  border-radius: 13px;
  width: 26px;
  height: 26px; }
.circulo.tt-sm {
  border-radius: 16px;
  width: 32px;
  height: 32px; }
.circulo.tt-m {
  border-radius: 20px;
  width: 40px;
  height: 40px; }
.circulo.tt-xm {
  border-radius: 25px;
  width: 50px;
  height: 50px; }
.circulo.tt-g {
  border-radius: 38px;
  width: 76px;
  height: 76px; }
.circulo.tt-xg {
  border-radius: 50px;
  width: 100px;
  height: 100px; }
.circulo.texto > span {
  font-size: 70%;
  vertical-align: top; }

.toticon-vacio:before {
  content: ""; }

.tt-xs, div.tt-xs .toticon, button.tt-xs .toticon {
  width: auto;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0; }

button.tt-xs.toticon.boton {
  width: auto;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  height: 30px;
  padding: 6px 10px;
  border-radius: 5px; }
  button.tt-xs.toticon.boton:hover {
    opacity: 0.8; }
  button.tt-xs.toticon.boton > span {
    vertical-align: top;
    line-height: 15px;
    font-weight: bold;
    padding-left: 3px; }

.tt-s, div.tt-s .toticon, button.tt-s .toticon {
  width: auto;
  height: 26px;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0; }

.tt-sm, div.tt-sm .toticon, button.tt-sm .toticon {
  width: auto;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0; }

.tt-m, div.tt-m .toticon, button.tt-m .toticon {
  width: auto;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0; }

.tt-xm, div.tt-xm .toticon, button.tt-xm .toticon {
  width: auto;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0; }

.tt-g, div.tt-g .toticon, button.tt-g .toticon {
  width: auto;
  height: 76px;
  font-size: 76px;
  line-height: 76px;
  letter-spacing: 0; }

.tt-xg, div.tt-xg .toticon, button.tt-xg .toticon {
  width: auto;
  height: 100px;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 0; }

.toticon.vt {
  vertical-align: top !important; }

.logoTT {
  position: relative;
  display: inline-block;
  width: auto !important;
  white-space: nowrap; }
  .logoTT.tt-xs span {
    letter-spacing: -5.45455px !important; }
  .logoTT.tt-s span {
    letter-spacing: -7.87879px !important; }
  .logoTT.tt-sm span {
    letter-spacing: -9.69697px !important; }
  .logoTT.tt-m span {
    letter-spacing: -12.12121px !important; }
  .logoTT.tt-xm span {
    letter-spacing: -15.15152px !important; }
  .logoTT.tt-g span {
    letter-spacing: -23.0303px !important; }
  .logoTT.tt-xg span {
    letter-spacing: -30.30303px !important; }

.logoTT span {
  height: 100%;
  width: auto; }

.logoTT span:first-child {
  position: absolute;
  top: 0;
  left: 0; }

.logoTT span:nth-child(2), .logoTT span:nth-child(4) {
  letter-spacing: 0 !important; }

.contenedorIconos {
  font-size: 0;
  /* Para que no agregue 3 pixels entre iconos */
  display: inline-block;
  vertical-align: top; }

button.small {
  margin-right: 10px !important; }

button.small:last-child {
  margin-right: 0px !important; }

button.toticon:hover, button.toticon.ng-click-active {
  border: none;
  outline: none; }

/*  Arreglo de iconos oficiales para mejor lectura a colores */
.color.toticon-facebook {
  color: #3B5998 !important;
  background-color: white;
  border-radius: 20%; }
.color.toticon-gmail {
  color: #dd4b39 !important;
  background-color: white;
  border-radius: 20%; }
.color.toticon-vk {
  background-color: #597DA3 !important;
  color: white;
  border-radius: 20%; }
.color.toticon-linkedin {
  color: #1b86bc !important;
  background-color: white;
  border-radius: 20%; }

.toticon-BordeRepetidoArriba:before {
  content: "\e6a8\e6a8\e6a8\e6a8\e6a8\e6a8"; }

.toticon-BordeRepetidoArriba {
  letter-spacing: -1px !important; }

#sideBar {
  background-color: white; }
  #sideBar .acTitulo {
    color: black;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    display: block;
    padding: 0 10px;
    cursor: pointer; }
    #sideBar .acTitulo span {
      display: inline-block;
      vertical-align: middle;
      word-break: break-all;
      overflow: hidden;
      font-weight: bold; }
      #sideBar .acTitulo span.ng-click-active {
        color: #FFF9D8;
        background-color: #000000; }
      #sideBar .acTitulo span:first-child {
        margin-right: 10px;
        width: 30px; }
    @media all and (min-width: 580px) {
      #sideBar .acTitulo:hover {
        color: black; } }
    #sideBar .acTitulo .toticon {
      margin: 0 10px;
      font-size: 15px; }
    #sideBar .acTitulo .icon-arrow_drop_down,
    #sideBar .acTitulo .icon-arrow_drop_up {
      float: right;
      font-size: 24px;
      padding-top: 7px; }
  #sideBar .acContenido > div {
    cursor: pointer;
    font-size: 18px;
    color: #EFEFEF;
    text-decoration: none;
    padding: 0 20px;
    width: 100%;
    height: 44px;
    line-height: 22px;
    background-color: #444444;
    display: block;
    border-bottom: solid 1px #2E2F3B; }
    #sideBar .acContenido > div > span:nth-child(1) {
      display: table-cell;
      vertical-align: middle;
      width: 40px;
      text-align: center; }
    #sideBar .acContenido > div > span:nth-child(2) {
      display: table-cell;
      vertical-align: middle;
      margin: 0 auto;
      padding-left: 5px; }
    #sideBar .acContenido > div.ng-click-active {
      color: #FFF9D8;
      background-color: #000000; }
    @media all and (min-width: 580px) {
      #sideBar .acContenido > div:hover {
        color: #FFF9D8; } }
  #sideBar .divAcordionLogin .acordion .md-button .md-font {
    color: black;
    font-size: 25px;
    line-height: 25px;
    margin-right: 12px; }

.acordion .md-button {
  margin: 0;
  padding: 8px;
  padding-left: 38px;
  color: black;
  width: 100%;
  text-align: left;
  display: block;
  border-radius: 0;
  background-color: rgba(110, 110, 110, 0.2);
  text-transform: capitalize;
  font-size: 15px; }
  .acordion .md-button .md-font {
    color: black;
    font-size: 19px;
    margin-right: 5px; }

.divAcordionIdiomas > div.acordion div.acTitulo > span:first-child {
  width: 40px;
  text-align: center;
  padding: 0px 11px; }
  .divAcordionIdiomas > div.acordion div.acTitulo > span:first-child > i {
    margin-top: 5px; }
.divAcordionIdiomas > div.acordion div.acContenido > div > span:first-child {
  width: 40px;
  padding: 12px; }
  .divAcordionIdiomas > div.acordion div.acContenido > div > span:first-child > i {
    top: 2px;
    position: relative; }

.acContenido {
  height: auto;
  overflow: hidden;
  transition-property: max-height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  /* Safari */
  -webkit-transition-property: max-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease; }

.acContenido.cerrado {
  max-height: 0 !important;
  height: 0;
  display: none; }

#myProfile {
  text-align: center; }
  #myProfile .loginapp input {
    display: block;
    margin: 0 auto;
    width: 300px;
    box-shadow: none; }
    #myProfile .loginapp input:first-child {
      border-bottom: none;
      -webkit-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
    #myProfile .loginapp input:nth-child(2) {
      -webkit-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px; }
  #myProfile .botonDescargar {
    margin: 20px auto; }

div.divLogin {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  cursor: pointer; }
  div.divLogin > div {
    display: block;
    margin: auto;
    color: #FFFFFF;
    font-size: 14px;
    width: 80%;
    max-width: 300px; }
    div.divLogin > div > div {
      text-align: left;
      display: block;
      margin-bottom: 25px;
      padding: 12px; }
      div.divLogin > div > div span {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px; }
      div.divLogin > div > div.logFacebook {
        background: #3B5998; }
      div.divLogin > div > div.logGmail {
        background: #dd4b39; }
      div.divLogin > div > div.logVk {
        background: #597DA3; }
      div.divLogin > div > div.logLinkedin {
        background: #1b86bc; }
      div.divLogin > div > div.ayuda {
        background: none;
        border: solid 1px #FFFFFF;
        text-align: center; }

.navBarTab {
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden; }
  .navBarTab ul {
    display: flex; }
    .navBarTab ul li {
      vertical-align: top;
      flex: 1 100%;
      list-style: none; }
      .navBarTab ul li a {
        display: block;
        opacity: 0.8;
        background: #fd8f2d;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 16px;
        cursor: pointer;
        text-align: center;
        padding: 17px;
        padding-top: 23px; }
        .navBarTab ul li a.active {
          opacity: 1; }
        .navBarTab ul li a i {
          font-size: 15px;
          margin-right: 4px; }
          @media (max-width: 1030px) {
            .navBarTab ul li a i {
              display: block;
              margin: auto; } }
        @media (max-width: 1030px) {
          .navBarTab ul li a {
            font-size: 14px;
            line-height: 15px; } }
        @media (max-width: 780px) {
          .navBarTab ul li a {
            font-size: 13px;
            padding: 10px;
            padding-top: 19px;
            height: 60px; } }
        @media (max-width: 640px) {
          .navBarTab ul li a {
            line-height: 19px;
            font-size: 12px; } }

.navTitulo {
  min-height: 50px;
  padding: 10px 0;
  width: 100%;
  max-width: 1440px;
  display: block;
  margin: auto;
  margin-bottom: 25px;
  margin-top: 20px; }
  .navTitulo .titulo {
    display: inline-block;
    width: 48%;
    margin-left: 1%;
    text-align: left;
    vertical-align: top; }
    .navTitulo .titulo span {
      font-weight: 300;
      font-size: 28px;
      color: #fd8f2d;
      line-height: 30px; }
    @media (max-width: 780px) {
      .navTitulo .titulo {
        display: block;
        width: 98%;
        margin: auto;
        margin-bottom: 20px;
        text-align: center; } }
  .navTitulo .botones {
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: top; }
    .navTitulo .botones button {
      margin-left: 15px;
      margin-right: 0;
      margin-bottom: 10px; }
    @media (max-width: 780px) {
      .navTitulo .botones {
        display: block;
        width: 98%;
        margin: auto;
        margin-bottom: 20px;
        text-align: center; } }
  .navTitulo .controles {
    display: block;
    margin-top: 12px;
    text-align: right; }
    .navTitulo .controles select, .navTitulo .controles input {
      margin: 0;
      margin-left: 12px;
      display: inline-block; }
  .navTitulo.descargas {
    padding-right: 40px; }

/*******************************
    APP CONSTANTS
********************************/
/*******************************
    COLORS
********************************/
/*******************************
    COLORS
********************************/
/*******************************
    ANIMATIONS
********************************/
@-webkit-keyframes bouncedelay {
  0%,80%,100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes bouncedelay {
  0%,80%,100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*******************************
    TRIANGULAR
********************************/
.full-height {
  height: 100%; }

/*******************************
    CONTENT
********************************/
.triangular-toolbar-and-content {
  position: relative; }

/*******************************
    SIDEBAR
********************************/
.triangular-sidenav-left._md-locked-open {
  width: 260px;
  min-width: 260px;
  max-width: 260px;
  -ms-overflow-style: none;
  /* ie fix for removing scrollbars */ }
  .triangular-sidenav-left._md-locked-open.admin-sidebar-collapsed {
    min-width: 48px;
    max-width: 48px;
    transition: all .3s; }
    .triangular-sidenav-left._md-locked-open.admin-sidebar-collapsed.hover {
      min-width: 260px;
      max-width: 260px; }

/*******************************
  GENERAL APP
********************************/
body a {
  color: #209e91;
  text-decoration: none !important;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }

/****************************************
    OVERWRITES MATERIAL DEFAULT
****************************************/
.md-button.md-default-theme.md-primary, .md-button.md-primary {
  font-weight: bold; }

.md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab {
  font-weight: bold; }

.md-button.md-default-theme.md-accent.md-raised:not([disabled]):hover, .md-button.md-accent.md-raised:not([disabled]):hover, .md-button.md-default-theme.md-accent.md-fab:not([disabled]):hover, .md-button.md-accent.md-fab:not([disabled]):hover {
  background-color: #ff9800; }

md-content {
  background-color: transparent; }

md-content.md-cyan-theme {
  color: rgba(0, 0, 0, 0.87);
  background-color: #E1E1E1; }

md-dialog .md-dialog-content {
  padding: 10px; }

md-dialog {
  min-width: 500px; }

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
  color: white;
  z-index: 5; }

md-select {
  margin: 20px 0 20px 0; }

md-switch {
  margin: 0px 0; }

/*****************
    TABLE
******************/
table.md-table tbody.md-body > tr.md-row, table.md-table tfoot.md-foot > tr.md-row {
  height: 35px; }

@media only screen and (max-width: 600px) {
  table.md-table {
    padding-top: 25px; } }

.card-table table.md-table:not(.md-row-select) td.md-cell:first-child {
  padding: 0 10px; }
.card-table table.md-table td.md-cell:last-child, .card-table table.md-table th.md-column:last-child {
  padding: 0 10px 0 0; }
.card-table table {
  margin-top: 15px; }
  .card-table table tr {
    height: 35px !important; }
    .card-table table tr th md-icon {
      min-width: 14px;
      width: 14px;
      font-size: 10px; }
@media only screen and (max-width: 1100px) {
  .card-table {
    overflow-x: scroll; } }
@media screen and (max-width: 400px) {
  .card-table.dashcomp table {
    margin-top: 0; }
    .card-table.dashcomp table tr th {
      font-size: 11px;
      padding: 0 10px 0 0 !important; }
    .card-table.dashcomp table tr td {
      font-size: 11px;
      padding: 0 10px 0 0 !important; } }

table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2), table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding: 0 20px 0 0; }

md-toolbar.md-table-toolbar form > input:focus {
  outline: none; }

md-toolbar.md-table-toolbar form > input {
  width: 100%;
  margin: 0;
  border: none;
  color: rgba(0, 0, 0, 0.87); }

md-toolbar.md-table-toolbar.ng-hide {
  display: none; }

md-toolbar.md-table-toolbar.alternate .md-toolbar-tools {
  font-size: 16px;
  background-color: #ffcfa5; }

∫
table.md-table.md-row-select td.md-cell:nth-child(n+3):nth-last-child(n+2), table.md-table.md-row-select th.md-column:nth-child(n+3):nth-last-child(n+2) {
  padding: 0 30px 0 0; }

/*****************
    THEME
******************/
.main-content {
  background-color: #E1E1E1; }

.md-button.totdatesel {
  font-weight: bold;
  font-size: 12px;
  min-width: 40px;
  line-height: 30px; }

.md-button.totdatesel.totoptionsel {
  background-color: #ff9800; }

.md-button.totoptionsel {
  background-color: #ff9800;
  color: white; }

.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%; }

.md-display-3 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -.005em;
  line-height: 56px; }

.md-subheader-wrapper {
  margin-left: -5px !important;
  margin-right: 35px !important; }

.md-chart {
  font-size: 10px; }

.md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab, .md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised {
  color: white;
  background-color: #ff9800; }

/*****************
    SIDEBARMENU
******************/
.side-menu {
  width: 100%; }

.side-menu,
.side-menu ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #212121; }

.side-menu .md-button {
  font-weight: bold;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  line-height: 40px;
  margin: 0;
  max-height: 40px;
  overflow: hidden;
  padding: 0px 16px;
  text-align: left;
  text-decoration: none;
  width: 100%; }

.side-menu .menu-toggle-list a.md-button {
  display: block;
  padding: 0 16px 0 32px;
  text-transform: none;
  text-rendering: optimizeLegibility; }

.side-menu .menu-toggle-list a.md-button .badge-button {
  position: absolute;
  bottom: 11px;
  right: 10px; }

.side-menu .menu-toggle-list a.md-button.active {
  background-color: #212121;
  color: white; }

.side-menu .menu-toggle-list .md-button {
  display: block;
  padding: 0 16px 0 32px;
  text-transform: none; }

.side-menu > li {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.side-menu .md-button-toggle .md-toggle-icon {
  background-size: 100% auto;
  display: inline-block;
  margin: 0;
  color: darkgray;
  transition: transform .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease-in-out; }

.menu-toggle-list.ng-hide {
  max-height: 0; }

.menu-toggle-list {
  background: #fff;
  max-height: 1300px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-transition-property: max-height;
  -moz-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition-property: max-height;
  transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: max-height; }

.md-button-toggle .md-toggle-icon.toggled {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg); }

.side-menu .usuario {
  margin: 10px; }

.side-menu .usuario .avatar img {
  border-radius: 50%;
  margin: 5px; }

.side-menu .usuario .informacion {
  margin-left: 20px; }

md-sidenav .option-menu {
  font-weight: bold; }

md-list-item > md-icon:first-child:not(.md-avatar-icon), md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 17px; }

/*****************
    HEADER
******************/
#header .md-icon-button {
  margin-top: 12px; }

.md-subheader {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 0 5px !important;
  color: #666666;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 26px; }
  .md-subheader .al-subtitle, .md-subheader .al-title {
    font-weight: 300; }
  .md-subheader .md-subheader-inner {
    padding: 0 16px;
    padding-top: 10px;
    padding-bottom: 5px; }

.al-title {
  font-weight: 300;
  color: #666666;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif; }

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

/*****************
    LOGO
******************/
.tittle-branch {
  cursor: pointer; }

/*****************
    LOADER
******************/
.loader-overlay {
  -moz-opacity: 1;
  -moz-perspective: 10000;
  -moz-perspective: 10000px;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  -webkit-opacity: 1;
  -webkit-perspective: 10000;
  -webkit-perspective: 10000px;
  -webkit-transition: all 800ms ease-in-out;
  background: #ff9800;
  bottom: 0;
  filter: alpha(opacity=100);
  left: 0;
  opacity: 1;
  overflow: hidden;
  perspective: 10000;
  perspective: 10000px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 800ms ease-in-out;
  z-index: 10000;
  zoom: 1; }
  .loader-overlay .loader-inner {
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%; }

.loader-overlay.loaded {
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  zoom: 1; }

.spinner {
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  bottom: 0;
  height: 2em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  user-select: none;
  width: 5em; }
  .spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
    margin-right: .5em; }
  .spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    margin-right: .5em; }

.spinner > div {
  -moz-border-radius: 100%;
  -webkit-animation-fill-mode: both;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-border-radius: 100%;
  animation-fill-mode: both;
  animation: bouncedelay 1.4s infinite ease-in-out;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  height: 1em;
  width: 1em; }

/*****************
    DASHBOARDS
******************/
.chart-container {
  margin-top: 10px;
  padding: 10px;
  min-height: 100%;
  overflow: hidden; }

.chart-container md-card {
  margin: 0px; }

.chart-container md-card md-card-title md-card-title-text .md-headline-main {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 24px; }

.chart-container md-card md-card-title md-card-title-media .md-icon-button {
  margin: 0px;
  padding: 0px;
  line-height: 18px;
  height: 30px;
  width: 30px; }

/*****************
    MATERIAL ICONS
******************/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/*****************
    PIE CHART
******************/
.pie-charts {
  color: blue; }
  .pie-charts .pie-chart-item-container {
    position: relative;
    padding: 0 15px;
    float: left;
    box-sizing: border-box; }
    .pie-charts .pie-chart-item-container .panel {
      height: 114px; }
  @media screen and (min-width: 1325px) {
    .pie-charts .pie-chart-item-container {
      width: 25%; } }
  @media screen and (min-width: 700px) and (max-width: 1325px) {
    .pie-charts .pie-chart-item-container {
      width: 50%; } }
  @media screen and (max-width: 700px) {
    .pie-charts .pie-chart-item-container {
      width: 100%; } }
  .pie-charts .pie-chart-item {
    position: relative; }
    .pie-charts .pie-chart-item .chart-icon {
      position: absolute;
      right: 0px;
      top: 3px;
      z-index: -1; }
  @media screen and (min-width: 1325px) and (max-width: 1650px), (min-width: 700px) and (max-width: 830px), (max-width: 400px) {
    .pie-charts .chart-icon {
      display: none; } }
  .pie-charts .chart {
    position: relative;
    display: inline-block;
    width: 84px;
    height: 84px;
    text-align: center;
    float: left; }
  .pie-charts .chart canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .pie-charts .percent {
    display: inline-block;
    line-height: 84px;
    z-index: 2;
    font-size: 16px; }
  .pie-charts .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em; }
  .pie-charts .description {
    display: inline-block;
    padding: 20px 0 0 20px;
    font-size: 18px;
    opacity: 0.9; }
    .pie-charts .description .description-stats {
      padding-top: 8px;
      font-size: 24px; }
  .pie-charts .angular {
    margin-top: 100px; }
  .pie-charts .angular .chart {
    margin-top: 0; }

/*****************
    MAPS
******************/
.card-map {
  height: 520px;
  margin: 20px 0; }
  @media only screen and (max-width: 600px) {
    .card-map {
      height: 400px; } }

.md-googlemaps {
  height: 430px; }
  @media only screen and (max-width: 600px) {
    .md-googlemaps {
      height: 310px; } }
  .md-googlemaps .angular-google-map {
    height: 100%; }
    .md-googlemaps .angular-google-map .angular-google-map-container {
      height: 100%; }

/*****************
    SELECT
******************/
.demo-header-searchbox {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0; }

.demo-select-header {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10.667px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto; }

/*****************
    MD-ICON
******************/
ng-md-icon {
  margin-left: 10px;
  margin-right: 10px;
  fill: grey; }

ng-md-icon:focus {
  outline: -webkit-focus-ring-color auto 0px; }

.gridlist-dash {
  margin-bottom: 20px;
  height: 240px; }
  .gridlist-dash span.md-headline {
    line-height: normal; }
  @media only screen and (max-width: 960px) {
    .gridlist-dash {
      height: 520px; } }
  @media only screen and (max-width: 600px) {
    .gridlist-dash {
      height: 1100px; } }
  .gridlist-dash.dashcomp {
    height: 290px; }
    @media only screen and (max-width: 960px) {
      .gridlist-dash.dashcomp {
        height: 600px; } }
    @media only screen and (max-width: 600px) {
      .gridlist-dash.dashcomp {
        height: 1200px; } }
    .gridlist-dash.dashcomp .card-dashboard h1 {
      font-size: 37px;
      margin-bottom: 3px; }
    .gridlist-dash.dashcomp .card-dashboard div span {
      font-size: 14px; }

span.md-headline {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 19px; }
  @media only screen and (max-width: 1100px) {
    span.md-headline {
      font-size: 18px; } }

@media only screen and (max-width: 1100px) {
  md-card md-card-title {
    padding-top: 15px; } }

.card-dashboard {
  overflow: hidden; }
  .card-dashboard md-card-title {
    padding: 10px;
    padding-bottom: 0; }
  .card-dashboard md-card-content {
    padding: 0;
    padding-bottom: 10px; }
    .card-dashboard md-card-content svg {
      padding: 0;
      margin: 0 auto;
      width: 100%;
      height: 102px !important;
      overflow: overlay; }
      .card-dashboard md-card-content svg g {
        width: 100%; }
  .card-dashboard h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin: 0;
    color: #76AFD5;
    letter-spacing: -2px;
    font-size: 42px;
    margin-bottom: -2px;
    margin-top: -3px; }
  .card-dashboard h1.toteat-datacomp {
    color: #FF9900; }
  .card-dashboard small {
    font-weight: bold;
    font-size: 10px;
    color: #9B9B9B;
    text-transform: uppercase;
    display: block; }
  .card-dashboard div span {
    font-size: 16px;
    color: #76AFD5;
    display: block; }
  .card-dashboard div span.toteat-datacomp {
    color: #FF9900; }
  .card-dashboard span + small {
    margin-bottom: 10px; }

@media only screen and (max-width: 1100px) {
  .resp1000 {
    display: none; } }

.nvd3 text {
  font-family: 'Roboto Condensed';
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 300; }
  @media only screen and (max-width: 600px) {
    .nvd3 text {
      font-size: 9px; } }

/*****************
    TOTEAT
******************/
.toteat-modulename {
  margin-left: 10px;
  font-weight: bold; }

.toteat-rangopersonalizado {
  margin-top: 10px; }

.toteat-rangocomparar {
  margin-top: 10px; }

.toteat-toolbartitle {
  font-weight: bold;
  font-size: 18px; }

.toteat-counter {
  font-size: 24px;
  font-weight: bold;
  margin: 0px; }

.toteat-counter-part {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px; }

.toteat-counter-por {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px; }

.toteat-compare-up {
  font-size: 30px;
  font-weight: bold;
  color: green;
  margin: 0px; }

.toteat-compare-down {
  font-size: 30px;
  font-weight: bold;
  color: red;
  margin: 0px; }

.toteat-comment {
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin-left: 5px; }

.toteat-widget-compare {
  margin-left: 5px;
  color: white; }

.toteat-widget-vs {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px; }

.toteat-radiobtn {
  font-weight: bold; }

.toteat-radiobtn-filtered {
  color: red; }

.toteat-marker-valor {
  font-weight: bold;
  font-size: 14px; }

.toteat-greenicon {
  color: green; }

.toteat-redicon {
  color: red; }

/****************
    SIDEBAR
****************/
.md-toolbar-tools .fechasFiltro {
  color: white;
  font-size: 15px;
  margin-left: 15px;
  margin-top: 4px; }
.md-toolbar-tools .al-title {
  color: white;
  font-weight: 400; }

.filtro-toolbar {
  font-size: 16px;
  color: white;
  visibility: hidden;
  max-height: 0;
  transition: all 500ms;
  opacity: 0; }
  .filtro-toolbar.seleccionado {
    visibility: visible;
    max-height: 1300px;
    transition: all 500ms;
    opacity: 1; }
  .filtro-toolbar div:focus {
    outline: none; }
  .filtro-toolbar > div {
    padding: 10px 0; }
    .filtro-toolbar > div md-icon {
      color: white;
      opacity: 1 !important; }
    .filtro-toolbar > div .contenido {
      padding-left: 50px;
      padding-right: 20px;
      background: #E78B00;
      -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
      transition: all 500ms;
      max-height: 0;
      visibility: hidden;
      opacity: 1; }
      .filtro-toolbar > div .contenido, .filtro-toolbar > div .contenido > * {
        max-height: 0;
        opacity: 0;
        transition: all 500ms;
        visibility: hidden; }
      .filtro-toolbar > div .contenido.abierto {
        max-height: 700px;
        transition: all 100ms;
        visibility: visible;
        opacity: 1; }
        .filtro-toolbar > div .contenido.abierto, .filtro-toolbar > div .contenido.abierto > * {
          max-height: 700px;
          opacity: 1;
          visibility: visible;
          transition: all 500ms; }
  .filtro-toolbar h3 {
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
    margin-right: 15px; }
    .filtro-toolbar h3:focus {
      outline: none; }
  .filtro-toolbar .datoResumen {
    color: rgba(0, 0, 0, 0.5);
    margin: 14px 0;
    font-size: 14px;
    cursor: pointer; }
    .filtro-toolbar .datoResumen:focus {
      outline: none; }
  .filtro-toolbar label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9); }
  .filtro-toolbar .datePickers label {
    padding-left: 64px; }
  .filtro-toolbar .md-button {
    min-width: inherit; }
    .filtro-toolbar .md-button.md-icon-button md-icon {
      opacity: 0.6; }
  .filtro-toolbar md-select {
    font-size: 14px; }
  .filtro-toolbar md-checkbox:last-of-type {
    margin-left: 20px;
    margin-right: 50px; }
    @media only screen and (max-width: 800px) {
      .filtro-toolbar md-checkbox:last-of-type {
        margin-top: 25px;
        margin-bottom: 26px; } }
  .filtro-toolbar md-input-container {
    min-width: 200px;
    max-width: 250px;
    margin-right: 25px; }
  .filtro-toolbar md-radio-button.md-default-theme.md-checked .md-off,
  .filtro-toolbar md-radio-button.md-checked .md-off {
    border-color: white; }
  .filtro-toolbar md-radio-button.md-default-theme .md-on,
  .filtro-toolbar md-radio-button .md-on {
    background-color: white; }
  .filtro-toolbar md-radio-group.layout-row md-radio-button {
    margin-bottom: 19px; }
  .filtro-toolbar md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value.md-select-placeholder {
    color: white; }
  .filtro-toolbar md-option,
  .filtro-toolbar .md-option {
    color: white; }
  .filtro-toolbar md-optgroup label {
    padding: 0; }
  .filtro-toolbar .dimensiones md-radio-button {
    margin-top: 20px; }
  @media only screen and (max-width: 600px) {
    .filtro-toolbar .radioUnidad md-radio-group md-radio-button {
      min-width: 34%;
      display: inline-block; } }

.header-searchbox {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box; }

.usuarioNoLogeado {
  margin-top: -25px;
  padding: 0; }

#inicio {
  position: relative;
  background: #f45018;
  background: -moz-linear-gradient(45deg, #f45018 0%, #ff9200 100%);
  background: -webkit-linear-gradient(45deg, #f45018 0%, #ff9200 100%);
  background: linear-gradient(45deg, #f45018 0%, #ff9200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45018', endColorstr='#ff9200', GradientType=1); }
  #inicio .tituloPortada {
    color: white;
    margin-left: 100px;
    margin-top: 150px; }
    #inicio .tituloPortada small {
      text-transform: uppercase;
      color: white; }
    #inicio .tituloPortada h2 {
      font-weight: 400;
      font-size: 48px;
      color: white;
      margin: 4px 0; }
    #inicio .tituloPortada p {
      font-size: 18px;
      font-weight: 400;
      color: white; }
    @media all and (max-width: 600px) {
      #inicio .tituloPortada {
        margin-left: 40px;
        margin-top: 80px; } }
  #inicio .fondoGrafico {
    background-image: url(../../assets/images/fondo_grafico.png);
    display: block;
    width: 100%;
    margin: 0;
    height: 250px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0; }

/*# sourceMappingURL=app.css.map */
