/*Branding - Standard Button Colors*/
:root {
    --btnSave: #A0D468;
    --btnCancel: #F4B400;
    --btnDelete: #ED4E2A;
    --btnClickHere: #F4B400;
    --cusBtn1: #A0D468;
    --cusBtn2: #5DB2FF;
    --cusBtn3: #67CDB4;
    --cusBtn4: #BC5679;
    --cusBtn5: #FB7C63;
    --cusBtn6: #FB7C63;
    --cusBtn7: #FF8989;
    --cusBtn8: #48CFAE;
    --cusBtn9: #52A73F;
    --btnReprint: #F86C51;
    --btnGo: #3ECDF1;
    --btnEditview: #7184BE;
    --btndanger: #D9534F;
    --popupColor: #E67E22;
    --tabColor: #6C7C8C;
    --activeTabColor: #FB6E52;
    --divColor: #5DB2FF; /* bordered-blue */
    --cusBorder1: #A0D468;
    --cusBorder2: #FB7C63;
    --cusBorder3: #11A9CC;
    --cusBorder4: #F4B400;
    --cusBorder5: #5DB2FF;
    --cusBorder6: #E3698E;
    --cusBorder7: #8CC474; /* bordered-green */
    --cusBorder8: #FB6E52; /* bordered-orange */
    --cusBorder9: #DF5138; /* bordered-red */
    --cusBorder10: #FFCE55; /* bordered-yellow */
    --headerBorderColor: #A0D468;
    --alternateRowColor: #F9F9F9;
    --addBtnColor: #A0D468;
    --printBtnColor: #F4B400;
    --exportBtnColor: #5DB2FF;
    --themeColour: #2DC3E8;
    --menuColour: #2DC3E8;
    --menuHoverColour: #FB6E52;
    --GridHeaderBorderColor: #DDDDDD;
    --GridBorderColor: #DDDDDD;
    --cusLoadIconColor: #2DC3E8;
    --loadContainerBgColor: #2DC3E8;
}

/*Branding - Standard Button Colors*/
.bootstrap-dialog {
  /* dialog types */
  /**
   * Icon animation
   * Copied from font-awesome: http://fontawesome.io/
   **/
  /** End of icon animation **/ }

.bootstrap-dialog .modal-header {
  background: #585f69;
  /*border-top-left-radius: 4px;
  border-top-right-radius: 4px;*/ 
}

.bootstrap-dialog-title {
    width: 90% !important
}
    .cus-btn-Red, .btn.cus-Red:hover {
    background-color: #f77358 !important;
    border-color: #f77358;
    color: #fff;
    background-image: none !important;
    border: 1px solid #f77358 !important;
    border-radius:5px;
    height:30px;
}
.bootstrap-dialog .bootstrap-dialog-title {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    width: 90% !important;
}

.bootstrap-dialog .bootstrap-dialog-message {
  padding-left: 5px !important;
        font-size: 14px !important;
        color: #333 !important;
        font-weight: normal !important;
        font-family: "Open Sans","Segoe UI" !important;
        }

.bootstrap-dialog .bootstrap-dialog-button-icon {
  margin-right: 3px; }

.bootstrap-dialog .bootstrap-dialog-close-button {
    float: right;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
}

    .bootstrap-dialog .bootstrap-dialog-close-button:hover {
        cursor: pointer;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

@media (min-width: 1172px) {
  .bootstrap-dialog .modal-xl {
    max-width: 95%; } }

.bootstrap-dialog .modal-lg .bootstrap4-dialog-button:first-child {
  margin-top: 8px; }

.bootstrap-dialog.type-default .modal-header {
  background-color: #fff; }

.bootstrap-dialog.type-default .bootstrap-dialog-title {
  color: #333; }

.bootstrap-dialog.type-info .modal-header {
  background-color: #5bc0de; }

.bootstrap-dialog.type-primary .modal-header {
    background-color: var(--popupColor) !important;
}

.bootstrap-dialog.type-secondary .modal-header {
  background-color: #6c757d; }

.bootstrap-dialog.type-success .modal-header {
  background-color: #28a745; }

.bootstrap-dialog.type-warning .modal-header {
    background-color: #f0ad4e;
}

.bootstrap-dialog.type-danger .modal-header {
  background-color: #d9534f; }
  .bootstrap-dialog.size-normal .bootstrap-dialog-title {
    font-size: 16px;
      
      
}

.bootstrap-dialog.size-normal .bootstrap-dialog-close-button {
    font-size: 20px;
}
.bootstrap-dialog.size-normal .bootstrap-dialog-message {
    padding-left: 5px !important;
    font-size: 14px !important;
    color: #333 !important;
    font-weight: normal !important;
    font-family: "Open Sans","Segoe UI" !important;
}
.bootstrap-dialog.type-light .modal-header {
  background-color: #f8f9fa; }

.bootstrap-dialog.type-dark .modal-header {
  background-color: #343a40; }

.bootstrap-dialog.size-large .bootstrap-dialog-title {
  font-size: 24px; }

.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
  font-size: 30px; }

.bootstrap-dialog.size-large .bootstrap-dialog-message {
  font-size: 18px; }

.bootstrap-dialog .icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

.bootstrap-dialog-footer-buttons {
  display: flex; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.bootstrap-dialog-header {
  display: contents; }
  @media screen and (min-width: 768px) {
    .modal-dialog {
        margin-top: 75px !important;
        min-width: 430px !important; /* New width for default modal */
    }

    .modal-sm {
        width: 200px; /* New width for small modal */
    }

    .modal-backdrop.in {
        opacity: 0.4 !important;
        filter: alpha(opacity=92);
        background-color: #000;
    }

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0.4 !important;
        background-color: #000;
    }

    .modal-backdrop {
        background-color: #000 !important;
        opacity: 0.4 !important;
    }
    div[role=dialog].fade {
        opacity:1 !important;
    }
}
@media screen and (min-width: 992px) {
    .modal-lg {
        width: 500px; /* New width for large modal */
        border: 1px solid #e67e22;
    }
}
/*# sourceMappingURL=bootstrap-dialog.css.map */

/*# sourceMappingURL=bootstrap-dialog.css.map */

