/* Minification failed. Returning unminified contents.
(345,53): run-time error CSS1046: Expect comma, found '0'
(345,56): run-time error CSS1046: Expect comma, found '/'
 */
.hide {
    display:none!important;
}

.error {
    color: red;
    font-weight: bold;
}

.alert {
    margin-top: 2px;
    margin-bottom: 2px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif; 
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    height: auto;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.button.green {
	color: #fff !important;
	background-color: #b2d234;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0.75em 1.75em;
    height: auto;
    white-space: nowrap;
    font-size: 90%;
    line-height: 100%;
    font-weight: bold;
    color: #fff !important;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .button.green:hover {
        background-color: #81972b;
        cursor: pointer;
    }

   .emailValidationError {
       color: red;
       font-weight:bold;
   }
   .emailSucess {
       color: green;
       font-weight:bold;
   }

   .txtAccountNumber {
        width: 20%;
        padding: 5px 5px; 
        height: 25px; 
        border: 0;
    }

.btnPrint, .btnPaymentHistory {
    margin-top: 10px !important;
    width: 450px !important;
    padding: 5px;
    height: 35px;
    cursor: pointer;
}

.btnAddToWallet {
    margin-top: 10px !important;
    width: 500px !important;
    padding: 5px;
    cursor: pointer;
}

.btnSubmitSendEmail {
    margin: 5px;
}

.btn-regular {
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .txtAccountNumber {
        width: 290px;
        margin-bottom: 10px;
        padding: 5px 5px; 
        height: 25px; 
        border: 0;
    }

    .btnSubmitSendEmail {
        width: 300px;
        margin-bottom: 5px!important;
        height: 30px;
    }

    .btnPrint, .btnPaymentHistory {
        width: 300px!important;
        height: 30px;
    }

    .btnAddToWallet {
        width: 300px !important;
    }
}

.force100PercentWidth {
    width:100%!important;
}

.width95 {
    width:95%;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.findLocationLogos {
    width:95%; 
    height:95%;
    max-width: 350px;
}

.barcodeImage {
    width: 100%;
    height: auto;
}

input:disabled {cursor:not-allowed}
.btn-regular:disabled{background-color: #007dba}

.table table {
    border-collapse: collapse;
    width: 100%;
}

.table th, .table td {
    text-align: left;
    padding: 8px;
}

.table tr:nth-child(even){background-color: #f2f2f2}

.table th {
    font-weight:bold;
    color: black;
}
.viewRecieptbtn {
    background-color: #00bcf2; 
    cursor:pointer; 
    color: #fff !important; border: none; font-weight: bold; padding: 8px;
        text-transform: uppercase;
    font-weight: 500;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.viewRecieptbtn:hover {
    background-color: #007dba;
    color: #fff !important;
}

@media (max-width: 767px) {
    .hidden-xs {
    display: none !important;
    }
}

.rowAvailableMerchants {
    margin-top: 25px !important;
    display: flex;
    flex-wrap: wrap;
}

    .rowAvailableMerchants .col-merchant {
        text-align: center;
        margin-bottom: 10px !important;
        flex: 1 1 250px;
        justify-content: center;
        align-content: center; 
        display: flex !important;
    }

        .rowAvailableMerchants .col-merchant img {
            max-width: 250px;
            height: auto;
            align-self: center;
        }

@media (max-width: 690px) {
    .col-content {
        width: 100% !important;
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    .col-logo {
        width: 100% !important;
        margin: 0 auto !important;
        text-align: center;
    }

        .col-logo img {
            float: none !important;
        }
}

.mobileFriendlyLabelAlign {
    display: inline-block;
    float: right;
}


@media only screen and (max-width: 480px) {
    .mobileFriendlyLabelAlign {
        display: block;
        float: none;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    align-items: center;
    justify-content: center;
}

    .modal .button {
        color: #fff !important;
        display: inline-block;
        position: relative;
        margin: 5px;
        padding: 0.75em 1.75em;
        height: auto;
        white-space: nowrap;
        font-size: 90%;
        line-height: 100%;
        font-weight: bold;
        color: #fff !important;
        border: 0;
        text-transform: uppercase;
        font-weight: 500;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

        .modal .button:hover {
            background-image: linear-gradient(rgb(0 0 0/40%) 0 0);
            cursor: pointer;
        }

        .modal .button.approve {
            background-color: #b2d234;
        }

        .modal .button.cancel {
            background-color: red;
        }

.modal-content {
    background-color: #fefefe;
    margin: 15px;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-radius: 5px;
}

.btnCloseModal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .btnCloseModal:hover,
    .btnCloseModal:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
