﻿.retro_calculator {
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    padding-bottom: 0px;
    background: #f5f7f9 !important;
}
.col-md-12.retro_calculator_heading {
    background: #1d2232;
    text-align: center;
    color: #FFF;
}
h4 {
    line-height: 27px;
}
span#totalValue {
    font-size: 31px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
}
.col-md-12.retro_calculator_heading h2 {
    color: #FFF;
    margin: 0px;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 0.5px;
}

#kids, #saa1, #dnpr {display:none;}


#compensation_calculator #kids label {
padding-left:0em;
text-indent:0em;
}

#compensation_calculator label {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 20px;
    font-weight: 600;
    color: #333;
}
	
#compensation_calculator h1 {
    font-size: 18px;
	text-align:left;
}
	
.form-control {
    width: 100%;
    margin: 0 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/wp-content/uploads/2020/08/chevron_down.png) no-repeat scroll right 15px center;
    background-color: #ffffff !important;
    border: 1px solid #dddddd;
    color: #333333;
    font-size: 15px;
    line-height: 18px;
    padding: 13px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s linear;

    height: auto !important;

    box-shadow: inset 0 0px 0px rgba(0,0,0,.075) !important;
    margin-left:0px !important;
    
    background-size: 17px;
    background-color: #FFF;
	}

.compdiv {margin: 0em 0em 0.5em 0em; border-bottom: 3px solid #722020; }

#compensation_calculator {
color: #111;
width: 100%;
margin: 3em auto 0.75em auto;
	margin-top:0px !important;
	margin-bottom:0px !important;
}


.col-md-12.result_div.text-center {
    margin-top: 20px;
}

input#smckcomp,
input#basiccompdr,
input#basiccompsmc,
input#compensationMessage,
input#hospitalMessage {
    text-align: center;
    background: transparent !important;
    border: 0px;
    box-shadow: 0 0px 0px rgba(0,0,0,.09) inset;
    font-weight: 600;
    color: #000;
    outline: 0;
}

input#hospitalMessage {
	margin-top:85px;
}

#hospquestion {display:none; }


.hospbox {
border: 1px solid #ffffff;
background: #fff;
color: #722020;
display:none; 
}



#smckdiv, #drdiv { border-bottom: 1px solid #202020; }

#drdiv label, #othersmcdiv label { width:88%; padding-left:12%; text-indent:-12%; }


span.nobr {white-space: nowrap;}

@media only screen and (max-width: 800px) {
input#hospitalMessage {
    margin-top: 5px;
}
.result_div h3 {
    line-height: 30px;
}
}