.popup-button:hover{
    cursor: pointer;
}

.pop-bg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}

.pop-wrap {
	position: fixed;
	z-index: 9999;
	width: 90%;
	height: 90%!important;
	min-height: 90%!important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #f7f7f7;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,1);
    border-radius: 15px;
}

.pop-wrap-small {
	position: fixed;
	z-index: 9999;
	width: 90%;
	height: 35%!important;
	min-height: 250px!important;
	max-height: 250px!important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #f7f7f7;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,1);
    border-radius: 15px;
}

.pop-x {
	position: absolute;
	/*top: -25px;*/
	right: 0;
	padding: 10px 15px;
	font-size: 20px;
	font-weight: 100;
	line-height: 25px;
	color: grey;
	background: transparent;
	cursor: pointer;
	z-index: 999;
}

.pop-content {
	clear: both;
	padding: 1.5rem;
  height: 100%!important;
  width: 100%!important;
}

.popup-title-container{
    display: flex;
    width: 100%;
    min-width: 100%;
    align-items: center;
    justify-content: left;
    height: 64px;
    margin-bottom: 20px;
}

.popup-image{
    max-width: 64px;
    float: left;
    margin-right: 10px;
}

.popup-title{
    display: flex;
}

.popup-news-content{
    position: absolute;
	z-index: 9999;
	width: 90%;
    padding-right: 5px;
    padding-bottom: 20px;
    height: 80%;
	top: 100px;
	left: 1.5rem;
    overflow-y: auto;
}

.popup-add-child-content{
    position: absolute;
	z-index: 9999;
	width: 90%;
    padding-right: 5px;
    padding-bottom: 0px;
    height: 80%;
	top: 100px;
	left: 1.5rem;
    overflow-y: auto;
}

.popup-date-content{
	position: absolute;
}

#calendar_background{
	visibility: hidden;
	display: flex;
    align-items: center;
    justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 9998;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.7);
}

#color-calendar{
	z-index: 9999;
	padding:  1.5rem;
  width: 100%!important;
}
