
.pay_btn svg{
	margin-left: 5px;
	margin-right:10px;
}
.pay_btn{
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (min-width: 900px) {
.pay_btn {

	float:left;
		text-align: left;
		font-size: 16px;
		margin-left: 2px;
		margin-right: 2px;
		height: 35px;
		vertical-align:middle;
		width:49%;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
		border: solid 1px white;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0px 18px;
		cursor: pointer;
		margin-top: 5px;
    margin-bottom: 0px;
		color:white;
		transition: all 0.2s;
	}
}
@media screen and (max-width: 900px) {
	.pay_btn {
		float:left;
			text-align: left;
			font-size: 16px;
			margin-left: 2px;
			margin-right: 2px;
			height: 35px;
			vertical-align:middle;
			width:100%;
	    background-color: rgba(0, 0, 0, 0.2);
	    border-radius: 5px;
			border: solid 1px white;
	    font-family: 'Source Sans Pro', sans-serif;
	    padding: 0px 18px;
			cursor: pointer;
			margin-top: 5px;
	    margin-bottom: 0px;
			color:white;
			transition: all 0.2s;
	}
}
.pay_btn:hover{
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-row {
	display: table;
	width: 100%;

}

.check_box {
		text-align: left;
		color: white;
		display: block;
		position: relative;
		padding-left: 30px;
		margin-bottom: 12px;
		margin-left: 12px;
		cursor: pointer;
		font-size: 14px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
    overflow-wrap: break-word;
}

.check_box input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
}

.check_box input[disabled] {
		outline: 1px solid red; // or whatever
}

.check_box input:disabled~.checkmark {
		background-color: #ccc;
		outline: 1px solid #ddd; // or whatever
		color:#ccc;
}
/* Create a custom checkbox */
.checkmark {
		position: absolute;
		top: 0;
		left: 0;
		height: 20px;
		width: 20px;
		border-radius: 5px;
		background-color: white;
		/* outline: 1px solid red; // or whatevern */
}

/* On mouse-over, add a grey background color */
.check_box:hover input~.checkmark {
		background-color: #ccc;
		outline: 1px solid white; // or whatever

}

/* When the checkbox is checked, add a blue background */
.check_box input:checked~.checkmark {
		background-color: white;
		outline: 1px solid white; // or whatever
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
		content: "";
		position: absolute;
		display: none;
}

/* Show the checkmark when checked */
.check_box input:checked~.checkmark:after {
		display: block;
}

/* Style the checkmark/indicator */
.check_box .checkmark:after {
		left: 6px;
		top: 2px;
		width: 5px;
		height: 10px;
		border: solid green;
		border-width: 0 3px 3px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
}



.checkout_big_text {

  color: white;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkout_header {
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
    font-weight:bold;
    white-space: nowrap;
    line-height: 35px;
    border: 0px solid white;
    border-radius: 5px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:95%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
}
.close_checkout {
    z-index: 120;
    cursor: pointer;
    float:right;
    padding-top: 3px;
}
.checkout_middle {
    width: 95%;
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;

    font-size:16px;
    clear:both;
}
.order_button {
	font-weight:bold;
  cursor: pointer;
  background-color: #EEEEEE;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}
.order_button_total {
    text-align: right;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}
.checkout_footer {
  width: 95%;
  height: 50px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
}
.button_prev {
  height: 35px;
  line-height: 35px;
  background-color: #EEEEEE;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  float:left;
  width:15%;
}
.button_next {
  height: 35px;
  line-height: 35px;
  background-color: #EEEEEE;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  float:right;
  width:70%;
  font-weight:bold;
}
.button_next_disabled {
  height: 35px;
  line-height: 35px;
  padding: 3px 2px;
  background-color: rgba(255, 255, 255, 0.20);
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  float:right;
  width:70%;

}


.checkout_input {
    font-size: 16px;
    color: white;
    background-color: rgba(42, 42, 39, 0.45);
    line-height: 180%;
    border: 1px solid white;
    border-radius: 0px;
    float: left;
    color: white;
    border-radius: 6px;
}

.order_options_buttons {
  height: 40px;
  margin: 10px;
  padding: 3px 2px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.bottom_m_15{
  margin-bottom: 15px !important;
}
.order_options_buttons_row {

  margin-bottom: 10px;

}

.checkout_select {

    display: block;
    font-size: 16px;
    color: white;
    background-color: rgba(0, 0, 0, 0.20);
    border: 1px solid white;
    border-radius: 6px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    padding-top: 7px;
    padding-bottom: 7px;

}

.leftname {
    display: block;
    width: 45%;
    float: left;
}

.rightname {
    display: block;
    width: 45%;
    float: right;
}

.left_small {
    display: block;
    width: 22%;
    float: left;
}

.right_big {
    display: block;
    width: 72%;
    float: right;
}

.left_big {
    display: block;
    width: 72%;
    float: left;
}

.right_small {
    display: block;
    width: 22%;
    float: right;
}

.divTable {
  display: table;
}

.divTableRow {
  display: table-row;
}
.divTableBody {
  display: table-row-group;
}

.divTableCell {
  display: table-cell;
}

.dropdown_label{
	font-weight: bold;
    position: absolute;
    pointer-events: none;
    left: 7px;
		top: -16px;
    font-size: 12px;
		z-index: auto;
}

.confirm_div {

	max-width:400px;
	height: 17px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 14px;
}

.confirm_checkbox_text {
  width:95%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 14px;
}

/* FLOATING LABEL */
.did-floating-label-content {
  position: relative;
  margin-bottom: 20px;
}

.did-floating-label {
  color: white;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 9px;
  padding: 0 2px;
  background-color: rgba(0, 0, 0, 0.00);
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.did-floating-input,
.did-floating-select {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 5px;
  background-color: rgba(0, 0, 0, 0.20);
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  box-sizing: border-box;
}

.input-false{

  background-color: rgba(255, 0, 0, 0.45);

}

.did-floating-input:focus,
.did-floating-select:focus {
  outline: none;
}
.did-floating-input:focus ~ .did-floating-label,
.did-floating-select:focus ~ .did-floating-label {
  top: -16px;
  font-size: 12px;
}

select.did-floating-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.did-floating-select::-ms-expand {
  display: none;
}

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  top: -16px;
  font-size: 12px;
}

.did-floating-select:not([value=""]):valid ~ .did-floating-label {
  top: -16px;
  font-size: 12px;
}

.did-floating-select[value=""]:focus ~ .did-floating-label {
  top: 11px;
  font-size: 12px;
}

.did-floating-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}

.did-error-input .did-floating-input,
.did-error-input .did-floating-select {
  border: 2px solid #9d3b3b;
  color: #9d3b3b;
}
.did-error-input .did-floating-label {
  font-weight: 600;
  color: #9d3b3b;
}
.did-error-input .did-floating-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
}

.input-group {
  display: flex;
}
.input-group .did-floating-input {
  border-radius: 0 4px 4px 0;
  border-left: 0;
  padding-left: 0;
}

.input-group-append {
  display: flex;
  align-items: center;
  /*   margin-left:-1px; */
}

.input-group-text {
  display: flex;
  align-items: center;
  font-weight: 400;
  height: 34px;
  color: #323840;
  padding: 0 5px 0 20px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #3d85d8;
  border-radius: 4px 0 0 4px;
  border-right: none;
}

/* FLOATING LABEL END */
