.instanewcard .totalcards{
	border-radius: 4px;
    border: 1.5px solid #cddae0;
    padding: 2px 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.instanewcard .totalcardsbox{
	background-color: #dff0fd;
    padding: 10px 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
}
.instanewcard .panel.carderror .panel-title{
	color: #e02836;
}
.instanewcard .totalcardstitle{
	padding-top: 9px;
    font-weight: 700;
    font-size: 16px;
    color: #0369dd;
}
.instanewcard .fadetails{
	font-weight: 700;
	display: flex;
	margin: 0;
	/* border-radius: 4px;
    border: 1.5px solid #cddae0;
    padding: 15px 0px;
    margin: 0; */
}

.instanewcard .fadetails .facol{
	flex-grow: 1;
	max-width: 180px
}
.instanewcard .fadetails label{
	display: block;
	font-weight: 500;
}
.instanewcard .panel{
	margin-bottom: 20px;
}
.instanewcard h3.panel-title{
	display: inline-block;
}

.instapayment .form-head{
	margin-bottom: 10px;
    margin-top: 0px;
    border: none;
    padding: 0;
}
.instapayment .space{
	margin: 30px -15px;
}
.instapayment .transactionRef,
.instapayment .reason,
.instapayment .details{
	display: none;
}
.instaCardFontAwesomeMargin{
	margin-top:35px;
}
.instaCardApprovalViewPopup{
	background: #f1f6fd;
	border-top:hidden;
}
.listAllFontAwesome span{
    text-align: center;
	float: left;
	width: 36px;
	height: 36px;
	background: #dfe5ed;
	border-radius: 100%;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 10px;
} 
.listAllFontAwesome span i{
	font-size: 15px;
    line-height: 35px;
}
.viewRequestSummaryModalHeading{
	margin-top: -25px!important;
    margin-bottom: 35px;
}
.instacard-container .instacarddetailrow{
	margin-left:0px;
	margin-right:0px;
}

.instanewcard .panel-title a[aria-expanded="true"] .glyphicon-edit{
	visibility: hidden;
}
.instanewcard .panel-title a[aria-expanded="false"] .glyphicon-edit{
	visibility: visible;
}
#listofInstaCard .modal-header,#listofInstaCard .modal-body,#listofInstaCard .modal-footer{
    padding: 30px 30px 15px;
}
#listofInstaCard .form-control-feedback{
    left: 0;
    top: 3px;
    color: #6e7a93;
}
#listofInstaCard .has-feedback .form-control{
     padding-left: 42.5px;
     padding-right: 0;
}
#listofInstaCard .modal-footer {
    border-top: none;
}
#listofInstaCard .modal-footer .border{
    border: 1px solid #d2dee3;
    padding: 15px;
}
.requestInstaCardList{
    margin-top: 15px;
    height: 180px;
}
.bulk-upload{
    margin-top: -20px;
}
.bulk-upload .sample-download a span{
    text-decoration : underline;
}
.bulk-upload .sample-download a img{
    margin-bottom : 5px;
}
.dropzone-wrapper {
  border: 2px dashed #0369dd;
  position: relative;
  height: 250px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.dropzone-desc {
  text-align: center;
}
.dropzone,.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.dropzone-desc button{
    padding: 8px 12px;
}
.dropzone-desc button img {
    margin-right: 10px;
}
.dropzone-desc p{
    margin: 10px 0;
    font-size: 14px;
}
.dropzone-desc span {
    color: #999;
}
.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}
.preview-file {
    min-width: 250px;
    background: #eeefef;
    padding: 10px 20px;
    max-width: 350px;
    border-radius:4px;
}
.preview-file .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.preview-file .fileName {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.preview-file .fileDetails {
    font-size: 12px;
    color: #999;
    margin-bottom: 0;
}
.preview-file .box-details {
    display: flex;
    width: 100%;
}
#snackbarError {
    padding: 10px;
    display: flex;
    color: #d30808;
    background: #ffd1d1;
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 60%;
}
#snackbarError .errorMsg {
    margin-left: 5px;
}
.flex{
    display: flex;
}
.upload-file-error{
    background: #feefef;
    padding: 10px 15px;
    max-width: 450px;
    font-size: 13px;
    margin-top: 20px;
}
.upload-file-error .flex {
    align-items: self-start;
}
.upload-file-error ul li{
    line-height: 2;
}
.upload-file-error p{
    font-size: 13px;
}
.bulkUploadError {
    text-decoration: underline;
    color: #0369dd
}
#successModal .deleteOrder{
    padding-bottom: 10px;
}
#successModal p{
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
}
.instapayment{
    background: #fff;
    min-height: calc(100vh - 120px);
}
.instapayment .upload-details{
    margin-bottom: 100px
}
#instaCardBulkUploadForm .upload-wrapper {
    background-color: #fff !important;
}
a.disabled{
    background-color: #eff1f6;
    color: #afb8bc;
    cursor: default;
    border: 1px solid #afb8bc;
    pointer-events: none;
}
#alertMsg .modal-title a {
   color: #0369dd !important;
}
.glyphicon.disabled {
    pointer-events: none;
    opacity: 0.5;
}
#instacardPaymentTable .pointer{
    pointer-events: none;
}
#transferInstacardHistory{
    display: table !important;
}

