.info-tooltip {
  position: absolute;
  right: 0;
}
.mb-50{
    margin-bottom: 50px;
}
.sidebar-left{
    margin-right: 20px;
}
.align-center-div{
margin:0 auto;
}
input.form-control,
select.form-select{
padding:9px 12px;
}
input.form-control,
input.form-control:active,
input.form-control:focus,
button.btn,
button.btn:focus,
button.btn:active{
    box-shadow: none !important;
    outline: none !important;

}
.form-label{
font-weight:500;
font-size:15px;
}
.inline-checkbox .form-label{
	margin:0 15px 0 0;
}
.inline-checkbox{
	display:flex;
	justify-content: space-between;
	align-content: center;
}
.mortgage-info .inner-content{
    box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
    border-top: 3px solid #0250ac;
    padding: 20px;
}
#emailInput{
    display: none;
}
#emailInput input.form-control{
    width: 100% !important;
}
button.btn{
	font-size:15px;
	min-width: 100px;
	padding: 10px 10px;
	border-radius:5px;
}
.btn.btn-primery{
	background:#0250ac;
}
.btn-custom{
	margin-right:15px;
}
.btn.btn-dark{
}
.tip {
	width: 250px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: #fff;
	background-color: #fff;
	border-bottom-color: #0250ac;
	border-bottom-style: solid;
	border-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 0 1px #1515151a,0 2px 8px -1px #15151533;
	border-bottom-width: .125rem;
	padding: 15px;
	font-size:12px;
}
/** Email sending Loader CSS **/
.loading {
    overflow: hidden;   
}
.loading .waiting {
    display: block;
}
.waiting {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 );
}
.loader {
    position: fixed;
    top: 50%;
    left:50%;
}
/** Modal Popup CSS **/
#overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgb(0, 20, 61);
    z-index:99;
    opacity:0.5;
}

#modal {
    position:absolute;
    background:url(tint20.png) 0 0 repeat;
	border: 2px solid #000;
    z-index:100;
}

#content {
  border-radius: 5px;
  background: #fff;
  padding: 15px;
  overflow: auto;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}
#close {
    position:absolute;
    background:url(close.png) 0 0 no-repeat;
    width:24px;
    height:28px;
    display:block;
    text-indent:-9999px;
    top:-5px;
    right:-5px;
}




#undefined_table_wrap,
#undefined_head_wrap,#undefined_body_wrap {
  width: 100% !important;
  border: 0 !important;
}



#calcFooter {
    clear:both;
    margin: 0px auto;
    font-size: 11px;
    width: 75%;
    padding-top: 10px;
}
.expl {
    padding: 0 0 0 10px;
    height: 52px;
    width: 40px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
    background: #eee;
    display:table-cell; 
    vertical-align:middle;
}

/* Opera Only height fix */
noindex:-o-prefocus, .expl {
  height: 54px;;
}


.adminTxt {
    height: 52px;
    line-height: 52px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    color: #777;
    border: 1px solid #000;
    margin-right: -2px;
}
#admin td, #admin1 td, #admin2 td {
    padding: 5px;
}
.section, .section1, .section2 {
    float:left;
    padding: 5px;
    margin: 5px;
}

.adminSel {
    height: 52px;
    line-height:46px;   /* For Safari */
    padding: 10px;
    border-radius: 5px;
    color: #777;
    border: 1px solid #000;
    margin-right: -2px;
}
p.sep {
    color: #333;
    text-decoration: underline;
}



.focus {
    border: 1px solid #2981e4;
}

.tableContainer {
    border-radius: 5px;
    border: 1px solid #777;
}

.schedule {
    width: 100%;
}


/* .highlight {
    background-color: #9fe48e; 
    color: #000;
}*/

#schedule {
    float:left;
}



/*-----------------------------------------------------------------------------------------------*/
/*                                         Form and Text Area Drop Shadow                        */
/*-----------------------------------------------------------------------------------------------*/



.blurb {
    position: relative;
    background-color: #fff;
    margin-top: 30px;
    border-top: 1px solid;
    padding-top: 30px;
}

@media only screen and (max-width: 767px) {
    .mortgage-info .inner-content{
    	padding:10px;
        max-width:100%;
    }
    th:first-child {
    padding-left: 0;
    width: 68px !important;
	}
    table th {
    	font-size: 13px;
	}
     table td {
    	font-size: 14px;
	}
    #schedule {
    	float: none;
	}
}

/*-----------------------------------------------------------------------------------------------*/
/*                                         Waiting Animation                                     */
/*-----------------------------------------------------------------------------------------------*/