.select-arrow {
    margin-left: -15px;
    pointer-events: none;
}

.chk{
    margin-right: 12px;
}
.smtbtn{
    cursor: pointer;
}


/* for payment confirmation page */
table, td {
    border: 1px solid #ddd !important;
    border-collapse: collapse;
}

.highlight_row {
    background: #c8c8d4 !important;
}
/*.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #EB1926;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;top: 40%;left: 45%;z-index: 100
}

 @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} */

.inner-loader-wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
}
/* End payment confirmation page */


  iframe {
            width: 100%;
            min-height: 685px;
            list-style-type:none !important;
        }
        @media print {
            #printButton, #back{
                display: none;
            }
            #heading{
                display: none;
            }
            #refresh{
                display: none;
            }
        }
        @page {
            size: auto;
            margin: 0 auto;
        }
        .creNameLabel {
            font-size: 16px !important;
        }
        #pageloader
        {
          background: rgba( 255, 255, 255, 0.8 );
          display: none;
          height: 100%;
          position: fixed;
          width: 100%;
          z-index: 9999;
        }
        
        #pageloader img
        {
            left: 50%;
            position: fixed;
            top: 50%;
            width: 40%;
            transform: translate(-50%, -50%);
        }
        select, .select2-container--default .select2-selection--single{
            display: block;
            width: 100%;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-image: none;
            background-clip: padding-box;
            border: 1px solid #ced4da !important;
            border-radius: .25rem !important;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            height: 38px !important;
          }
          .select2-results__options{
            box-shadow: 4px 4px 4px #999;
          }

          /* ------------------------  Loader --------------------------- */
        .loader,
        .loader:before,
        .loader:after {
            background: #e20707;
            -webkit-animation: load1 1s infinite ease-in-out;
            animation: load1 1s infinite ease-in-out;
            width: .5em;
            height: 4em;
        }
        .loader {
            color: #e20707;
            position: relative;
            font-size: 8px;
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
            position: fixed;
            z-index: 1000;
            left: 50%;
            top: 50%;
        }
        .loader:before,
        .loader:after {
            position: absolute;
            top: 0;
            content: '';
        }
        .loader:before {
            left: -1.5em;
            -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
        }
        .loader:after {
             left: 1.5em;
        }
        .loader .text{
            position: fixed;
            left: -40px;
            top: 33px;
            padding: 10px;
            z-index: 750;
            font-size: .8rem;
        }
        .black-overlay{
            width: 100%;
            height: 100%;
            background: #fff;
            opacity: .7;
            position: fixed;
            z-index: 200;
            left: 0;
            top: 0;
        }
        @-webkit-keyframes load1 {
            0%,
            80%,
            100% {
                box-shadow: 0 0;
                height: 4em;
            }
            40% {
                box-shadow: 0 -2em;
                height: 5em;
            }
        }
        @keyframes load1 {
            0%,
            80%,
            100% {
                box-shadow: 0 0;
                height: 4em;
            }
            40% {
                box-shadow: 0 -2em;
                height: 5em;
            }
        }
        @media only screen and (max-width: 1023px) {
            .steps{
                display: flex;
                overflow-x: auto;
            }
            .steps::-webkit-scrollbar {
            display: none;
            }
            .steps .pointer{
            min-width: auto;
            white-space: nowrap;
            font-weight: normal;
            justify-content: center;
            margin-left: 2px;
            }
            .steps .pointer:before, .steps .pointer:after{
            display: none;
            }

        }
