﻿@charset "utf-8";
/* CSS Document */

textarea.error{
	background-color: #fea1a3!important;
}
select.error{
	background-color: #fea1a3!important;
}
body{	
	padding: 0px;
    margin: 0px;
}
container_404>h1{
	font-family: 'KoHo', sans-serif;
}
.container_404{
    color: #fff;
    font-family: sans-serif;
    background-color: #2D9DE2;
    margin: 6% auto 0 auto;
    text-align: center;
    padding: 50px 50px 200px;
    background-image: url(../img/bg_404.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    width: 55%;
    max-width: 695px;
    min-height: 250px;
    border: 15px solid #fff;

    -webkit-box-shadow: 0px 0px 32px -6px rgba(138,138,138,1);
	-moz-box-shadow: 0px 0px 32px -6px rgba(138,138,138,1);
	box-shadow: 0px 0px 32px -6px rgba(138,138,138,1);
}
.container_404 a{
	color: #ffff;
	text-decoration: none;
}
.text_404{

}
.h1_404{
	font-size: 4em;
    margin-top: 0px;
}
.h2_404{
	color: #fff;
	font-size: 1.3em;
}
.icons_404{
	padding: 10px;
}
.icons_404 a{
	display: inline-block;
    padding: 5px 11px;
    font-size: 0.9em;
    font-weight: bold;
}
.icons_404 a:hover{
	text-decoration: underline;
	}

/* ------------------ New Code ------------------------ */
.recurringMain{
	display: table;
}
.recurringChk{
	vertical-align: middle;
    margin: 0px !important;
}
.reclabel{
	vertical-align: middle;
}

/*-----zed code ----- */
#Errors {
    color: #333;
    font-size: 17px;
    position: fixed;
    top: 20%;
    background-color: #fff;
/*    padding: 10px;*/
    box-shadow: 0px 0px 14px #000;
    width: 80%;
    border-radius: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#closeErr {
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(214, 213, 213);
    border: none;
    margin-right: 5px;
    margin-top: 5px;
    padding: 4px;
    border-radius: 2px;
    font-size: 15px;
}

.lds-circle {
    display: inline-block;
    transform: translateZ(1px);
    position: fixed;
    top: 30%;
    width: 100%;
    text-align: center;
}

    .lds-circle > div {
        display: inline-block;
        width: 51px;
        height: 51px;
        margin: 6px;
        border-radius: 50%;
        background: transparent;
        animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        font-size: 30px;
    }

@keyframes lds-circle {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }

    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }

    100% {
        transform: rotateY(3600deg);
    }
}

.proTxt {
    font-family: arial;
    font-size: 14px;
    color: #fe7333;
    font-weight: bold;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.lds-circle p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.Dollar {
    position: relative;
    margin-top: 8px;
    margin-left: 5px;
    display: block;
}

#fader {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
}




/* ------------------ New Error Popup ------------------------ */

		.error_pop{
			text-align: center;	
			font: normal 16px 'Roboto', sans-serif;
			box-shadow: 0px 0px 12px #666;
		}
		.error_pop .top_row{
			background-color: #e53935;
			padding: 30px 20px;
			color: #fff;
		}
		.error_pop .top_row img {
			width: 80px;
		}
		.error_pop .btm_row{
			background-color: #fff;
			padding: 20px 20px;
			color: #333;
		}
		.error_pop .retry_btn{
			background-color: #e53935;
			color: #fff;
			border-radius: 50px;
			margin: 0 auto;
			margin-bottom: 20px;
			border: 0px;
			cursor: pointer;font-size: 40px;
   			padding: 10px 24px;
		}

.cqlookup {
    background-image: url(../img/search-1.png) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 15px) center !important;
    padding-right: 45px;
    background-blend-mode: difference;
}

/*******************************
RAMA - 21-04-2021
*************************/
/*.cqs_section_header{
	text-align: center;
    background: green;
    color: #fff;
    padding: 5px 0px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
}
.cqs_input_text{
	width:100%;
	height:40px;
}
.cqs_input_textarea{
	width:100%;
	height:80px;
}

.cqs_label{color:#fff;}
.cqs_form_row{margin:16px 0px;}
*/
@media only screen and (max-width: 56.25em){
	.container_404{
		width: auto;
    	margin: 3%;
	    padding: 50px 50px 250px 50px;
	}
}

/* -- Logo Media --*/

@media (min-width: 736px) and (max-width: 1199px) {
	.sms_f_header img {
       	max-width: 100%;
    }
}


/*stripe css*/
/*.btn-gpay {
    background-origin: content-box;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-image: url(../img/gpay_logo.svg);
    background-color: black !important;
    width: -webkit-fill-available;
}

    .btn-gpay:hover {
        background-color: #3c4043 !important;
    }

.btn-applepay {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: plain;
    -apple-pay-button-style: black;
    width: 100% !important;
}

.btn-paypal {
    background-origin: content-box;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgb(255, 196, 57);
    border-color: rgb(255, 196, 57);
    display: block;
    height: 55px;
    border-radius: 4px;
}*/