/* @override
	http://sumosushibento.local/dojo/assets/css/dojomodel.css */



/* version for bootstrap5.3.3 */

.model {
	--bs-modal-width:100%!important;
}

div.modal {
	margin: 0 auto!important;
}

.modal-open .modal {

}


.fullscreen-dialog div.modal-dialog {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
 }

.fullscreen-dialog div.modal-content{
height: auto;
min-height: 100%;
border-radius: 0;
 }




 .fullscreen-dialog.modal-dialog {
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   min-width:100%
 }

 .fullscreen-dialog.modal-content {
   height: auto;
   min-height: 100%;
   border-radius: 0;
 }


 .mediumscreen-dialog div.modal-content  {
 height: 100%;
 padding: 0;
 margin-top: 3%;
 margin-bottonp: 3%;
 margin-right: auto;
 margin-left: auto;
 border-radius: 8px;
 width: 99%;
 }




 .toolscreen-dialog div.modal-content {
 height: 100%;
 min-height: 100%;
 padding: 0;
 margin-top: 0%;
 margin-right: 0;
 margin-left: 0;
 border-radius: 0;
 width: 100%;

 }




 .smallscreen-dialog div.modal-content  {
 height: 100%;
 padding: 0;
 margin-top: 5%;
 margin-right: auto;
 margin-left: auto;
 border-radius: 8px;
 width: 90%;
 max-width: 400px;
 }

 .smallscreen-dialog.top div.modal-content  {
 	z-index: 25000;
 }

 .orderscreen-dialog div.modal-content  {
 /*  height: 100%; */
 padding: 0;
 margin-tbottom: 1%;
 margin-right: auto;
margin-left: auto;
 border-radius: 20px!important;
 width: 95%;
 max-width: 500px;
 font-size:.85rem;
 position: relative;
 right: auto;
 left: auto;
 margin-top: 1%;
 }

.orderscreen-dialog div.list-group label.list-group-item {
	 font-size:1.5rem;
	 padding-top: 15px;
	padding-bottom: 15px;
}



 .sectionscreen-dialog div.modal-content  {
 padding: 0;
 margin-top: 1%;
 margin-bottom: 1%;
 margin-right: auto;
 margin-left: auto;
 border-radius: 20px;
 width: 95%;
 max-width: 500px;
 font-size:1.6rem;
 }


 .special-dialog.modal-dialog {
 padding: 0;
 margin-right: auto;
	margin-left: auto;
 min-width: 360px;
 max-width: 1300px;
 border-style: none;
 margin-top: 0px;
 }

.special-dialog div.modal-content  {
	margin: 10px auto 1%;
}

.special-dialog button {
	position: absolute;
	z-index: 5;
	text-align: right;
	right: 8px;
	top: 5px;
}


div#Model_Page {
	width: 100%;

}


.close {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  position: absolute;
  float: right;
  right: 20px;
  top: 10px;
}
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {

  font-size: 1.25rem;
 }
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.5rem auto 1rem;
  pointer-events: none;
  max-height: calc(100vh - 10px);
}
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ebedf2;
  outline: 0;

}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
	-webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ebedf2;
  padding: .5rem;
}
  .modal-header .close {
    padding: 1.25rem;
    margin: -1rem -1rem -1rem auto; }


.orderscreen-dialog .modal-header {
	display: none;
}



.modal-title {
  margin-bottom: 0;
	margin-right: auto;
  line-height: 1.5;
	font: 3rem 'Open Sans',sans-serif;
	font-weight: 300;
	color: #737373;
	position: relative;
	z-index: 2;
	opacity: 1;
  text-align: center;
  margin-left: auto;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0; }



.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1.25rem;
  border-top: 1px solid #ebedf2; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.orderscreen-dialog .modal-footer {
	display: none;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
/*
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
    */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1399px) {
  .modal-xl {
    max-width: 1140px; } }

.itmbdr .modal-content {
	border: 4px solid rgba(0, 0, 0, 0.19) !important;
}
.detailbdr .modal-content {
	border: none !important;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.34);
	opacity: 1;
}


.orderscreen-dialog.itmbdr .modal-content {
	border: 0px solid rgba(0, 0, 0, 0.19) !important;
}


.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

button#round_close_button {
	position: absolute;
	z-index: 5;
	background-color: #ffffff;
	top: 8px;
	left: 8px;
	border-radius:30px;
	padding: 8px;
	color: #0285cd;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
}

button#round_close_button.btn-close,
button#round_close_button.close {
	color: #0285cd!important;

}
/*
.modal {
  overflow-y:auto;
}

*/