#invoiceList_wrapper .dataTables_filter input[type=search]{
    border: 1px solid #ccc;
}
#invoiceList_wrapper .dataTables_length label{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#invoiceList_wrapper .dataTables_length label select{
    margin: 0 .25rem;
    max-width: 70px;
}
/* .table-invoicelist{
    width: 100%; 
} */
/* .table-invoicelist thead tr{
    display: flex;
    justify-content: space-between;
}
.table-invoicelist thead tr th{
    flex-grow: 1;
} */
@media only screen and (max-width: 640px) {
    #invoiceList_wrapper .dataTables_length label{
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {

    .table-invoicelist thead {
		position: absolute;
		left: -9999px;
		overflow: hidden;
		width: 0px;
		height: 0px;
		
	}	
	/* Force table to not be like tables anymore */
	.table-invoicelist , .table-invoicelist thead, .table-invoicelist tbody, .table-invoicelist th, .table-invoicelist td, .table-invoicelist tr { 
		display: block; 
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.table-invoicelist thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-invoicelist tr { 	
        border: 1px solid #ccc;	
        margin: 15px 0;	
     }
	.table-invoicelist td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
        padding:5px;
		/* padding-left: 50%;  */
        text-align: right;
        display: flex;
        justify-content: space-between;
	}
	/* .table-invoicelist td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
        text-align: left;
	} */
    .table-invoicelist tr td::before {
		display: inline-block;
		/* width: 25%;
		min-width: 100px; 
		border-right: 2px dotted #999;*/
		margin-right: 10px;
		font-weight: bold;
        font-size: 13px;
        color: #333;
		
	}	

	/* .table-invoicelist tr td::before {
		content: attr(data-title);
        width: 50%;
        text-align: left;
	} */
	/*
	Label the data
	*/
	/* .table-invoicelist td:nth-of-type(1):before { content: "PO#"; }
	.table-invoicelist td:nth-of-type(2):before { content: "Invoice#"; }
	.table-invoicelist td:nth-of-type(3):before { content: "Invoice Date"; }
	.table-invoicelist td:nth-of-type(4):before { content: "Due Date"; }
	.table-invoicelist td:nth-of-type(5):before { content: "Currency"; }
	.table-invoicelist td:nth-of-type(6):before { content: "Balance"; }
	.table-invoicelist td:nth-of-type(7):before { content: ""; } */
}
/* .container.container-invoice-detail{
    width: 76%!important;
   
} */
/* @media (max-width: 576px) {
    .container.container-invoice-detail {
      max-width: 74%;
    }
  } */

.table-receipt td{
    overflow-wrap:anywhere;
}

        .mainTable input[type=text] {
            width: 100%;
            padding: 12px;
            border: 1px solid #ccc;
            border-radius: 4px;
            resize: vertical;
            }
    
        .mainTable label {
                padding: 13px 12px 12px 0;
                display: inline-block;
                font-size: 16px !important;
            }

        .mainTable ,.mainTable td{
            border: 0px solid #ddd !important;
            border-collapse: collapse;
            margin-left: 235px;
        }

        .mainTable .creButtonRow button{
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            margin-top: 12px;
            font-weight: bold;
        }

        .mainTable #completeButton{
            background-color: #04AA6D;
        }

        .mainTable .creButtonRow .creButtonLabel #completeButton{
            visibility: hidden;
            position: relative;
        }

        .mainTable .creButtonRow .creButtonLabel #completeButton:after{
            visibility: visible;
            position: absolute;
            background-color: #04AA6D;
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            margin-top: -12px;
            font-weight: bold;
            content: 'Pay Now';
            margin-left: -90px;
            width: 65px;
        }
        
        .mainTable #cancelButton{
            background-color: #FF0000; 
        }

        .mainTable select{
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 4px;
            resize: vertical;
        }

        .mainTable label[for=expYear]{
            padding: 0px 12px 12px 0;
        }
        
        .invoice-summary {	
            border:1px solid #ccc;	
        }	
        .invoice-summary ul{	
            border-bottom: 1px solid #efefef;	
            margin-bottom: 0;	
        }	
        .invoice-summary li{	
            padding: 1px 5px;	
        }	
        .paid-image{	
            position:absolute;	
            width:35%; 	
            /* margin: 400px 0 0 0; */	
            top:50%;	
            left: 30%;	
            opacity: .5;	
        }	
        .table-invoicelist thead th{	
            border-right: 1px solid #eee;	
            padding: 3px;	
        }	
        .table-invoicelist td{	
            padding: 3px;	
        }	
        .creCountryField{
            pointer-events: none;
        }

        .error {
            color: red;
            display: none; 
        }
   
        .hps-form input[type=text],.hps-form input[type=tel] {
            width: 50%;
            padding: 12px;
            border: 1px solid #ccc;
            border-radius: 4px;
            resize: vertical;
        }
    
        .hps-form label {
                padding: 13px 12px 12px 0;
                display: inline-block;
                font-size: 16px !important;
        }

        .hps-form select{
            display: inline;
            width: 50%;
            border: 1px solid #ccc;
            border-radius: 4px;
            resize: vertical;
        }
        
        .hps-form #completeButton{
            background-color: #04AA6D;
            position: relative;
            overflow: hidden;
            text-align: center;
            line-height: 2;
            padding: 6px 20px; 
        }

        .hps-form #completeButton::after {
            background-color: #04AA6D;
            content: "Pay Now";
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            transform: translateY(-50%); 
            
        }

        .hps-form #cancelButton{
            background-color: #FF0000; 
            margin-left: 40%;
        }

        .hps-form button{
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            margin-top: 12px;
            font-weight: bold;
        }

        input[type=email], input[type=tel] {
            width: 70%;
            padding: 12px;
            border: 1px solid #ccc;
            border-radius: 4px;
            resize: vertical;
        }