.ddvc_stripe_form .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 20px;
  text-align: center;
}

.ddvc_stripe_form .success,
.ddvc_stripe_form .error {
  display: none;
  font-size: 13px;
}

.ddvc_stripe_form .success.visible,
.ddvc_stripe_form .error.visible {
  display: inline;
}

.ddvc_stripe_form .error {
  color: #E4584C;
}

.ddvc_stripe_form .success {
  color: #666EE8;
}

.ddvc_stripe_form .success .token {
  font-weight: 500;
  font-size: 13px;
}

.ddvc_stripe_form input[type=text] {
    border: solid 3px #f2f2f2 !important;
}

.ddvc_message {
	margin-bottom: 100px;
}

.dd-message-failure {
	background: #f8d7da !important;
	color: #721c24 !important;
	padding: 20px !important;
	text-align: center !important;
}

.dd-message-success {
	background: #d4edda !important;
	color: #155724 !important;
	padding: 20px !important;
	text-align: left !important;
}

.dd-message-warning {
	background: #fff3cd !important;
	color: #856404 !important;
	padding: 20px !important;
	text-align: center !important;
}

#printMessage {
	background: #d2d2d2;
    border: none;
    font-size: 1.1em;
    padding: 5px 12px;
    margin-bottom: 10px;
    cursor: pointer;
}

.ddvc_row {
	margin-bottom: 30px;
	overflow: auto;
}

.ddvc_row:after {
	clear: both;
}

.ddvc_col_6 {
	width: 50%;
	float: left;
}

.ddvc_col_3 {
	width: 25%;
	float: left;
}

.ddvc_col_4 {
	width: 33%;
	float: left;
}

.ddvc_col_8 {
	width: 66%;
	float: left;
}

.ddvc_col_9 {
	width: 75%;
	float: left;
}

@media screen and (max-width: 680px) {
	.ddvc_col_3,.ddvc_col_4,.ddvc_col_6,.ddvc_col_8,.ddvc_col_9 {
		width: 100%;
	}
}

.ddvc_row table {
	width: 100%;
}

.ddvc_row .table th, .ddvc_row .table td {
	padding: 2px;
	font-size: 0.9em;
}

.ddvc_row table.table-striped tr:nth-child(even) {
    background: #f2f2f2 !important;	
}

.ddvc_form_element label, .ddvc_form_element input, .ddvc_form_element select, .ddvc_form_element textarea {
	width: 100%;
	display: block;
}

.ddvc_form_element input, .ddvc_form_element select, .ddvc_form_element textarea {
	width: 100%;
	display: block;
	padding: 5px;
	margin-bottom: 10px;
}

.ddvc_form_element input[type=submit] {
	background: #333333;
	color: #ffffff;
	font-size: 1.1em;
	border: none;
	cursor: pointer;
}

.ddvc_form input:invalid {
  border: 2px dashed #c00000;
}

.ddvc_message {
	padding: 8px;
	text-align: center;
}

.ddvc_message.success {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.ddvc_message.danger {
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.ddvc_message.warning {
	color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.ddvc_login_form {
	width: 500px;
	max-width: 100%;
	margin: 0px auto;
	padding: 0 30px;
}

@media screen and (max-width: 680px) {
	.optional {
		display: none;
	}
}