html, body{
	margin: 0;
	padding: 0; 
	width: 100%;
}

#map {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

#myModal {
	display: none;
}

infusionCenter td {
	padding-right: 10px;
}

#mainDiv {
	height: 625px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
    /* margin-bottom: 40px; */
}

#addressList {
	float: left;
	width: 40%;
    z-index: 1;
    background-color: transparent;
    left: 20px;
    overflow-y: auto !important;
    top: 70px;
	/* height: 415px;
    overflow-y: scroll;*/
    overflow-x: hidden !important; 
}

#map {
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 12px 0 #adadad;
	color: #000;
	height: 500px;
}

hr {
	margin-top: 5px;
	margin-bottom: 7px;
	width: 90%;
}

h5 {
	margin-top: 0px;
}

#_com_dsi_injectafer_infusion_locator_portlet_search {
	position: absolute;
	margin-left: 10px;
	margin-top: 3px;
}

.portlet-title-text {
	display: none;
}

#_com_dsi_injectafer_infusion_locator_portlet_infusionCenter {
	/* padding-left: 10px;
	padding-right: 10px; */
}

.infusionCenterDetailDiv {
	cursor: pointer;
	background-color: #fff;
    color: #000;
    padding: 5px;
    font-size: 16px;
	float: left;    
	margin: 5px 0;
	box-shadow: 2px 2px 3px #929191;    
	min-height: 74px;
}
.infusionMapIcon {
   width: 40px;
   float: left;
   position: relative;
   margin-right: 5px;
}
.infusionMapAddress {
    float: right;    
	width: 350px; 
	position: relative;
}
.infusionMapIcon img {
    width: 32px;
    height: 43px;
}
.infusionMapIcon span {
    width: 30px;
    position: absolute;
    font-family: OpenSansSemibold;
    font-size: 22px;
    display: block;
    left: -8px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    color: #fff;
	text-align: center;
}
.infusionMapAddress p {
    margin-bottom: 0;
}

.infusionCenterDetailDiv:hover {
	background-color: #fff
}
.infusionMapAddress p strong {
    font-family: 'OpenSansExtraBold';
    width: 75%;
    float: left;
}
.infusionMapAddress p:last-child {
    width: 80%;    
    font-family: 'OpenSansSemibold';
    float: left;
}
.distance {
	float: right;
	font-size: 12px;
	padding-right: 10px;
	position: absolute;
    width: 70px;
    right: -9px;
    bottom: 0;
}
.injectafer .infusionMapAddress p:nth-child(2) {
    float: right;
    font-size: 12px;
    padding-right: 10px;
    position: absolute;
    width: 90px;
    right: -8px;
    top: 0px;text-align: right;
}
.injectafer .distance {
    top: 18px;bottom: auto;text-align: right;
}
.infusionCenterInfoWindow .infusionMapIcon {
    float: left;
    margin-right: 10px;
    height: 150px;
    
}
.injectafer .infusionCenterInfoWindow .infusionMapIcon {
    margin-right: 5px;
}
.injectafer .infusionCenterInfoWindow {width: 82%;}
.injectafer span.classOfTradeSpan {
    position: absolute;
    right: 6px;
    top: 40px;font-size: 14px;
}
.injectafer span.distanceSpan {
    position: absolute;
    right: 6px;
    top: 60px; font-size: 14px;
}

.infusionCenterInfoWindow {
    font-size: 16px;
    font-family: 'OpenSansSemibold';
}
.infusionCenterInfoWindow .infusionMapIcon img {
    width: 40px;
    height: 52px;
}
.infusionCenterInfoWindow .infusionMapIcon span {
    font-size: 30px;
    width: 13px;
}
.infusionCenterInfoWindow strong {
    font-family: 'OpenSansExtraBold';
}
div#addressList {
    width: 400px;
    height: 500px;
    margin-bottom: 20px;
}
.scrollUpDown a {
    margin-right: 10px;
}
.scrollDown {
    position: absolute;
    bottom: 30px;
    z-index: 5;
    left: 170px;
}
.scrollUp {
    position: absolute;
    top: 46px;
    z-index: 5;
    left: 170px;
}
.injectafer .infusionCenterDetailDiv.active {
    box-shadow: inset 0px 0px 0px 3px #e31d1a;
}
.injectafer .noInfusionCenters {
    background-color: #fff;
    color: #58595b;
    padding: 25px;
    min-height: 100px;
    font-size: 25px;
}
.ios .infusionCenter .locatorSearch button .glyphicon {
    margin-left: -10px;
}


