.modal-medium .modal-dialog{width:720px}
.modal-content{background:none repeat scroll 0 0 #f1f1f1;border:0;box-shadow: 0 5px 15px rgb(0 0 0 / 50%);}
.modal-header{padding:12px}
.modal-header .close{background:url("/user/data/img/closex.png") no-repeat scroll right top transparent;font-size:12px;font-weight:normal;line-height:2;color:#fff;margin-top:1px;opacity:1;padding-right:20px}
.modal-title{color:#fff}
.modal-app-small .modal-dialog{width:260px}

.modal-footer{border-top:2px solid #fff;margin-top:5px;padding:8px 20px}
.modal-large .modal-dialog{width:1024px}
.modal-loader{float:right;height:25px;margin-right:20px}

.lt-ie9 .modal-dialog{margin:30px auto}

.ocr-neutral-grey .modal-header{background-color:#585858}
.ocr-brown .modal-header{background-color:#570000}
.ocr-dark-blue .modal-header{background-color:#001940}
.ocr-medium-dark-blue .modal-header{background-color:#004b8b}
.ocr-blue .modal-header{background-color:#0171c7}
.ocr-purple .modal-header{background-color:#8c0095}
.ocr-purple .modal-header{background-color:#8c0095}
.ocr-dark-purple .modal-header{background-color:#4617b4}
.ocr-light-blue .modal-header{background-color:#5db2ff}
.ocr-teal .modal-header{background-color:#008299}
.ocr-light-teal .modal-header{background-color:#03b3b2}
.ocr-green .modal-header{background-color:#008a17}
.ocr-light-green .modal-header{background-color:#82ba00}
.ocr-orange .modal-header{background-color:#ff8f32}
.ocr-dark-orange .modal-header{background-color:#d24726}
.ocr-dark-red .modal-header{background-color:#ac193d}
.ocr-pink .modal-header{background-color:#dc4fad}
.c-modal .modal-content {
  border: 0;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.c-modal .modal-content .modal-header {
  background-color: #fff !important;
  border-bottom: 1px solid #ebedf4;
  padding: 14px 30px;
  border-radius: 10px 10px 0 0 !important;
  -moz-border-radius: 10px 10px 0 0 !important;
  -webkit-border-radius: 10px 10px 0 0 !important;
}
.c-modal .modal-content .modal-header .modal-title {
  display: inline-block;
  color: #171725;
  font-size: 20px;
  line-height: 35px;
}
.c-modal .modal-content .modal-header .close {
  background-image: none !important;
  color: #676c7a;
  opacity: 1;
  font-size: 24px;
  line-height: 16px;
  top: 5px;
  position: relative;
  padding:0 !important;
  outline: none !important;
}
.c-modal .modal-content .modal-body {
  min-height: 400px;
  position: relative;
}
.c-modal .modal-content .modal-body .closeModal {
  border: 0;
  padding: 0;
  position: absolute;
  top: 25px;
  right: 25px;
  height: 20px;
  width: 20px;
  outline: none;
  background-color: transparent;
}
.c-modal .modal-content .modal-body .closeModal .icon {
  color: #676c7a;
  font-size: 22px;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
}
.c-modal .modal-content .modal-body,
.c-modal .modal-content .modal-footer {
  box-sizing: border-box;
  padding: 20px 30px;
}
.c-modal .modal-content .modal-footer {
  display: block;
  border-top: 1px solid #ebedf4;
}
.c-modal.w-750 .modal-dialog {
  box-sizing: border-box;
  width: 750px;
}
.c-modal.w-520 .modal-dialog {
  box-sizing: border-box;
  width: 520px;
}
.c-modal.w-520 .modal-dialog .modal-body {
  padding: 40px 47px;
  min-height: 200px;
}
.c-modal.forAlert.w-750 .modal-dialog {
  font-family: "Overpass", sans-serif;
  box-sizing: border-box;
  width: 687px;
}
.c-modal.forAlert .modal-footer {
  text-align: center;
  padding: 6px 12px 16px;
  border: 0;
}
.c-modal.forAlert .modal-content {
  top: 75px;
}
.c-modal.forAlert .modal-body {
  padding: 55px 40px 12px;
}
.c-modal.forAlert .alertBell {
  position: absolute;
  height: 100px;
  width: 100px;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
.c-modal.forAlert .alertBell img {
  display: inline-block;
  height: 65px;
  width: 65px;
  margin: 0 auto;
  position: relative;
  top: 16px;
}
.c-modal.forAlert .alert_title {
  display: block;
  font-size: 30px;
  line-height: 46px;
  color: #fe0202;
  font-weight: 900;
  margin-bottom: 12px;
  text-align: center;
}
.c-modal.forAlert .alert_subTitle {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #7f8286;
  margin-bottom: 12px;
  text-align: center;
}
.c-modal.forAlert .alert_subTitle b,
.c-modal.forAlert .c-note b {
  color: #252d36;
  font-weight: 700;
}
.c-modal.forAlert .c-note {
  background-color: #fbfbfb;
  border: 1px dashed #ebebeb;
  display: block;
  width: 552px;
  margin: 11px auto 0;
  padding: 12px 18px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #7f8286;
  border-radius: 5px;
}

/* START: Customization Related to PRJ_666 */

/* -------------------------------------------------------------------- */
/* To correct the size of modal window */
.modal-dialog {
	max-width: none;
}

@media (min-width: 576px){
	.modal-dialog {
    	max-width: none;
    }
}

@media (min-width: 768px){ 
	.modal-dialog {
    	width: 600px;
	    margin: 30px auto;
	}
}

/* -------------------------------------------------------------------- */

/* -------------------------------------------------------------------- */
/* To correct the title size */
h4, .h4 {
    font-size: 18px;
}
/* -------------------------------------------------------------------- */

/* -------------------------------------------------------------------- */
/* To handle the background fade styling for modal window in mobile view */
@media (prefers-reduced-motion:reduce) {
	.fade {
		min-width: -webkit-fill-available;
		min-block-size: -webkit-fill-available;
		padding-right: 0 !important;
	}
}
/* -------------------------------------------------------------------- */

/* -------------------------------------------------------------------- */
/* Added to correct the alignment issues related to modal window close button */
.modal-header .btn-close{
	background:url("/user/data/img/closex.png") no-repeat scroll right top transparent;
	font-size:12px;
	font-weight:normal;
	line-height:2;
	color:#fff;
	margin-top:1px;
	opacity:1;
	margin-right: 1px;
}
/* -------------------------------------------------------------------- */

/* END: Customization Related to PRJ_666 */
