#prepayDialog input[type=text] {
	/* border-radius: 5px !important; */
	border: 1px solid #ccc ;
	/* border-right: 0px; */
}
#searchOptions{
	border: 1px solid #ccc ;
}
#prepayDialog .rightSideContent{
	text-align: center;
	background-color: white;
}
#prepayDialog .dl-horizontal dd{
	    /* border-bottom: 1px solid #ccc */
	
}
#prepayDialog .dl-horizontal dt{
	text-align: left;
	width: 147px;
}
#prepayDialog > div{
	overflow: hidden;
}
#user-menu-full  label{
	color: black;
}
.warning {
	text-align: center;
	font-size: 17px;
	color: red;
	font-weight: 700;
	padding: 12px 15px 10px 15px;
}

#x-to-clear-jobid:hover, #x-to-clear-phonenum:hover, #x-to-clear-lastname:hover{
	color: black;
}
#prepayJobId, #prepayPhoneNum, #prepayLastName{
	border-radius: 5px 0px 0px 5px;
}

#prepayBtn{
	background-color: transparent;
	
	 outline: none !important;
        outline-style: none !important;
        outline-offset: 0 !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom: none !important;
}

#prepayBtn:hover{
	color: black;
}

.changeColor{
	 border-radius:0px !important;
}

ul#prepay_jobList{
	padding: 8px;
	margin: 0;
}

ul#prepay_jobList>li {
	padding: 10px;
	background: white;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #aaa;
	margin-bottom: 10px;
}

ul#prepay_jobListul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#prepay_jobListli:after {
	content: "";
	display: block;
	clear: both;
}

ul#prepay_jobList>li>* {
	float: left;
	margin-left: 15px;
}

ul#prepay_jobListul li {
	float: left;
	margin-right: 10px;
}
.leftSideContent{
	background-color: white;
}
#prepayBtn.prepayBtnOutside{
	/* float: left; */
	font-size: 14px;
	/* border: #ccc 1px solid !important; */
	cursor: pointer;
}

#prepayBtn.prepayBtnOutside:hover{
	color:#0092ff;
}

#progressBarContent{
	width:300px;
	position: absolute;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:white;
	margin-top: 50px;
	z-index: 2;
	height: 20px;
}

.borderLeft
{
border-left: 1px solid #0546A8;
}
.borderRight
{
border-right: 1px solid #0546A8;	
}

#prepaySearchAgainBtn
{
        margin-top: -35px;
    /* margin-right: -620px; */
}
#prepay_jobList{
	margin: 10px 5px 0px 10px;
}#estimatedTotalTable{
	border-top: solid 1px #a0a0a0;
    border-bottom: solid 1px #ccc;
    margin: 5px 0px 5px 0px;
}
.prepayEmailId{
	    font-size: 12px;
    border-radius: 3px;
    height: 30px;
    padding: 7px 5px;
    border: 1px solid #ccc;
    
}
@media screen and (max-width: 414px){
	#prepayDialog .job-data-padding{
		max-height: 475px;
		overflow-y: auto; 
	}	
	#tripAndPaymentInfo{
		height: 475px;
		overflow-y: auto;
	}
}
@media screen and (max-width: 375px){
	#tripAndPaymentInfo{
		height: 406px;
		overflow-y: auto;
	}
}
@media screen and (max-width: 320px){
	#prepayDialog .job-data-padding{
		max-height: 350px;
		overflow-y: auto; 
	}
	#tripAndPaymentInfo{
		height: 308px;
		overflow-y: auto;
	}	
	
}

.hoverList_option:hover/*,
	#findProfile_secondStep .hoverList_option:hover*/ {
	background-color: transparent !important;
}

