﻿/* KEEP CSS FILE LOADING LAST */

.modal-open, .modal.show, .draggable-modal-open {
    padding-right: 0px !important;
}
.search-modal.modal {
    left: initial;
    right: 9%;
    overflow: hidden;
}
.modal-inner-content{
    margin-left: 20px;
}
.modal-inner-form{
    margin-bottom: 20px;
}
.modal-footer > :not(:last-child) {
    margin-right: 0rem;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.5rem;
}
.search-modal .modal-content {
    width: 800px;
}

.search-modal .modal-body {
    overflow-y: scroll;
    max-height: 600px;
}

.modal {
    z-index: 1100;
}
/* .SPARKLE  */
.modal-open .modal .actionscript-modal {
    top: 120px;
}
/* .SPARKLE  */
.modal-open .modal .modal-dialog {
    margin: 3.75rem auto;
}

.modal .modal-content {
    border: none;
    padding: 0px;
    background: transparent;
}

.modal .modal-body {
    background: white;
}

.modal .modal-body form {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* THE MODAL BODY SHOULD NOT HAVE ROUNDED CORNERS 
    IF ROUNDED CORNER NEEDED ON PARTICULAR ELEMENT
    SEE .bottom-rounded class below
*/
/* .modal-body {
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
} */

/* #searchModal{
    max-height: 500px;
} */

#searchModal .modal-body .table-wrapper{
    max-height: 500px;
    overflow-y: scroll;
}

.bottom-rounded{
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.modal .modal-footer {
    display: block;
    padding: 10px 0px 0px;
    background: white;
}

.modal .modal-header .close {
    color: white;
}
/* .modal .modal-header .row .close {
 position: absolute;
 top: 10;
 right: 10;
} */

.modal .modal-header>button>i,
.modal-header i {
    color: white;
}

.modal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    /* color: #000; */
}

.modal h3.modal-title {
    font-size: 14px;
    font-weight: normal;
    color: white;
}

/* .modal .modal-header,
.modal-container.modal .modal-header{
    padding: 0.5rem 1rem;
    background-color: #052d62;
    color: white;
} */
/* .SPARKLE  */
.modal .modal-header,
.modal-container.modal .modal-header {
    padding: 0.5rem 1rem;
    background-color: #052d62;
    color: white;
  }

.modal .modal-header.alert-header,
.modal-container.modal .modal-header.alert-header{
    background: #FE5F52;
    padding: 0.5rem 1rem;
    color: white;
}

.modal-container.modal .modal-header{
    font-weight: bold;
}

.modal .modal-header.white-header,
.modal-container.modal .modal-header.white-header {
    background-color: white;
    border: none;
}

.modal .modal-header.white-header .close i,
.modal-container.modal .modal-header.white-header .close i{
    color: #000;
    font-size: 18px;
}

.modal .modal-header.white-header h5, 
.modal-container.modal .modal-header.white-header h5 {
   color: rgb(66, 62, 55);
}

.modal .modal-header i,
.modal-container.modal .modal-header i {
    color: white;
}

.modal .modal-header h4,
.modal .modal-header .modal-title,
.modal-container.modal .modal-header h4 {
    font-size: 14px;
    font-weight: 100;
}
.event-notes-modal-body{
    max-height: 350px;
    overflow: auto;
    position: relative;
    margin-left: 20px;
}

.event-notes-txt{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: black;
}
.modal .fa-times,
.modal-container.modal .fa-times {
    /* font-size: 1.5em; */
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    /* top: 5px; */
    position: relative;
    font-size: 18px;
}

/* .modal .modal-container{
    background-color: white;
} */

.modal .fa {
    cursor: pointer;
}

.modal span,
.modal-container.modal span {
    background-color: transparent;
    border-radius: 5px;
    border: 0;
    font-size: 12px;
}
.modal .endorsements-model-table span,
.modal-container .endorsements-model-table span{
    font-size: 14px;
}

.modal span.document-span {
    background-color: transparent;
    border-radius: 3px;
    border: 0;
    font-size: 14px;
}

.modal span.alert-data{
    font-size: 11px;
    font-weight: 600;
    color: #51535e;
}

.modal button.close button span,
.modal-container.modal button.close button span {
    font-size: 25px;
    font-weight: 100;
    position: absolute;
    right: 10px;
}

.copy-file-modal .form-group .fal.fa-angle-down.files-caret {
    top: 0px;
    right: 5px;
}

.modal .modal-content,
.modal-container.modal .modal-content {
    border: none;
    padding: 0px;
}

