/*body {*/

/*background-color: #d9d9d9;*/

/*}*/

/*table {*/

/*border: 1px solid #000 !important;*/

/*}*/

.table-hover, p {

	background-color: #fff;
	box-shadow: 2px 3px #c3c3c3;

}


.btn-success {
	color: #fff;
	background-color: #1D97E2;
	border-color: #1D97E2;
}

.btn-success:hover {
	color: #fff;
	background-color: #1D73E2;
	border-color: #1D73E2;
}


.btn-primary {
	color: #fff;
	background-color: #1D97E2;
	border-color: #1D97E2;
}

.btn-primary:hover {
	color: #fff;
	background-color: #1D73E2;
	border-color: #1D73E2;
}

.btn-info {
	color: #fff;
	background-color: #1D97E2;
	border-color: #1D97E2;
}

.btn-info:hover {
	color: #fff;
	color: #1D73E2;
	border-color: #1D73E2;
}

.text-info {
color: #1D97E2 !important;
	border-color: #1D97E2;
}

.text-info:hover {
	color: #1D97E2 !important;
	border-color: #1D97E2;
}


.btn-green {
	color: #FFFFFF;
	background-color: #198754;
	border-color: #198754;
}

.btn-green:hover {
	color: #FFFFFF;
	background-color: #19872f;
	border-color: #19872f;
}

.border-left-preorder:hover{border-left:.25rem solid #c7c7c7!important}
.border-left-preorder{border-left:.25rem solid #787878!important}
.text-preorder:hover{color:#c7c7c7!important}
.text-preorder{color:#787878!important}

.border-left-orderphase:hover{border-left:.25rem solid #c7cbff!important}
.border-left-orderphase{border-left:.25rem solid #4f5cff!important}
.text-orderphase:hover{color:#c7cbff!important}
.text-orderphase{color:#4f5cff!important}

.border-left-collectionphase:hover{border-left:.25rem solid #72afcc!important}
.border-left-collectionphase{border-left:.25rem solid #0094d9!important}
.text-collectionphase:hover{color:#72afcc!important}
.text-collectionphase{color:#0094d9!important}

.border-left-paymentphase:hover{border-left:.25rem solid #86cfa4!important}
.border-left-paymentphase{border-left:.25rem solid #00d95a!important}
.text-paymentphase:hover{color:#86cfa4!important}
.text-paymentphase{color:#00d95a!important}

.border-left-closedphase:hover{border-left:.25rem solid #cdd485!important}
.border-left-closedphase{border-left:.25rem solid #c7d900!important}
.text-closedphase:hover{color:#cdd485!important}
.text-closedphase{color:#c7d900!important}

.process-arrow {
	padding-top:30px;
	font-size: xx-large;
	color:red;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}