body													{ font-family: 'Open Sans', sans-serif; font-size: 16px; color: #000A15; line-height: 24px; background: #f5f5f5; }
body.navigation header {z-index: 10000;}
.container											{ width: 600px; margin: 0 auto; padding: 0 0 0 0; }
.page													{ padding: 0px; background: #ffffff; }

*														{ margin: 0; padding: 0; box-sizing: border-box; color: inherit; font-size: inherit; font-family: Open Sans; }
#shader												{ display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 5; background: rgba( 0,0,0,0.5 ); }
body.form_focus #shader							{ display: block; }

.form_container									{ position: relative; z-index: 8; line-height: 1px; }
.form_container form *							{ line-height: 24px; }
.form_titlebar										{ padding: 5px 10px; background: #eeeeee; border-radius: 5px 5px 0 0; font-weight: bold; }
.form_titlebar i									{ margin-right: 10px; }
.form_container textarea						{ width: 100%; height: 58px; padding: 3px 8px; border: 2px solid #eeeeee; resize: none; outline: none; }
body.form_focus .form_container textarea	{ height: 154px; }

.form_hidden										{ display: none; }
body.form_focus .form_hidden					{ display: block; }

.form_backgrounds									{ background: #eeeeee; }
.form_backgrounds ul								{ padding: 3px; }
.form_backgrounds ul:after						{ display: block; content: ""; clear: both; }
.form_backgrounds ul li							{ float: left; width: 5%; padding: 2px; list-style: none; }
.form_backgrounds ul li div					{ padding: 50%; border-radius: 2px; border: 1px solid #969696; }
.form_backgrounds ul li.submit				{ float: right; width: 25%; }
.form_backgrounds ul li.submit button		{ width: 100%; height: 26px; padding: 0 10px; border: none; outline: none; background: #124198; color: #ffffff; border-radius: 2px; line-height: 26px; text-align: left; }
.form_backgrounds ul li.submit button i	{ float: right; }

.form_buttons										{ background: #eeeeee; }
.form_buttons ul									{ padding: 0; }
.form_buttons ul:after							{ display: block; content: ""; clear: both; }
.form_buttons ul li								{ float: left; width: 33.333%; padding: 10px; list-style: none; }
.form_buttons ul li > div						{ position: relative; height: 38px; overflow: hidden; border: 3px solid #39CAF4; background: #C7F0FC; border-radius: 5px; }
body.form_focus .form_buttons ul li > div	{ height: auto; padding: 50%; }
.form_buttons ul li div.form_mm_title		{ position: absolute; left: 0; top: 0; right: 0; height: 32px; padding: 3px 10px; background: #39CAF4; color: #ffffff; }
.form_buttons ul li div.form_mm_title i	{ margin-right: 10px; }
.form_buttons ul li div.form_mm_cloud		{ display: none; position: absolute; left: 0; top: 32px; right: 0; bottom: 0; }
body.form_focus .form_buttons ul li div.form_mm_cloud		{ display: block; }
.form_buttons ul li div.form_mm_cloud table	{ width: 100%; height: 100%; }
.form_buttons ul li div.form_mm_cloud table td	{ text-align: center; vertical-align: middle; color: #969696; }
.form_buttons ul li div.form_mm_cloud table td i{ font-size: 48px; }
.form_buttons .dropzone							{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.form_buttons .dropzone *						{ display: none; }
.form_buttons ul li > label						{ display: block; position: relative; height: 38px; overflow: hidden; border: 3px solid #39CAF4; background: #C7F0FC; border-radius: 5px; }
body.form_focus .form_buttons ul li > label	{ height: auto; padding: 50%; }

#form_img_lst ul									{ background: #eeeeee; }
#form_img_lst ul:after							{ display: block; content: ""; clear: both; }
#form_img_lst ul li								{ float: left; width: 33.333%; padding: 10px; list-style: none; }
#form_img_lst ul li div							{ padding: 50%; background-repeat: no-repeat; background-position: center; background-size: cover; }
#form_img_lst ul li:first-of-type			{ width: 100%; }
#form_img_lst ul li:first-of-type div		{ padding: 25%; }

#form_doc_lst ul									{ background: #eeeeee; padding: 0 10px; }
#form_doc_lst ul li								{ list-style: none; }
#form_doc_lst ul li a							{ text-decoration: none; color: #124198; }
#form_doc_lst ul li a:hover					{ color: #ff3333; }
#form_doc_lst ul li i							{ margin-right: 10px; }

#form_mov_lst ul li								{ list-style: none; }
::-webkit-input-placeholder 
{
	text-align: center;
}

:-moz-placeholder 
{ 	/* Firefox 18- */
	text-align: center;  
}

::-moz-placeholder 
{  	/* Firefox 19+ */
	text-align: center;  
}

:-ms-input-placeholder 
{  
	text-align: center; 
}
@-ms-viewport
{
  width: device-width;
}
body
{
	margin: 0;
	padding: 0;
}
main
{
	display: flex;
}
header
{
	z-index: 1000;
}
.flex-container 
{
	list-style: none;  
	display: flex;
	justify-content: space-around;
	background: #D690A8;
	box-sizing: border-box;
	height: 44px;
	margin: 0 auto;
	padding: 7px 0;
	width: 100%;
	flex-direction: row;
	position: fixed;
	top: 0;
}
.flex-item 
{
	padding: 5px;
	width: 30px;
	font-size: 1em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_item_100
{
	width: 100%;
	text-align: center;
	margin-top:50px;
	padding: 5px;
	font-family: Arial, sans-serif;

}
p
{
	margin-top: 44px; 
	padding: 5px;
}
.flex-item_search
{
	width: 100%;
	padding-top: 5px;
}
.flex-item_hamburger
{
	z-index: 9;
}
.fa
{
	color: white;	
}
input
{
	border: 1px solid #D690A8;
	border-radius: 10px;
	height: 16px;
	padding-left: 5px;
}
input.empty 
{
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	width: 100%;
	height: 20px !important;
}
.overlay 
{
	display: none;
	position: fixed;
	right: 0;
	top: 0px;
	height: 100%;
	width: 75%;
	background: #333;
	overflow: auto;
	z-index: 8;
	transition: all 0.2;
}
.fa-bars
{ 
	z-index: 8; 
}
textarea
{
	width: 100% !important;
}
.btn 
{
	border: none;
	color: #894F63;
	padding: 12px 16px;
	font-size: 16px;
	cursor: grab;
	width: 100%;
	background: none;
	text-align: left;
}
ul
{
	padding: 0px;
	list-style: none;
}
.widget-box 
{
	border: 3px solid #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.widget-title.smaller
{
	margin: 0px;
}
.button 
{
    background-color: #894F63;
    border: none;
    color: white;
	top: -35px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}
.btn-primary.focus:hover, .btn-primary:active:hover, .btn-primary:focus:active, .btn-primary:focus:hover, .btn-primary:hover, .open>.btn-primary.dropdown-toggle, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:active, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
    background-color: #894F63!important;
    border-color: #428BCA;
}
h4 {
	color: #894F63;
}
.btn-primary {
	border-color: #894F63;	
	background-color: #894F63!important;
}
.form-control
{
	height: 30px !important;
	margin-bottom: 20px !important;
	width: 100% !important;
}
input[type=text] 
{
    width: 100%;
	height: 90px;
    padding: 12px 20px 10px 20px;
    margin: 0px 0px 40px 0px;
    box-sizing: border-box;
    border: 3px solid #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
	font-size: 14px;
	border-radius: 0px !important;
}
.container
{
	width: 100% !important;
}
/*input[type=text]:focus 
{
    border: 3px solid #894F63;
}*/
		 /*body.open .overlay{display: block}
		 /*body.open header * {visibility: hidden}
		 body.open header .fa-bars {visibility:visible}*/


/******* TEXT TO SPEECH CONTROLS *******/
.tts							{ display: none; margin: 0 !important; padding: 3px 0 0 0 !important; justify-content: end; }
.tts li						{ height: 30px; padding: 0 15px 0 0; font-size: 20px; line-height: 30px; cursor: pointer; }
.tts li i					{ font-size: 20px; line-height: 30px; color: black; }
.tts li:hover i			{ color: #7E4658; }