/*
        Theme Name: My Badass Theme
        Author: Patrick Shugerts
        Version: 1.04
*/
/*-------------------------------------------*/
/*General*/
/*-------------------------------------------*/
.loandata{
  background-color: lightgray;
}
/*-------------------------------------------*/
/*TABLES*/
/*-------------------------------------------*/
/*FORM TABLES*/
/*-------------------------------------------*/
.formtableOV {	
	min-height: 130px;
}
.formtableOV tr:nth-child(odd){
  background-color: #FFFFFF; 
}
.formtableOV tr:nth-child(even){
  background-color: #EEEEEE; 
}
.formtableOV td{	
	border-collapse: collapse;
  border-right:1px solid #A3A3A3;
	border-left:1px solid #A3A3A3;
  align-self: right;
	padding-right:2px;
	padding-left:2px;
}
/*-------------------------------------------*/
.formtabler1 {	
	min-height: 125px;
}
.formtabler1 tr:nth-child(odd){
  background-color: #FFFFFF; 
}
.formtabler1 tr:nth-child(even){
  background-color: #EEEEEE;
}
.formtabler1 td{
	border-collapse: collapse;
  border-right:1px solid #A3A3A3;
	border-left:1px solid #A3A3A3;
	padding-right:6px;
	padding-left:6px;
}
/*-------------------------------------------*/
.formtabler2 {	
	min-height: 300px;
}
.formtabler2 tr:nth-child(odd){
  background-color: #FFFFFF; 
}
.formtabler2 tr:nth-child(even){
  background-color: #EEEEEE;
}
.formtabler2 td{
	border-collapse: collapse;
  border-right:1px solid #A3A3A3;
	border-left:1px solid #A3A3A3;
	padding-right:6px;
	padding-left:6px;
}
/*-------------------------------------------*/
.formtabler3 {	
	min-height: 500px;
}
.formtabler3 tr:nth-child(odd){
  background-color: #FFFFFF; 
}
.formtabler3 tr:nth-child(even){
  background-color: #EEEEEE;
}
.formtabler3 td{
	border-collapse: collapse;
  border-right:1px solid #A3A3A3;
	border-left:1px solid #A3A3A3;
	padding-right:6px;
	padding-left:6px;
}
/*-------------------------------------------*/
.formtabletots {	
	min-height: 400px;
}
.formtabletots tr:nth-child(odd){
  background-color: #FFFFFF; 
}
.formtabletots tr:nth-child(even){
  background-color: #EEEEEE;
}
.formtabletots td{
	border-collapse: collapse;
  border-right:1px solid #A3A3A3;
	border-left:1px solid #A3A3A3;
	padding-right:6px;
	padding-left:6px;
}
/*-------------------------------------------*/
.formtable tr:nth-child(odd){
  background-color: #FFFFFF; 
}
.formtable tr:nth-child(even){
  background-color: #EEEEEE;
}
.formtable td{
	border-collapse: collapse;
  border-right:1px solid #A3A3A3;
	border-left:1px solid #A3A3A3;
	padding-right:6px;
	padding-left:6px;
}
/*-------------------------------------------*/
/*SPECIALIZED TDs*/
/*-------------------------------------------*/
.sbt-td{
  font-size: 14px;
  align-self: right;
}
.numinputtd{
  width: 15%;
  align-self: right;
}
.selectinputtd{
  width: 20%;
  align-self: right;
  align-items: right;
}
.OV3inputtd{
  width: 60%;
}
.textinputtd{
  width: 20%;
  align-self: right;
  align-items: right;
  text-align: right;
}
/*-------------------------------------------*/
/*General Settings for ALL TABLES*/
/*-------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}
th{
  background-color: #AED6F1;
  border: 1px solid black;
  padding: 2px;
  text-align: center;
}
table, td {
  border: 1px solid black;
  padding: 0px;
  font-size: 12px;
}
tr:hover {background-color: whitesmoke;color:red;}
/*-------------------------------------------*/
/*INPUTS*/
/*-------------------------------------------*/
label{
  font-weight: bold;
}
input{
  text-align: right;
}
option{
  align-self: right;
}
select{
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  width: 160px;
  align-self: right;
}
input[type="text"]
{
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    width: 80px;
}
input[type="number"]
{
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    width: 75px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/*-------------------------------------------*/
/*BUTTONS AND LINKS*/
/*-------------------------------------------*/
.container {
  background: #eee;
  border-color: #AED6F1;
  border-style: groove;
}

.container .subcontainer {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.subcontainer:first-child {
  margin-right: 20px;
  margin-left: 20px;
  min-height:50px;
  height:	100%;
}
.rib-btn{
  background: #AED6F1;
  color:black;
  border-style:outset;
  border-color:white;
  height:40px;
  width:250px;
  font:bold 15px arial,sans-serif;
  text-shadow: lightgray;
  text-align: center;
  vertical-align: middle;
  font-weight: bolder;
}
.rib-btn:hover{
  background: forestgreen;
  color:black;
  border-style:outset;
  border-color: black;
  height:40px;
  width:250px;
  font:bold 15px arial,sans-serif;
  text-shadow: lightgray;
  text-align: center;
  vertical-align: middle;
  font-weight: bolder;
}
/*
a{
  text-align: center;
}
.button-container{
 background-color: red;
  }
.form-btn {
  
  text-decoration: underline;
  color: black;
  padding: 10px;
}
.active, .form-btn {
  
 color:black;
}*/
.accordion {
  background-color: #AED6F1;
  border-color: #000000;
  margin-top: 0px;
  margin-bottom: 2px;
  color: #444;
  cursor: pointer;
  padding: 2px;
  width: 100%;
  border-width: thin;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
}
.accordion-label{
    text-align: center;
    border-color: #000000;
    font-weight: bold;
    min-height: 10px;
}
.accordion:hover {
  background: forestgreen;
  border-color: #000000;
}
.panel {
  padding: 0 5px;
  display: block;
  background-color: lightgray;
  border-color: #000000;
  overflow: hidden; 
}
/*FLEX & GRIDS*/
.flex-container {
    display: flex;
    text-align: center;
}
.flex-child {
    flex: 1;
    border: none;
}  
.flex-child:first-child {
    margin-right: 2px;
    margin-left: 2px;
    min-height:50px;
	  height:	100%;
} 
.grid-container-top {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1.2fr 1.2fr 1.2fr ;
    grid-gap: 5px;
}
.grid-container-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
}
/*OVERLAYS SUBFORMS*/
#overlaymiscfee {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,1);
  z-index: 2;
  cursor: pointer;
}
#overlayaddcreds {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,1);
  z-index: 2;
  cursor: pointer;
}
#overlaypayoff {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,1);
  z-index: 2;
  cursor: pointer;
}
#subform1{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  min-width: 300px;
  color:black;
  background-color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
#subform2{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  min-width: 300px;
  color:black;
  background-color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
#subform3{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  color:black;
  background-color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}