/** Cotizacion Modal Box */
#modalCotizacionPreview {
    font-size: 15px;
    line-height: 1.42857143;
    background-color: #ffffff52;
}

#modalCotizacionPreview .modal-lg {
    width: 1050px !important;
    max-width: 1050px !important;
}

#modalCotizacionPreview .table {
    width:100%;
    border-collapse: collapse;
    margin-top:0px;
}        

#modalCotizacionPreview .table thead {
    border-bottom: 2px solid #f3f3f3;
}

#modalCotizacionPreview .table thead th {
    text-align: center;
    padding-bottom: 10px;
}        

#modalCotizacionPreview .table tbody td {
    text-align: center;
    padding:3px;
    font-size: 13px;
}

#modalCotizacionPreview .table tbody tr td:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
}

#modalCotizacionPreview .project-salute {
    width:70%;
    display: inline-block;
}

#modalCotizacionPreview .project-salute .project-client-name {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1px;
    font-size: 1.5rem;
}

#modalCotizacionPreview .project-date {
    width: 29%;
    display: inline-block;
    text-align: right;
}

#modalCotizacionPreview .project-date p {
    font-weight: bold;
    margin-bottom: 1px !important;
    color: inherit;
}

#modalCotizacionPreview .project-code {
    font-size:12px;
    color:#c9c9c9;
}

#modalCotizacionPreview .project-top {
    margin-top:15px;
}

#modalCotizacionPreview .project-name {
    /* color:#00ACD7; */
}

#modalCotizacionPreview .project-name h3 {
    margin-top: 5px !important;
    font-size: 24px !important;
}

#modalCotizacionPreview .project-name p {
    font-size:12px;
    color:black;            
}

#modalCotizacionPreview .project-date {
    vertical-align: top;
}

#modalCotizacionPreview .project-date span {
    width: auto;
}

#modalCotizacionPreview .project-salute .salute {
    font-size:14px;
}

.table-row .table-row-title p {
    font-size:12px;
}

#modalCotizacionPreview .table-formas-pago tbody tr td:first-child {
    text-align: left;
}

#modalCotizacionPreview .project-body {
    margin-top:15px;
}

#modalCotizacionPreview .project-left {
    width:25%;
    vertical-align: top;
    display:inline-block;
}

#modalCotizacionPreview .project-right {
    width:70%;
    margin-left:30px;
    display:inline-block;
    vertical-align: top;
}

#modalCotizacionPreview .project-right h2 {
    font-size: 20px !important;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

#modalCotizacionPreview .project-right .table-row {
    margin-top:30px;
}

#modalCotizacionPreview .project-right .table-row:first-child {
    margin-top: 0;
}

#modalCotizacionPreview .project-legal p {
    margin:5px 0;
    font-size:12px;
    text-align: justify;
}

#modalCotizacionPreview .align-text-left {
    text-align: left;
}

#modalCotizacionPreview .project-image img {
    max-width: 250px;
    max-height: 250px;
}

#modalCotizacionPreview .condiciones h6 {
    font-size: 1rem;
}

#modalCotizacionPreview .btn-modal-cotizacion {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    padding: 10px 25px !important;
}

@media only screen and (min-width: 780px) {
    #modal-form-cotizar .modal-dialog {
        width: 400px !important;
    }
}

@media only screen and (min-width: 1420px) {
    #modal-form-cotizar {
        top: 100px !important;    
    }

    #modal-form-cotizar .modal-dialog {
        width: 500px !important;
    }
}