﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.ada-hidden {
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*** Header Logo and Lockbox Name Text ***/
.site-header {
    background: #005EB8;
}

.header-logo {
    display: inline-block;
    vertical-align: left;
    /*margin: 23px 7px 23px 0;*/
}

.header-logo-image {
	width: 400px;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
}

.site-description {
    display: inline-block;
    vertical-align: middle;
    /*padding: 15px 0 20px;*/
}

.site-title {
    margin: 0;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .site-title-md {
        font-size: 40px;
    }
}

.site-tagline {
    padding: 0 0 0 2px;
    margin: 0;
    color: #eeeeee;
    font-size: 14px;
}

/*** Header Menu ***/
.quickpaymenu {
    text-decoration: underline !important;
}

.quickpaymenu-text {
    font-size: 16px;
    color: #006272 !important;
}

    .quickpaymenu-text:hover, .quickpaymenu-text:focus {
        color: #9C9DA0 !important;
    }

.remit-nav-item {
    margin-left: 35px;
}

.remit-nav-text {
    font-size: 14px;
    color: #121416 !important;
}

    .remit-nav-text:hover, .remit-nav-text:focus {
        color: #006272 !important;
    }

li .dropdown-menu {
    color: #ffffff !important;
    background-color: #9C9DA0;
    font-size: 14px;
    padding: 0;
    margin: -5px;
}

.dropdown-item {
    border-bottom: 2px solid #9C9DA0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #006272;
}

/*** Last Login Info Text ***/
.remit-nav-userinfo-div {
    margin-top: -19px;
}

.remit-nav-userinfo-text {
    font-size: 12px;
    color: #006272;
}

/*** Background Panel Web Pages ***/
.panelheader {
    background: #006672;
    border-color: #006672;
    border-style: solid;
    border-width: 2px;
}

.panelbackground {
	background: #FFFFFF;
	/* background: rgba(0,161,179,.25); */
    /* background: rgba(167,30,34,0.95); */
    background-size: 1000px 500px;
    border-color: #34393f;
    border-style: solid;
    border-width: 4px;
}

.modalbackground {
    /* background: rgba(167,30,34,0.95); */
	background: rgba(0,161,179,.25);
    border-color: #34393f;
    border-style: solid;
    border-width: 2px;
}

html {
    font-size: 14px !important;
}


@media (min-width: 768px) {
    html {
        font-size: 16px !important;
    }
}


html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
	color: #000;
    /* color: #fff; */
	/* rgba(0,161,179,.25) == #00A1B3 */
    /* background: linear-gradient( rgba(0,161,179,.25), rgba(0,161,179,.25) ), url('../img/background.jpg'), center top, no-repeat, fixed; */
    background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0) ), url('../img/background.jpg'), center top, no-repeat, fixed;
	background-repeat: no-repeat;
    background-position: center top;
    background-position-y:60px;
    background-attachment: fixed;
    background-size: 100%;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

table th {
    color: #ffffff;
    background-color: #9C9DA0;
    border-color: grey;
}

tbody tr:nth-of-type(2n) {
    background-color: #ffffff;
    color: #34393f;
}

tbody tr:nth-of-type(2n + 1) {
    background-color: #ffffff;
    color: #34393f;
}
.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    color: #C41230 ;
    background: #C41230 ;
    font-size: 14px;
    /*line-height: 30px;*/ /* Vertically center the text there */
}

@media (min-width: 768px) {
    .footer-height {
        position: absolute;
        line-height: 60px;
    }
}

.footer a {
    color: #ced3d8;
    font-size: 14px;
}

.clover-footer { 
	display: none;
}

.remit-button {
    min-width : 110px;
}

.remit-label {
    /* color: #EEEEEE; */
	color: #000
}

.top-label {
    margin-bottom: 0rem;
}

/**This is only used in ContactUs all other pages use Body color**/
.remit-text {
    color: #ffffff;
}

.dataTables_filter {
    text-align: left !important;
}

::-webkit-input-placeholder {
    color: #8898AA;
}

:-moz-placeholder {
    color: #8898AA;
}

:-ms-input-placeholder {
    color: #8898AA;
}

/** For Stripe entry***/
.bootbox{
    color:black;
}

.field {
    /*background: transparent;
    font-weight: 300;
    border: 0;
    color: white;
    outline: none;
    cursor: text;
    display: block;
    width: 100%;
    line-height: 32px;
    padding-bottom: 3px;
    transition: opacity 200ms ease-in-out;
    font-size: 19px;*/
    /*padding: 10px 20px 11px;*/
    background-color: #7488aa;
    /*border-radius: 20px;*/
    width: 100%;
}

.outcome {
    float: left;
    width: 100%;
    padding-top: 8px;
    /*min-height: 20px;*/
    text-align: center;
}

.success, .error {
    display: none;
    font-size: 15px;
}

    .success.visible, .error.visible {
        display: inline;
    }

.error {
    color: #E4584C;
}

.success {
    color: #34D08C;
}

.success .token {
    font-weight: 500;
    font-size: 15px;
}

.amtdetailstable {
    max-height: 200px;
    overflow-y: auto;
    /*display:inline-block;*/
}

.text-success {
    color: #74C761 !important;
}

.text-danger {
    color: #F8AEAE !important;
}

.text-muted {
    color: #bbb !important;
}

.page-item.disabled .page-link {
    color: #515151;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.navbar > .container, .navbar > .container-fluid
{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
}
#customerAccount_CUSTADDRESS2 {
    width: 330px !important;
}

#txtAccountNo {
    width: 500px !important;
}