.login-logo-padding {
padding-bottom:20px;
}

span.login {
margin-left:15px;
font-size:1.6em;
position:relative;
top:3px;
}

.copyright-footer {
padding:20px;
margin-bottom:0px;
}

h1,h2,h5,h6,button,a,th,td,p,span,input,label,select,div {
font-family: 'Poppins', sans-serif;
}

input.right-search {
padding-left:5px;
}

.sortable th {
cursor: pointer;
}

.filter {
    padding-bottom:20px;
}

.filter-item {
    padding-bottom:20px;
}

tr.indent-left > td:nth-child(1) {
    padding-left: 40px;
}

/*
@media all and (min-width:1435px) {
    .top-body-padding {
      padding-top:4.5rem;
    }
    div.stats {
      padding-left:272px;
      background-color:rgb(244,244,244);
    }
    nav.left {
      position:fixed;
      height:100%;
      width: 270px;
      background-color:rgb(43,72,106);
      color:white;
      padding:0px;
    }
    .left_nav_item {
      width: 100%;
      padding:14px;
      margin-top:20px;
      margin-bottom:0px;
      padding-left:25px;
      display:block;
    }
    .padded-on-large {
        padding-left:140px;
        padding-right:140px;
    }
}

@media all and (max-width:1435px) {*/
    .top-body-padding {
      padding-top:5rem;
    }
    div.stats {
      background-color:rgb(244,244,244);
    }
    nav.left {
      background-color:rgb(43,72,106);
      color:white;
      padding:12px;
    }
    .left_nav_item {
      padding: 14px;
      padding-bottom:17px;
    }
/*}*/

.left_nav_item:link,.left_nav_item:visited {
    color:white;
    text-decoration: none;
}
.left_nav_item:hover,.left_nav_item_active {
    background-color:rgb(92,151,212);
    text-decoration: none;
}

div.box {
    background-color:white;
    margin-top:30px;
}

h1 {
    text-align:center;
    padding-top: 30px;
    font-size: 2em;
    padding-bottom: 20px;
    font-weight: bold;
    color: rgb(53, 54, 66);
}

h1.left-small {
    text-align:left;
    padding-top: 10px;
    padding-left:10px;
    font-size: 1.5em;
    padding-bottom: 5px;
    font-weight: bold;
    color: rgb(53, 54, 66);
}

.plain-link {
    text-decoration: none;
    color:black;
}

.top-right-link {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size:2em;
}

h2 {
    text-align:center;
    padding-top: 10px;
    font-size: 1.5em;
    padding-bottom: 0px;
    margin-bottom:0px;
    font-weight: bold;
    color: rgb(53, 54, 66);
}

h1.left {
text-align:left;
padding-left: 30px;
padding-top: 20px;
}

h4 {
    font-weight: bold;
    font-size: .9em;
}

.right-search {
margin-top: 25px;
margin-right:25px;
margin-bottom:20px;
}

.right-filter {
margin-top:20px;
margin-bottom: 20px;
margin-right:25px;
}

div.table-padding {
padding: 0px 25px 20px 25px;
}


div.small-horizontal-padding {
padding: 4px 15px 4px 15px;
}

.box-bottom-padding {
padding-bottom: 50px;
}

.warehouse-bottom-padding {
padding-bottom: 22px;
}

div.box .main-figures-no-caption {
padding-top:45px;
}

div.box .main-figures {
padding-top:26px;
}

.fund-loans-padding {
    min-height:50px;
}

div.box div.main-figure {
float:left;
width:50%;
text-align:center;
}

div.main-figure h1 {
font-size: 1.7em;
color: rgb(243,134,63);
}

.tapered-border-left {
border-left: solid 2px rgb(243,134,63);

}

.button-row-2 {
padding-top: 55px;
text-align: center;
}

h6 {
color:gray;
margin-bottom:0px;
}

.clear-floats {
clear: both;
}

select {
min-width:150px;
}

.figures {
width:100%;
margin-left: 5px;
margin-top: 5px;
}

table.figures th, table.figures td {

}

table.figures th,.table-figures-header {
color: gray;
font-weight:500;
}

table.figures td:nth-child(2),table.figures td:nth-child(3),.table-figures-datum {
font-size: 1.4em;
color: rgb(243,134,63);
}

table.figures td:nth-child(1) {
min-width: 42px;
}

table.figures td,.table-figures-padding {
padding-bottom:10px;
}

button.funding {
border-radius: 12px;
background-color: white;
color: rgb(92, 151, 212);
padding: 0px 20px;
box-shadow: none;
min-width:152px;
}

.funding-all {
border-radius: 12px;
background-color: rgb(243,134,63,.9);
color: white;
padding: 0px 20px;
box-shadow: none;
min-width:152px;
margin-top:22px;
margin-bottom: 20px;
margin-right:25px;
}

.funding-cancel {
border-radius: 12px;
background-color: gray;
color: white;
padding: 0px 20px;
box-shadow: none;
min-width:152px;
margin-top:22px;
margin-bottom: 20px;
margin-right:25px;
}

.approval-all {
border-radius: 12px;
background-color: rgb(243,134,63,.9);
color: white;
padding: 0px 20px;
box-shadow: none;
min-width:152px;
margin-top:22px;
margin-bottom: 20px;
margin-right:25px;
}

.approval-cancel {
border-radius: 12px;
background-color: gray;
color: white;
padding: 0px 20px;
box-shadow: none;
min-width:152px;
margin-top:22px;
margin-bottom: 20px;
margin-right:25px;
}

a.funding-all:hover {
    color: white;
    background-color: rgb(243,134,63,1);
}

a.approval-all:hover {
    color: white;
    background-color: rgb(243,134,63,1);
}

button.cancel {
border-radius: 12px;
background-color: rgb(108, 117, 125);
color: white;
padding: 0px 20px;
box-shadow: none;
min-width:152px;
margin-top:22px;
margin-bottom: 20px;
margin-right:25px;
}

.mtd {
border-radius: 12px;
color: white;
background-color:rgb(43,72,106);
min-width:160px;
padding: 0px 20px;
box-shadow: none;
margin-top:22px;
margin-bottom: 20px;
margin-right:25px;
}

button.full {
border-radius: 18px;
color: rgb(53,54,66);
background-color:white;
min-width:160px;
padding:5px;
}

div.paginator > span {
color: rgb(100,100,100);
padding:3px;
cursor:default;
}

div.paginator > a:link {
color: rgb(100,100,100);
padding:3px;
text-decoration: none;
}

div.paginator > a:visited {
color: rgb(100,100,100);
padding:3px;
text-decoration: none;
}

div.paginator > a:hover {
color: rgb(100,100,100);
background-color: rgb(245,245,245);
border-radius: 50%;
padding:5px;
text-decoration: none;
}

div.paginator > .current {
background-color: rgb(245,245,245);
border-radius: 50%;
padding:5px;
}

.tooltip-inner {
    max-width: 500px !important;
    min-width: 350px !important;
}

table.table-striped-odd tr:nth-child(4n + 1) {
    background-color: rgba(0, 0, 0, 0.05);
}

.envBanner {
    margin-top: 4rem;
    background-color: #d9f99d;
    border: 3px solid #65a30d;
    color: #65a30d;
    padding: 0.5rem 1rem;
}

.envBanner > p {
    margin: 0;
}

.form-field-row {
    text-align: left;
}

.form-main-row {
    display: flex;
    justify-content: space-between;
}

.form-col {
    flex: 1;
    padding: 0 15px;
}

.form-field-row {
    display: block;
}
