.footer_container {
	z-index: 1;
	background-color: #ECECEC;
	color:#888888;
	margin-top: 0px;
    display: table;
    width: 100%;
    bottom: 0px !important;
}

.footer_container a {
	color: #474747;
	text-decoration: none;
	border: solid 1px transparent;
}

/*NEURECALL 4851: Added :not(#footericon) to the following 3 lines to prevent display of blue border around footer icon when hovered*/
.footer_container a:not(.footericon):hover,
.footer_container a:not(.footericon):active,
.footer_container a:not(.footericon):focus {
    outline: none;
    color: #1C96CA;
    border: solid 1px #1C96CA;
}

.footer_container a:focus .footer-icon .st0 {
	fill: red;
}

.footer_container svg {
    margin-bottom: -26.7%;
}

.footer_container #google_play_store_link, #apple_app_store_link {
	width: 24px;
	background-color: #888888;
	height: 24px;
	border-radius: 6px;
}

.footer_container a:focus #google_play_store_link, .footer_container #google_play_store_link:hover {
	background-color: red;
}

.footer_container #google_play_store_link i, .footer_container #apple_app_store_link i {
	margin-top: 11%;
	margin-left: 1%;
	font-size: 1.28em;
	color: white;
}

.footer_container a:focus #apple_app_store_link, .footer_container #apple_app_store_link:hover {
	background-color: red;
}

.footer_container .row {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
}

#feedback_button {
    position: fixed;
    left: 0px;
    width: 40px;
    height: 106px;
    padding: 40px 0px;
    border-width: 1px;
    border-radius: 0px;
    z-index: 25;
}

#help_button {
    position: fixed;
    left: 0px;
    width: 40px;
    height: 106px;
    padding: 40px 0px;
    border-width: 1px;
    border-radius: 0px;
    z-index: 27;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 26;
}

#overlay_text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#disable_overlay {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999
}

#arrow {
    position: absolute;
    top: 200px;
    left: 100px;
    font-size: 100px;
    color: red;
}

#feedback_form {
	position: fixed;
	border-radius: 2px;
	display: none;
	width: 500px;
	height: 380px;
	margin: auto;
	left: calc(50% - 250px);
	top: 75px;
	background: white;
	border: 2px solid lightgrey;
	z-index: 15;
	font-family: 'source_sans_proregular';
}

#feedback_send {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	border: solid 1px black;
	border-radius: 6px;
}

#feedback_send:hover, #feedback_cancel:hover {
	color: black;
}

#feedback_cancel {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	border: solid 1px black;
	border-radius: 6px;
}

#feedback_textarea {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 470px;
	height: 220px;
	resize: none;
	padding: 10px;
}

#feedback_browser_info {
	padding: 10px;
}

#feedback_inner {
	margin: auto;
}

#feedback_header {
	font-size: 1.5em;
	font-weight: bolder;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid lightgrey;
}

#feedback_instruction {
	padding-top: 10px;
	padding-left: 12px;
}

.vex-theme-default .title-bar {
	display: flex;
	justify-content: space-between;
	margin: -1em;
	background: #ccc;
	padding: 1em;
	margin-bottom: 1em;
	border-radius: 5px 5px 0 0;
}

#preferred_language:hover {
	text-decoration: underline;
	color: red;
	cursor: pointer;
}

#preferred_language:focus {
	outline: none;
	color: red;
	border: solid 1px #66AFE9;
}

.language_li:hover {
	text-decoration: underline;
	cursor: pointer;
}

#language_list_ul {
	list-style-type: none;
	font-size: 16px;
}

#language_caret{
	margin-left: 3px;
}

.menu-btn1 {
    position: fixed;
    top: 80px;
    left: 0px;
    z-index: 25;
}

.menu-btn2 {
    position: fixed;
    top: 200px;
    left: 0px;
    z-index: 25;
}

.menu-btn3 {
    position: fixed;
    top: 320px;
    left: 0px;
    z-index: 25;
}

.menu-btn4 {
    position: fixed;
    top: 440px;
    left: 0px;
    z-index: 25;
}

#library_footer {
	margin-bottom: -50px;
}
