/*==================================================*/
/*	CONFIRM											*/
/*==================================================*/

#uiDeleteGallery_blocker {
	display: none;
	top: 0px;
	left: 0px;
	position: fixed;
	background-color: rgba(60,62,63,0.65);
	width: 100%;
	height: 100%;
	z-index: 200;
	font-size: 0.75em;
	
}
#uiDeleteGallery_flex {
	width: 100%;
	height: 100%;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

#uiDeleteGallery {
	font-size: 0.75em;
	width: 30em;
	min-height: 100px;

	
	
	background-color: rgba(59,60,63,1);
	
	
	
	color: #ffffff;
	
	border-radius: 16px;
	margin-bottom: 80px;
	font-size: 1.15em;
	
}
#uiDeleteGallery_message {
	font-family: "light";
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
	text-align: center;
	margin-top: 22px;
	
	padding-left: 1em;
    padding-right: 1em;
}
#uiDeleteGallery_footer {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 16px;
	display: flex;
	justify-content: space-evenly;
}

.uiDeleteGallery_button {
	margin-left: 2px;
	margin-right: 2px;
	background-color: rgba(70,76,84,0.2);
	border-radius: 9px;
	text-align: center;
	padding-top: 0.35em;
	padding-bottom: 0.55em;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 250px;
	font-family: "light";
	cursor: pointer;
	font-size: 0.9em;
	flex-grow: 1;
	background-color: rgba(170,190,151,0.1);
}


#deleteGalleryCancel{
	flex-grow: 1;
	color: rgba(255,255,255,0.7);
}

#deleteGalleryYes{
	flex-grow: 1;
	font-family: "regular";
	color: rgba(255,255,255,1);
	background-color: #e68a0f;
}



/*==================================================*/
/*	CONFIRM											*/
/*==================================================*/

#uiConfirm_blocker {
	display: none;
	top: 0px;
	left: 0px;
	position: fixed;
	background-color: rgba(60,62,63,0.65);
	width: 100%;
	height: 100%;
	z-index: 200;
	font-size: 0.75em;
	
}
#uiConfirm_flex {
	width: 100%;
	height: 100%;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

#uiConfirm {
	font-size: 0.75em;
	width: 30em;
	min-height: 100px;

	
	
	background-color: rgba(59,60,63,1);
	
	
	
	color: #ffffff;
	
	border-radius: 16px;
	margin-bottom: 80px;
	font-size: 1.15em;
	
}
#uiConfirm_message {
	font-family: "light";
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
	text-align: center;
	margin-top: 22px;
	
	padding-left: 1em;
    padding-right: 1em;
}
#uiConfirm_footer {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 16px;
	display: flex;
	justify-content: space-evenly;
}

.uiConfirm_button {
	margin-left: 2px;
	margin-right: 2px;
	background-color: rgba(70,76,84,0.2);
	border-radius: 9px;
	text-align: center;
	padding-top: 0.35em;
	padding-bottom: 0.55em;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 250px;
	font-family: "light";
	cursor: pointer;
	font-size: 0.9em;
	flex-grow: 1;
	background-color: rgba(170,190,151,0.1);
}


#confirmCancel{
	flex-grow: 1;
	color: rgba(255,255,255,0.7);
}

#confirmYes{
	flex-grow: 1;
	font-family: "regular";
	color: rgba(255,255,255,1);
	background-color: #e68a0f;
}



/*==================================================*/
/*	DIALOG											*/
/*==================================================*/

#uiDialog_blocker {
	font-size: 0.75em;
	display: none;
	top: 0px;
	left: 0px;
	position: fixed;
	background-color: rgba(60,62,63,0.65);
	width: 100%;
	height: 100%;
	z-index: 200;
	
}
#uiDialog_flex {
	
	width: 100%;
	height: 100%;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

#uiDialog {
	font-size: 0.75em;
	width: 30em;
	min-height: 100px;
	background-color: rgba(27,32,38,0.9);
	/* background-color: #445362; */
	color: #ffffff;
	border-radius: 16px;
	margin-bottom: 80px;
	font-size: 1.15em;
	
}
#uiDialog_message {
	font-family: "light";
	line-height: 1.3em;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
	text-align: center;
	margin-top: 22px;
	padding-left: 1em;
    padding-right: 1em;
}

