
.thumb{
	height: 55px;
    margin-top: 4px;
}
.icono {
    width: 285px;
    float: right;
    margin-top: -43px;
    margin-right: 10%;
    padding-left: 118px;
    margin-bottom: 35px;
}

.detalle .form-group {
    padding: 0px;
    margin: 0px;
}
.detalle {
    width: 85%;
    margin: auto;
    padding-top: 115px;
}

.descripcion .form-group {
    margin-bottom: 0px;
    padding-left: 27px;
}
.descripcion, .precio, .cotizacion, .vendedor, .cuenta {
    border: 2px solid #cfd1d2;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding: 0px 0px 20px 0px;
    margin-bottom: 25px;
}
.encabezado {
   background: #444444;
    border-radius: 9px 9px 0px 0px;
    -webkit-border-radius: 9px 9px 0px 0px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 20px;
    padding-left: 25px;
}
.descripcion {
    width: 47%;
    display: inline-block;
}
.detalle label {
    padding-right: 10px;
}
.busqueda{
    width: 65%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.datos h3 {
    padding-left: 90px;
    font-weight: bold;
    font-size: 30px;
 }

 .datos hr{
 	border-top: 1px solid #e7e7e7;
    margin-left: 60px;
    background-color: #e7e7e7;
    margin-bottom: 45px;
 }

 .datos .row {
    margin-left: 130px;
}
.datos label {
    padding-right: 26px;
}
img.logo {
    width: 60px;
    margin-top: 2px;
}
ul.nav.navbar-nav li a {
    height: 66px;
    padding-top: 40px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    
    background-color: transparent; 
}
.btn-success, .btn .btn-lg .btn-success .ng-binding {
    color: #fff;
    background-color: #333333;
    border-color: #000;
}
.btn-primary {
    color: #fff;
    background-color: #333333;
    border-color: #000;
}
.btn-success:hover,  .btn-primary:hover,.btn-success:active:focus,  .btn-primary:active:focus, .btn-success:focus,  .btn-primary:focus{
    color: #fff;
    background-color: #000000;
    border-color: #000;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    color: #fff;
    background-color: #333333;
    border-color: #000;
}
.APARTADO{
	background-color: rgba(255, 255, 0, 0.25)  !important;
}
.VENDIDO{
	background-color: rgba(44, 200, 67, 0.3) !important;
}
.DISPONIBLE{
	background-color: #fff !important;
}


.grid {
  width: 100%;
  height: 250px;
}

.grid-msg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.grid-msg-overlay .msg {
  opacity: 1;
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 50%;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #555;
  text-align: center;
  font-size: 24px;
  display: table;
}

.grid-msg-overlay .msg > .center {
  display: table-cell;
  vertical-align: middle;
}

.grid input[type="file"] {
  font-size: 14px;
  display: inline-block;
}

.cotizacion {
    width: 100%;
    border: none;
    margin-top: 0px;
    text-align: right;
    color: #006eab;
    padding-right: 90px;
    font-size: 15px;
}

.datos_principales {
    width: 49%;
    display: inline-block;
    height: 220px;
}
.vendedor{
  width: 44%;
  height: 160px;
  margin-right: 20px; 
  margin-left: 25px;
  border: none;

}

.vendedor header.encabezado {
    background: #fff;
    color: #444444;
}
.cuenta{
  width: 47%;
  min-height: 160px;
  margin-bottom: 75px;
}

.precio{
  width: 47%;
  min-height: 270px;
}
.precio .form-group {

  padding-left: 27px;
}
.forma-pago .precio .encabezado{
  background: #006eab;
}
.status {
    background: #3e9928;
    width: 180px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 1px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
}
.logo-vendedor {
    width: 143px;
    float: right;
    display: inline-block;
    margin-top: -135px;
    margin-right: 26px;
}

.precio .form-group,.descripcion .form-group, .vendedor .form-group, .cuenta .form-group {
    font-weight: 100;
}

.table{

 display: inline-block;
  vertical-align: top;
  max-width: 100%;
  
  overflow-x: auto;
  
  white-space: nowrap;

  border-collapse: collapse;
  border-spacing: 0;
}

.table tbody {
  -webkit-overflow-scrolling: touch;
  
  background: radial-gradient(left, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 0 center,
              radial-gradient(right, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}


.table td:first-child{
  background-image: linear-gradient(to right, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

.table td:last-child{
  background-image: linear-gradient(to left, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

.marco {
    border-top: 1px solid #cfd1d2;
    width: 60%;
    margin-top: 10px;
    margin-left: 77%;
    float: right;
    margin-right: 80px;
}


.envio-email{
    color: #006eab;
      background: none;
      border: none;
      font-weight: 300;
      font-size: 15px;
      text-align: center;
      margin: 0px;
      display: block;
}

.envio-email:hover, .envio-email:active:focus, .envio-email:focus{
    color: #006eab;
    background: none;
    border: none;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    margin: 0px;
    display: block;
}
.fecha-actual{
      margin-top: 30px;
    float: right;
    margin-left: 110px;
    padding-right: 90px;
}
.detalle h1.ng-binding {
    text-align: center;
    font-size: 45px;
    margin-top: 80px;
}

.detalle .preciolista {
    text-align: center;
    font-size: 30px;
}

.detalle .preciolista label {
    font-weight: 100;
}

.fentrega {
    text-align: center;
    color: #006eab;
    font-size: 20px;
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 30px;
}

.dPrincipal {
    display: inline-block;
    width: 48%;
    margin-left: 8px;
}
.dDescripcion {
    margin-left: 8px;
    border-top: 2px solid #cfd1d2;
    border-bottom: 2px solid #cfd1d2;
    margin-right: 45px;
    margin-bottom: 25px;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

button#btnPrint {
    background: #006eab;
    border: none;
    color: #fff;
    border-radius: 0px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.btn.btn-primary.imprimir_pdf {
    background: #006eab;
    color: #fff;
    border-radius: 0px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
div#exportar-table {
    font-size: 12px;
}

pre {
    background: transparent;
    border: none;
}

@media screen {
  #printSection {
      display: none;
  }
  .icono {
    width: 285px;
    float: left;
    margin-top: -43px;
    margin-right: 10%;
    padding-left: 118px;
    margin-bottom: 20px;
  }
  div#exportar-table {
    font-size: 12px;
  }

}



@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
    width: 100%;  
  }
  .icono {
    position: relative;
    width: 285px !important;
    float: right;
    margin-top: -43px;
    margin-right: 10%;
    padding-left: 118px;
    margin-bottom: 35px;
  }

  .marco {
    position: relative;
    width: 60% !important;
    margin-top: 5%;
    margin-left: 7%;
  }
  .datos_principales {
    position: relative;
    width: 49% !important;
    display: inline-block !important;
    height: 220px;
  }
  .descripcion {
    position: relative;
    width: 47% !important;
    display: inline-block !important;
  }
  .vendedor {
    position: relative;
    width: 47% !important;
    height: 160px !important;
    margin-right: 20px !important;
    float: left !important;
  }
  .cuenta {
    position: relative;
    width: 47% !important;
    height: 160px !important;
    margin-bottom: 75px !important;
    float: left !important;
  }
  .precio {
    position: relative;
    width: 47% !important;
    min-height: 237px !important;
    float: left !important;
  }
  .status {
    background: #3e9928 !important;
    width: 180px !important;
    text-align: center !important;
    padding-top: 8px !important;
    padding-bottom: 1px !important;
    margin-bottom: 20px !important;
    color: #fff !important;
    border-radius: 10px !important;
    font-size: 15px !important;
  }
  .encabezado {
    background: #cfd1d2 !important;
    border-radius: 9px 9px 0px 0px !important;
    -webkit-border-radius: 9px 9px 0px 0px !important;
    text-align: left !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #fff !important;
    margin-bottom: 25px !important;
    font-weight: bold !important;
    font-size: 20px !important;
    padding-left: 25px !important;
  }
  .forma-pago .precio .encabezado {
    background: #006eab !important;
  }
  div#exportar-table {
      font-size: 12px !important;
  }
  .ocultar{
    display: none;
  }
}


@media(min-width: 750px) and (max-width: 995px ){
  .precio, .vendedor, .cuenta{
    float: left;
  }
  .icono{
     width: 40%;
     padding-left: 0px;
  }
  .marco{
    width: 56%;
    margin-right: 9px;
  }
  
}
@media(max-width: 750px) {
  .precio, .vendedor, .cuenta,.descripcion{
        width: 100%;
        display: inherit;
  }
  .descripcion{
        margin-top: 50px;
  }

   .icono{
     width: 40%;
     padding-left: 0px;
  }
   .marco{
    width: 56%;
    margin-right: 9px;
   
  }
  .fecha-actual {
        padding-right: 18px;
  }

}