/**
 *  Abril 2019
 * 
 * Nuevo Cotizador Iwood
 * @author Jesus Gutierrez <jgutierrez@webworks.cl> 
 */

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 15px 30px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-modal-cotizar {
    background-color: #ffffff;
    border: 1px solid #2c3e50;
}

.btn-modal-cotizar:hover {
    color: #ffffff;
    background-color: #798d8f;
    border-color: #74898a;
}

/** Cotizacion Modal Box Form */
/*#modal-form-cotizar {
    top: 0px !important;    
}*/

#modal-form-cotizar .modal-content {
    border: transparent !important;
    border-radius: 0 !important;
}

#modal-form-cotizar .form-control {
    border-radius: 0 !important;
}

/** Cotizacion Modal Box */

#cotizacion-modal {
    /*font-family: "Lato", sans-serif !important;*/
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff52;
    /*font-family: "oregon_ldo_bookregular", sans-serif !important;
    color: black;*/
}

#cotizacion-modal .modal-lg {
    width: 1050px !important;
    max-width: 1050px !important;
}

#cotizacion-modal .table {
    width:100%;
    border-collapse: collapse;
    margin-top:0px;
}        

#cotizacion-modal .table thead {
    border-bottom: 2px solid #f3f3f3;
}

#cotizacion-modal .table thead th {
    text-align: center;
    padding-bottom: 10px;
}        

#cotizacion-modal .table tbody td {
    text-align: center;
    padding:3px;
    font-size: 13px;
}

#cotizacion-modal .table tbody tr td:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
}

#cotizacion-modal .project-salute {
    width:70%;
    display: inline-block;
}

#cotizacion-modal .project-salute .project-client-name {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1px;
}

#cotizacion-modal .project-date {
    width: 29%;
    display: inline-block;
    text-align: right;
}

#cotizacion-modal .project-date p {
    font-weight: bold;
    margin-bottom: 1px !important;
}

#cotizacion-modal .project-code {
    font-size:12px;
    color:#c9c9c9;
}

#cotizacion-modal .project-top {
    margin-top:15px;
}

#cotizacion-modal .project-name {
    /* color:#00ACD7; */
}

#cotizacion-modal .project-name h3 {
    margin-top: 5px !important;
    font-size: 24px !important;
}

#cotizacion-modal .project-name p {
    font-size:12px;
    color:black;            
}

#cotizacion-modal .project-date {
    vertical-align: top;
}

#cotizacion-modal .project-salute .salute {
    font-size:14px;
}

.table-row .table-row-title p {
    font-size:12px;
}

#cotizacion-modal .table-formas-pago tbody tr td:first-child {
    text-align: left;
}

#cotizacion-modal .project-body {
    margin-top:15px;
}

#cotizacion-modal .project-left {
    width:25%;
    vertical-align: top;
    display:inline-block;
}

#cotizacion-modal .project-right {
    width:70%;
    margin-left:30px;
    display:inline-block;
    vertical-align: top;
}

#cotizacion-modal .project-right h2 {
    font-size: 20px !important;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

#cotizacion-modal .project-right .table-row {
    margin-top:30px;
}

#cotizacion-modal .project-right .table-row:first-child {
    margin-top: 0;
}

#cotizacion-modal .project-legal p {
    margin:5px 0;
    font-size:12px;
    text-align: justify;
}

#cotizacion-modal .align-text-left {
    text-align: left;
}

#cotizacion-modal .project-image img {
    max-width: 250px;
    max-height: 250px;
}

#cotizacion-modal .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;
    }
}