@charset "utf-8";
/* CSS Document */
.calender_mini{
	margin-left: auto;
	margin-right: auto;
	min-width: 350px;
	max-width: 500px;
	border: 1px solid #ccc;
	border-radius:8px;
	
}



.bdy{
	display: none !important;
}

body {
	touch-action: pan-y;
	/*
	background: rgb(109,176,246) !important;
	background: linear-gradient(0deg, rgba(109,176,246,1) 0%, rgba(255,255,255,1) 100vh) !important;
	*/ 

}
#app_copyright{
	color: #fff;
}

#body-content{
/*
	background: rgb(109,176,246) !important;
	background: linear-gradient(0deg, rgba(109,176,246,1) 0%, rgba(255,255,255,1) 100%) !important;
	background-repeat: no-repeat !important;
    background-attachment: fixed !important;
	*/
}

#notes_display{
	position: fixed;
	z-index: 1051;
	left: 50%;
	top: 50px;
}


.ui-tabs-active{
	background: #0061f2;
	color: #fff;
	border-radius: 5px;
}

.ui-tabs-active > a:link{
	color: #fff;
}

.calculator_out_of_focus{
	opacity: 80%;
}

.calculator_in_focus{
	opacity: 100%;
}

.center_calculator{
	left: calc(50% - 100px);
	top: calc(50% - 150px);
}

.rotate_90{
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}

.rotate_0{
	-o-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}




  .calculator-screen {
	width: 100%;

	border: none;
	background-color: #252525;
	color: #fff;
	text-align: right;
	padding-right: 20px;
	padding-left: 10px;
	font-size: 1rem;
  }


.calender_mini > tbody > tr > td{
	margin: 4px;
	padding: 4px;
	text-align: center;
	height: 40px;
	vertical-align: middle;
	
}

.calendar > tbody > tr > td{
	background-color: #fff;
}

.calendar > tbody > tr.calendar_nav > td{
	background-color: #f2f6fc;
}

.calendar > tbody > tr.calendar_days > td:hover{
	background-color: #f4a100 !important;
	color: #fff !important;
}

.calendar > tbody > tr.calendar_days > td.outside_month{
	background-color: #f2f6fc;
	color: #B3A6A3;
}

.calendar > tbody > tr.calendar_days > td.outside_month:hover{
	background-color: #f2f6fc !important;
	color: #B3A6A3 !important;
}

.calendar > tbody > tr.calendar_days > td{
	background-color: rgba(0, 172, 105, 0.6);
	color: #fff;
}

.today {
	border: 1px solid #fff;
}

.mt-n10{

}

.mt-4{
	padding-top: 90px;
}
/*
.bg-blue{
 background: #0061f2;
}
*/
.statusbar-hack{
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: #fff;
	color: #000;
	left: 0px;
	top: -100px;
}
#addAccountMobile, #addAccountMobileLink{
	display:block;
	margin-bottom: 16px;
}


  
  .zoom:hover {
	transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

  body{
	  font-size: 0.8em;
  }

@media (min-width: 975px) {/*seems to be main breakpoint */
	.mt-4{
		padding-top: 60px;
	}
	#addAccountMobile, #addAccountMobileLink{
		display:none;
	}
	#addAccount{
		display:block;
	}
	body{
		font-size: 1.0em;
	}
}
.internal_container{
	margin-top: 36px;
}
@media (min-width: 768px) {/*small device breakpoint */
	.internal_container{
		margin-top: 0px;
	}	
}

@supports(padding:max(0px)) {
    body, header, footer {
        padding-left: min(0vmin, env(safe-area-inset-left));
        padding-right: min(0vmin, env(safe-area-inset-right));
    }
}

.match_col{
	
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	border: 1px solid #ccc;
}

.match_col:hover{
	background-color: #ccc;
	border-radius: 5px;
}
#layoutSidenav_content_main > div.container.mt-n10{
	padding-left: 16px !important;
	padding-right: 16px !important; 

}
#layoutSidenav_content_main{
	margin-top: 60px;
}

.corp_logo_header_mini{
 	max-height: 20px;
  	border-radius: 5px;
  	margin-right: 8px;
}

