/* this is client specific theme */
html{
	height:100%;
}
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {
    font-family:  Gotham A,Gotham B,Helvetica,Arial,sans-serif !important;
    font-weight: 400;
}
body {
    color: #242934;
    font-weight: 400;
    line-height: 1.5;
}
.addressbutton{
	height:57px !important;
}
.addressbutton input{
	display:none;
}
.spacer{
	min-height:100px;
}
.InteLogin{
	margin-top:-45px;
	padding-top:15px;
}
.addressbutton label{
	min-width:120px;
	font-family: Gotham A,Gotham B,Helvetica,Arial, sans-serif;
    color: #fff !important;
    background-color: #d7153a !important;
    border: transparent !important;
	font-weight: 400;
	display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 11px !important;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.addressbutton label:hover {
    color: #fff;
    background-color: #e92147 !important;
    border-color: #e92147 !important;
} 
#app-alert {
	white-space: pre-line;
}
main{
	min-height: calc(100% - 222px);
}
.btn-fill{
	min-width:105px;
}
/*customize the progress bar*/
.wizard li.current:after{
	display:None !important;
}


.connecting-line{
	border-bottom: .4em solid #00A2E3;
    opacity: .1;
}

.connecting-line-top{
	border-bottom: .4em solid #00A2E3
}

.wizard .nav-tabs > li{
	/*border-left: 4px solid white;*/
	z-index: 10;
}
.progressStep{
 color: #002664;
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    top: 23px;
}
.inlineLabel {
 margin-top:0px !important;
}
.ngx-datatable.bootstrap .datatable-body .datatable-body-row.active{
	    background-color: rgba(0,133,179,0.2)!important;
     color: #242934 !important;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    
    width: 100%;
    font-weight: 600;
    border-bottom: 4px solid #d7153a;
}

.nav.nav-tabs {
    border-bottom: 2px solid #ddd;
}

.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

 .nav-tabs>li.active>a:hover,.nav-tabs>li>a:hover{
	 background-color: rgba(0,133,179,0.2);
 }
 .nav-tabs>li>a{
	  font-weight: 400;
      color:#333;
      border-bottom: 4px solid white;
 }
.ngx-datatable .datatable-body .datatable-body-row.success:not(.active){
	    background-color: rgba(0, 0, 0, 0.05) !important;
}    

/*
.main-content, #detail.folderDetail {
    padding-top: 50px !important;
}*/

.logoText{
   display:block; 
   width:auto;
   margin-top:20px;
   white-space: nowrap;
   color: black;
}

.navbar{
    background: #ffffff;
    padding-bottom: 5px;
    height: auto;
    z-index: 2001;
    width:100%;
}

.navbar-nav > li > a > .icon-padding{
    color:#000000;
    font-weight: bold;
    font-size: 15px;
}

.fullbackground{  
    background-image: url(../img/ohio-background.jpg);
}

footer{
    background-color: #0e3f75 !important;

}

.navbar-landing{
    background: #ffffff;
    height: 125px;
    z-index: 2001;
    width:100%;
}

ul.navbar-left > li > a > p {
    color: #4a4a4a;
}

.navbar-inner {
    /*height: 30px;*/
    margin-top: 55px !important;
}

ul.navbar-right > li > a  > p {
    color: #000000;
    font-weight: bold;
    font-size: 15px;
}
.btn {
	font-family:Gotham A,Gotham B,Helvetica,Arial,sans-serif;
}
.btn-default {
    color: #fff;
    background-color: #0E3F75 !important;
    border-color: transparent !important;
}

.btn-default:hover {
    color: #fff;
    background-color: #0E3F75 !important;
    border-color: #0E3F75 !important;
	border-width: 2px !important;
}

.btn-primary {
    color: #fff;
    background-color: #0E3F75 !important;
    border-color: transparent !important;
}
.btn-primary:hover{
    color: #fff;
    background-color: #0E3F75 !important;
    border-color: #0E3F75 !important;
	border-width: 2px !important;
}
.btn-success {
    color: #fff;
    background-color: #29364 !important;
    border-color: transparent !important;
}
.btn-success:hover{
   color: #fff;
    background-color: #29364 !important;
    border-color: #729364 !important;
	border-width: 2px !important;
}

