/**
 * Request product publication in SICAP
 *
 * @author    THECON
 * @copyright THECON
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.th_request_sicap_inner {
    border-radius: .3125rem;
    cursor: pointer;
    transition: background-color .1s linear;
    margin-top: .25rem;
    padding: 0 .75rem 0 0;
    display: inline-flex;
}

.th_request_sicap_left {
    padding: .4em .8rem;
    margin-right: .675rem;
    font-size: 1.5em;
}

.th_request_sicap_right {
    display: flex;
    align-items: center;
}

#th_request_sicap_publication .modal-header .close {
    padding: 12px 12px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
}

#th_request_sicap_publication .modal-dialog {
    max-width: 30em;
}

.th_sicap_form_error {
    background: #fbc6c3;
    border: 1px solid #f44336;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 1em;
    text-align: center;
}

.th_sicap_form_success {
    background: #cbf2d4;
    border: 1px solid #53d572;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
}

#th_submit_sicap_form {
    border-radius: 3px;
    width: 100%;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all .3s;
    transition: all .3s;
}

#th_submit_sicap_form:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.th_reqsicap_checkbox label {
    margin-bottom: 0;
}

#th_email {
    margin-bottom: 1em;
}
