/*Notify Panel Elements*/
/* Select Option Panel  Text */
.SOPanelText {
	width:70%;
	}
/* Select Option Answer Button Img */
.SOPanelAnswerBtn img{
	width:60px;
	height: 60px;
	}
/****Input Panel Class*****/
#InputPanelTextCon {
	font-size:auto;
	max-height:30px;
	}
/****Input Panel Class*****/
	.InputPanelC {
	display: block;
	height:0px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	align-items: right;
	width: 100%;
	z-index:100;
	transition-property: all;
	transition-duration: .9s;
	transition: all .9s ease-out;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);x
}
/****Input Panel Class*****/
.InputPanel {
	display: none;
	height:0px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	align-items: right;
	width: 100%;
	z-index:13;
	transition-property: all;
	transition-duration: .9s;
	transition: all .9s ease-out;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);x
}

/****InputPanel Tab*****/
.InputPanelName{
	display:flex;
	border-top:solid;
	border-left:solid;
	border-color:black;
	border-width:1px;
	background-color:#f2f2f2;
	width:275px;
	height:35px;
	border-radius: 15px 15px 0 0px;
	box-shadow: 5px 0px 5px 5px rgba(0, 0, 0, 0.2);
	webkit-box-shadow: 8px 1px 48px 5px rgba(47, 91, 234, 0.175);
	ox-shadow: 5px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
/****Input Panel Icon*****/
.InputPanelIcon {
	border-radius: 15px 15px 0 0px;
	height:35px;
	width:37px;
	background-color:inherit;
}
/****Input Panel Content*****/
.InputPanelText {
	height:35px;
	width:200px;
	font-size:25px;
	background-color:inherit;
}
/****Input Panel Close Button*****/
.InputPanelCloseBtn {
	height:35px;
	width:35px;
	border-radius: 0px 15px 0 0px;
	background-color:inherit;
	background-image:url(../../ScriptureUI/images/closeBtn.png);
	background-size:25px 25px;
	background-repeat:no-repeat;
	background-position:center;
	
}
/****Input Panel Content*****/
.InputPanelContent {
	background-color: #f2f2f2;
	border-top:solid;
	border-width:1px;
	border-color:black;
	width:100%;
	height:145px;
	box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.2);
	webkit-box-shadow: 8px 0px 48px 5px rgba(47, 91, 234, 0.175);
	box-shadow: 15px 0px 15px 5px rgba(0, 0, 0, 0.2);
	font-size:26px;
	padding-top:4px;
}
/****Notification Panel Class*****/
.NotifyPanelC {
	display: block;
	height: 0px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	align-items: right;
	width: 100%;
	z-index:13;
	transition: all 0.5s ease-in;
}
/****Notification Panel Animation?*****/
.closed {
    height: 180px;
    transition: all 0.2s ease-out;
}
/****Notification Panel Animation?*****/
.anUpAni {
    height: 180px;
    transition: all 0.2s ease-out;
}
/****Notification Panel Tab*****/
.NotifyPanelName{
	display:flex;
	border-top:solid;
	border-left:solid;
	border-color:black;
	border-width:1px;
	background-color:#f2f2f2;
	width:275px;
	height:35px;
	border-radius: 15px 15px 0 0px;
	box-shadow: 5px 0px 5px 5px rgba(0, 0, 0, 0.2);
	webkit-box-shadow: 8px 1px 48px 5px rgba(47, 91, 234, 0.175);
	ox-shadow: 5px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
/*Submit Post */
#submitmsg, #enter{ 
	height:30px;
	background: #5AB300; 
	border: 2px solid #2C5800; 
	color: white; 
	margin-bottom:5px;
	padding: 1px 10px; 
	font-weight: bold; 
	line-height:3px;
	border-radius: 4px;
}
/*Notification Panel Icon Container*/
.NotifyPanelIcon {
	border-radius: 15px 15px 0 0px;
	height:35px;
	width:37px;
	background-color:inherit;
	background-size:90% auto;
	background-repeat:no-repeat;
	background-position:center;
}
/*Notification Panel Text*/
.NotifyPanelText {
	height:35px;
	width:200px;
	font-size:25px;
	background-color:inherit;
}
/*Notification Panel Close Button*/
.NotifyPanelCloseBtn {
	height:35px;
	width:35px;
	border-radius: 0px 15px 0 0px;
	background-color: #f2f2f2;
	background-image:url(../../ScriptureUI/images/closeBtn.png);
	background-size:25px 25px;
	background-repeat:no-repeat;
	background-position:center;
}
/*Notification Panel Content Container*/
.NotifyPanelContent {
	display:flex;
	flex-direction:column;
	background-color: #f2f2f2;
	border-top:solid;
	border-width:1px;
	border-color:black;
	padding:15px;
	width:100%;
	max-height:300px;
	min-height:145px;
	box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.2);
	webkit-box-shadow: 8px 0px 48px 5px rgba(47, 91, 234, 0.175);
	box-shadow: 15px 0px 15px 5px rgba(0, 0, 0, 0.2);
	font-size:22px;
}
/*ShareOn Option*/
.shareOnOption {
	display: flex;
	flex-wrap: wrap;
	width:130px;
	height:60px;
	margin: 2px 5px;
	border-radius: 8px;
	border-width: 1px;
	border-style: ridge;
	border-color: black;
	font-size:16px; 
}
/*ShareOn Button Text*/
shareOnBtnText {
	margin:5px;
}
/*ShareOn Option Container*/
.shareOnOptionsCon {
	display: flex;
	flex-wrap: wrap;       
}
/*Share On Button Font*/
sOF {
	font-size: 12px;
}
/*Private Note Toggle*/
.NoteLocked, .noteUnLocked {
	  width:35px;
	  height:35px;
	  background-size:30px 30px;
      background-repeat:no-repeat;
      background-position:center;
	  }
@media screen and (max-width: 992px) {
	
	}