#uiDialog_input_flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 25px;
	padding-right: 25px;
}

#uiDialog_input {
	font-family: "light";
	line-height: 1.3em;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	padding-top:3px;
	padding-bottom:3px;
	border-radius: 3px;
	border-color: rgba(0,0,0,0.9);
	border-width: 1px;
	border-style: solid;
	font-size: 1em;
}

#uiDialog_footer {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 16px;
	display: flex;
	justify-content: space-evenly;
}

.uiDialog_button {
	margin-left: 2px;
	margin-right: 2px;
	background-color: rgba(70,76,84,0.2);
	border-radius: 9px;
	text-align: center;

	padding-top: 0.35em;
	padding-bottom: 0.55em;


	margin-top: 0px;
	margin-bottom: 0px;
	width: 250px;
	font-family: "light";
	cursor: pointer;
	font-size: 0.9em;
	background-color: rgba(170,190,151,0.1);
	
}


#dialogCancel{
	flex-grow: 1;
	color: rgba(255,255,255,0.7);
}

#dialogYes{
	flex-grow: 1;
	font-family: "regular";
	color: rgba(255,255,255,1);
	background-color: #e68a0f;
}




/*==================================================*/
/*	ALERT											*/
/*==================================================*/


#uiAlert_blocker {
	font-size: 0.75em;
	display: none;
	top: 0px;
	left: 0px;
	position: fixed;
	background-color: rgba(60,62,63,0.65);
	width: 100%;
	height: 100%;
	z-index: 200;
	
}
#uiAlert_flex {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#uiAlert {
	font-size: 0.75em;
	width: 30em;
	min-height: 100px;
	background-color: rgba(59,60,63,1);
	/* background-color: #445362; */
	color: #ffffff;
	border-radius: 16px;
	margin-bottom: 80px;
	font-size: 1.15em;
	
}
#uiAlert_message {
	font-family: "light";
	line-height: 1.3em;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
	text-align: center;
	margin-top: 22px;
	padding-left: 1em;
    padding-right: 1em;
}

.dialogBreakWord #uiAlert_message {
	word-break: break-word;
}
.dialogBreakAll #uiAlert_message {
	word-break: break-all;
}
.dialogKeepAll #uiAlert_message {
	word-break: keep-all;
}

#uiAlert_footer {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 16px;
	display: flex;
	justify-content: space-evenly;
}

.uiAlert_button {
	margin-left: 2px;
	margin-right: 2px;
	background-color: rgba(70,76,84,0.2);
	border-radius: 9px;
	text-align: center;
	
	padding-top: 0.35em;
	padding-bottom: 0.55em;
	
	margin-top: 0px;
	margin-bottom: 0px;
	width: 400px;
	font-family: "light";
	cursor: pointer;
	font-size: 0.9em;
	background-color: rgba(170,190,151,0.1);
}


#alertCancel{
	flex-grow: 1;
	color: rgba(255,255,255,0.8);
}

#alertYes{
	flex-grow: 1;
	font-family: "regular";
	color: rgba(255,255,255,1);
	background-color: #e68a0f;
}



/*==================================================*/
/*	OVERALL FONT SIZE								*/
/*==================================================*/

#uiConfirm_blocker, #uiDialog_blocker, #uiAlert_blocker {
	font-size: 0.86em;
}




/*==================================================*/
/*	SPINNER	 (ACTIVITY INDICATOR)					*/
/*==================================================*/

#saveDialog_blocker {
	display: none;
	top: 0px;
	left: 0px;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	z-index: 1000;
}
#saveDialog_flex {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	flex-direction: column;
}
#activityIndicator{
	
	background-image: url('../images/oval.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% 60%;
	width: 75px;
	height: 75px;
	margin-bottom: 40px;
	color: rgba(255,255,255, 0.5);
	
	text-align: center;
}

#savetext{
	color: #fff;
}

#whiteFade {
	display: none;
	top: 0px;
	left: 0px;
	position: fixed;
	background-color:rgba(255,255,255, 0.5);
	width: 100%;
	height: 100%;
	z-index: 1001;
}


@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}