/** CSS for Locator Correction Form **/

  #iclRegister {
        display: none;
    }
    
    div#iclRegister .modal-dialog {
        width: 1000px;
    }
    
    div#iclRegister .modal-body {
        height: 500px;padding-right: 52px;
    }
    div#iclRegister .modal-content { 
		padding: 40px 28px 40px 80px;border-radius: 0;
	}
	#iclRegister .updateInfo {
		padding-bottom: 30px;
	}
    div#iclRegister .modal-header {
        padding: 5px;
        border-bottom: 0;
    }    
    div#iclRegister .modal-header button.close {
        color: #e31d1a;
		position: absolute;
		right: 30px;
		top: 10px;
		z-index: 9999;
		opacity: 1;
		font-size: 35px;
    }
    
    .locatorMsgHeading {
	    color: #e31d1a;
	    font-size: 22px;
	    font-weight: bold;
	    text-transform: none;
    }
    
    div#iclRegister .form-group {
		margin-bottom: 20px;
	}
    .updateInfo p,
    .updateInfo label {
        font-family: 'OpenSansSemibold';
        font-size: 17px;
    }
    
    .conformRadio input.form-control {
        float: left;
        width: 22px;
        border: 0;
        box-shadow: none;
        margin-right: 20px;
    }
    
    .conformRadio label {
        width: 80%;
        max-width: 100%; 
    }
    .conformRadio [type="radio"]:checked, .shippedAdd  [type="radio"]:checked,
	.conformRadio [type="radio"]:not(:checked), .shippedAdd [type="radio"]:not(:checked) {
		position: absolute;
		left: -9999px;
	}
	.conformRadio [type="radio"]:checked + label, .shippedAdd [type="radio"]:checked + label,
	.conformRadio [type="radio"]:not(:checked) + label, .shippedAdd [type="radio"]:not(:checked) + label
	{
		position: relative;
		padding-left: 28px;
		cursor: pointer;
		line-height: 20px;
		display: inline-block;
		color: #333;
	}
	.conformRadio [type="radio"]:checked + label:before, .shippedAdd [type="radio"]:checked + label:before,
	.conformRadio [type="radio"]:not(:checked) + label:before, .shippedAdd [type="radio"]:not(:checked) + label:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 22px;
		height: 22px;
		border: 1px solid #ddd;
		border-radius: 100%;
		background: #fff;
	}
	.conformRadio [type="radio"]:checked + label:after, .shippedAdd [type="radio"]:checked + label:after,
	.conformRadio [type="radio"]:not(:checked) + label:after, .shippedAdd [type="radio"]:not(:checked) + label:after{
		content: '';
		width: 12px;
		height: 12px;
		background: #666666;
		position: absolute;
		top: 5px;
		left: 5px;
		border-radius: 100%;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.conformRadio [type="radio"]:not(:checked) + label:after, .shippedAdd [type="radio"]:not(:checked) + label:after {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	.conformRadio [type="radio"]:checked + label:after, .shippedAdd [type="radio"]:checked + label:after {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
    #iclRegister .form-group .col-md-6,
    #iclRegister .form-group .col-md-8 {
        padding-left: 0;padding-right: 0;
    }
    
    #iclRegister p.legal {
        
        margin-bottom: 0;
        font-size: 15px;
    }
    
    #iclRegister .npi-click a {
        color: #e31d1a;
		font-size: 14px;
		font-family: 'OpenSansRegular';
		text-decoration: underline;
    }
    
    #iclRegisterp .npi-click {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    #iclRegister p.npi-click {
		
	}
    #iclRegister span.mandatory {
        color: #e31d1a;
    }
    
    #iclRegister span#npiNumberLabel {
        font-family: 'OpenSansSemibold';
        font-size: 17px;
    }
    
    #iclRegister .shippedAdd input.form-control {
        float: left;
        width: 22px;
        border: 0;
        box-shadow: none;
        margin-right: 10px;
        margin-top: -5px;
    }
    
    .shippedAdd,
    .lastpurchase,
    .cityGroup {
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }
    .cityGroup div:last-child {
		padding-right: 0;
	}
    #iclRegister p.note {
        font-family: 'OpenSansRegular';
        font-size: 14px;margin-bottom: 20px;
    }
    #iclRegister p.note a, #iclRegister p.note a:hover {
		color: #e31d1a;
		text-decoration: underline;
	}
    #iclRegister .customNextButton {
        font-family: 'OpenSansSemibold';
		text-transform: uppercase;
        font-size: 14pt;
        line-height: 20pt;
        color: #fff;
        background-color: #e31d1a;
        margin: 0 auto;
        width: 200px;
        padding: 12px 25px;
        text-decoration: none;
        border: 0;
        cursor: pointer;
        border-radius: 0;
        display: block;
		margin-top: 45px;
    }
    .practiceLink{
		float: left;
		width: 100%;
		text-align: center;
	}
	.practiceLink p a {
        color: #e31d1a;
        text-decoration: underline;
    }
    .practice p a {
        color: #e31d1a;
    }
    #iclRegister .form-control {
		box-shadow: none;
		border-radius: 0;height: 40px;
	}
	select#hcostate {
		-webkit-appearance: none;
		background: #fff url(/o/injectafer-hcp-theme/images/custom/sign-up/icon_dropdown_arrow.png) no-repeat 98% center;
		border-radius: 0;
		-moz-appearance: none;
	}
	.add2ndAddress {
		color: #e31d1a;
		font-size: 14px;
		text-decoration: underline;
		float: right;
		padding: 5px 0;
		cursor: pointer;
	}
	input#secondaddress {
		margin-top: 20px;
		display: none;
	}
	div#externalLightbox.practiceNpi {
		width: 320px !important;
		position: absolute;
		left: 0px;
		top: 100px;
		right: 0;
		margin: 0 auto;
		z-index: 9999;
		display: none;
		background-color: #FFF;
		border: 1px solid rgba(0,0,0,0.3);
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-moz-box-shadow: 2px 2px 10px #666;
		-webkit-box-shadow: 2px 2px 10px #666;
	}
	div#externalLightbox.lightbox.practiceNpi .content {
		width: 100%;
		float: left;
		height: 235px;
	}
	.overlaypractice {
		position: absolute;
		height: 1000%;
		width: 100%;
		background-color: #000;
		top: 0;
		opacity: 0.6;
		display: none;
		z-index: 9998;
		
	}
	.practiceNpi a#btn-close-popup, .successMgs .content a#btn-close-popup {
		position: absolute;
		top: 14px !important;
		right: 14px;
		background: transparent url(/o/injectafer-hcp-theme/images/custom/x-close.png) top left no-repeat;
		display: block;
		height: 17px;
		width: 20px;
		background-size: cover;
	}
	div#externalLightbox.lightbox.practiceNpi .content {
		width: 100%;
		float: left;
		height: 235px;
		padding: 20px;
	}
	div#externalLightbox.lightbox.practiceNpi p {
		margin-top: 10px;
		max-width: 100%;
		font-size: 17px;
		max-height: 260px;
		height: 140px;
	}
	#externalLightbox.lightbox.practiceNpi div.links {
		width: 310px;
		margin: 0 auto;
		height: 35px;
	}
	div.lightbox.practiceNpi .left {
		float: left;
		margin-right: 20px;
	}
	div.lightbox.practiceNpi .right {
		float: right;
		margin-right: 40px;
	}
	.practiceNpi .customNextButton {
        font-family: 'OpenSansBold';
        font-size: 14pt;
        line-height: 20pt;
        color: #fff;
        background-color: #e31d1a;
        margin: 25px 0;
        min-width: 200px; 
        padding: 12px 25px;
        text-decoration: none;
        border: 0;
        cursor: pointer;
    }
	.practiceNpi .customNextButton:hover {
		color: #fff;
	}
	.successMgs {
		width: 500px !important;
		position: absolute;
		left: 0px;
		top: 5%;
		right: 0;
		margin: 0 auto;
		z-index: 9999;
		display: none;
		background-color: #FFF;
		border: 1px solid rgba(0,0,0,0.3);
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.successoverlay {
		position: fixed;
		height: 100%;
		width: 100%;
		background-color: #000;
		top: 0;
		opacity: 0.8;
		display: none;
		z-index: 999;
	}
	.successMgs .content {
		padding: 40px;
	}
	.successMgs .content p {
		color: #e31d1a;
		font-family: 'OpenSansBold';
		font-size: 24px;
		text-align: center;
		padding: 20px;
	}
	
	.updateInfo p.error {
		float: left;
		width: 100%;
		text-align: left;
		font-size: 11pt !important;
		font-family: 'OpenSansRegular' !important;
		color: red;
		font-weight: normal;
	}
	
	.updateInfo input.error-box, .updateInfo select.error-box {
		border: solid 1px red;
	}
	#captchDiv {
		margin: 0 auto;
		float: none;
		width: 300px;
	}
	::-webkit-scrollbar {
		-webkit-appearance: none;
	}
	::-webkit-scrollbar:vertical {
		width: 12px;
	}
	::-webkit-scrollbar:horizontal {
		height: 12px;
	}
	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		border-radius: 10px;
		border: 2px solid #ffffff;
	}
	::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: #ffffff;
	}
@media (max-width: 991px) and (min-width: 320px) {		
        div#iclRegister .modal-dialog {
            top: 10px;
        }
        div#iclRegister .modal-dialog {
            width: 100%;
        }
        .injectafer div#iclRegister .modal-content {
           height: 540px; 
		   padding: 0;
		   overflow-x: hidden;
			overflow-y: hidden;
        }
        .cityGroup div:first-child {
            margin-bottom: 10px;
            padding-right: 0;
        }
        .cityGroup div:last-child {
            padding-left: 10px;
        }
        .cityGroup .col-xs-6 {
            padding-left: 0;
            padding-right: 0;
        }
		div#externalLightbox.practiceNpi { 
			top: 250px; 
		}
		.successMgs { 
			top: 100%; 
			width: 100% !important;
		}
		div#iclRegister .modal-body { 
			padding-right: 15px;
		}
    }
    @media (max-width: 640px) and (min-width: 767px) {	
		div#iclRegister .modal-body {
			height: 340px;
			padding-right: 52px;
		}
		.injectafer div#iclRegister .modal-content {
			height: 350px; 
		}
	}
	
	
/**     End - Locator Correction Form**/