@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    //background-color: #fafafa;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
    box-sizing: border-box;
    outline: none;
}
.mainWrapper{
    min-height: 95vh;
    height:100%;
    width: 100%;
    overflow:  hidden;
    //display: flex;
    //justify-content: center;
    /*align-items: center;*/
}
.loginfm {
    width: 100%;
    max-width: 2500px;
}
.loginfm_style {
    padding: 30px 20px;
    margin-top: 60px;
}
.loginfm .logoWrap{
    text-align: left;
    margin-bottom: 15px
}
.loginfm .logoWrap img{
    max-width: 200px;
}
.group{
    margin-bottom: 20px;
}
.group label{
    display: block;
    margin-bottom: 10px;
}
.group .formInput{
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius:10px; 
}
.submit {
    text-align: left;
}
.submit button{
    /*padding: 12px 30px;
    border: 1px solid transparent;*/
    background: #1A9031;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
	color:#fff;
}
.submit .btn-brdr{   
    border: 1px solid #1A9031;
    border-radius: 5px;
	color:#1A9031;
	background:unset;
}
.submit .btn-void{ 
   
    border-radius: 5px;
	color:#1A9031;
	background:red;
	color:#fff;
}

.submit button:hover{
    background: #f3c266;
}
.afterlogin {
    width: 100%;
    max-width: 2500px;
    //border-radius: 5px;
}
.header {
    background-color: #ffd553;
    top: 0;
    width: 100%;
    max-height:65px;
    position:fixed;
}
.header table {
    width: 100%;
    position: center;
}
.tableinfo {
    width: 100%;
}
/*.details table tr td{
    padding: 5px;
}*/
.details {
    margin-top:60px;
    padding: 20px 15px;
    //margin-bottom: 20px;
    position: center;
}
.logoWrap{
    margin-bottom:20px; 
}
.logoWrap img{
    height:65px;
    width:195px;
}
.iconWrap {
    margin-bottom: 20px;
}
.iconWrap img {
    max-width: 30px;
    right: 0;
    max-height:30px;
}
.popup_qr_style{
    //margin: 10px;
    max-height: 600px;
    display: none;
    position: fixed;
    top:60px;
    left: auto;
    right: auto;
    max-width:100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.popup_qr_body_style {
    position: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    width:100%;
    max-width: 100%;
    max-height: 100%;
}
.popup_qr_body_style img{

    max-width: 100%;

}
.isBlurred{

    filter: blur(2px);

    -webkit-filter: blur(2px);

}
div .blur_bg {
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    //opacity: 50%;
    //background: rgba(76, 175, 80, 0.3);
    display: none;
    position: fixed;
    background-color: #ffffff;
    opacity: 0.6;
    //filter: alpha(opacity=60);
}
/* The Close Button */
.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.details-list h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.details-list table {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}
.details-list {
    /*display: none;*/
    /*padding: 20px 10px !important;*/
    width: 100%; /* Full width */
    height: 150%; /* Full height */
    /*overflow: auto;*/
    /*max-height: 150%;
    max-width: 100%;*/
}
.details-list table tr td {
    padding: 3px 5px;
    /*border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
}
.details-list-point-style {
    color: royalblue;
    text-align: right;
    vertical-align:middle;
    font-weight: bold;
    font-size: 18px;
}
.red {
    color: orangered;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
}
.details-list-style {
    /*padding: 8px 10px;*/
    border-top: 1px solid #ccc;
    /*border-bottom: 1px solid #ccc;*/
}
.details-list-style-normal {
    padding: 5px;
    font-size:12px;
}
.details-list-style-bold {
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
}
.details-list table tbody tr:nth-child(odd) td{
    /*background: #eee;*/
}
.resTbl {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;	
    overflow:scroll;
    /*background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered 
    padding: 20px;
    border: 1px solid #888;
    width: 90%;*/
}
.resTbl::-webkit-scrollbar {
    -webkit-appearance: none;

}
.resTbl::-webkit-scrollbar:vertical {
    width: 11px;

}
.resTbl::-webkit-scrollbar:horizontal {
    height: 11px;

}
.resTbl::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);

}
.error-div{
    color:red;
	display:none;
}
.details table {   
    border: 1px solid #ccc;
    width: 100%;
    position: center;
}
.details table tr td
{
    padding:8px 10px;
    border: 1px solid #ccc;
    //width: 50%;
}
.tblehed
{
	background-color:#ffd553;
}
.tbleitem {
    text-align: right;
}
.listview {
    width: 100%;
    float: left;
}
.row {   
    padding: 15px;
    margin-top: 3px;
    margin-left:0;
    margin-right:0;
    width:100%;
}
.row td{

    min-width:80px;

}
#setting .form-group{
    width:100%;
    display: block;
    margin-bottom: 10px;
}
#setting .form-group input[type="text"],#setting .form-group input[type="email"]{
    float: right;
}
#setting .form-group::after{
    content: "";
    display: block;
    clear: both;
}
#setting .modal-title{
    display: inline-block;
}
.modal-style {
    padding: 30px 15px !important;
}
.modal-header-style {
    background-color: #ffd553;
}
.modal-header p{

    font-weight: bold;

    font-size: 17px;

}
.modal-dialog {
    /*display: inline-block;*/
    margin-left: auto;
    margin-right: auto;
    /*height: 800px !important;
    position: static !important;*/
    vertical-align: middle;
}
modal-content {
    height: 100%;
}
#setting .form-group input[type="color"] {
    width: 40px;
    padding: 0;
}
.details {
    display: flex;
    align-items: center;
}
/*.details .qrcode img {
    max-width: 162px;
}*/
.details .qrcode  {
    /*border: 10px solid #ffd992;
    border-radius: 25px;*/
}


