/*
    Document   : myStyles
    Created on : 23-jul-2014, 16:35:32
    Author     : Carlos Bonavia <cbonavia@xion.com.ar>
    Description:
        add my custon styles.
*/

.error {
    color: #ff0000;
    /*margin:0;*/
    display: block;
    font-size: 0.9em !important;
    font-weight:lighter;
}

form ul li {
    color: red;
    display: block;
    font-size: 0.9em !important;
    font-weight: lighter;
    list-style-type: none;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.videoWrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dl-horizontal dt {
    width: 320px !important;
}

.pad5{
    padding: 5px !important;
}

.tablaPostVenta{
    vertical-align: middle !important;
    
}

.mgTabla{
    margin-top: 2px;
    margin-bottom: 2px;
}

.loading-ajax{
  background: url('../images/ajax-loader.gif') no-repeat center;
}


/* estilos para comparar productos */
#compare {
  background-color: #444444;
  color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  padding-top: 5px;
}
#compare > div.container {
  *zoom: 1;
}
#compare > div.container:before,
#compare > div.container:after {
  content: " ";
  display: table;
}
#compare > div.container:after {
  clear: both;
}

.colorAmarillo {
  color: #FFFD34;
}

.colorBlanco {
  color: #f2f2f2;
}

.pdTop10 {
  padding-top: 10px !important;
}

/*ver viejo */
.compare-productos p {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  min-width: 200px;
  /*width: 380px;*/
  text-align: right;
  font-size: 1em;
  margin-top: 10px;
}
.compare-productos p span {
  font-weight: bold;
}
.compare-productos ul {
  float: left;
  margin-right: 10px;
  min-width: 200px;
  *zoom: 1;
  display: inline-block;
  list-style: none;
}
.compare-productos ul:before,
.compare-productos ul:after {
  content: " ";
  display: table;
}
.compare-productos ul:after {
  clear: both;
}
.compare-productos ul li {
  float: left;
  position: relative;
  padding: 5px;
  border-right: 1px solid #202020;
  border-left: 1px solid #454545;
}
.compare-productos ul li > span {
  transition: 0.2s;
  display: block;
  background-color: #dfdfdf;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  border: 2px solid transparent;
  cursor: pointer;
}
.compare-productos ul li > span:after {
  content: " ";
}
.compare-productos ul li > div {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
  bottom: 40px;
  width: 100px;
  text-align: left;
  margin-left: -40px;
  border-radius: 5px;
  background-clip: padding-box;
  border: 2px solid #a1a1a1;
  box-shadow: 0 2px 3px 0px rgba(0,0,0,0.2);
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.compare-productos ul li > div:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 13px 12px 0 12px;
  left: 38px;
  bottom: -15px;
  border-color: #a1a1a1 transparent transparent transparent;
  z-index: 1000;
}
.compare-productos ul li:hover > div {
  opacity: 1;
  visibility: visible;
}
.compare-productos ul li.active > span {
  background-color: #FFBF28;
}
.compare-productos ul li.active:hover > span {
  border: 2px solid white;
}
.compare-productos ul li:first-of-type {
  border-left: 1px solid #202020;
}
.compare-imagen {
  text-align: center;
  padding: 5px 0 5px 0;
  border-bottom: 2px solid #a1a1a1;
}
.compare-imagen img {
  width: 90%;
}
.compare-tag {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.95em;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
}
.compare-acciones {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
  text-align: right;
}
.compare-acciones a {
  margin-top: 3px;
}
.compare-acciones a i {
  margin-right: 5px;
}
.compare-acciones a.btn-gris {
  margin-right: 110px;
}
.xion {
    height: 13px;
}