div.my-cal table tr:hover td{background:transparent !important;color:black;}
span.formHeading {
background: none repeat scroll 0 0 #259ca7;
color: #fff;
display: block;
font-size: 23px !important;
padding: 15px 21px 10px 12px;
}
.formArrow {
color: #259ca7;
font-size: 63px;
position: absolute;
top: -2%;
}
.form-holder {
background: none repeat scroll 0 0 #30759f;
color: #fff; padding: 18px 19px 12px 19px;
overflow: hidden;
}
.column.one.form-holder1 {
background: none repeat scroll 0 0 #282936;
color: #fff;
padding: 0px 0 16px 3px;
}
span.formHeading1 {
background: none repeat scroll 0 0 #259ca7;
color: #fff;
display: block;
font-size: 20px;
margin: 0px 0px 30px -3px;
padding: 16px;
}
.text{width:100% !important;}
.form-holder input {
border-radius: 4px;
width: 100% !important;
margin-bottom: 10px;
}
.form-holder input[type="text"] {
height: 39px;
border-radius: 4px;
}
.form-holder textarea,.form-holder select {
width: 100%;
} .option-input.radio {
border-radius: 50%;
z-index:1;
}
.option-input:checked {
background: #40e0d0;
}
.option-input {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
position: relative;
top: 13.33333px;
right: 0;
bottom: 0;
left: 0;
height: 20px;
width: 20px;
transition: all 0.15s ease-out 0s;
background: #cbd1d8;
border: none;
color: #fff;
cursor: pointer;
display: inline-block;
margin-right: 0.5rem;
outline: none;
position: relative;
z-index: 9;
font-size:20px;
}
.option-input:checked::before {
height: 20px;
width: 20px;
position: absolute;
content: '✔';
display: inline-block;
font-size: 13.33337px;
text-align: center;
line-height: 20px;
}
.option-input.radio::after {
border-radius: 50%;
}
.location_clininc_form {
line-height:30px;
color:white;
}
.option-input:checked::after {
-webkit-animation: click-wave 0.65s;
-moz-animation: click-wave 0.65s;
animation: click-wave 0.65s;
background: #40e0d0;
content: '';
display: block;
position: relative;
z-index: 100;
}
.loc_intro {
display: block;
margin-left: 9px;
font-size: 18px;
color:white;
}
label.label_loc {
display: inline-block;
vertical-align: text-bottom;
}