/*custom*/
.brdr1{ border: 1px solid #cccccc; margin-bottom: 10px; border-radius: 10px;}


/*custom-ends*/

footer {
	padding:5px;
	bottom: 0;
	position: sticky;
	background-color: white;
	left: 0;
	width: 100%;
	text-align: center;
  
}
footer img{
    max-width: 120px;
    vertical-align: middle;
}
#setting .form-group label{
    margin-bottom: 5px;
}
.qrMainBox {
    border: 2px solid #ffd553;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    max-width: 300px;
    position:center;
}
.qrMainBox h5 { 
    font-weight: 500;
    margin-bottom: 10px;
}
.qrMainBox h3 { 
    font-size: 25px;
}
.qrMainBox .qrcode img {
    width:100%;
    max-width:100%;
}
@media screen and (orientation:portrait) {
    #popupQR {
        overflow: hidden;
    }

    #popupQR .modal-dialog {
        margin: 0;
    }

    #popupQR .modal-body {
        height: 92.5vh;
    }

    #popupQR #qrcode1 {
        margin-top: 40%;
    }
}

@media screen and (orientation:landscape) {
    #popupQR {
        overflow: hidden;
    }

    #popupQR .modal-dialog {
        margin: 0;
        width: 100%;
    }

    #popupQR #qrcode1 img {
        height: 100%;
    }

    #qrcode1 {
        height: 74vh;
    }
}
.loginfm  .pull-right  a{
    font-size: 80%;
    color: #8c8c8c;
    margin-top: 20px;
    display: inline-block;
    text-decoration: underline;
}
@media only screen and (max-width:767px) {
    .details {
        flex-wrap: wrap;
    }
    .details > table {
        flex: 0 0 240px;
    }
    .details > div { 
        flex: 0 0 100%;
    }
    .qrMainBox {
        margin-bottom: 20px;
    }
}
.qr-main-con #reader__dashboard >div #reader__dashboard_section_csr > div > button{
	width: 100% !important;
    padding: 12px 0px !important;
    border: 1px solid #1A9031 !important;
    background: none !important;
    border-radius: 8px !important;
    color: #1A9031 !important;
    margin-bottom: 10px !important;
	}
	.qr-main-con #reader__dashboard >div #reader__dashboard_section_csr > span> button{
	width: 100% !important;
    padding: 12px 0px !important;
    border: 1px solid #1A9031 !important;
    background: none !important;
    border-radius: 8px !important;
    color: #1A9031 !important;
    margin-bottom: 10px !important;
	}
	
	select,input[type='file']
	{
	width: 100% !important;
	height: 40px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	}

