/**
 * Euvat Fronted CSS Styles
 *
 * @author     PILLWAX Industrial Solutions Consulting
 * @category   Pisc
 * @package    Pisc_Euvat
 * @copyright  Copyright (c) 2016 PILLWAX Industrial Solutions Consulting (http://technology.pillwax.com/software)
 * @license    Commercial Unlimited License (http://technology.pillwax.com/software/license)
 * @version    2.0.0
 */

form div.euvat-address-vatid select.euvat-vatid-country { float:left; width:35%; margin-right:0.5rem; }
form div.euvat-address-vatid input.euvat-vatid { width:55%; }
form div.euvat-address-vatid .control._with-tooltip input { width: calc(65% - 36px); }
form div.euvat-address-vatid button.action-euvat-vatid-validate { float:right; margin:0.5rem; }
form div.euvat-address-vatid span.comment,
form div.euvat-taxvat-container span.comment { font-size:0.8em; display:inline-block; width:75%; padding:0.5rem; }

form.form-create-account div.euvat-address-vatid input.euvat-vatid { width:64%; }
form.form-address-edit div.euvat-address-vatid input.euvat-vatid { width:62%; }

div.euvat-message {
	padding: 15px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
div.euvat-notice,
div.euvat-taxvat-status-undefined,
div.euvat-taxvat-validation-notice,
div.euvat-taxvat-validation {
	background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}
div.euvat-taxvat-validation-success {
	background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}
div.euvat-taxvat-status-invalid,
div.euvat-taxvat-validation-failure {
	background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}
div.euvat-taxvat-validation-progress {
	background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}
div.euvat-taxvat-status-euconsumer,
div.euvat-taxvat-status-euconsumer,
div.euvat-taxvat-status-noneucustomer {
	background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}
div.euvat-taxvat-status-eubusiness {
	background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

div.taxvat-validate {
	padding-top: 15px;
}
div.euvat-taxvat-container select { float:left; width:24%; margin-right:5px; }
div.euvat-taxvat-container input.input-text { float:left; width:75%; }
div.euvat-taxvat-container button { margin-top:5px; float:right; }
div.euvat-taxvat-container #euvat_validation_message { clear:both; padding-top:5px; }
span.euvat-vatid { font-weight:600; margin-left:1em; }
div.euvat-taxvat-status-undefined span { font-weight:600; }
