.week-blocks .time-select select.entered {
        background: #ffffff;
}

.del-flex {
	display: flex;
	clear: both;
}
.del-detail-block {
/*	width: 50%; */
	float: left;
/*	padding: 10px; */
	position: relative;
	flex: 1;
}

.del-job-information,
.del-delivery-address,
.del-service-summary,
.del-pickup-address {
	background: #f1f2f2;
	height: 100%;
	padding: 10px;
}

.heading {
	font-size: 18px;
	text-transform: uppercase;
	color: #51184f;
	font-family: 'Lato', sans-serif;
}

@media only screen and (min-width: 768px)
table.dataGroupBox > tbody > tr > td.label {
    width: 70px;
}

table.dataGroupBox > tbody > tr > td.label {
    text-align: left;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    max-width: 110px;
    margin-bottom: 0px;
    display: table-cell;
}

td.label {
    color: #7e7e7e;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}


.dataGroupBox input[type=text], .dataGroupBox select {
    height: 38px;
}

.dataGroupBox input[type=text], .dataGroupBox input[type=password], .dataGroupBox select, .dataGroupBox textarea {
    font-family: 'Lato', sans-serif;
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 5px;
    background: #ffffff;
    padding: 7px 12px;
    vertical-align: middle;
    font-size: 14px;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dataGroupBox select {
	background: #ffffff url("/img/selectbox-arrow.jpg") no-repeat center right;
}

.dataGroupBox {
    width: 100%;
}

.modal-body ul.standard-list {
	list-style-type: disc;
	margin: initial;
	padding: 0 0 0 40px;
}

.modal-body .standard-list li {
	list-style-type: disc;
	display: list-item;
}

.inner-content {
	max-width: 860px;
}
