/**
 * 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_reqsicap_checkbox {
    display: flex;
    align-items: flex-start;
}

input#th_reqsicap_accept_terms_cond {
    margin-top: 4px;
    margin-right: 8px;
}

.th_reqsicap_checkbox label {
    font-size: 11px !important;
}

.th_request_sicap {
    margin-bottom: 12px;
}

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

.th_request_sicap_left {
    padding: 2px 10px 5px 10px;
    margin-right: .675rem;
    font-size: 1.5em;
    color: #fff;
}

.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;
}

/* Phones Portrait and Landscape */
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .th_request_sicap {
        margin-bottom: 0;
    }
}
