#mysticky-wrap, #mysticky-nav.wrapfixed{
	height: 70px!important;
    top: 0!important;
    position: absolute!important;
    width: 100%!important;
    left: 0;
}

.modal-dialog {
  width: 100%!important;
  height: 100%!important;
  margin: 0!important;
  padding: 0!important;
  max-width: 100%!important;
}

.layout-sidenav-100vh .modal-content {
  /*height: auto!important;*/
  /*min-height: 100%!important;*/
  border-radius: 0!important;
  max-width: 100%!important;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	h1{
		font-size: 1.5em!important;
	}
	i.h1{
		font-size: 2em!important;
	}
	.btn-main, .upNewGuests, .btn-sort, #downList, .addPayMessage, .button-previewEmail, .btn-login-green, .loadImg, #invPayGeneralVoucher, #publicata, .disabledAddPayMessage, .addPayMessage{
		padding: 0.2em 1em!important;
		margin-top: 15px;
	}
	.btn-group button {
	    min-width: 5rem;
	}
	.todo-tabs{
		-webkit-box-pack: center !important;
    	-ms-flex-pack: center !important;
    	justify-content: center !important;
	}
	.todo-tabs .nav-item{
		margin: 10px!important;
	}
	#addCTable, #addPTable, #addTable, #splitChildren{
		width: 100%;
		margin: 5px 0;
	}

	.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-content {
  /*height: auto!important;
  min-height: 100%!important;*/
  border-radius: 0!important;
  max-width: 100%!important;
}
	.layout-sidenav-100vh .modal-content {
  height: inherit!important;
  min-height: inherit!important;
  border-radius: 0!important;
  max-width: 100%!important;
}
}





/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	h1{
		font-size: 1.5em!important;
	}
	i.h1{
		font-size: 2em!important;
	}
	.btn-main, .upNewGuests, .btn-sort, #downList, .addPayMessage, .button-previewEmail, .btn-login-green, .loadImg, #invPayGeneralVoucher, #publicata{
		padding: 0.2em 1em!important;
		margin-top: 15px;
	}
	.btn-group button {
	    min-width: 5rem;
	}
	.todo-tabs{
		-webkit-box-pack: center !important;
    	-ms-flex-pack: center !important;
    	justify-content: center !important;
	}
	.todo-tabs .nav-item{
		margin: 10px!important;
	}
	#addCTable, #addPTable, #addTable{
		width: 100%;
		margin: 5px 0;
	}
	.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-content {
  height: auto!important;
  min-height: 100%!important;
  border-radius: 0!important;
  max-width: 100%!important;
}
.layout-sidenav-100vh .modal-content {
  height: inherit!important;
  min-height: inherit!important;
  border-radius: 0!important;
  max-width: 100%!important;
}
}





/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	h1{
		font-size: 1.5em!important;
	}
	i.h1{
		font-size: 2em!important;
	}
	.btn-main, .upNewGuests, .btn-sort, #downList, .addPayMessage, .button-previewEmail, .btn-login-green, .loadImg, #invPayGeneralVoucher, #publicata{
		padding: 0.2em 1em!important;
		margin-top: 15px;
	}
	.btn-group button {
	    min-width: 5rem;
	}
	.todos-tabs{
		-webkit-box-pack: center !important;
    	-ms-flex-pack: center !important;
    	justify-content: center !important;
	}
	.todo-tabs .nav-item{
		margin: 10px!important;
	}
	#addCTable, #addPTable, #addTable{
		width: 100%;
		margin: 5px 0;
	}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-content {
  height: auto!important;
  min-height: 100%!important;
  border-radius: 0!important;
  max-width: 100%!important;
}
.layout-sidenav-100vh .modal-content {
  height: inherit!important;
  min-height: inherit!important;
  border-radius: 0!important;
  max-width: 100%!important;
}
}





/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	
}





/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
}




@media screen and (max-width:991px) {

.demo .modal{
  height: 100vh!important;
  top: 0!important;
  bottom: 0!important;
  margin: auto 0!important;
}
.demo .modal-dialog{height: 60vh!important;}
.demo .modal-body{height: 50vh!important;}
.demo .modal-fullscreen{
	position: fixed!important;
	height: calc(60vh)!important;
}
.progress-wrap{
	display: none;
}
}



.swal2-container {
    z-index: 999999!important;
  }


.allGuests p span {
    display: inline-block;
}

.del-response{
	right: 0px;
    top: -6px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 6px 6px;
    line-height: 6px;
}  

.kid-icon::before {
    font-size: 8px;
}




.cd-dropdown,
.cd-select {
	position: relative;
	width: 100%;
	/*margin: 20px auto;*/
	display: block;
}

.cd-dropdown > span {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #333;
	font-weight: 700;
	font-size: 1em;
	background: #fff;
	display: block;
	padding: 0 50px 0 30px;
	position: relative;
	cursor: pointer;
	text-wrap: nowrap!important;

}

.cd-dropdown > span:after {
	content: '\25BC';
	position: absolute;
	right: 0px;
	top: 15%;
	width: 50px;
	text-align: center;
	font-size: 12px;
	padding: 10px;
	height: 70%;
	line-height: 24px;
	border-left: 1px solid #ddd;
}

.cd-dropdown.cd-active > span:after {
	content: '\25B2';
}

.cd-dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.cd-dropdown ul li {
	display: block;
}

.cd-dropdown ul li span {
	width: 100%;
	background: #fff;
	line-height: 60px;
	padding: 0 1.5em 0 4.5em;
	display: block;
	color: #333;
	cursor: pointer;
	font-weight: 700;
	text-wrap: nowrap!important;
}

.cd-dropdown > span,
.cd-dropdown ul li span {
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cd-dropdown > span span[class^="bi-"],
.cd-dropdown > span span[class*=" bi-"]{
	padding: 0 1.5em 0 1.5em;
}


.cd-select {
	border: 1px solid #ddd;
}


.cd-dropdown > span,
.cd-dropdown ul li:nth-last-child(-n+3) span {
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.cd-dropdown ul {
	position: absolute;
	top: 0px;
	    width: 100%;
}

.cd-dropdown ul li {
	position: absolute;
	width: 100%!important;
}

.cd-active.cd-dropdown > span {
	color: #042ff8;
}

.cd-active.cd-dropdown > span,
.cd-active.cd-dropdown ul li span {
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.cd-active.cd-dropdown ul li span {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.cd-active.cd-dropdown ul li span:hover {
	background: #042ff8;
	color: #fff;
}



.cd-dropdown span[class^="bi-"]:before, 
.cd-dropdown span[class*=" bi-"]:before {
	font-style: normal;
	speak: none;
	font-weight: normal;
	position: absolute;
	font-size: 1.5em;
	line-height: 40px;
	width: 1.5em;
	top: 50%;
	left: 15px;
	margin-top: -20px;
	text-align: center;
}


.dots {
    top: -6px;
}