.conformidad{
    margin: 2.1em;
    border: 2px;
}
.dtCompra{
    height: 25px;
}
.logo-container{
    width: 100px;
}
.logo-container > img{
    width: 100%;
}

.main-container {
    margin-top: 65px;
}

.form-container{
    max-width: 600px;
    margin: 10px auto;
}
.form-container h1{
    font-weight: 300;
    font-size: 2.5rem;
}

.dropzone {
    border: 1px dashed #ced4da;
    border-radius: 5px;
    background: white;
}
#imageUpload{
    margin-bottom: 20px;
    min-height: 80px;
}

div.has-error > input {
    border: 1px solid #dc3545;
}

div.has-error> .form-text {
    color: #dc3545;
}

#successModal .fa-thumbs-up {
    font-size: 7.5rem;
    color: #2ebf2e;
}

#successModal .fa-thumbs-down {
    font-size: 7.5rem;
    color: #e13535;
}

#success-text{
    margin-top: 20px;
    font-size: 1.2rem;
}
.dt-buttons .btn {
       position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.88em;
    color: #646464;
    padding: 6px 12px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    background-color: inherit;
    background-image: inherit;
    filter: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
}
.push-5 {
    margin-bottom: 5px !important;
}

.form-inline .form-group {
margin-bottom: 5px !important;
}
.nav-item ul a > i {
    /*margin-right: 5px !important;*/
}
.hidden{
    display: none;
}
.badge{
    line-height: 1.2 !important;

}
