.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.table-scroll {
    overflow-x: auto;
}
#rsmodalDialog{padding:0px !important;}
#bccs-modal .container {
    max-width: 75rem;
    margin-right: auto;
margin-left: auto;
    }
#bccs-modal .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.col-lg-2 {
    flex: 0 0 auto;
}
#bccs-modal .btn {
    display: inline-block;
    }
#bccs-modal .column,#bccs-modal .columns {
     flex: none;
    }    
.d-flex {
    display: flex !important;
}
.d-block{display:block !important;}
.align-items-center {
    align-items: center !important;
    text-align:center;
}
.h-100 {
    height: 100% !important;
}


.w-100 {
    width: 100% !important;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {

  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
 /* overflow-x: hidden;
  overflow-y: auto; */
 
}
#bccs-modal .modal-dialog,#rsmodalDialog .modal-dialog {
  /*position: relative;
  width: 100% !important;
  margin: 0px; */
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
 
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #FFF;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.clickable {
  cursor:pointer;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 100%;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

#bccs-modal {
padding-right:0px !important;  
} 

#bccs-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  backdrop-filter: blur(5px);
}

.modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
#bccs-modal .modal-dialog {
    /*position: fixed;
    top: auto !important;
    right: auto;
    left: auto;
    bottom: 0px !important;
    margin: 0px;   
    width:100% !important;  */
    max-width: 500px;
margin: 1.75rem auto;
}

#bccs-modal .modal-content{
      border-radius:0px;
}
#bccs-modal .modal-content > * {
    flex-shrink: 0;
}

#bccs-modal .modal-body {
    position: relative;
    flex: 1 1 auto;
        flex-grow: 0;
        flex-shrink: 0;
    padding: 1rem;
        padding-bottom: 1rem;
}

body.modal-open{overflow: visible !important;}

.justify-content-between {
    justify-content: space-between !important;
    display:flex;
}
.collapse:not(.show) {
    display: none;
}

.text-center{text-align:center !important;}
.float-start{float:left !important;}
.modal-header{ background: #76c405;

    color:#fff;
    padding-top:5px;
    padding-bottom:5px;
   }
 .my-5{margin:15px 0px;}  
.btn {
    display: inline-block;
  
    user-select: none;
    border-radius: 0;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.d-grid {
    display: grid !important;
}   
#bccs-modal .btn-success{
background: #45A300;
color: #fff;  
border:solid 1px #45A300;
}
#bccs-modal .btn-outline-success{
border:solid 1px #45A300;
color: #3e3e3e;
background:#FFF;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e %3cpath  fill='%23ffffff' d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
    border: 0;
    opacity: 1;
    margin-right:15px;
    color:#fff !important;
}



.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
}
.modal-fullscreen {
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow-y: auto;
}

.modal-dialog-scrollable {
    height: 100%;
} 
.mb-0 {
    margin-bottom: 0rem !important;
}
.mb-3 {
    margin-bottom: 1.5rem !important;
}
.order-md-1 {
    order: 1 !important;
}
.order-md-2 {
    order: 2 !important;
}
.order-md-3 {
    order: 3 !important;
}

@media (min-width: 64em) {
.mb-lg-0 {
    margin-bottom: 0 !important;
}
}
@media (max-width: 64em) {

   .order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
   .small-only-expand{
   
   width:100% !important;
   }
   .btn{min-width:100%;}
}
