* {
	font-family: tahoma,helvetica,sans-serif  !important;
}

.changedValue {
	color: #ff6300;
} 


.optionsDaliverySelected {
	border: 3px solid #ff6300 !important; 
}

.evenRow {
   border: 2px solid #FFF;
   background-color: #EEE;
   cursor: pointer;
}


.onSelectedIcon {
    background: url(../_img/proactivedelivery/radio-checkmark.png) 0 0;
	right:4px;
	top:-10px;
	position:absolute;
	width: 24px;
	height: 24px;
}

.onClickIcon {
    background-image: url(../_img/proactivedelivery/on_03b.png);
	background-repeat:  no-repeat;
	background-size: 50px 50px;
	width:50px;
	height:50px;
	display:block;
}

.offClickIcon {
    background-image: url(../_img/proactivedelivery/off_03b.png);
	background-repeat:  no-repeat;
	background-size: 50px 50px;
	width:50px;
	height:50px;
	display:block;
}

.onClickIcon.small {
	background-size: 20px 20px;
	width:20px;
	height:20px;
}

.offClickIcon.small {
 	background-size: 20px 20px;
	width:20px;
	height:20px;
}

.oddRow {
   border: 2px solid #FFF;
   background-color: #FFF;   
   cursor: pointer;
}

.headRow {
	border: 2px solid #FFF;
	background-color: #EEE;
}

.selectedRow {
   background-color: #81F781;
}


div.section {
    background-color: #FFF;
    box-shadow: 0px 0.094em 2px rgba(0, 0, 0, 0.5);
/*     border-radius: 0.1875em; */
    clear: both;
    border: 1px solid #CCC;
    display: block;
    overflow: hidden;
    padding-bottom: 1%;
    margin-bottom: 2%;
}

div.section  div.title {
    background-color: #DDD;
    background: linear-gradient(to bottom, #C6C6C6 0px, #A6A6A6 100%) repeat scroll 0% 0% transparent;
    
	color: #fff;
	
	
    line-height: 200%; 
    margin-bottom: 1%;
    margin-top: 0;
    padding-left: 5px;

}

#overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.ui-autocomplete {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	list-style: none;
	padding-left: 0px;
	z-index: 1100 !important;
	max-height: 40vh;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.ui-autocomplete .ui-menu-item {
	background-color: #fff;
	border: 1px solid #bbb;
	height: 45px;
	max-width: 350px;
	padding-left: 5px;
	line-height: 300%;
}

.ui-autocomplete .ui-menu-item.ui-state-focus {
	color: #f60;
	border: 1px solid #f60;
}