/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/*
@media (min-width: 1200px){
.container {
    width: 97%;

}
*/

@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .text-xs-center {
    text-align: center;
  }
  .metodos-pago {
    padding: 0em 1em;
  }
  .metodos-pago .img-thumbnail img {
    width: 100%;
    margin-left: 0px;
  }
  .page-box {
    padding: 6em 0em;
  }
  .xs-display-block {
    width: 100%;
  }
  .text-amount {
    font-size: 18px;
  }
}

@media (max-width: 311px) {
  .input-group-type3 label.form-control {
    text-align: right;
    width: auto;
  }
}

@media (max-width: 600px) {
  table .btn-min-width {
    min-width: inherit;
  }
  .cotization-input .text {
    width: 100%;
    text-align: left;
    display: inline-table;
    border-radius: 4px 0px 0px 0px;
    -moz-border-radius: 4px 0px 0px 0px;
    -webkit-border-radius: 4px 0px 0px 0px;
    border-bottom: none;
    font-size: 13px;
    border-right: none;
  }

  .cotization-input .show-mobil{
    display:none;
   }

  .cotization-input input {
    font-size: 18px;
    text-align: center;
  }
  .cotization-input .symbol {
    font-size: 21px;
    padding-top: 26px;
    font-weight: bold;
    font-family: 'SanFranciscoDisplay-Bold';
  }
  .cotization-input-client .text {
    width: 100%;
    text-align: center;
    display: inline-table;
    border-radius: 4px 4px 0px 0px !important;
    -moz-border-radius: 4px 4px 0px 0px !important;
    -webkit-border-radius: 4px 4px 0px 0px !important;
    border-right: 1px solid #ccc;
    border-bottom: none;
    font-size: 16px;
  }

  .cotization-input-client .show-mobil{
    display:none;
   }

  .cotization-input-client .input-group {
    width: 100%;
  }
  .cotization-input-client .form-control {
    width: 100% !important;
    text-align: center !important;
    font-size: 18px;
    border-radius: 0px;
  }
  .cotization-input-full .text {
    width: 100%;
    text-align: center;
    display: inline-table;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-right: 1px solid #ccc;
    border-bottom: none;
    font-size: 16px;
  }
  .cotization-input-full .form-control {
    text-align: center;
    border-radius: 0px;
  }
  .cotization-input-full input {
    font-size: 21px;
    text-align: center;
  }
  .cotization-input-full .symbol {
    font-size: 21px;
    padding-top: 26px;
    font-weight: bold;
    font-family: 'SanFranciscoDisplay-Bold';
  }
  .cotization-input-full {
    width: 100%;
  }
  .cotization-input-full .text {
    width: 100%;
    text-align: right;
  }
  .scroll-tablet-mobile {
    overflow-x: scroll;
    margin-bottom: 1em;
  }
  .scroll-list {
    margin-bottom: 1em;
    background: #f3f3f3;
    border-radius: 6px;
    padding: 1em;
    border: solid 1px #c7c5c5;
  }
  /*Aplicar formato para botones en móvil*/
  .btn-full-mobile {
    margin-top: 2em;
  }
  .btn-full-mobile .btn, .btn-full-mobile .btn-group {
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 0.4em;
    font-size: 18px;
    text-align: left;
    margin-left: 0px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .btn-full-mobile .btn-group {
    overflow: visible !important;
  }
  .btn-full-mobile .btn-group .dropdown-menu {
    margin-top: -126px;
    width: 100%;
  }
  .btn-full-mobile .btn i {
    padding-right: 5px;
  }
  table .btn {
    margin-bottom: 12px;
  }
}

@media (max-width: 280px) {
  html, body {
    width: 320px;
    overflow-x: scroll;
  }
}

@media (max-width: 818px) {
  .cliente-info-cotizacion {
    margin-bottom: 1em;
  }
  .cliente-logo-cotizacion {
    padding: 1em 0em;
    text-align: center;
  }
  ul.nav-wizard li {
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  .cotizacion-logo {
    position: relative !important;
    text-align: center;
    width: 100% !important;
    display: block;
    right: initial !important;
  }
  .input-group-type2 .input-group-addon {
    width: 50%;
  }
  .input-group-type1 .input-group-addon {
    width: 50%;
  }
}

@media (max-width: 990px) {
  .cotizacion-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 170px;
  }
  .cotizacion-logo img {
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 1350px) {
  .container {
    width: 100% ;
  }
}

@media (max-width: 332px) {
  .show-mobil{
    display: inline-table !important;

   }

    .show-mobil .help-icon-form{
      margin-left: 1em;
      margin-top: -11px;
      position: absolute;
    }
  .hidden-mobil{
    display:none  !important;
   }
}
/* Media queries */

@media only screen and (max-width: 745px) {
  .main {
    margin-left: 0;
    margin-top: 0;
    transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -webkit-transition: transform .3s ease;
  }
  .sidebar-small .main {
    margin-top: 0;
    margin-left: 0;
    transform: translateX(80px);
    -moz-transform: translateX(80px);
    -webkit-transform: translateX(80px);
    -webkit-transform: -webkit-translateX(80px);
    -webkit-transform: translateX(80px);
  }
  .sidebar-small .header {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    padding-left: 0;
  }
  .main .layout-page {
    padding-top: 60px;
  }
  .header {
    padding-left: 0;
  }
  .header .page-header {
    font-size: 16px;
  }
  .content {
    margin: 1.2em 0;
  }
  .sidebar {
    width: 100px;
    padding: 0;
    left: -100px;
  }
  .sidebar-small .sidebar {
    left: 0;
  }
  .sidebar li a {
    padding-left: 1em;
    text-align: center;
  }
  .sidebar li span {
    font-size: .9em;
    display: block;
  }
  .sidebar li .fa {
    position: static;
    display: block;
    margin-bottom: 3px;
  }
  .sidebar .logo {
    background-color: #ebe7e7;
  }
  .sidebar .logo img {
    display: none;
  }
  .media-left {
    display: block;
  }
  .media-body {
    margin-top: 2em;
    display: block;
    width: 100%;
  }
  .home-menu {
    display: none;
    width: 100%;
  }
  .home-menu li a, .home-menu li {
    width: 100%;
    display: block;
  }
  .content-header {
    padding-right: 2em;
    padding-top: 13px;
    height: 46px;
    overflow: hidden;
  }
  .content-header .header-toggle {
    right: 0;
    top: 20px;
  }
  .content-header .page-header {
    padding-left: 0;
  }
  .sidebar-small {
    left: 0;
    overflow-x: hidden;
  }
  table.table.table-no-more {
    width: 100%;
  }
  /* Force table to not be like tables anymore */
  table.table.table-no-more, table.table.table-no-more thead, table.table.table-no-more tbody, table.table.table-no-more th, table.table.table-no-more td, table.table.table-no-more tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  table.table.table-no-more thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table.table-no-more tr {
    /*border: $base-border-style;*/
  }
  table.table.table-no-more td {
    /* Behave  like a "row" */
    border: none;
    /*border-bottom: $base-border-style;*/
    position: relative;
    white-space: normal !important;
    text-align: left;
    padding-left: 53%;
  }
  table.table.table-no-more td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
  Label the data
  */
  table.table.table-no-more td:before {
    content: attr(data-title);
    font-weight: bold;
    color: #00a7ff;
    text-align: right;
    font-family: 'SanFranciscoDisplay-Bold';
    padding-right: 0px;
    width: 40%;
    margin-top: 2px;
    white-space: normal;
  }
  /* Force table to not be like tables anymore */
  table.table.table-list, table.table.table-list thead, table.table.table-list tbody, table.table.table-list th, table.table.table-list td, table.table.table-list tr {
    display: block;
  }
  table.table.table-list tr {
    display: block;
    border-bottom: #a0a0a0 solid 2px;
  }
  table.table.table-list thead tr {
    display: none;
  }
  /* convirte tabla en lista */
  table.table-list {
    display: block;
    height: 280px;
    overflow-y: scroll;
  }
  table.table.table-list td {
    position: relative;
    white-space: normal !important;
    text-align: center;
    padding-top: 0em;
    font-size: 15px;
  }
  table.table.table-list td:before {
    content: attr(data-title);
    font-weight: bold;
    color: #00a7ff;
    text-align: center;
    font-family: 'SanFranciscoDisplay-Bold';
    padding-right: 0px;
    width: 100%;
    margin-top: 2px;
    display: block;
    /* position: relative; */
  }
  .labels {
    margin-top: 2em;
  }
  .label-box {
    display: block;
    border: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *, *:before, *:after, *:first-letter, *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                               http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
