﻿/*>
* Copyright (c) 2014-2023 Inovalon Provider, Inc. All Rights Reserved.	
* 	
* This computer program is CONFIDENTIAL and a TRADE SECRET of Inovalon Provider, , Inc.	
* The receipt or possession of this program does not convey any rights to use,	
* reproduce or disclose its contents in whole or in part, without the specific	
* written consent of Inovalon Provider, Inc. Any use, reproduction or disclosure of	
* this program without the express written consent of Inovalon Provider, Inc. is a	
* violation of the copyright laws and may subject you to criminal prosecution.	
<*/
input {
    margin: 1px!important;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"]{
    height: 30px;
    border: 1px solid rgb(133, 133, 133) !important;
}

select {
    height: 30px;
    border: 1px solid rgb(133, 133, 133) !important;
}

input[type="radio"],
input[type="checkbox"]{
    border: 1px solid rgb(133, 133, 133) !important;
}

#payjs-applePayBtn {
    margin-top: 5px!important;
    cursor: pointer;
}

.payment-info{
    margin-bottom: 15px;
}

#payjs-applePayError {
    display: none!important;
}

.applePayTextBox {
    background-color: #E8E8E8;
}

.apple-pay-button {
    width: 100%;
    cursor: pointer;
}



@media only screen and (max-width: 1000px) {
    .clsLoginContainer {
        margin: 10px!important;
    }

    .account-locator-buttons{
        margin: 10px!important;
    }
}

#lbltotalAmountSBP,
.table-active th {
	color:#fff!important;
}