/* modal */
.metro > #modal-dialog > div > div.modal-header{
	background: #fff;
}
#layoutSidenav_content_main > div.container.mt-n10 > div > div > nav {
	padding-left: 20px;
}
#layoutSidenav{
	font-size: 1.1em;
}

@media only screen and (min-width: 600px) {
	#layoutSidenav{
		font-size: 0.9em;
	}
}


@media only screen and (min-width: 600px) {
	#layoutSidenav_content_main > div.container.mt-n10 > div > div > nav {
		padding-left: 10px;
	}

}
@media only screen and (min-width: 768px) {

	#layoutSidenav_content_main{
		margin-top: 0px;
	}
}

.account_balance_div {
	display: block;
	text-align: center;
}

.account_balance_divs {
	border-radius: 5px;
	background-color: #fff;
	margin: 4px;
	text-align: center;

}

.card-mini{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.8em;
}

@media (min-width: 975px) {/*seems to be main breakpoint */
	.account_balance_div {
		display: inline-block;
		text-align: left;
		padding-left: 16px;
	}
}

#scrollToTop{
	display:none;
	position: fixed; 
	bottom: 20px;
	right: 20px;
	padding: 8px;
	color: #fff;
	background-color: rgba(0, 97, 242, 0.8);
	border: 1px solid rgba(0, 97, 242, 1);;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	z-index: 100;
	
}

#modal.white > .modal-dialog > .modal-content > .modal-header{
	background-color: #fff !important;
}

.form-control-feedback{
	position: absolute; 
	top: 14px; 
	left: 20px;
}


#transaction_details{
	position: fixed;
	width: 500px;
	height: 500px;
	top: 50px;
	left: 50px;
	background-color: #fff;
}

.modal_custom_curtain {
 	position: fixed;
  	left: 0px;
  	top: 0px;
  	height: 100vh;
  	width: 100%;
    background-color: rgba(0,0,0,0.6);
  	z-index: 10000;
  	display:none;
}

.modal_custom_wrapper{
  	position: static;
  	top: 0px;
  	left: 0px;
  	height: 100vh;
  	width: 100vw;
  	
}

.modal_custom{
  margin-top: 40px !important;
  background-color: #fff;
  height: 100%;
  width: 100%;
  border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#modal_custom_header{
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

#modal_custom_header_wrapper{
	padding: 6px;

}

#modal_custom_footer{
	width: 100%; 
	padding: 16px; 
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 20px;
	height: 70px;
}

.form_input_mini{
	padding: 4px; 
	height: 2.0em; 
	margin-bottom: 5px;
}

#modal_custom_body{
	height: calc(100vh - 200px);
	overflow: auto;
}


@media (min-width: 800px) {
	#modal_custom_body{
		max-height: calc(100vh - 210px);
		overflow: auto;
	}
  .modal_custom_wrapper{
  	width: 700px;
    max-height: calc(100vh - 100px);
    margin-top: 50px;
    margin-left: calc(50% - 350px);
    
  }
  .modal_custom{
   height: 100%;
   margin-top: 0px;
   border-radius: 8px;
  }
}

.mobile_footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 8px;
	padding-bottom: 32px;
	padding-left: 24px;
	padding-right: 24px;
	background-color: #fff;
	height: 75px;
	z-index: 50;

}

.hide_overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.budget_calendar{
	border: 1px solid #f4a100;
	text-align: center;
}

.budget_calendar:hover, .budget_calendar_selected{
	background-color: #f4a100;
	color: #fff;
}

.payment_div:hover{
	background-color: #f2eee3;
}


.form-dropdown {
	position: relative;
	display: inline-block;
  }
  
  .form-dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 175px;
	max-width: 100%;
	overflow: auto;
	border: 1px solid #ddd;
	border-radius: 5px;;
	z-index: 1;
  }
  
  .form-dropdown-content a {
	color: black;
	font-size: 0.8em;
	text-decoration: none;
	display: block;
	padding: 4px;
	padding-left: 6px;
  }
  
  .form-dropdown a:hover {background-color: #ddd;}

  .custom_toggle{
	  padding: 5px;
	  font-size: 0.8em;
  }

  .card-body{
	  padding: 8px;
  }
  .list-group-item{
	  padding: 8px;
  }



  /*app adjustments*/
	.app_header{
		padding-top: 10px; 
		height: 60px;
		color: #000;
  }