.modal .email-modal-footer {
    display: block;
}

.modal .modal-header>button>i,
.modal-header i {
    color: white;
}

.modal .modal-side-header {
    margin-top: 10px;
}

.modal .modal-side-header>h4 {
    margin-bottom: 0px;
}

.modal .modal-side-footer-title {
    margin-top: 10px;
}

html body #Proplogix_order .modal-body {
    padding: 1rem;
}

.modal button.close span[aria-hidden="true"],
.modal-container.modal button.close span[aria-hidden="true"] {
    font-size: 18px;
    color: white;
    font-weight: normal;
}

.modal div#Fund_productorder_contents label {
    display: inline-block;
    /* margin-top: 5px; */
    text-align: left
}

.modal .justify-content-between.modal-footer {
    display: flex;
}

.modal .modal-body.email-modal-body .form-group label,
.modal .modal-body.email-modal-body .text-right.recipient-select {
    text-align: left !important;
    display: inline-block;
}
/* 
.modal .notary-modal{
    min-width: 750px;
} */

.btn-transition{
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -ms-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s ;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    opacity: 0;
  }

  .btn-transition{
    opacity: 1;
  }

  #viewUserNoteModalLabel{
    color: white !important;
  }

  /* #emailComposeModal.modal .modal-header,
  #viewUserNoteModal.modal .modal-header, 
  .modal-container.modal .modal-header {
      padding: 0.5rem 1rem;
      background-color: #052d62;
      color: white;
  } */
  /* .SPARKLE  */
  #emailComposeModal.modal .modal-header,
  #noteComposeModal.modal .modal-header, 
  .modal-container.modal .modal-header {
      padding: 0.5rem 1rem;
      background-color: #052d62;
      color: white;
  }

  .notaries-modal .notary-modal .modal-body {
    min-height: 325px;
  }

  .notaries-modal.selection-window .notary-modal .modal-body {
    min-height: 175px;
  }

  .notaries-modal.selection-window.one-row .notary-modal .modal-body{
    min-height: 140px;
  }

  .modal-content.notary-modal .editor.acknowledgementTemplate.acknowledgement-section#acknowledgementEditor{
    min-width: auto;
  }
  
  .modal-content.notary-modal .edit-signature-section:not(.signature-section) .editor:not(.acknowledgementTemplate) {
    min-height: 300px;
  }
  
  .modal-dialog.modal-dialog-centered.notaries-modal {
    min-width: 650px !important;
  }

  .modal-dialog.modal-dialog-centered.notaries-modal.delete-confirm-modal {
    max-width: 650px !important;
    min-width: 200px !important;
  }

  .delete-confirm-modal .modal-body .caption-content-wrapper {
    padding: 4px 18px 16px !important;
  }

  .notaries-modal select,
  .notaries-modal select option{
      text-transform: capitalize;
  }

  .modal-dialog.modal-dialog-centered.notaries-modal:not(.edit-window) {  
    min-width: 650px;
    max-width: 650px;
  }

  .selection-window.notaries-modal .modal-content.notary-modal {
    width: 75%;
    margin: 0 auto;
 }

 
  .notary-modal.signature-modal{
    width: 94%;
    margin: 0 auto;
  }

  .notary-modal.signature-modal .modal-body{
    height: auto;
    min-height: auto;
  }


  .notary-modal.signature-modal .editor:not(.acknowledgementTemplate){
    /* height: auto;
    min-height: auto; */
  }
  
  /* .ort-modal, .modal .ort-modal .modal-content {
    max-width: 909px;
    width: 909px;
  } */



/* .model-document-package {
    max-width: 800px;
} */

/* .model-lender-broker-info-notes {
    max-width: 650px;
}

.modal-rate-type {
	max-width: 650px;
}

.modal-barcode, .modal-recording {
	max-width: 650px;
} */

.modal-xxl{
    max-width: 1140px;
}
.modal-xl{
    max-width: 960px;
}
.modal-lg{
    max-width: 800px;
}
.modal-md {
    max-width: 500px;
}
.modal-sm{
    max-width: 300px;
}
.sub-modal {
  max-width: 400px;
}
.sub-modal .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.modal-backdrop {
    display: none;
}
.modal {
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) and (min-width:375px) {
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
	
	/* .modal-confirm-sm {
        max-width: 650px;
    } */
}

/* @media (min-width:992px) {
    .modal-rate-type {
        max-width: 800px;
    }
} */

/* .catic-confirm-modal {
    min-width: 200px;
    max-width: 350px;
} */