﻿@font-face {
    font-family: condensed;
    src: url(../Content/fonts/condensed.otf);
}

body {
    position: relative;
    padding-top: 60px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    background-position: 0 40px;
    display: block;
}

.formulario {
    border: 1px solid silver !important;
    overflow: hidden;
}

.formContainer {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 10px;
    background: #e4e5d0; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #feffe8 0%, #d6dbbf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#feffe8), color-stop(100%,#d6dbbf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #feffe8 0%,#d6dbbf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #feffe8 0%,#d6dbbf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #feffe8 0%,#d6dbbf 100%); /* IE10+ */
    background: linear-gradient(135deg, #feffe8 0%,#d6dbbf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
    /********************************** FORM MULTILINE ***************************************************/

.form-multiline .form-group {
    margin-bottom: 10px;
    margin-right: 10px;
}

.form-multiline label,
.form-multiline .form-control {
    margin-right: 5px;
}

.btnEditar {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url(../Content/Imagenes/edit.png);
    background-repeat: no-repeat;
    margin-right: .2em;
}

.btnPresupuesto {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url(../Content/Imagenes/presupuesto.png);
    background-repeat: no-repeat;
    margin-right: .2em;
}

.btnAsignacion {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url(../Content/Imagenes/tecnico.png);
    background-repeat: no-repeat;
    margin-right: .2em;
}

.btnAbrir {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url(../Content/Imagenes/abrir.png);
    background-repeat: no-repeat;
    margin-right: .2em;
}

.btnCerrar {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url(../Content/Imagenes/cerrar.png);
    background-repeat: no-repeat;
    margin-right: .2em;
}

.btnDetalles {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url(../Content/Imagenes/more.png);
    background-repeat: no-repeat;
    margin-right: .2em;
}

.btnVer {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url(../Content/Imagenes/Buscar.png);
    background-repeat: no-repeat;
    margin-right: .2em;
}

.btnMovimientos {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url(../Content/Imagenes/movimientos.png);
    background-repeat: no-repeat;
    margin-right: .2em;
}

.btnImagenes {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url(../Content/Imagenes/imagen.png);
    background-repeat: no-repeat;
    margin-right: .2em;
}

.btnAnular {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url(../Content/Imagenes/delete.png);
    background-repeat: no-repeat;
    margin-right: .2em;
}

.btnAdelanto {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url(../Content/Imagenes/comerciante.png);
    background-repeat: no-repeat;
    margin-right: .2em;
}

.btnFacturar {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url(../Content/Imagenes/facturar.png);
    background-repeat: no-repeat;
    margin-right: .2em;

}

.btnVolver {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url(../Content/Imagenes/goback.png);
    background-repeat: no-repeat;
    margin-right: .2em;
}

.btnMarcarCobrada {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url(../Content/Imagenes/dinero.png);
    background-repeat: no-repeat;
    margin-right: .2em;

}

#dropzone {
    padding: 5px 40px;
    background: #ccc;
}

    #dropzone p {
        padding: 20px 10px;
        background: white;
        text-align: center;
        border: 2px dashed #333;
    }

    #dropzone label {
        border-bottom: 1px solid blue;
        color: blue;
        cursor: pointer;
    }

    #dropzone input {
        display: none;
    }