.btn-info, .nsw-btn-outlined {
    border-color: #EBA70e !important;
    color: #EBA70e  !important;
    max-width: 150px  !important;
	background-color: transparent  !important;
}
.btn-info:hover, .nsw-btn-outlined:hover {
    background-color: #fff !important;
    color: #EBA70e !important;
	border-color: #c12637 !important;
}

.btn-warning{
	background-color: #EBA70e !important;
    border-color: transparent !important;
    color: #fff !important;
    cursor: pointer !important;
    justify-content: center !important;
    padding: calc(.375em - 2px) 1rem !important;
    text-align: center !important;
    white-space: nowrap !important;
}
.btn-warning:hover{
	background-color: #EBA70e !important;
    border-color: #EBA70e !important;
    border-width: 2px !important;
    color: #fff !important;
    cursor: pointer !important;
    justify-content: center !important;
    padding: calc(.375em - 2px) 1rem !important;
    text-align: center !important;
    white-space: nowrap !important;
}



/* Back button - accessible blue */
.nsw-btn-back, .btn-danger {
  background-color: #004C99 !important;   /* strong navy blue */
  border-color: transparent !important;
  color: #FFFFFF !important;              /* white text */
 
  cursor: pointer !important;
  justify-content: center !important;
  padding: calc(.375em - 2px) 1rem !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.nsw-btn-back:hover, .btn-danger:hover {
  background-color: #004C99 !important;   /* same on hover */
  border-color: transparent !important;
  color: #FFFFFF !important;
}









.navbar-toggle {
    background-color: #000000 !important;
    background: #000000 !important;
}

.btn-warning.btn-fill {
    padding-left: 6px;
    padding-right: 6px;
}
/*
.btn-primary.btn-fill {
    padding-left: 6px;
    padding-right: 6px;
}*/

.is-address-loading {
    border-color: #c12637;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../img/spinner.svg);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}



/*----------------------------------------------
  Form Input Field Customization
-----------------------------------------------*/
.nsw-form-input,
.nsw-form-select {
    font-family: Gotham A,Gotham B,Helvetica,Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.25;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #333;
    border: 1px solid #4c4f55 !important;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
@media (min-width: 62em) {
    .nsw-form-input,
    .nsw-form-select {
        font-size: 11px;
    }
}
.nsw-form-input:hover,
.nsw-form-select:hover {
    background-color: rgba(0, 133, 179, 0.2);
}
.nsw-form-input:focus,
.nsw-form-select:focus {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0085b3 !important;
}
.nsw-form-input:disabled,
.nsw-form-select:disabled {
    background-color: #f4f4f7;
    border-color: #a0a5ae !important;
    color: #a0a5ae;
    cursor: not-allowed;
}
.nsw-form-input.has-error,
.nsw-form-input[aria-invalid="true"],
.nsw-form-select.has-error,
.nsw-form-select[aria-invalid="true"] {
    border-color: #b81237 !important;
    border-width: 2px !important;
}
.nsw-form-input.has-error:hover,
.nsw-form-input[aria-invalid="true"]:hover,
.nsw-form-select.has-error:hover,
.nsw-form-select[aria-invalid="true"]:hover {
    background-color: #f7e7eb;
}
.nsw-form-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23002664' xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M16 26l16-16-4-4-12 12L4 6l-4 4 16 16z'/%3E%3C/svg%3E");
    padding-right: 3rem;
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem auto;
}
.nsw-form-select:disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23a0a5ae' xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M16 26l16-16-4-4-12 12L4 6l-4 4 16 16z'/%3E%3C/svg%3E");
}
.nsw-form-select option {
    background-color: #fff;
}
.nsw-form-checkbox,
.nsw-form-radio {
    clear: left;
}
.nsw-form-checkbox__input,
.nsw-form-radio__input {
    position: absolute;
    opacity: 0;
}
.nsw-form-checkbox__input:hover + .nsw-form-checkbox__label:before,
.nsw-form-checkbox__input:hover + .nsw-form-radio__label:before,
.nsw-form-radio__input:hover + .nsw-form-checkbox__label:before,
.nsw-form-radio__input:hover + .nsw-form-radio__label:before {
    background-color: rgba(0, 133, 179, 0.2);
}
.nsw-form-checkbox__input:checked + .nsw-form-checkbox__label:after,
.nsw-form-radio__input:checked + .nsw-form-checkbox__label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M29.362 3.742L10.495 22.946l-7.857-7.997L0 17.634l9.175 9.34 1.319 1.284 1.318-1.284L31.999 6.427z'/%3E%3C/svg%3E");
    background-color: #002664;
}
.nsw-form-checkbox__input:checked + .nsw-form-radio__label:after,
.nsw-form-radio__input:checked + .nsw-form-radio__label:after {
    background-color: #002664;
}
.nsw-form-checkbox__input:disabled + .nsw-form-checkbox__label,
.nsw-form-checkbox__input:disabled + .nsw-form-radio__label,
.nsw-form-radio__input:disabled + .nsw-form-checkbox__label,
.nsw-form-radio__input:disabled + .nsw-form-radio__label {
    cursor: not-allowed;
}
.nsw-form-checkbox__input:disabled + .nsw-form-checkbox__label:before,
.nsw-form-checkbox__input:disabled + .nsw-form-radio__label:before,
.nsw-form-radio__input:disabled + .nsw-form-checkbox__label:before,
.nsw-form-radio__input:disabled + .nsw-form-radio__label:before {
    border-color: #a0a5ae !important;
    background-color: #f4f4f7 !important;
}
.nsw-form-checkbox__input:disabled:checked + .nsw-form-checkbox__label:after,
.nsw-form-checkbox__input:disabled:checked + .nsw-form-radio__label:after,
.nsw-form-radio__input:disabled:checked + .nsw-form-checkbox__label:after,
.nsw-form-radio__input:disabled:checked + .nsw-form-radio__label:after {
    background-color: #a0a5ae;
}
.nsw-form-checkbox__input:focus + .nsw-form-checkbox__label:before,
.nsw-form-radio__input:focus + .nsw-form-checkbox__label:before {
    outline: 3px solid #0085b3;
    outline-offset: 0;
    outline-offset: 3px;
}
.nsw-form-checkbox__input:focus + .nsw-form-radio__label:before,
.nsw-form-radio__input:focus + .nsw-form-radio__label:before {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0085b3;
}
.nsw-form-checkbox__input.has-error + .nsw-form-checkbox__label:hover:before,
.nsw-form-checkbox__input[aria-invalid="true"] + .nsw-form-checkbox__label:hover:before,
.nsw-form-radio__input.has-error + .nsw-form-checkbox__label:hover:before,
.nsw-form-radio__input[aria-invalid="true"] + .nsw-form-checkbox__label:hover:before {
    background-color: #f7e7eb;
}
.nsw-form-checkbox__input.has-error + .nsw-form-checkbox__label:before,
.nsw-form-checkbox__input[aria-invalid="true"] + .nsw-form-checkbox__label:before,
.nsw-form-radio__input.has-error + .nsw-form-checkbox__label:before,
.nsw-form-radio__input[aria-invalid="true"] + .nsw-form-checkbox__label:before {
    border-width: 2px !important;
    border-color: #b81237 !important;
}
.nsw-form-checkbox__label,
.nsw-form-radio__label {
    font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 11px;
    line-height: 0.75;
    padding-left: 2rem;
    padding-top: 0.5rem;
    min-height: 1.5rem;
    display: block;
    position: relative;
}

