section.bg-secondary-orange {
	background: #FFA31A;
}

section.bg-secondary-light-grey {
	background-color: #b9b9b9;
}

.bg-secondary-dark-grey {
	background-color: #5d5d5d !important;
}

section.bg-secondary-green {
	background: #9AAA75;
}

.background-image-holder-home {
    background-size: contain !important;
	background-position: top left !important;
	background-repeat:no-repeat;
	position: absolute;
}

@media (max-width: 767px) {
    .mobile-only {
        display:block !important;
    }
}

.centered-logo .logo {
	max-height: 100px;
}

.darkblue {
	background-color:#c3dae8;
}
	
.lightblue {
	background-color:#dfeef6;
}
.darkgray {
	background-color:#d8d8d8;
}
	
.lightgray {
	background-color:#efefef;
}
.darkyellow {
	background-color:#FAEAC6;
}
	
.lightyellow {
	background-color:#f8f9e1;
}
.darkorange {
	background-color:#F8C878;
}
	
.lightorange {
	background-color:#F8E8C8;
}

.editClient {
	cursor: pointer;
}

td {
    padding: 5px;
}

.requiredInput {
	background-color: #deeff7;
}
.stacked {
    position: absolute;
    text-align: center;
}
<<<<<<< custom.css

.modalbtn {
  -webkit-appearance: none;
  background: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  min-width: 155px;
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #1a8bb3;
  color: #1a8bb3;
  max-width: 155px;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
=======

/* Loanbuddy Login Buttons */

.loginpage-loanbuddy-title{
    color:white;
    text-align: center;
    font-weight: bold;
    margin:20px 0;
}

.loginpage-loanbuddy-title span{
    font-size: .8em;
}

.loanbuddy-login-action.btn-primary{
    background-color: white;
    border: 0;
}

.loanbuddy-login-action img{
    max-width: 150px;
}

.loanbuddy_login.btn-primary:hover, .loanbuddy_login.btn-primary:focus{
    background-color: #1a8bb3;
}

.login-loanbuddy img{
    width: auto;
    max-height: 20px;
}

.login-loanbuddy{
    padding-top: 4px;
    padding-bottom: 4px;
}

.login-button-loanbuddy{
    line-height: 12px;
}

.mobile_only{
    display: none;
}

@media (max-width: 767px){

    .mobile_only_menu_img img{
        max-height: 20px;
        width: auto;
    }

    .mobile_only{
        display: block;
    }

}

.post-title-icon {
    width: 100%;
	font-size:50px;
    text-align: center;
}

.icon-check {
	color: #619e15;
}

.text-center-table th{
	text-align: center;
}

#clients_table tr th{
	background-color: white;
	font-size: 11px;
}

#clients_table.dataTable thead > tr > th.sorting:before,
#clients_table.dataTable thead > tr > th.sorting:after{
    color: #5ea8f0;
    opacity: 1;
    font-size: 1em;
}

#clients_table.dataTable thead > tr > th.sorting_asc:before,
#clients_table.dataTable thead > tr > th.sorting_desc:after,
#clients_table.dataTable thead > tr > td.sorting_asc:before,
#clients_table.dataTable thead > tr > td.sorting_desc:after{
    opacity: 1;
    color: #013a85;
}