.btns { float:right; padding-right:20px}
.btns button { width:160px}
.btns button:last-child{margin-left:10px}
.pright{padding-right:32px}

#instacardHistoryTable,#requestInstacardTable { width:100% !important; display:table !important;    }
.shadowbox{
box-shadow: 0 1px 20px 1px #f1f1f1;
border-radius: 5px;
padding-right: 15px;
padding:20px;
display: flex;
justify-content: flex-end;
 width: 96%;
margin: 24px auto;
margin-right: 2%;
}

.adminModal#successModal .modal-dialog {
    width:570px;
}
.adminModal#successModal .requestId{
    margin:10px 0 40px;
    font-weight:600;
}
.downloadIcon img{
    max-width: 16px;
    margin-right: 8px;
}

.instaMange.credit-box .box-text{
    font-size:16px;
}
.instaMange.credit-box .box-container{
    height:auto;
}
.instaMange.credit-box .box-info-head {
    margin-top: 5px;
}

.instacardDetailsContainer .alert-dismissible{
    padding-right: 15px;
    }

.credit-boxes .seprater {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-left: 20px;
    }
.credit-boxes .row {
    padding-left:20px;
    }

#instacardHistoryTable tr th:first-child .dataTables_sizing  {
    text-align:center;
   }



#instacardHistoryTable thead tr th .dataTables_sizing {
    display: contents;
    }

#instacardHistoryTable tr th:nth-child(1) ,
#instacardHistoryTable tr th:nt-child(8) {
    padding: 13px 0px !important;
    }

#instacardHistoryTable tr td:nth-child(1),
#instacardHistoryTable tr td:nt-child(8) {
    padding: 13px 0px !important;
   }
#instacardHistoryTable tr td { padding: 13px 5px !important;}


#requestInstacardTable .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width:112px;
}

.instacardTransferView .credit-boxes p strong{word-break: break-all;}

#retailRfsmTransferRequestList {
    display: table !important;
    width:  100% !important;
}
.instacardTransferTabs li.active a {
    background: none !important;
    border: none !important;
    color: #fff !important;
}
.instacardTransferTabs li a{
    margin-right: 0 !important;
}
#approvedHistoryTable{
    display: table !important;
    width: 100% !important;
}
.instacardTransferTabs .downloadBtn {
    margin: 16px 10px 0 0;
}
.fs-14{
    font-size: 14px;
}

.instaManageTable#requestInstacardTable tr th:nth-child(1) { min-width:70px}
.instaManageTable#requestInstacardTable tr th:nth-child(9), .instaManageTable#requestInstacardTable tr td:nth-child(9) {max-width: 100px; width: 100px !important;}
.instaManageTable#requestInstacardTable tr th:nth-child(10){ max-width: 70px; width: 70px !important;}
.instaManageTable#requestInstacardTable tr td:nth-child(10) { max-width: 70px; width: 70px !important;}
.instaManageTable#requestInstacardTable tr td:nth-child(10) .btn-admin {font-size:10px; padding:8px;}
.instaManageTable#requestInstacardTable tr td .btn.dropdown-toggle { padding: 6px 4px; font-size: 12px;}