@media (min-width: 62em) {
    .nsw-form-checkbox__label,
    .nsw-form-radio__label {
        font-size: 11px;
    }
}
.nsw-form-checkbox__label:before,
.nsw-form-radio__label:before {
    margin-right: 1rem;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #4c4f55 !important;
    background: #fff;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    position: absolute;
}

.nsw-form-checkbox__label:after,
.nsw-form-radio__label:after {
    content: "";
    position: absolute;
    width: 1.16rem;
    height: 1.16rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1rem auto;
    left: 0.195rem;
    top: 0.89rem;
    transform: translateY(-50%);
    margin-top: -0.125rem;
}

.nsw-form-checkbox__label:before {
    border-radius: 0.25rem !important;
}
.nsw-form-radio__label:after,
.nsw-form-radio__label:before {
    border-radius: 50% !important;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

.upload-doc-detail {
float: right !important;
}

.historyFreeformSpace {
    height: 50px !important;
}

/**********************************************************
Footer
***********************************************************/

footer {
    min-height:70px;
    display: block;
}

.nsw-footer__lower {
    padding: 1rem 0 1.5rem;
    background-color: #333;
    color: #fff;
    font-size: 11px;
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.nsw-footer {
    font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    margin-top: 3rem;
    border-top: 1px solid #a0a5ae;
}
.nsw-footer {
    font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    margin-top: 3rem;
    border-top: 1px solid #a0a5ae;
}
body:not(.code-example-body) {
    line-height: 1.25;
    max-width: none;
    margin: 0;
    background-color: #fff;
    color: inherit;
    font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    font-weight: normal;
}
:root {
    font-size: 100%;
}

html {
    font-size: 100% !important;
}

html {
    line-height: 1.25;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

footer p {
    font-size: 11px;
    line-height: 1.5;
}

.nsw-footer hr {
    margin: 1rem 0;
    height: 1px;
    border: 0;
    color: #a0a5ae;
    background-color: #a0a5ae;
}

.nsw-container {
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}

footer nav {
    display: block;
}

.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.nsw-footer-links {
    font-family:Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.nsw-footer-links__item {
    margin-right: 2rem;
    margin-top:10px;
    margin-bottom:20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
}

.nsw-footer__lower a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #fff;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
    transition: none;
    font-weight: bold;
}

.nsw-footer__lower a:hover{
    color: #fff;
	font-size:.75rem;
	line-height: 1.25;
}

app-foler-info form .formfield {
	height: 130px !important;
}

.folderinfo form button {
    margin-top: 20px;
}

#freeform-form2 .existing-rows,
#freeform-form2 .groupTitle,
#freeform-form2 .groupSeperatorBottom {
    display: none;
}

.image_status_type {
    width: 70px;
}

.stage-image{
    width: 963px;
}

nav.navbar li > a:not(.btn):focus, .datatable input:focus, a:focus, button.btn:focus {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0085b3 !important;
}
.uploadDelBtn {
    border-style: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.nav.navbar-nav .full-blue {
    background-color:#00A2E3;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.navbar .navbar-brand {
    margin: 0;
    padding: 0;
}
.fixed-width-topmost-header{
    margin-left: auto;
    margin-right: auto;
}

.navbar-white-header{
    width: 100%;
    background-color: #fff;
    color: #4a4a4a;
}
.navbar-default{
    border-bottom: 0px solid rgba(0, 0, 0, .1);
}
.navbar-brand{
    font-family: Alright Sans,Arial,sans-serif;
    font-weight:700!important;
    color: #4a4a4a;
}
.client-logo{
    max-width: 200px;
    max-height: 105px;
}
.navbar-topmost-header{
    background-color: #f2f2f2;
    width: 100%;
    top: 0;
    padding-top: 8px;
    padding-bottom: 3px;
}

.navbar.navbar-landing {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
	top: 0 !important;
    padding-top: 0;
}
.logoImg {
    display: block;
}

.guidingtext {
    background-color: rgba(0, 0, 0, 0.8);
}

.logincard {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.fullbackground .nav-card {
    margin-bottom: 12px;
}

.datatable-header-cell {
	word-wrap: break-word !important;
    white-space:pre-wrap !important;
}

.highlight-text {
	color: #B30000!important;
}

.hide {
	display:none;
}

input[name="folderTypeDesc"] {
  border: none!important;
  background: none!important;
  box-shadow: none!important;
  padding: 0!important;
  margin: 0!important;
  color: inherit!important;
  font: inherit!important;
  cursor: default!important;
  pointer-events: none!important; /* Optional: disables focus/click */
}

.folderDetail.folder-detail {
	margin-bottom: 20px;
}

.hidden{
	
	display:none;
}

.readonly-field input {
  background-color: #f0f0f0;  
  color: #666;                
  border: 1px solid #ccc;     
  cursor: not-allowed;        
  pointer-events: none;       
}

.subtitle-ELEV-Search {
background-color: black;
  color: white;
  text-align: center;
  font-size: 1.1rem;
  padding: 0.25rem 0.5rem;
  margin: 0.5rem 0 .6rem 0; /* bottom margin creates the transparent gap */
  line-height: 1.2;
}

.increase-left-margin {
	
	margin-left:5px!important;
	
}

.mat-mdc-form-field {
  --mat-form-field-container-vertical-padding: 0px 16px; /* Top 0, Bottom 16 */
}

/* Optional: remove margin/padding from input wrapper if needed */
.mat-mdc-text-field-wrapper.mdc-text-field--filled {
  padding-top: 0px !important;
  margin-top: 0px !important;
  align-items: center;
}

/* Base nav-tabs container (keeps tab row baseline straight) */
.nav-tabs {
  border-bottom: 1px solid #adb5bd;
}

/* All tabs have full border thickness */
.nav-tabs .nav-link {
  border: 2px solid transparent;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  color: #495057;
  padding: 8px 16px; /* reasonable padding */
}

/* Inactive tab appearance */
.nav-tabs .nav-item:not(.active) .nav-link {
  border-color: #adb5bd;
  border-bottom: 3px solid transparent; /* same height as active */
}

/* Inactive hover (optional) */
.nav-tabs .nav-item:not(.active) .nav-link:hover {
  background-color: #e2e6ea;
  border-color: #adb5bd;
}

/* Active tab — your custom style */
.nav-tabs .nav-item.active .nav-link {
  background-color: #ffffff;
  font-weight: bold;
  color: #343a40;
  border: 2px solid #343a40 !important;
  border-bottom: 3px solid #c8102e !important; /* red underline */
  z-index: 2; /* make it appear over the others */
}

.has-error select.form-control,
.has-error select.form-control option {
    color: inherit !important;
}

/* Position Custom Text Area under first button */
.btncustom1 {
    padding-top:90px;
	padding-left:240px;
	width: 524px;
    position: absolute;

}

/* Position Custom Text Area under second button */
.btncustom2 {
    padding-top:90px;
	padding-left:764px;	
	width:1014px;
	position: absolute;
	

}


/* Force same color for all links (URLs + emails) */
a,
a:visited,
a[href^="mailto:"] {
  color: #003366 !important;  /* dark navy blue for AAA contrast */
  text-decoration: underline !important;
}

/* Hover & focus states */
a:hover,
a:focus {
  color: #0066cc !important;  /* brighter accessible blue */
  text-decoration: none !important; /* optional */
}
.badge {
	
	background-color:black!important;
}



/* Accessible override for info button */
.btn.btn-fill.btn-info {
  background-color: #005A9E !important; /* darker blue, passes contrast */
  border-color: #005A9E !important;
  color: #FFFFFF !important;            /* keep text white */

}

/* Keep same color on hover/focus for consistency */
.btn.btn-fill.btn-info:hover,
.btn.btn-fill.btn-info:focus {
  background-color: #004C87 !important; /* slightly darker shade */
  border-color: #004C87 !important;
  color: #FFFFFF !important;
}

#fees .text-center.payfeebuttons {
	height: 100px;
}
