html { height: 100%; background: #fff; }
body { 
 font-family: Crimson Text, Lucida Sans Unicode,Times New Roman, serif;
 height:100%; 
 margin: 0;
 padding: 0;
 background: #fff;
 min-width: 1000px;
}


#calculate { 
 height:auto;
 width: 870px;
 left: :0;
 right:0;
 margin:95px auto;      
 border: solid 3px #f2b217; 
 padding: 20px 20px;  
 overflow: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
 
        background-image: linear-gradient(bottom, rgb(69,132,180) 28%, rgb(31,71,120) 60%);
		background-image: -o-linear-gradient(bottom, rgb(69,132,180) 28%, rgb(31,71,120) 60%);
		background-image: -moz-linear-gradient(bottom, rgb(69,132,180) 28%, rgb(31,71,120) 60%);
		background-image: -webkit-linear-gradient(bottom, rgb(69,132,180) 28%, rgb(31,71,120) 60%);
		background-image: -ms-linear-gradient(bottom, rgb(69,132,180) 28%, rgb(31,71,120) 60%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.28, rgb(69,132,180)), color-stop(0.60, rgb(31,71,120)));
 }


h1 {
  float: right;
  font-family: Montserrat, sans-serif;
  text-shadow: 0 0 3px #000, 0 0 5px #040136;  
}
hr.style1 {
  border: 0;
  width: 800px;
  height: 2px;
  margin-top:40px;
  margin-bottom: 30px;
  background-image: -webkit-linear-gradient(left, #eef1f7, #2A5BB4, #eef1f7);
  background-image: -moz-linear-gradient(left, #eef1f7, #2A5BB4, #eef1f7);
  background-image: -ms-linear-gradient(left, #eef1f7, #2A5BB4, #eef1f7);
  background-image: -o-linear-gradient(left, #eef1f7, #2A5BB4, #eef1f7);
}
#calculate-form {margin-left: 25px;}


#calculate .hdr-F {  color: #ababab; font-size: 18px; }
#calculate .hdr-P {  color: #ababab; margin-left:1px;font-size: 17px;text-shadow: 0.1em 0.1em 0.2em black}
#calculate .hdr-R {  color: #ababab; margin-left: 15px;font-size: 17px;text-shadow: 0.1em 0.1em 0.2em black}





#calculate .formblock { display: block; margin-bottom: 11px; }

input[type=text]  { 
    border: solid 2px #F6F1EE;
	color: #000;
    height: 28px; 
    width: 50%;
    font-size: 15px; 
	text-indent: 3px;
	font-family:Crimson Text, Lucida Sans Unicode, serif;
 	background: #E9ECEF;
    padding: 4px 4px 4px 4px;
   border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
  box-shadow: rgba(0,0,0,.5) 1px 1px 1px 1px inset;
  -moz-box-shadow: rgba(0,0,0,.5) 1px 1px 1px 1px inset;
  -webkit-box-shadow: rgba(0,0,0,.5) 1px 1px 1px 1px inset;
 
-ms-box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box; 
box-sizing:content-box;
 
} 
 
input[type=text]:focus { 
    background: #FFFFFF;
	color: #00009A;
    border: 2px solid #e1e1e1;
    outline: none;
    box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
}  




input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #9B9EA3;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #9B9EA3;
   opacity:  1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #9B9EA3;
   opacity:  1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #9B9EA3;
}


select:invalid {
  color: #9B9EA3;
  opacity:1;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: black;
}
 
select  { 
     border: solid 2px #F6F1EE; 
    height: 28px; 
    width: 50%; 
    font-size: 15px;
	font-family: Crimson Text, Lucida Sans Unicode, serif;
	 background: #E9ECEF;
    padding: 4px 4px 4px 4px; 
    border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
  box-shadow: rgba(0,0,0,.5) 1px 1px 1px 1px inset;
  -moz-box-shadow: rgba(0,0,0,.5) 1px 1px 1px 1px inset;
  -webkit-box-shadow: rgba(0,0,0,.5) 1px 1px 1px 1px inset;
 
-ms-box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box; 
box-sizing:content-box;
	
}  
  

 
select:focus { 
    background: #FFFFFF;
	color: #00009A;
    outline: none; 
    border: 2px solid #e1e1e1;
    outline: none;
    box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
}   
 
textarea {
    resize: none;
	height:50px;
    width:85%;
   max-height: 50px;
   max-width: 85%;
   min-width: 85%;
    border: solid 2px #F6F1EE;
	color: #000;
	font-size: 15px; 
	text-indent: 5px;
	font-family: Crimson Text, Arial,sans-serif;
 	background: #E9ECEF;
    padding: 4px 4px 4px 4px;
   border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
  box-shadow: rgba(0,0,0,.5) 1px 1px 1px 1px inset;
  -moz-box-shadow: rgba(0,0,0,.5) 1px 1px 1px 1px inset;
  -webkit-box-shadow: rgba(0,0,0,.5) 1px 1px 1px 1px inset;
 
-ms-box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box; 
box-sizing:content-box;

}

textarea:focus { 
    background: #FFFFFF;
	color: #00009A;
    outline: none;
}  	

small {
	    letter-spacing: 1px;
	    font-size: 11px;
	    color: #A9A9A9;
		display: block;	
		padding-left:5px;
}
 
#calculate .formblock .error { 
    display: inline-block;
}


.subbutton { 
  cursor: pointer;
  margin-top: 30px;
  width: 19em;
  padding: 7px;
  border: 1px solid #593131;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
  color: #B8C1D0;
  background: #2763d1;
		background: -webkit-gradient(linear, left top, left bottom, from(#4170cf), to(#12274E));
			background: -moz-linear-gradient(top,  #4170cf, #12274E);
				background: -webkit-linear-gradient(top, #4170cf, #12274E);
					background: -o-linear-gradient(top, #4170cf, #12274E);
						background: -ms-linear-gradient(top, #4170cf, #12274E);
							background: linear-gradient(top, #4170cf, #12274E);
								filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4170cf', endColorstr='#12274E');
					
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  }

.subbutton:hover {
 
  color: #fff;	
  background: -webkit-gradient(linear, left top, left bottom, from(#3466CC), to(#12274E));
			background: -moz-linear-gradient(top,  #3466CC, #12274E);
				background: -webkit-linear-gradient(top, #3466CC, #12274E);
					background: -o-linear-gradient(top, #3466CC, #12274E);
						background: -ms-linear-gradient(top, #3466CC, #12274E);
							background: linear-gradient(top, #3466CC, #12274E);
								filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3466CC', endColorstr='#12274E');
								
	
}

.subimg{
    width: 25px;
    height: 25px;
	vertical-align: -0.3em;
	padding-right:5px;
 
} 
.error { 
    font-style: normal; 
	font-family: consolas,Arial,sans-serif;
    color: #ffbf00;
	font-size: 12px;
	padding-left:150px;
	margin-top:10px;
	margin-bottom:-30px;
}
button img{
    width: 35px;
    height: 35px;
    vertical-align: middle;
} 

#guaratee {
width:  130px;
height: 130px;
float:right;
}


ul {
font-family:  consolas,Lucida Sans Unicode, serif;
font-size: 14px;
font-weight: bold;
margin: 0;
padding: 0;
list-style: none;
padding-left:0px;
}
ul li {
display: block;
position: relative;
float: left;


}
li ul {
display: none;
}
ul li a {
display: block;
text-decoration: none;
color: #a2adbf;
border-top: 1px solid #12274E;
border-bottom:  1px solid #12274E;
padding: 10px 10px 0px 10px;
background: #2763d1;
background: -webkit-gradient(linear, left top, left bottom, from(#4170cf), to(#12274E));
			background: -moz-linear-gradient(top,  #4170cf, #12274E);
				background: -webkit-linear-gradient(top, #4170cf, #12274E);
					background: -o-linear-gradient(top, #4170cf, #12274E);
						background: -ms-linear-gradient(top, #4170cf, #12274E);
							background: linear-gradient(top, #4170cf, #12274E);
								filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4170cf', endColorstr='#12274E');
					
margin-left: 5px;
margin-top: 10px;
white-space: nowrap;
height: 30px;
width:110px;
text-align: center;

}

ul li a:hover {
background: #20458A;
color: #BDFFF3;
}
li:hover ul {
display: block;
position: absolute;
}
li:hover li {
float: none;
font-size: 11px;
}
li:hover a { 
background: #20458A; 
color:#BDFFF3;
}

li:hover li a:hover {
background: #173161; 
color:#fff;
}   
#selected{
 color: #fff;
font-weight:bold;
}

#selected:hover {
color: #BDFFF3;
}
		  			
.ui-datepicker { background-color:#fff; width:250px;height: auto;font-size:13px;border: solid 2px #f2b217;}

.ui-datepicker a {
  text-decoration: none;
   background: #fff;
}

.ui-datepicker a:hover{
  text-decoration: none;
   background: #fff;
}

.ui-datepicker table {
  width: 100%;
  background: #fff;
}

.ui-datepicker-header {
  background: #fff;
  color: #000  ;
  border: 0px;
  
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}


.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: orange;
  color: #000;
  font-weight: normal;
  position: relative;
  margin: -1px;
}

.ui-datepicker thead {
 background-color: #fff;
 border-top: 1px solid #bbb;
 border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 7.1pt;
  padding: 5px 0;
  color: #666666;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center; 
 }
		

#mymin  {   
    border: 1px solid #000;
    width: 55px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	margin-right: 0px;
}  

#myhr  { 
    border: 1px solid #000;
    width: 55px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	margin-right: 0px;
	
}  

#mydn  { 
    border: 1px solid #000;
    width: 55px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	margin-right: 0px;
}
 
 

#done {
 
 cursor: pointer;	
 z-index: 1;
 margin-left: 0px;
 color: #B8C1D0;
 border: 0px;
 font-family: Verdana;
 font-size: 14px;
 font-weight:bold;
 padding: 7px 15px 8px 15px;

 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 
 
 background: #2763d1;
		background: -webkit-gradient(linear, left top, left bottom, from(#4170cf), to(#0f3586));
			background: -moz-linear-gradient(top,  #4170cf, #0f3586);
				background: -webkit-linear-gradient(top, #4170cf, #0f3586);
					background: -o-linear-gradient(top, #4170cf, #0f3586);
						background: -ms-linear-gradient(top, #4170cf, #0f3586);
							background: linear-gradient(top, #4170cf, #0f3586);
								filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4170cf', endColorstr='#0f3586');
					
 
 
} 
 
#done:hover {
	color:#ffffff;
}
	
.tooltip {
    position: absolute;
    display: inline-block;
    border-bottom: 1px dotted black;
	border-top: 1px dotted black;
	margin-left: 6px;
}

.tooltip .tooltiptext {
    visibility: visible;
    width: 230px;
    background-color: white;
    color: #e40501;
    border: solid 1px white; 
    text-align: center;
    border-radius: 6px;
    padding: 2px 0;
	font-size: 13px; 
	font-family: sans-serif,arial;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 91%;
}
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}

.header {
      height: auto;
      width:100%;
      top:0;
      margin: 0 auto;
      background-color: rgba( 0, 0, 0, .2);
		background: -webkit-gradient(linear, left top, left bottom, from(#4a5b73), to(#102347));
			background: -moz-linear-gradient(top,  #4a5b73, #102347);
				background: -webkit-linear-gradient(top, #4a5b73, #102347);
					background: -o-linear-gradient(top, #4a5b73, #102347);
						background: -ms-linear-gradient(top, #4a5b73, #102347);
							background: linear-gradient(top, #4a5b73, #102347);
								filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a5b73', endColorstr='#102347');
	/*Opacity start*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    /*Opacity end*/							
	box-shadow: 0 0 1.9em rgba(0, 0, 0, 1.9);
    -moz-box-shadow: 0  0 .9em rgba(0, 0, 0, .9);
    -webkit-box-shadow: 0 0 .9em rgba(0, 0, 0, .9);							
	position: fixed;							
    border: 0;
    z-index: 9999;
    border-radius: 0;
    padding: 15px;
	}	
	
  
  .tel {
  	font-family: 'Courier New', Tahoma, sans-serif;
  	text-shadow: 0 0 3px #000, 0 0 3px #000;
  	float: right;
  	padding-right:50px;
  	color:#c5c9cd;
  	font-size:20px;
  	letter-spacing: 4px;
    z-index: 9999;
  }
    
  .brand {
  	width:12% !important;
  	 max-width: 200px;
  	 padding-top: 12px;
  	 padding-left:15px;
  	 z-index: 9999;	
  }
  	
   @media screen and (max-width: 480px) {
    .brand {
        width: 23% !important; 
        max-width: 200px;
        margin-top:-10px; 
        padding-left: 0px;
    }
    .material-icons {
		font-size:8px !important;
	}
    .tel {
	   font-size:8px !important;
	}
	 
	
	.header {
	   height: 10% !important;
	}
	
  }
  
#loading{
height: 10px;
width: 25px;
text-align:center; 
vertical-align:middle; 
display: inline;
visibility: hidden;
z-index: 1;
} 
  
#footer {
	position: relative;
	margin: 0 auto;
	background-color: rgba( 0, 0, 0, .1);
	background: -webkit-gradient(linear, left top, left bottom, from(#4a5b73), to(#102347));
			background: -moz-linear-gradient(top,  #4a5b73, #102347);
				background: -webkit-linear-gradient(top, #4a5b73, #102347);
					background: -o-linear-gradient(top, #4a5b73, #102347);
						background: -ms-linear-gradient(top, #4a5b73, #102347);
							background: linear-gradient(top, #4a5b73, #102347);
								filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a5b73', endColorstr='#102347');
	text-align: center;   /* IE */
	width:100%;
	height:auto;
	 -webkit-box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px -4px 3px rgba(0, 0, 0, 0.2);
    box-shadow:         0px -4px 3px rgba(0, 0, 0, 0.2);	
	} 

#btmNav .inactive  {
    list-style-type: none;
    display: inline;
    font-family: Montserrat, crimson text, sans-serif;
    font-size: small;
    line-height: 33px;
    white-space: nowrap;
   text-decoration: none; 
}
#btmNav .inactive a {
    color: #b9b9b9;
    text-decoration: none;
    padding: 10px 10px;
    text-shadow: 0 0 1px #020259, 0 0 1px #ac7cfc;
    border-bottom:0px;
}

#btmNav .inactive a:hover {
    color: #FFF;  
    text-decoration: none; 
}
	
#copyright {
font-family: consolas, sans-serif;	
color: #838b94;
font-size: 13px;
padding-top: 20px;
}	
