/*
    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;
}

.xion{
    height: 13px;
}

.cursiva{
    font-style: italic;
}