﻿/* 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: #61CE70;
}

.header-logo {
    display: inline-block;
    vertical-align: middle;
    /*margin: 23px 7px 23px 0;*/
}

.header-logo-image {
    width: 100px;
    height: 100px;
}

.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: 18px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .site-title-md {
        font-size: 42px;
    }
}

.site-tagline {
    padding: 0 0 0 2px;
    margin: 0;
    color: #FFFFFF;
    font-size: 20px;
}

/*** Header Menu ***/
.quickpaymenu {
    text-decoration: underline !important;
}

.quickpaymenu-text {
    font-size: 20px;
    color: #FFFFFF !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: #F8ca38 !important;
    }

li .dropdown-menu {
    color: #ffffff !important;
    background-color: #174334;
    font-size: 14px;
    padding: 0;
    margin: -5px;
}

.dropdown-item {
    border-bottom: 2px solid #E1E1E;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #FFFFFF;
    background-color: #F8ca38;
}

/*** Last Login Info Text ***/
.remit-nav-userinfo-div {
    margin-top: -19px;
}

.remit-nav-userinfo-text {
    font-size: 12px;
    color: #000000;
}

/*** Background Panel Web Pages ***/
.panelheader {
    background: #174334;
    border-color: #61CE70;
    border-style: solid;
    border-width: 2px;
}

.panelbackground {
    background: rgba(97,206,112,0.95);
    background-size: 1000px 500px;
    border-color: #61CE70;
    border-style: solid;
    border-width: 2px;
}

.modalbackground {
    background: rgba(97,206,112,0.95);
    border-color: #61CE70;
    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: #ffffff;
	background: linear-gradient( rgba(255,255,255,0.00), rgba(255,255,255,0.00) ), 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: #174334; /*#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: #ced3d8;
    background: #61CE70;
    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: #FFFFFF;
    font-size: 18px !important;
}

.remit-button {
    min-width : 110px;
}

.remit-label {
    color: #111111
}

.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: #ffffff !important;
}

.text-danger {
    color: #D20103 !important;
	font-size: 20px !important;
}

.text-muted {
    color: #333333 !important;
}

.page-item.disabled .page-link {
    color: #515151;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

/*.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

    .custom-file-button input[type=file]::-webkit-file-upload-button {
        display: none;
    }

    .custom-file-button input[type=file]::file-selector-button {
        display: none;
    }

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}*/

/*hide clover privary policy*/
.clover-footer {
    display: none;
}

.select-option {
    accent-color: #61CE70;
    height: 20px;
    width: 20px;
}

tbody tr.disabled {
    background-color: lightgray;
    /*text-decoration-line: line-through;*/
    /*pointer-events: none;*/

}