h1 {
    font-size: 2rem;
    font-weight: 300;
    font-family: "Source Sans Pro", Arial, sans-serif;
    margin: 0 0 0.5em 0.5em;
	text-align : left;
}
h2 {
    font-size: 1.2rem;
    font-weight: 300;
    font-family: "Source Sans Pro", Arial, sans-serif;
    margin: 0.9em 0 0.5em 0.8em;
	text-align : left;
	line-height: 1.5;
}

h6 {  
    font-size: 1em;
    font-weight: 100;
    font-family: "Source Sans Pro", Arial, sans-serif;
    margin: 0 0 0.8em 1.2em;
    text-align: left;
	
}

h6.fieldrequired {  
    font-size: 1em;
    font-weight: 100;
    font-family: "Source Sans Pro", Arial, sans-serif;
    margin: 0 0 0 1.2em;
    text-align: left;
	color : red;
}
label {
	display: block;
    margin: 10px 0 0 15px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
}

label.radio {
	display: inline;
    margin: 10px 0 0 0;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	padding-left: 5px;
}

label.inline {
	display: inline;
    margin: 10px 0 0 15px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
}

table.chooseNPITable {
    border: #DDDDFF 1px solid;
    width: 99%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 15px 0 10px 10px;
	display:none;
}

table {
  width: 100%;
  border: 2px solid #212121;
  border-collapse: collapse;
  margin: 15px 0 10px 10px;
}

table thead{
	background: #c1c1c1;
    text-align: left;
}

th {
	padding: 0.6em 0.5em 0.4em 0.5em;
	border-left: 2px solid #212121;
	font-weight: bold;
}

td {
	padding: 0.6em 0.4em 0.4em 0.4em;
	border-left: 2px solid #212121;
}

tbody tr:nth-child(odd) {
  background-color: #f3f3f3;
}

div.left {
	display: block;
    width: 50%;
    float: left;
    text-align: left;
}

div.billingNpi {
	display: none;
}

div.admissionDateDiv {
	display: none;
}

div.requestedDatesOfServiceDiv {
	display: none;
}

div.newbornDiv {
	clear: left;
	display: block;
    width: 50%;
    float: left;
    text-align: left;
	padding-top: 10px;
	display: none;
}

div.errorDiv {
	display: none;
}

span.displayNone {
	display: none;
}

span.error {
	background: #fff1f1;
    border: 1px solid #e40515;
    border-left: 6px solid # e40515;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;

}

span.npiError {
	background: #fff1f1;
    border: 1px solid #e40515;
    border-left: 6px solid # e40515;
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 10px;
    margin-left: 10px;
	display:none;

}

h6.npiError {
	background: #fff1f1;
    border: 1px solid #e40515;
    border-left: 6px solid # e40515;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
	display:none;
    margin-top: 10px;
    width: fit-content;
    float: left;
    font-size: 1.0em;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;

}

h5.npiError {
	background: #fff1f1;
    border: 1px solid #e40515;
    border-left: 6px solid # e40515;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
	display:none;
    margin-top: 10px;
    width: fit-content;
    float: left;
    font-size: 1.0em;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;

}

h5.memberInfoError {

	background: #fff1f1;
    border: 1px solid #e40515;
    border-left: 6px solid # e40515;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    width: fit-content;
    float: left;
    font-size: 1.0em;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;

}

div.clearLeft{
	clear: left;
	display: block;
    width: 50%;
    float: left;
    text-align: left;
	padding-top: 10px;
}

div.clearLeftNone{
	clear: left;
	display: none;
    width: 50%;
    float: left;
    text-align: left;
	padding-top: 10px;
}

.left label span {
    color: #e40515;
}

.clearLeft label span {
    color: #e40515;
}

.clearLeftNone label span {
    color: #e40515;
}

.clearLeft input radio {
    padding-left: 10px;
}

input.npi {  
   
	margin: 5px 0 0 15px;
	height: 30px;
    line-height: 30px;
}

input.npihide {  
   
	margin: 5px 0 0 15px;
	height: 30px;
    line-height: 30px;
	display: none;
}

input.billingProviderName {  
   
	margin: 5px 0 0 15px;
	height: 30px;
    line-height: 30px;
	display: none;
}

input.date {  
   
	margin: 5px 0 0 15px;
	height: 25px;
    line-height: 25px;
}

input.checkbox {  
   
	margin: 5px 0 0 15px;
	height: 25px;
    line-height: 25px;
}

input.radio {  
    margin-left: 15px;
}

div.submit{
	clear: left;
    margin: 10px 10px 10px 10px;
    display: flex;
    padding-top: 15px;
}

input.submit {
	display: block;	
	background: #FF8005; 
	color: #212121; 
	width: 200px;
	font-size: 11pt;
	box-sizing: inherit;
	font-family: 'Source Sans Pro', sans-serif;
    line-height: 2.0;
	border: none;
}

input.select {
	display: block;	
	background: #0085CA; 
	color: #000;
	width: 200px;
	font-size: 11pt;
	box-sizing: inherit;
	font-family: 'Source Sans Pro', sans-serif;
    line-height: 2.0;
	border: none;
}

input.submit:focus, input.submit:hover { background: #E17207; } 

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}
.switch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0ca0dd;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #0ca2dd;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}
/*------ ADDED CSS ---------*/
.on
{
  display: none;
}
.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}
input:checked+ .slider .on
{display: block;}
input:checked + .slider .off
{display: none;}
/*--------- END --------*/
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;}
	
input.error{
	background: #fff1f1;
    border: 1px solid #e40515;
}

input[disabled], input[disabled]:hover,button[disabled], button[disabled]:hover {
	background: #eee;
	color: #ddd;
	border: none;
}

.inline{
	display:inline;
}	

