
/* general */
*[data-click] {
    cursor: pointer;
  }
  .ff-mont {
      font-family: 'Montserrat', sans-serif !important;
  }
  .ff-rale {
      font-family: "Raleway", sans-serif !important;
  }
  
  /* login */
  .login-box,
  .register-box {
    width: 100%;
    margin: 0 auto;
    /* width: 720px; */
    /* margin: 4% auto; */
  }
  .login-box-lg {
      width: 40%;
  }
  .login-box-demo {
      height: 100% !important;
  }
  .divider-vert:after {
      background: #dadee4;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
  }
  .login-block {
      position: relative;
      width: 100%;
      height: 100%;
      background-image: url(../../images/login.jpg);
      background-size: cover;
      background-position-x: 50%;
      background-position-y: center;
      background-repeat: no-repeat;
  }
  .login-block:before, .register-block:before, .asesorias-block:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #2c64ff;
      filter: alpha(opacity=60);
      opacity: .4;
  }
  .register-block {
      position: relative;
      width: 100%;
      height: 100%;
      background-image: url(../img/register.jpg);
      background-size: cover;
      background-position-x: 50%;
      background-position-y: center;
      background-repeat: no-repeat;
  }
  .asesorias-block {
      position: relative;
      width: 100%;
      height: 100%;
      background-image: url(../../images/asesoria.jpg);
      background-size: cover;
      background-position-x: 50%;
      background-position-y: center;
      background-repeat: no-repeat;
  }
  /* demo */
  .demo-block {
      position: relative;
      width: 100%;
      height: 100%;
      background-image: url(../../images/facts.jpg);
      background-size: cover;
      background-position-x: 50%;
      background-position-y: center;
      background-repeat: no-repeat;
      /*
      background-size: cover;
      background-position: center center;
      min-height: 470px;
      height: auto;
      padding: 0 !important;
      z-index: 0;
      background: #fff url(../../images/facts.jpg) no-repeat fixed;
      color: #fff;
      */
  }
  .sombreado {
      background: rgba(0,0,0,0.69);
  }
  .demo-image {
      /* position: relative; */
      width: 100%;
      height: inherit;
      /* background-image: url(../../images/demo-login.png); */
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
  }
  .demo-image:before {
      content: "";
      position: absolute;
      width: 100%;
      /* height: 100%; */
      height: inherit;
      /* background-color: #2c64ff; */
      background-image: url(../../images/demo-login.png);
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
      /* opacity: .6; */
  }
  /* botones */
  .btn-group {
    margin: 5px 0px 0px 5px;
  }
  
  .btn-mas {
      margin: -5px 0px 0px 10px;
  }
  
  .btn-mas2 {
      margin: -15px 0px 0px 10px;
  }
  
  .btn-app {
    padding: 10px 10px;
    /* margin: 10px 0px 10px 10px; */
    min-width: 70px;
    height: 50px;
    color: #444;
  }
  
  .btn-app-lg {
    min-width: 80px;
    height: 70px;
  }
  
  .btn-app:hover {
    background: #e7e7e7;
    color: #333;
  }
  
  .btn-ocultar {
      padding: 5px 5px;
  }
  
  .btn-ui-widget {
    padding: 4px 8px;
    font-size: 1em;  /* 16px; */
    line-height: 1.3333333;
    border-radius: 4px;
    margin: 10px 20px !important;
  }
  
  /* formularios */
  .control-label {
      padding-top: 6px !important;
      padding-left: 2px;
      padding-right: 2px; 
  }
  
  .label-sumas {
      text-align: center !important;
  }
  
  .form-control {
      border-radius: 3px;
  }
  
  .form-control:focus {
      /* border: 1px solid #00a2ee; */
      box-shadow: 0 0 8px rgba(0, 162, 238, 0.6);
      /* outline: medium none; */
      transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  }
  
  .input-sm {
      height: 30px;
      padding: 3px 6px;
      font-size: 14px;
      /* border-radius: 3px; */
      margin-bottom: 1px;
  }
  
  .input-grid {
      margin: 0px;
      border: none;
  }
  
  .input-grid:focus {
      /* border: 1px solid #ccc;
      box-shadow: 0 0 3px rgba(0, 162, 238, 0.6); */
      box-shadow: 0 0 8px rgba(0, 162, 238, 0.8);
      transition: none;
  }
  
  .input-tpv {
      height: 28px;
  }
  
  .input-datepicker {
      position: relative;
      z-index: 99;
  }
  
  .ui-datepicker {
      z-index: 9999 !important;
  }
  
  .input-docventa {
      height: 24px !important;
      padding: 1px 6px !important;
  }
  
  .input-contratar {
      height: 34px !important;
      padding: 6px 12px 6px 12px !important;
  }
  
  .total-docventa {
      height: 28px !important;
      padding: 0px 6px !important;
      line-height: 1.3 !important;
      font-size: 18px !important;
  }
  
  .icono-docventa {
      height: 24px !important;
      padding: 1px 1px !important;
  }
  
  .bg-footer {
      /* background-color: #f5f5f5 !important; */
      /* background-color: #f4f4f4 !important; */ /* btn-app */
      background-color: #f9f9f9 !important;
  }
  
  .bg-white {
      background-color: #fff !important;
  }
  
  .bg-login-asesorias {
      background-color: DarkSeaGreen !important; 
  }
  
  .bg-macro01 {
      background-color: #7052fb !important; 
  }
  
  .color-macro01 {
      color: #7052fb !important; 
  }
  
  .color-macro02 {
      color: #2b2350 !important; 
  }
  
  .input-group .input-group-addon {
      background-color: #eee;
  }
  
  .input-group .input-group-addon a {
      color: #333;
  }
  
  .nav-tabs > li > a {
      color: #444;
  }
  
  .fc-view-container  a {
      color: inherit;
  }
  
  #homeBackground a {
      color: #888;
  }
  
  .text-izq {
      text-align: left !important;
  }
  
  .text-cen {
      text-align: center !important;
  }
  
  .no-padding-right {
      padding-right: 5px;
  }
  
  .no-padding-left {
      padding-left: 5px;
  }
  
  .margin-r-10 {
      margin-right: 10px;
  }
  .margin-r-20 {
      margin-right: 20px !important;
  }
  
  .panel-title .accordion-toggle:after {
      /* symbol for "opening" panels */
      font-family: 'FontAwesome';
      content: "\f078";    /* fa-chevron-down */
      float: right;        /* adjust as needed */
      color: grey;         /* adjust as needed */
  }
  
  .panel-title .accordion-toggle[aria-expanded="true"]:after {
      /* symbol for "collapsed" panels */
      content: "\f077";    
  }
  
  .filtros-toggle:before {
      font-family: 'FontAwesome';
      content: "\f078";
      float: right;
      font-size:14px;
      color:#444;
      margin-left:60px;
  }
  
  .filtros-toggle[aria-expanded="true"]:before {
      content: "\f077";
  }
  
  .btn-ver-pwd {
    position: absolute;
    top: 27px;
    right: 17px;
    padding: 0.5em;
    cursor: pointer;
    font-size: 20px;
    color: #2c3e50;
    background: transparent;
    z-index: 99;
  }
  
  /* formularios - imagenes */
  .buscar-imagen-ficha {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.6em;
    cursor: pointer;
    font-size: 16px;
    color: white;
    background: grey;
    z-index: 99;
  }
  
  .borrar-imagen-ficha {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.6em;
    cursor: pointer;
    font-size: 16px;
    color: white;
    background: grey;
    z-index: 99;
  }
  
  .borrar-acceso-directo {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5em;
    cursor: pointer;
    font-size: 1em !important;
    color: white;
    background: black;
    z-index: 99;
  }
  
  .imgs-holder .single-img {
    width: 19%;
    margin: 1px;
    position: relative;
    float: left;
  }
  
  .imgs-holder .single-img .delete-img {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.4em;
    color: white;
    background: grey;
  }
  
  .imgs-holder .single-img img {
    width: 100%;
  }
  
  /* formularios - adjuntos */
  .adjuntos-holder .single-file {
    width: 20%;
    margin: 1px;
    position: relative;
  }
  
  .adjuntos-holder .single-file{
    width: 19%;
    margin: 1px;
    position: relative;
    float: left;
  }
  
  .adjuntos-holder .single-file .delete-file, .hdd-holder .single-file .delete-file {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.4em;
    color: white;
    background: grey;
  }
  
  .adjuntos-holder .single-file div {
    width: 100%;
    height: 20%;
    overflow: hidden;
    display: block;
    background-color: #dddddd;
    color: #222222;  
    text-align: center;
  }
  
  .adjuntos-holder .single-file div a, .hdd-holder .single-file div a{
    width: 100%;
    height: 100%;
    padding: 25px 0px;
  }
  
  .hdd-holder .single-file{
    width: 12%;
    margin: 1px;
    position: relative;
    float: left;
  }
  
  .hdd-holder .single-file div {
    width: 100%;
    height: 12%;
    overflow: hidden;
    display: block;
    background-color: #dddddd;
    color: #222222;  
    text-align: center;
  }
  
  /* formularios - ayuda */
  .bg-help {
    padding: 0px;
    border-color: #00c0ef;
    background-color: #ecf0f5;
    /* background-color: #eaedee; */
  }
  .block-help {
      padding: 5px 10px;
      margin-top: 10px;
      margin-bottom: 10px;
  }
  .list-group-help {
      display: table;
      width: 99%;
      margin-left: 10px;
      margin-bottom: 0px;
  }
  .list-group-help .list-group-item {
      /* display: inline-block; */
      display: table-cell;
  }
  .list-group-help .list-group-item {
      margin-bottom: 0;
      margin-left:-4px;
      margin-right: 0;
  }
  .list-group-help .list-group-item:first-child {
      border-top-right-radius:0;
      border-bottom-left-radius:4px;
      border-color:#aaa;
      width: 15%;
  }
  .list-group-help .list-group-item:last-child {
      border-top-right-radius:4px;
      border-bottom-left-radius:0;
      width: 85%;
  }
  
  /* mensajes */
  .flash {
    position: fixed;
    top: 0;
    right: 0;
    margin: 1em;
    z-index: 9999;
  }
  
  /* listados */
  .fila-listado, .sorting_disabled {
      padding: 0px 10px !important;
  }
  
  /* app-loading */
  #app-loading {
      position: fixed;
      right: 1%;
      bottom: 1%;
      overflow: auto;
      width: 20%;
      margin-right: 2px;
      padding: 5px;
      border-radius: 5px 5px 5px 5px;
      background: #313a39;
      color: #dbdbdb;
      text-align: center;
      z-index: 9999;
  }
  
  #app-loading span {
      font-family: 'Open Sans', sans, arial;
      font-size: 0.9em;
      width: 100%;
      margin: 0 auto;
      padding: 2px 0;
      color: #dbdbdb;
  }
  
  /* datatable */
  .table {
    /* width: 100% !important; */
  }
  
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    width: 100%;
    display: block;
    text-align: center;
    float: none;
  }
  
  div.dataTables_wrapper div.dataTables_filter label {
  /*.dataTables_wrapper .dataTables_filter label {*/
    width: 100%;
  }
  
  div.dataTables_wrapper div.dataTables_filter input {
  /*.dataTables_wrapper .dataTables_filter input {*/
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    height: 35px;
    padding: 6px 9px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
    margin-left: 0;
  }
  
  .dataTables_scrollBody {
      overflow: none !important;
  }
  
  .table-striped tbody tr.highlight td { 
      /* background-color: #35647d !important; */
      background-color: #3c8dbc !important;
      color: #ffffff;
  }
  
  .table-striped tbody tr.highlight td input{ 
      background-color: #cccccc !important;
  }
  
  /* user panel */
  #logo-empresa {
      min-height: 45px;
  }
  
  /* TPV */
  .botonTPV {
      white-space: normal !important;
      overflow: hidden;
  }
  
  .botonSel {
      background-color: #3c8dbc !important;
      border-color: #367fa9 !important;
      /* background-color: #798d8f !important; */
  }
  
  .footerTPV {
      padding-top: 5px;
  }
  
  .numpadTPV {
      color: #ffffff !important;
      background-color: #000000;
      font-size: 1.5em !important;
      font-weight: 900;
      -webkit-border-radius: 5px !important; /* border-radius para Safari y Chrome */
      -moz-border-radius: 5px !important; /* border-radius para Firefox */
      -khtml-border-radius: 5px !important; /* border-radius para navegadores Linux */
      border-radius: 5px !important;
  }
  
  .keyboardTPV {
      font-size: 1.2em !important;
      font-weight: bold;
      border: 1px solid #666666;
      background: #000000 url("images/ui-bg_inset-soft_25_000000_1x100.png") 50% bottom repeat-x;
      color: #ffffff;
  }
  
  .btnkeyboardTPV {
      border: 1px solid #666666;
      background: #555555 url("images/ui-bg_glass_20_555555_1x400.png") 50% 50% repeat-x;
      font-weight: bold;
      color: #eeeeee;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
  }
  
  .totalcobrarTPV {
      font-size: 2.0em !important;
      -webkit-border-radius: 5px !important; /* border-radius para Safari y Chrome */
      -moz-border-radius: 5px !important; /* border-radius para Firefox */
      -khtml-border-radius: 5px !important; /* border-radius para navegadores Linux */
      border-radius: 5px !important;
  }
  
  .regular-checkbox {
      display: none;
  }
   
  .regular-checkbox + label {
      background-color: #fafafa;
      border: 1px solid #cacece;
      box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
      padding: 9px;
      border-radius: 3px;
      display: inline-block;
      position: relative;
  }
   
  .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
      box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
  }
   
  .regular-checkbox:checked + label {
      background-color: #e9ecee;
      border: 1px solid #adb8c0;
      box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
      color: #99a1a7;
  }
   
  .regular-checkbox:checked + label:after {
      content: '\2714';
      font-size: 14px;
      position: absolute;
      top: 0px;
      left: 3px;
      color: #99a1a7;
  }
   
   
  .big-checkbox + label {
      padding: 16px;
  }
   
  .big-checkbox:checked + label:after {
      font-size: 28px;
      left: 6px;
  }
  
  .tag {
      font-family: Arial, sans-serif;
      position: relative;
      padding-top: -10px;
      padding-left: 15px;
      font-weight: bold;
      display: block;
      float: left;
  }
  
  /* appendgrid overwrite */
  .appendgrid {
    width: 100%;
  }
  
  .imagen-appendgrid {
      width: 75% !important;
      text-align: center !important;
  }
  
  .appendGrid tfoot button.append, 
  .appendGrid tfoot button.removeLast {
      height: 30px;
      margin: 0 0 0 5px;
      min-width: 46px;
  }
  
  .appendGrid tbody td.last button.insert, .appendGrid tbody td.last button.remove, .appendGrid tbody td.last button.moveUp, .appendGrid tbody td.last button.moveDown {
      height: 28px;
      text-align: center;
      width: 28px;
  }
  
  /* jquery-ui overwrite */
  .ui-dialog-buttonset {
      float: none !important;
      text-align: center !important;
  }
  
  .ui-widget-overlay {
     background-color: #000;
     filter: alpha(opacity=50);
     opacity: .5;
  }
  
  /* bootstrap overwrite */
  .modal-content {
      border-radius: 6px;
  }
  
  /* tareas */
  .cerrar-tarea {
    margin: -2px 0px 0px 10px;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
  }
  .cerrar-tarea:hover,
  .cerrar-tarea:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
  }
  
  /* notificaciones */
  .mailbox-tools .tools {
    display: none;
    float: right;
    color: #dd4b39;
  }
  .mailbox-tools .tools .fa {
    margin: 10px 10px;
    cursor: pointer;
  }
  .mailbox-item:hover > td .tools {
    display: inline-block;
  }
  
  /* resumen */
  .info-box-content {
      height: 90px;
      overflow: hidden;
  }
  .info-box-icon i {
      line-height: 90px !important;
  }
  .info-box-text {
    font-weight: bold;
  }
  .info-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
  }
  .info-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
  }
  
  /* bocadillos */
  #bocadillo-remesas {
     position: fixed;
     top: 20%;
     margin-left: 10px;
     padding: 15px;
     width: 250px; 
     border-radius: 10px;
     background-color:  #03a9f4; /* #f80; */
     font-family: "trebuchet ms", tahoma, verdana, sans-serif;
     font-size: 1.2em;
  }
  #bocadillo-remesas:before {
     content:"";
     position: absolute;
     width: 0;
     height: 0;
     border-top: 20px solid transparent;
     border-right: 30px solid #03a9f4;   /* #f80; */
     border-bottom: 20px solid transparent;
     margin: 10px 0 0 -32px;
  }
  #bocadillo-ventas-ver-cliente {
     z-index: 999;
     position: absolute;
     top: 65px;
     right: 0;
     margin-left: 10px;
     padding: 15px;
     width: 250px; 
     border-radius: 10px;
     background-color:  #03a9f4; /* #f80; */
     font-family: "trebuchet ms", tahoma, verdana, sans-serif;
     font-size: 1.2em;
  }
  #bocadillo-ventas-ver-cliente:before {
     content:"";
     position: absolute;
     width: 0;
     height: 0;
     border-bottom: 30px solid #03a9f4;  /* #8f0; */
     border-right: 20px solid transparent;
     border-left: 20px solid transparent;
     margin: -30px 0 0 180px;
  }
  #bocadillo-ventas-domicilios-cliente {
     z-index: 999;
     position: absolute;
     top: 120px;
     right: 0;
     margin-left: 10px;
     padding: 15px;
     width: 300px; 
     border-radius: 10px;
     background-color:  #03a9f4; /* #f80; */
     font-family: "trebuchet ms", tahoma, verdana, sans-serif;
     font-size: 1.2em;
  }
  #bocadillo-ventas-domicilios-cliente:before {
     content:"";
     position: absolute;
     width: 0;
     height: 0;
     border-bottom: 30px solid #03a9f4;  /* #8f0; */
     border-right: 20px solid transparent;
     border-left: 20px solid transparent;
     margin: -30px 0 0 220px;
  }

    .fs-09em {
        font-size: 0.9em !important;
    }

    .lh-16em {
        line-height: 1.6em !important;
    }
    .testimonial-two blockquote {
		min-height: 560px;
	}

    .testi-pad {
        padding: 30px 30px !important;
        
    }
    .testi-margin {
    margin: 20px 0px 0px 0px !important;
    }
    .testi-avatar {
    height: 100px !important;
    width: 100px !important;
    }
  
  @media (max-width: 767px) {
      .login-box-lg {
          width: 100%;
      }
      .btn-app {
          padding: 12px 6px 10px 6px;
          min-width: 43px;
          height: 40px;
      }	
      .btn-tab-xs {
          padding: 10px 6px !important;
          height: 50px !important;
      }
      .title-collapse {
          text-align: center;
      }
      .control-label {
          font-size: 0.95em;
      }
      .sidebar-xs {
          display: initial;
      }
      .sidebar-xs-collapse {
          display: none;
      }
      .form-xs-top {
          display: initial;
      }
      .form-xs-down {
          display: none;
      }
      .content {
          padding: 0px;
      }
      .no-padding-right {
          padding-right: 3px;
      }
      .no-padding-left {
          padding-left: 3px;
      }
      .ui-dialog .ui-dialog-content {
          padding: 0;
          font-size: 0.9em;
      }
      #compras-main {
          padding-left: 0px !important;
          padding-right: 0px !important;
      }
      h2 {
          font-size: 22px;
      }
      h4 {
          font-size: 15px;
      }
      .login-box,
      .register-box {
          width: 100%;
          margin: 1% auto;
      }
      .login-box-body {
          /* padding: 2px; */
          padding-left: 20px !important;
          padding-right: 20px !important;
          height: auto !important;
      }
      .login-box-msg {
          padding: 10px;
      }
      .well {
          padding: 10px;
      }
      .input-lg {
          font-size: 14px;
      }
      .box-body {
          padding: 0px;
      }
  }