/* CSS Document */

body, ul, li, ol, p, h1, h2, h3, h4, h5, a {
	margin: 0;
	padding: 0;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    letter-spacing: .5px;
}

img {
	display: block;
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

.hidden {
	display: none;
}

#content-wrapper {
	background: #f2f2f2;
	width: 100%;
	text-align: center;
	min-height: 500px;
	padding-bottom: 20px;
}

#content {
	width: 1000px;
	margin: 0 auto;
    padding-top: 40px;
}

#content h2 {
    font-size: 26px;
    color: #344C61;
}

#content h4 {
    color: #666;
    font-weight: normal;
    width: 60%;
    margin: 0 auto;
}

#content #form-wrapper {
	width: 960px;
	margin: 0px auto;
	position: relative;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    padding: 20px 0 40px;
}

/*** FORM STYLING ***/

.form-wrapper {
	width: 100%;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
	margin-top: 20px;
}

.form-wrapper h1 {
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
}

.form-top {
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 20px;
	background: #fafafa;
	border: 1px solid #f2f2f2;
	margin-bottom: 20px;
}

		.form-top strong {
			color: #F16B27;
		}

.form-left {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}

.form-right {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	float: right;
}

.form-section {
	clear: both;
	margin-bottom: 2px;
	float: left;
	width: 90%;
	box-sizing: border-box;
}

.form-group {
	clear: both;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.form-group label {
	float: left;
	clear: both;
	margin-bottom: 2px;
	font-size: 14px;
	box-sizing: border-box;
}

.form-control {
	clear: both;
    float: left;
    margin-bottom: 14px;
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    font-size: 12px;
    color: #000;
    box-sizing: border-box;
}

#entities {
    position:relative;
}

#suppressNPI {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.75);
}

#reasonBox {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    background-color:rgba(255,255,255);
    border:1px solid #c0c0c0;
    padding:24px;
    line-height:115%;
    position:absolute;
    top:50%;
    margin: auto;
}

#suppressNPI:hover {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAALklEQVQYlWNgYGAwZsAE6GLY1OCXJMZUuKAxLkmSrKStqUSbhEuhMSFFyO41BgA/UwQwzHjNUAAAAABJRU5ErkJggg==) repeat;
    background-color:rgba(255,255,225,0.85);
}

#suppressNPI:hover > #reasonBox {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.dropdown {
    background-color: #efefef;
}

#add-provider {
	float: left;
	clear: both;
	display: block;
	padding: 5px 10px 5px 25px;
	background: url(../images/add-provider.png) no-repeat 0 10px;
	background-size: 18px 18px;
	font-size: 14px; 
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
	color: #000;
}

.remove-provider {
	padding: 5px 10px 5px 25px;
	background: url(../images/remove-provider.png) no-repeat 0 10px;
	background-size: 18px 18px;
	display: block;
	float: left;
	clear: both;
	margin-top: 0px;
	font-size: 14px; 
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
	cursor: pointer;
	color: #000;
}

.npi-lookup-btn {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: normal;
	background: #fbfbfb;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px 12px;
	text-decoration: none;
}

.npi-lookup-btn[disabled]:hover, .npi-lookup-btn[disabled] {
    color: #ccc;
    cursor: not-allowed;
}

button[type="submit"] {
	color: #fff;
	padding: 12px 28px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	float: right;
	background: #F16B27;
	text-align: center;
	margin: 0 56px 20px 0;
	cursor: pointer;
	font-size: 16px;
}

button[type="submit"]:hover {
	background: #ff7505;
}

button[disabled]:hover, button[disabled] {
    background: #ccc;
    cursor: not-allowed;
}

.popup {
    max-width: 44em;
    background: white;
    padding: 16px;
    border-radius: 8px;
}

.msg_close {
    margin-top: 12px;
}

#payment-info-form td.price {
	font-weight: bold;
	font-size: 16px;
}

#text-1531228920644 {
	width: 50px;
}

/*** HEADER AREA ***/

#header-wrapper {
	width: 100%;
	height: 60px;
	background: #fff;
	text-align: center;
	border-bottom: 1px solid #aaa;
}

#header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header ul {
	width: 300px;
	margin: 0 auto;
	height: 60px;
}

#header ul li, #header ul li a {
	float: left;
	display: block;
	text-align: center;
	width: 50%;
	line-height: 60px;
	color: #ccc;
	text-decoration: none;
}

		#header ul li.active {
			color: #000;
			font-weight: bold;
		}

#header-wrapper #logo {
	height: 30px;
	width: 212px;
	display: block;
	background: url(../images/logo.png) no-repeat 0 0;
	background-size: 212px 30px;
	text-indent: -9999px;
	position: absolute;
	left: 15px;
	top: 15px;
}

#waiting {
	width: 50%;
	margin: 0 auto;
	background: url(../images/spinning.gif) no-repeat 0 0;
}



/*** FOOTER AREA ***/

#footer-wrapper {
	background: #344C61;
	min-height: 300px;
	width: 100%;
	text-align: center;
}

#footer {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
	color: #fff;
}

		#footer .footer-col {
			width: 25%;
			box-sizing: border-box;
			padding: 5px;
			float: left;
			padding-right: 2%;
		}
		
		#footer .footer-col ul {
			font-weight: bold;
			margin-top: 12px;
		}
		
				#footer .footer-col ul span {
					border-bottom: 1px solid #fff;
					padding-bottom: 3px;
					margin-bottom: 7px;
					display: block;
				}
		
		#footer .footer-col ul li {
			font-weight: normal;
			font-size: 10px;
			margin-top: 2px;
		}
		
		#footer .footer-col ul li a {
			color: #F27D35;
			text-decoration: none;
		}

#footer a.linked-in-link svg {
	fill: #F27D35;
	height: 32px;
}

		#footer a.linked-in-link svg:hover {
			fill: #fff;
		}

		
		










/*** MOBILE TWEAKS ***/
		
@media only screen and (max-width: 790px) {

#header, #content {
	width: 100%;
}

#header ul {
	display: none;
}

#content {
	padding-top: 10px;
}

.form-wrapper {
	width: 96%;
	margin: 10px auto;
}

.form-left {
	width: 100%;
}

.form-right {
	width: 100%;
}

.form-section {
	width: 100%;
}

button[type="submit"] {
	float: none;
	margin-top: 20px;
	width: 100%;
	margin-bottom: 0;
}

#footer {
	width: 100%;
}

#footer .footer-col {
	width: 100%;
	margin: 0 auto;
}

#payment-info-form td {
	width: 100% !important;
	clear: both;
	display: block;
	text-align: center;
	font-size: 14px;
}

#payment-info-form td.price {
	font-weight: bold;
	font-size: 16px;
	border-top: 1px solid #ddd;
	margin-top: 6px;
	padding-top: 4px;
}
	
	
}
