.form-control:disabled, .form-control[readonly] {
    background-color: #e2e2e2;
    opacity: 1;
}

.modal-title {
	letter-spacing: 1px;
    font-weight: bold;
}

.price_result {
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	background-color: #3bd096;
	color: #fff;
	padding: 7px;
	border-radius: 20px;
	font-size: 16px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .table-view {
		display: block;
		max-width: -moz-fit-content;
		max-width: fit-content;
		margin: 0 auto;
		overflow-x: auto;
		white-space: nowrap;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
    .table-view {
		display: block;
		max-width: -moz-fit-content;
		max-width: fit-content;
		margin: 0 auto;
		overflow-x: auto;
		white-space: nowrap;
	}
}

.table-views {
	display: block;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin: 0 auto;
	overflow-x: auto;
	white-space: nowrap;
}

label {
	font-weight: bold;
}

td, tr {
	text-align: center;
}

@-webkit-keyframes ld {
	0% {
		transform: rotate(0deg) scale(1);
	}
	50% {
		transform: rotate(180deg) scale(1.1);
	}
	100% {
		transform: rotate(360deg) scale(1);
	}
}

@-moz-keyframes ld {
	0% {
		transform: rotate(0deg) scale(1);
	}
	50% {
		transform: rotate(180deg) scale(1.1);
	}
	100% {
		transform: rotate(360deg) scale(1);
	}
}

@-o-keyframes ld {
	0% {
		transform: rotate(0deg) scale(1);
	}
	50% {
		transform: rotate(180deg) scale(1.1);
	}
	100% {
		transform: rotate(360deg) scale(1);
	}
}

@keyframes ld {
	0% {
		transform: rotate(0deg) scale(1);
	}
	50% {
		transform: rotate(180deg) scale(1.1);
	}
	100% {
		transform: rotate(360deg) scale(1);
	}
}

.s-process {
	position: relative;
	opacity: .8;
	color: transparent !important;
	text-shadow: none !important;
}

.s-process:hover,
.s-process:active,
.s-process:focus {
	cursor: default;
	color: transparent;
	outline: none !important;
	box-shadow: none;
}

.s-process:before {
	content: '';
	display: inline-block;
	position: absolute;
	background: transparent;
	border: 1px solid #fff;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	-webkit-animation: ld 1s ease-in-out infinite;
	-moz-animation: ld 1s ease-in-out infinite;
	-o-animation: ld 1s ease-in-out infinite;
	animation: ld 1s ease-in-out infinite;
}

.btn-default.s-process:before {
	border-left-color: #ffffffffffff;
	border-right-color: #ffffffffffff;
}

.btn-lg.s-process:before {
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
}

.btn-sm.s-process:before {
	margin-top: -9px;
	margin-left: -9px;
	width: 18px;
	height: 18px;
}

.btn-xs.s-process:before {
	margin-top: -7px;
	margin-left: -7px;
	width: 14px;
	height: 14px;
}