html, body {
	width: 100%;
    height: 100%;
}


/*  */
/*  */
.m-fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.m-fadeIn {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.navigation-top-header {
	/* transition: all linear 0.25s; */
	transition: all linear 0.5s;
	/* height: 51px; */
}
.navigation-top-header.ng-hide {
	height: 0;
  	opacity: 0;
  	overflow: hidden;
	/* transform: scaleY(0.1); */
}
.navigation-top-header.ng-hide.ng-hide-add-active {

}
.navigation-top-header.ng-hide.ng-hide-remove-active {
	/* height: auto; */
	/* opacity: 1; */
}
/*  */
/*  */

/* ----- OVERRIDING INTERNAL-HEADER ----- */

.navbar-inverse {
	border-bottom: 1px solid #080808 !important;
}

/* ----- END OVERRIDING INTERNAL-HEADER ----- */

/* ----- PROGRESS BAR ----- */

#loading-bar .bar {
	position: relative;
}

#loading-bar-spinner {
	position: relative;
}

/* ----- END PROGRESS BAR ----- */


/* ----- SEARCH AREA ----- */

.search-wrapper {
	width: 2em;
	background-color: transparent;
	transform: translateX(-50%);
	margin-left: 50% !important;
	display: inline-block;
	vertical-align: super;
	padding-top: 8px;
   	padding-bottom: 8px;

   	transition: all 1s ease !important;
}

.search-wrapper,
.search-wrapper .form-search,
.search-wrapper .form-search .input-group {
	width: 2em;
}

.search-wrapper .form-search {
	height: 32px;
	transition: all 1s ease;
}

.search-wrapper.search-wrapper-open,
.search-wrapper.search-wrapper-open .form-search {
	width: 95vw;
}

@media screen and (min-width: 767px) {
	.search-wrapper {
		width: 4em;
	}
	.search-wrapper .form-search {
		width: 4em;
	}
	.search-wrapper.search-wrapper-open {
		width: 14em;
	}
	.search-wrapper.search-wrapper-open .form-search {
		width: 16em;
	}
}

@media screen and (min-width: 1024px) {
	.search-wrapper.search-wrapper-open {
		width: 20em;
	}
	.search-wrapper.search-wrapper-open .form-search {
		width: 20em;
	}
}


.search-wrapper .form-search .form-group {
	margin: 0;
	height: 100%;
}

.search-wrapper .form-search .input-group {
	width: 5em;
	transition: all 1s ease !important;
	height: 100%;
}
.search-wrapper .form-search .input-group.input-group-open {
	width: auto;
}

.search-wrapper .form-search .input-group-addon {
	border-radius: 0;
	border: 0;
	padding: 0;
	height: 100%;
}
	.search-wrapper .form-search .input-group-addon.choose-search-type {
		display: none;
		transition: all 1s ease;
	}
	.search-wrapper .form-search .input-group-addon.choose-search-type.choose-search-type-open {
		display: table-cell;
	}
	.search-wrapper .form-search .input-group-addon.access-type-addon {
		/* padding: 5px;  */
		padding: 0 10px 0 10px;
		background-color: white;
	}
	.search-wrapper .form-search .input-group-addon.access-type-addon.search-closed {
		background-color: transparent;
	}
		.search-wrapper .form-search .input-group-addon.access-type-addon.search-closed .fa-search {
			color: rgb(52, 152, 219);
			font-size: 2em !important;
		}

.search-wrapper .form-search .btn-search {
	background-color: white;
	outline: 0;
}
	.search-wrapper .form-search .btn-search:hover,
	.search-wrapper .form-search .btn-search:focus {
		background-color: #F1F1F1;
	}
.search-wrapper .form-search .input-group-addon.open .btn-search {
	background-color: #F1F1F1;
}

.search-wrapper .form-search i.fa {
	font-size: 16px;
}
	.search-wrapper .form-search i.fa.fa-search {
		font-size: 18px;
	}

.search-wrapper .form-search .btn-search-menu-item {
	line-height: 2.2em;
}

.search-wrapper .form-search .search-input {
	display: none;
	border: none;
	background-color: white;
	/* color: white; */
	/* font-weight: bold; */
	/* transition: all 1s ease; */
}

.search-wrapper .form-search .search-input.search-input-open {
	display: block;
	/* background-color: white; */
}

/*
.search-wrapper .form-search .search-input:focus {
    border: 1px solid #2E2E2E;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(46,46,46,.6);
}
*/


.ui-autocomplete {
	background: #FFF;
	width: 50%;
	min-width: 280px;
	/* max-width: 600px; */
	max-width: 100%;
	border: 1px solid #D6D6D6 !important;
	border-top: none !important;

	left: 50% !important;
	transform: translateX(-50%);

	/* custom override for jquery-ui.css */
	cursor: pointer;
	max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden; /* prevent horizontal scrollbar */
}

.ui-autocomplete-loading {
	background: url("/resources/images/navigation/ring.svg") center no-repeat;
	background-size: 30px 30px;
    background-position-x: 95%;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
    background: #F1F1F1;
}
.ui-autocomplete-category {
	font-family: 'Open Sans', sans-serif;
	font-size 	: 18px !important;
	background: #FFF!important;
	font-weight: 400;
	float:left;
	width:100%;
	line-height: 1;
	padding: 5px 10px;
}
.ui-autocomplete-category:before {
	content: "";
	width:3px;
	height: 20px;
	background: #bf3542;
	display:block;
	float:left;
	margin: 0 10px;
}

.ui-autocomplete li.search-result-li {
	font-family: 'Open Sans', sans-serif;
	/* padding: 5px 2px 5px 50px; */
	padding: 5px 2px 5px 2px;
	color: #555;
	border:none;
	float:left;
	width:100%;
	clear: both;
}

.ui-autocomplete li.search-result-li > a {
	width: 100%;
    display: inline-block;
    padding-left: 50px;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background: #f1f1f1;
    border: none;
    color: #333;
}

.ui-autocomplete span.item-result-label {
	font-size  	: 13px !important;
	font-family: 'Open Sans', sans-serif;
}

.ui-autocomplete span.search-result-id {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style 	: italic;
	font-size 	: 10px;
}

.ui-autocomplete em {
	border-bottom:1px solid #bf3542;
	font-family: 'Open Sans', sans-serif;
	padding: 0 3px;
	font-weight: 600;
}

/* ----- END SEARCH AREA ----- */



.container-jquery-layout {
	width: 100%;
    height: 100%;
}

.graph-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	background-color: #f1f1f1;
	cursor: move;
	z-index: 60;
	outline: 0;
}

.cursor-pointer {
	cursor: pointer;
}
.cursor-eraser {
	cursor: url('/resources/images/eraser.png'), move;
}


/* ----- IPHONE INLINE VIDEO ----- */

.IIV::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}


/* ---- PLAY INTRO  BUTTON ---- */

.play-intro-button{
    width: 12rem;
    height: 12rem;
    background: #ff6171;
    border-radius: 50%;
    border: 4px solid white;
    z-index: 3;
}

.play-icon-intro{
	font-size: 3.6rem;
    margin-left: 0.3rem;
    color: white;
}