.qr-main-con >div >span{
	font-size:22px;color:#1A9031;font-weight:600;margin-bottom:20px;
}
	
	
	.qr-main-con #reader__dashboard_section > div > a{		
		color: #1A9031;
		margin: 5px 0px;
		display: block;
	}
	
.submit button:hover {
    background: #fff;
    border: 1px solid #1A9031;
    color: #1A9031;
    transition: 0.3s all ease-in-out;
}


.submit .btn-brdr:hover {
    background: #1A9031;
    color: #fff;
    transition: 0.3s all ease-in-out;
}

.submit .btn-void:hover {
    background: #e71010;
    transition: 0.3s all ease-in-out;
	color: #fff;
}
#reader__scan_region img{
	min-height:250px;
	width:auto;
}
.submit button{
    border: 1px solid transparent;
    background: #1A9031;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
  /*  max-width: 400px;*/
    width: 49.5%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
@media screen and (max-width: 452px){
  button
  {
	  width:100%;
	  margin-bottom:10px;
  }
  a{
	  width:100%;
	  text-align:center;
  }
  .linksbtn
  {
	  width:100%;
	  text-align:center;
  }
  .submit button{
	  width:100%;
  }

}

@media screen and (min-width: 767px) { .smallpopup{ width:430px;}}

@media screen and (max-width: 767px) { .coupon-info{ text-align: center}}


.submit .qr-btn{
    /*float: right;
    max-width: 300px;*/
    text-transform: uppercase;
    background: #a9a9a9;
    border: 1px solid #a9a9a9;
    color: #000;
}


.submit .btn-void{
   /* max-width: 300px;*/
    background: #a61702;
}


/*
@media screen and (max-width: 1200px) { 
.submit button{ max-width: 350px;}
}


@media screen and (max-width: 670px) { 
.submit button, .submit .btn-void, .submit .qr-btn{ max-width: 250px;}
}


@media screen and (max-width: 580px) { 
.submit button, .submit .btn-void, .submit .qr-btn{ max-width: 100%; margin-bottom: 10px; float: none;}
}*/

.cross-img
{
	float: right;
    max-width: 10px;
    width: 100%;
    right: 10px;
	position: relative;
    top: -25px;


}
.redeem-btn{
	 width: 100% !important;
}
 
 .table>tbody>tr:first-child >td
 {
	 border-top:unset;
 }
 .smalInfo
 {
	 font-size: 13px;
 }
 
 .submit .qr-btn.disabled{
    color: 	#D3D3D3;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

/*.accordion:after {
  content: '';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background-size:cover;
  background :url('icons/item_icon_more.png') no-repeat;
}

.active:after {
  content: '';
 width: 20px;
 height: 20px;
background-size:cover;
  background :url('icons/item_icon_less.png') no-repeat;
}*/

.panel {
  padding:0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.acciccon
{
	float: right;
    width: 20px;
}

.swal-button--cancel
{
	text-transform: uppercase;
    background: #a9a9a9;
    border: 1px solid #a9a9a9;
    color: #000;
}
.swal-button--confirm
{
	border: 1px solid transparent;
    background: #1A9031;
    color: #fff;
}
.divtable{
    max-height: 70vh;
    overflow: auto;
}
.modal-body {   
    padding-bottom: 0px;
}
.btnInline {
    display: inline;
}