:root { 
    --white: #ffffff;
    --red: #ef6912;
    --black: #212529;
    --grey: #6C757D;
    --dark-hover:  #484848;
    --blue: #03aaf0;
}
@font-face {
    font-family: 'HelveticaNeueLT';
    src: url('fonts/HelveticaNeueLTStd-Lt.eot');
    src: url('fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Lt.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'),
        url('fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
html, body{
    height: 100%;
}
body {
    background: #fff;
    font-family: 'HelveticaNeueLT', sans-serif;
    font-size: 15px;
    color: var(--black);
    font-weight: 400;
    padding-top: 68px;
}
body.admin {
    background: #f4f4f4;
}
a, a:hover, a:focus {
    color: var(--red);
}
.underline {
    text-decoration: underline;
}
.container, .container-fluid {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.clear, .clearfix {
    display: block;
    clear: both;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}
.height30 {
    height: 30px;
}
.height50 {
    height: 50px;
}
img {
    max-width: 100%;
    height: auto;
}
.black {
    color: var(--black);
}
.white {
    color: var(--white);
}
.red {
    color: var(--red);
}
.grey {
    color: var(--grey);
}
.bg-black {
    background: var(--black);
}
.bg-white {
    background: var(--white);
}
.bg-red {
    background: var(--red);
}
a, a:hover {
    text-decoration: none;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 8px 0;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
}
.index header .logo {
    width: 100px;
}
.index header .regresar {
    text-align: right;
    padding-top: 12px;
}
.index header a {
    color: #fff !important;
}
.index header a img {
    width: 12px;
}
.index header a span {
    text-decoration: underline;
}
.login {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}
.login img {
    width: 160px;
}
.login input {
    width: 100%;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
    outline: none;
}
.boton {
    color: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    padding: 10px 30px;
    display: inline-block;
    background: var(--red);
}
.boton:hover, .boton:focus {
    color: #fff;
}
.btn {
    color: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    padding: 8px 24px;
    display: inline-block;
    background: var(--red);
    font-size: 15px;
}
.btn:hover, .btn:focus {
    color: #fff;
}
.btn2 {
    color: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    padding: 8px 24px;
    display: inline-block;
    background: var(--blue);
    font-size: 15px;
}
.btn2:hover, .btn2:focus {
    color: #fff;
}
.login .boton {
    width: 100%;
}
.input-pass {
    position: relative;
}
.input-pass span {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 14px;
    width: 24px;
}
.input-pass span {
    cursor: pointer;
}
.input-pass .ver img.hide {
    display: none;
}
.input-pass .ver img.show {
    display: block;
}
.input-pass .ocultar img.hide {
    display: block !important;
}
.input-pass .ocultar img.show {
    display: none !important;
}
h1, h2, h3, h4 {
    font-weight: bold;
    color: var(--black);
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
}
.table-responsive {
    width: 100%;
    overflow-x: scroll;
}
.table-responsive table {
    width: 100%;
    min-width: 800px;
}
.boton .fa-plus-square-o {
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.titulo h2 {
    margin-top: 0;
    padding-top: 0;
}
@media(min-width: 767px) {
    .right767 {
        text-align: right;
    }
}
.bread {
    color: #555;
    font-size: 14px;
}
.bread span {
    margin-right: 2px;
}
.filtrar a {
    color: #777;
    font-size: 14px;
    padding-right: 20px;
}
.filtrar span {
    font-size: 12px;
    margin-right: 4px;
}
table th {
    border-bottom: 1px solid #ddd;
    padding: 6px;
}
table td {
    border-bottom: 1px solid #ddd;
    padding: 9px 6px;
}
.alert-danger.cotizaciones {
    color: #232c50;
    font-weight: normal;
}
.alert-danger.cotizaciones a {
    font-weight: bold;
    text-decoration: underline;
    color: #232c50;
}
.alert-success {
    color: #125034;
    position: relative;
    padding-left: 35px;
}
.alert-success .fa {
    position: absolute;
    left: 15px;
    top: 18px;
}
.filtros {
  color: #111;
  background-color: #f2dede;
  border-color: #ebccd1;
  border-radius: 6px;
  padding: 20px 30px 5px 30px;
  margin-bottom: 30px;
  display: none;
}
.filtros input, .filtros select {
    width: 100%;
    background: #fff;
    border: 1px solid #ebccd1;
    padding: 8px 10px;
    margin-bottom: 15px;
    outline: none;
}
.filtros input.datepicker {
    background-image: url(images/calendar.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: right center;
}
.myrow {
    margin: 0 -6px;
}
.myrow .col-xs-1, .myrow .col-xs-2, .myrow .col-xs-3, .myrow .col-xs-4, .myrow .col-xs-5, .myrow .col-xs-6, .myrow .col-xs-7,
.myrow .col-xs-8, .myrow .col-xs-9, .myrow .col-xs-10, .myrow .col-xs-11, .myrow .col-xs-12 {
    padding: 0 6px;
}
.myrow .labels {
    padding-top: 8px;
    padding-left: 2px;
}
.myrow .labels-right {
    padding-top: 8px;
    padding-right: 2px;
}
.brtnfiltrar button {
    width: 100%;
    margin-bottom: 15px;
}
td.acciones {
    white-space: nowrap;
}
td.acciones a {
    background: var(--red);
    color: #fff;
    border-radius: 4px;
    padding: 5px 8px;
    font-size: 13px;
    margin: 0 1px 0 0;
}
#mymodal, #mymodal2, #mymodalCopiar {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.mymodal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
    -webkit-display: flex;
    display: flex;
    align-items: center;
}
.content-mymodal {
    display: block;
    width: 600px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    background: #fff;
    padding: 15px;
    position: relative;
}
.content-mymodal .ti-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.content-mymodal h3 {
    margin-top: 0;
    padding-top: 0;
}
.content-mymodal .head {
    border-bottom: 1px solid #ccc;
}
.content-mymodal .body {
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
}
.content-mymodal .foot {
    padding: 15px 0 5px 0;
}
#numerocotizacion {
    font-weight: bold;
}
.pagination a, .pagination span.current {
    display: none;
}
.pagination .tableStandardBold {
    margin-left: 5px !important;
    margin-right: 5px;
}
.pagination .tableStandardBold select {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px 8px;
    border-radius: 4px;
}

@media(min-width: 767px) {
    .brtnfiltrar {
        padding-top: 20px;
    }
}
.formulario .label {
    font-weight: normal;
    color: #222;
    text-align: right;
    font-size: 15px;
    padding-top: 12px;
}
.formulario input, .formulario select {
    width: 100%;
    padding: 9px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 4px;
    background: #fff;
    outline: none;
    height: 38px;
}
.formulario textarea {
    width: 100%;
    padding: 9px;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    border-radius: 4px;
    background: #fff;
    height: 60px;
    outline: none;
}
@media(max-width: 767px) {
    .formulario .label {
        text-align: left;
    }
}
.formulario .label.col-sm-2, .formulario .label.col-sm-3, .formulario .label.col-sm-4, .formulario .label.col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
}
.formulario .botones {
    margin-top: 12px;
}
.botones a.boton, .botones button.boton {
    margin: 5px;
}
.botones a.boton span, .botones button.boton span {
    font-size: 11px;
    margin: 0 3px;
}
.boton.atras {
    background: #aaa;
}
label.error {
  color: var(--red);
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 8px;
  position: relative;
  top: -12px;
}
.formulario input.error, .formulario form select.error {
    border: 1px solid var(--red);
    background-image: url(private/data/alert.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px;
    padding-right: 26px;
}
.busqueda {
  color: #111;
  background-color: #f2dede;
  border-color: #ebccd1;
  border-radius: 6px;
  padding: 15px 20px 0 20px;
  margin-bottom: 30px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100% !important;
}
.bootstrap-select .btn {
  background: #fff !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 9px;
  color: #333;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  height: 38px;
}
.bootstrap-select .dropdown-menu > li > a {
    position: relative;
    padding: 12px 15px 12px 15px;
}
.bootstrap-select .dropdown-menu > .active > a, .bootstrap-select .dropdown-menu > .active > a:focus, 
.bootstrap-select .dropdown-menu > .active > a:hover {
  color: #333;
  text-decoration: none;
  background-color: #ebccd1;
  outline: 0;
}
.conimagen .bootstrap-select .dropdown-menu > li > a {
  display: block;
  padding: 13px 15px 13px 48px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
.bootstrap-select li img {
  width: 24px;
  position: absolute;
  top: 3px;
  left: 10px;
}
.bootstrap-select .filter-option img {
    display: none;
}
.clear767 {
    display: none;
}
.modal-dialog, .modal-content {
    border-radius: 0;
    width: 1000px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.modal-body {
    padding: 0;
}
.modal-body button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    -webkit-appearance: none;
    appearance: none;
    font-size: 25px;
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
    opacity: 1;
    text-shadow: none;
}
.switch {
    display: inline-block;
    position: relative;
    margin-bottom: 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 38px;
}
.switch input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.switch .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 24px;
    width: 40px;
    background: url(images/switchoff.png) no-repeat center center;
    background-size: 100%;
}
.switch input:checked ~ .checkmark {
    background: url(images/switchon.png) no-repeat center center;
    background-size: 100%;
}
.conimagen {
    position: relative;
}
.conimagen .btn-default::after {
  content: 'Buscar';
  display: inline-block;
  background: var(--red);
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 7px;
  font-size: 14px;
}
.precioscostos {
    padding-top: 9px;
    margin-bottom: 15px;
    min-height: 38px;
}
.totalescostos {
    background: #f0f0f0;
    border-top: 1px solid #e0e0e0;
    font-size: 1.05em;
    font-weight: 600;
}
.totalescostos label {
    font-size: 1.05em;
    font-weight: 600 !important;
}
.totalescostos .precioscostos {
    margin-bottom: 0;
}
input[type="checkbox"], input[type="radio"] {   
    height: auto !important;
}
.inputnumeros {
    width: 100%;
    position: relative;
    width: 120px;
    max-width: 100%;
}
.inputnumeros input {
    width: 100%;
    text-align: center;
}
.inputnumeros button {
    width: 34px;
    height: 38px;
    background: #e8ecef;
    border: 1px solid #ccc;
}
.inputnumeros button.menos {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.inputnumeros button.mas {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media(max-width: 991px) {
    .full991  {
        float: none;
        width: 100%;
    }
}


@media(max-width: 767px) {
    header .regresar  {
        display: none;
    }
    .bread {
        display: none;
    }
    .clear767 {
        display: block;
        clear: both;
        min-height: 1px;
    }
}

@media(max-width: 498px) {
    .h2, h2 {
      font-size: 22px;
    }
    .filtros {
        padding: 20px 15px 5px 15px;
    }
}